The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CHANGES

SYNOPSIS

Changes between SVN::Web versions.

DESCRIPTION

0.40, released Nov 4, 2005

  • Maintainership handed from Chia-ling Kao to Nik Clayton.

  • Overhauled the templates, so the out-of-the-box experience is much nicer.

  • Add a view action that shows the contents of a file, along with the most recent log message.

  • More customisation options, making it easier to add or remove actions from the list of things that SVN::Web is allowed to do.

  • Added huge swathes of information to the documentation. It should now be much easier for anyone else to contribute code and/or templates to SVN::Web.

  • A fix for rt#12431. URLs without trailing slashes are fixed.

  • A mechanism to 'stack' Template Toolkit filters. You can run easily run log messages through an arbitrary number of filters, without causing problems if one or more of the filters is not installed.

  • Inline display of some content from the repository where appropriate (e.g., viewing an image works properly).

  • Fixed a bug that meant the results from the automated tests weren't valid. Fixed the bugs that this uncovered.

  • Added tests to ensure that the generated HTML is valid.

0.39

Never released.

0.38, released Nov 21, 2004

  • Fix pool mess causing apache to segfault under mod_perl.

  • Add limit option to log.

0.37, released Jun 3, 2004

  • Templates are now css friendly. [Autrijus]

  • heavy branch detection no longer default.

0.36, released Nov 24, 2003]

  • Make mod_perl 1 work.

  • I18n support from Autrijus.

  • Repository list action from DROLSKY

  • Fix poor pool usage for branch init.

0.35, released Nov 19, 2003

  • Fix RSS links to revisions under mod_perl.

  • Misc fixes and API catch-up.

0.30, released Aug 27, 2003

  • Fix - Escape log message properly.

  • Add log message when describing a revision.

  • Sort the entries in browsing.

  • Adjust pool usage for opened repos so it's easier for modperl to work

  • Add mod_perl support.

0.2, released Aug 26, 2003

  • Add path navigation support.

  • Add file diff support.

  • Add RSS support for tracking changes.

  • Add mime-type support for checkout and browse.

  • Add branch info support in directory browsing.

  • Add branchpoint info in log mode.

  • Update document.

0.11, released Aug 25, 2003

  • Fix - Missing '/' in path in links.

0.1, released Aug 25, 2003

  • Initial release.