From owner-cvs-all@FreeBSD.ORG Sat Jul 23 02:43:00 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 36CD61065679; Sat, 23 Jul 2011 02:43:00 +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 278328FC12; Sat, 23 Jul 2011 02:43:00 +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 p6N2h0TS096371; Sat, 23 Jul 2011 02:43:00 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6N2h0gh096370; Sat, 23 Jul 2011 02:43:00 GMT (envelope-from shaun) Message-Id: <201107230243.p6N2h0gh096370@repoman.freebsd.org> From: Shaun Amott Date: Sat, 23 Jul 2011 02:43:00 +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 query-pr.cgi www/en/cgi/GnatsPR/Section MIME.pm 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: Sat, 23 Jul 2011 02:43:00 -0000 shaun 2011-07-23 02:43:00 UTC FreeBSD doc repository (ports committer) Modified files: en/cgi query-pr.cgi en/cgi/GnatsPR/Section MIME.pm Log: - Send "utf-8" as the charset for the page to match what we actually output. - Properly decode MIME parts from their source charset (in the case of a single-part message, we haven't got the relevant headers thanks to GNATS. Sigh.) - Don't strip the trailing newline on MIME parts, as this breaks encoded Quoted-Printable newlines (if there happened to be one at the end). Revision Changes Path 1.2 +24 -6 www/en/cgi/GnatsPR/Section/MIME.pm 1.80 +4 -1 www/en/cgi/query-pr.cgi