Commit graph

4 commits

Author SHA1 Message Date
rhaen
571e1f7fda - 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
2010-12-17 22:23:05 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00
rhaen
36137e6f17 - updated to 0.08
- 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-10-12 11:24:46 +00:00
rhaen
38a77fb531 This module provides HTML output formatting for TAP::Harness (a
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).
2009-02-23 00:07:23 +00:00