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.46, released Mar 9, 2006

  • Fixed a bug in svnweb-server. The CGI module is now always used when running under this server, instead of CGI::Fast. This should fix problems if you are trying to use svnweb-server on a host with CGI::Fast installed.

0.45, released Mar 8, 2006

  • Fixed a bug that broke mod_perl support.

0.44, released Mar 8, 2006

  • When browsing the repository the trac templates now include age of the file, expressed as {seconds, minutes, hours, days, weeks, months, years} since the file was last modified.

  • The revision, log, view, and rss actions are much more conservative with memory when processing commits that changed a large number of files. Fixes rt#17359, reported by Dietrich Streifert <dietrich.streifert@visionet.de>.

  • Included support for running under mod_perl2 as well as mod_perl1. Fixes rt#17085 and rt#17350. Based on a patch from Garrison Hoffman <garrison@codefix.net>.

  • Fixed a bug when running under mod_perl -- the HTTP headers were not being sent. Some browsers could cope with this, others just displayed the raw HTML. Reported by Dominic Mitchell <dom@happygiraffe.net>.

  • Entering a revision number that does not exist will now generate a localised error message. Fixes rt#17822, reported by <gk5885@kickstyle.net>

  • The SVN::Web::Revision action will now not show diffs between file revisions if either revision of the file has a non-text MIME type. Fixes rt#17625, reported by Mike Ellery <mikee@s2technologies.com>.

  • Fixed some bugs in svnweb-server. Option parsing works properly, fixing rt#17347 (reported by <miyagawa@cpan.org>) and the --net-server option is now honoured.

  • svnweb-install should now work if any directories in the install path contain regexp metacharacters in the filename. Fixes rt#17282, reported by <CORION@cpan.org>. It also emits warnings if copying files or making directories during the install process fails, fixing rt#17283.

0.43, released Jan 25, 2006

  • Fix a syntax error in the config file generated by svnweb-install.

  • Fix the instructions and code for running under mod_perl.

  • When viewing an HTML diff, include a link to the plain text equivalent.

  • Showing diffs when viewing a revision is now optional, but defaults to on.

  • Require Exception::Class 1.22 or above. Versions below lack the necessary caught() syntax.

  • Improve the installation and configuration documentation.

  • Include svnweb-server, a simple web server to make it easier for people to get started with SVN::Web.

0.42, released Dec 16, 2005

  • Throw exceptions instead of die()ing on almost all errors. Catch the exceptions and generate much friendlier error messages. Error messages are now easy to localise.

  • When viewing a diff, the trac templates show the two revision numbers being compared, and include a link allowing the user to reverse the order of the diff.

  • The syntax for specifying permitted actions, and the classes that implement them, has changed. See UPDATING for more information. This mechanism also allows for easy configuration of per-action options.

  • A (partial) French localisation has been supplied by Cyril Brulebois.

  • Any svn:externals properties that are set on a directory are now shown when browsing that directory.

  • When viewing a file's revision log, you can now select two arbitrary revisions and get a diff showing the changes between those revisions. Fixes rt#15813.

  • If you only have one repository configured then the list action can be configured to immediately redirect to browsing that repository, saving the user from having to click through an intermediate page. See SVN::Web::List for more information.

0.41, released Nov 4, 2005

  • Introduce a [% base_uri %] variable so templates can refer to files relative to the directory that svnweb-install was run in. Fix a hardcoded reference to my home directory in a template.

  • Update some of the packaging files, which were out of date.

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 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.