2013-01-27 11:25:29 by Ulrich Habel | Files touched by this commit (2) |
Log message:
Updated to 0.11
Changes:
0.11
+ fixed RT #81922: tests no longer hang on Win32. Didn't get to the bottom
of the issue (likely IPC::Open3 & redirecting STDOUT not playing nicely),
but worked around it.
+ fixed a bug on Win32 where default js_uris & css_uris were being mangled:
"C:%5C..." vs "C:\". May have affected other Win32 \
URIs too.
0.10
+ fixed RT #82738: color method was not implemented.
+ fixed RT #74364: TT2 INCLUDE_PATH no longer set to all dirs in @INC,
now it is set to parent directory TAP::Formatter::HTML was loaded from.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-12-17 23:23:06 by Ulrich Habel | Files touched by this commit (2) | |
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
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
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!
|
2009-10-12 13:24:47 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
- 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-02-23 01:07:23 by Ulrich Habel | Files touched by this commit (3) | |
Log message:
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).
|