From owner-cvs-all@FreeBSD.ORG Wed Jul 20 22:23:23 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5109106566B; Wed, 20 Jul 2011 22:23:23 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92EF78FC16; Wed, 20 Jul 2011 22:23:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6KMNNmR026388; Wed, 20 Jul 2011 22:23:23 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6KMNNFF026387; Wed, 20 Jul 2011 22:23:23 GMT (envelope-from shaun) Message-Id: <201107202223.p6KMNNFF026387@repoman.freebsd.org> From: Shaun Amott Date: Wed, 20 Jul 2011 22:23:23 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/en/cgi GnatsPR.pm query-pr.cgi www/en/cgi/GnatsPR MIMEIterator.pm Section.pm SectionIterator.pm www/en/cgi/GnatsPR/Section Email.pm FieldStart.pm MIME.pm Patch.pm StateChange.pm Text.pm www/en/layout/css query-pr.css X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2011 22:23:23 -0000 shaun 2011-07-20 22:23:23 UTC FreeBSD doc repository (ports committer) Modified files: en/cgi query-pr.cgi en/layout/css query-pr.css Added files: en/cgi GnatsPR.pm en/cgi/GnatsPR MIMEIterator.pm Section.pm SectionIterator.pm en/cgi/GnatsPR/Section Email.pm FieldStart.pm MIME.pm Patch.pm StateChange.pm Text.pm Log: Introducing the 3rd generation PR viewer. This is a significant improvement over the previous version, with more robust patch handling, better encoding/charset handling, numerous long-overdue bug fixes and a generally more maintainable codebase. Revision Changes Path 1.1 +636 -0 www/en/cgi/GnatsPR.pm (new) 1.1 +153 -0 www/en/cgi/GnatsPR/MIMEIterator.pm (new) 1.1 +58 -0 www/en/cgi/GnatsPR/Section.pm (new) 1.1 +189 -0 www/en/cgi/GnatsPR/Section/Email.pm (new) 1.1 +80 -0 www/en/cgi/GnatsPR/Section/FieldStart.pm (new) 1.1 +311 -0 www/en/cgi/GnatsPR/Section/MIME.pm (new) 1.1 +172 -0 www/en/cgi/GnatsPR/Section/Patch.pm (new) 1.1 +117 -0 www/en/cgi/GnatsPR/Section/StateChange.pm (new) 1.1 +82 -0 www/en/cgi/GnatsPR/Section/Text.pm (new) 1.1 +114 -0 www/en/cgi/GnatsPR/SectionIterator.pm (new) 1.70 +652 -1009 www/en/cgi/query-pr.cgi 1.5 +61 -25 www/en/layout/css/query-pr.css