Age | Commit message (Collapse) | Author |
|
|
|
each rcs plugin needing to form complex strings on its own.
|
|
|
|
|
|
- Adds a locale setting to setup files.
- Proper local time, if the locale configuration option is used.
- Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
commiting (or even rcs_updating) on repositories with UTF-8 filenames was
impossible.
|
|
(Faidon)
|
|
RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this
area, and also way slow.
|
|
|
|
speeds up recentchanges a lot for wikis with more history.
|
|
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
|
|
imho
|
|
to be read as utf8.
|
|
flagged string even if the locale causes it to generate utf8 output,
so make sure to let perl know it should be handled as utf8. Also,
the optimised version used for standard time formats won't work if the
user has changed locale, so drop it. Thanks, Faidon Liambotis.
* Fix re-encoding of the comments field to utf8 if a commit fails
due to a conflict. Thanks, Faidon Liambotis.
* Let svn know that commits have utf8 commit messages. Thanks, Faidon
Liambotis.
* Add insane double encode/decode to utf8 around call to markdown.
This works around a truely strange bug, which is apparently a bug in
perl, which I lack space to describe here (see t/crazy-badass-perl-bug.t)
|
|
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
|
|
changed some output.
* Copyright update.
|
|
|
|
|
|
tremendous thanks to Recai Oktaş for this.
* Doc updates for git.
|
|
|
|
fix and make it a bit more flexible
* rcs_getctime is changed, now rather than needing to loop over all pages,
it should just use the rcs to get the ctime of the passed file.
|
|
to pave the way for adding other RCS support. This also changes the
setup files, where before they had svn => 1 or svn => 0, now they have
rcs => "svn" or rcs => "".
* Add a debian/NEWS file with upgrade notes.
* Load whatever rcs module is specified, so new ones can be just dropped in
as plugins and work.
* Add some basic docs about writing RCS modules.
|
|
it, this will allow for adding a unit test suite.
|
|
- avoid sending commit mails to the user who made the commit
|
|
|
|
|
|
|
|
wikilinks since the urls should work now in more situations
- drop --limit from svn log run, since a) it needs a fairly new svn and
b) in some cases, it would limit it to too few entries to display the
requested number of changes
- Use driver:DB_File and not driver:db_file for better compatability with
old versions of CGI::Session.
- Note that HTML::Template 3.02.02 is needed.
|
|
so I don't need to maintain two copies anymore.
You might also want to remove the files provided in the basewiki underlay
from your wiki, if you have not created custom local versions of them, so
that these pages will be automatically updated in future ikiwiki upgrades.
|
|
|
|
|