summaryrefslogtreecommitdiff
path: root/devel/p5-TAP-Formatter-HTML
AgeCommit message (Collapse)AuthorFilesLines
2010-12-17- updated to 0.09rhaen2-7/+6
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
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-10-12- updated to 0.08rhaen2-6/+7
- added Perl license term Changelog upstream: 0.08 + applied Steffen Schwigon's patch to display YAML TAP as pre-formatted text. + fixed RT #43871: missing dep on File::Temp 0.17 [reported by Paddy Newman] + fixed RT #37983: CSS and JS Paths on Win32 get mangled and documented solution. [reported by Chris Davaz] + wrote some selenium tests, finally. found & fixed small bug where a test's html_id wasn't being set. + fixed RT #48296: pod for js_uris mentions styles, not scripts [reported by Slaven Rezić] + started on RT #41457: only got "incline_js" fixed [reported by Neil Hemingway]
2009-02-23This module provides HTML output formatting for TAP::Harness (arhaen3-0/+41
replacement for Test::Harness. It is largely based on ideas from TAP::Test::HTMLMatrix (which was built on Test::Harness and thus had a few limitations - hence this module).