Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6378963B883 for ; Fri, 17 Dec 2010 22:23:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3F69619D5E7; Fri, 17 Dec 2010 22:23:10 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3D28A19D49E for ; Fri, 17 Dec 2010 22:23:06 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 33C9E175DD; Fri, 17 Dec 2010 22:23:06 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 17 Dec 2010 22:23:06 +0000 From: "Ulrich Habel" Subject: CVS commit: pkgsrc/devel/p5-TAP-Formatter-HTML To: pkgsrc-changes@NetBSD.org Reply-To: rhaen@netbsd.org X-Mailer: log_accum Message-Id: <20101217222306.33C9E175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: rhaen Date: Fri Dec 17 22:23:06 UTC 2010 Modified Files: pkgsrc/devel/p5-TAP-Formatter-HTML: Makefile distinfo Log Message: - updated to 0.09 Changelog: 0.09 + upgraded to jQuery 1.4.2 + updated App::Prove::Plugin::HTML to simplify cmdline usage to the extent possible. + fixed RT #41457 & RT #49621: applied Neil Hemingway, Tim Esselens, and Panu Ervamaa's patches, and got everything working. This addresses: + small changes to the top-left corner menu (default_report.css) to render it corretly with Firefox 3 (Linux) + inline_js fix + added support for force_inline_js (not on by default, including jQuery inline causes errors) + fixed bug in handling of parse_errors in default_report.tt + fixed bug: nothing happens when I click on the test output. + XHTML support + fixed bug: click on summary changes location + fixed 2 minor javascript bugs where '#' was being used as a jQuery id ref + added new feature: column sorting via Christian Bach's jquery.tablesorter plugin (bundled from http://tablesorter.com). optional. + added new feature: up to top of test when the test filename is no longer visible To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-TAP-Formatter-HTML/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-TAP-Formatter-HTML/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.