| Commit message (Expand) | Author | Age |
* | * Add support for tla, contributed by Clint Adama. Closes: #385936 | joey | 2006-09-04 |
* | move html escaping | joey | 2006-09-04 |
* | minor | joey | 2006-09-03 |
* | * Simplify the data structure returned by rcs_recentchanges to avoid••• each rcs plugin needing to form complex strings on its own.
| joey | 2006-09-03 |
* | remove date munging, seems to be unnecessary | joey | 2006-08-24 |
* | * Locale patch from Faidon:••• - 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.
| joey | 2006-07-29 |
* | * Match 'web commit from' in SVN and git, these are web commits too.••• (Faidon)
| joey | 2006-07-11 |
* | * Fix from Faidon for a XML parser issue that breaks utf-8 for••• RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this
area, and also way slow.
| joey | 2006-07-11 |
* | * Patch from Faidon to use svn --limit when possible for recentchanges,••• speeds up recentchanges a lot for wikis with more history.
| joey | 2006-07-05 |
* | * Make RecentChanges use a table and some CSS, should be much more readable.••• No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
| joey | 2006-07-04 |
* | <paravoid> cosmetic and minor, but it makes the output far more readable,•••imho
| joey | 2006-07-04 |
* | * Centralised all calls to HTML::Template and force all the templates••• to be read as utf8.
| joey | 2006-07-02 |
* | * POSIX::strftime doesn't know about encodings and doesn't return a 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)
| joey | 2006-07-02 |
* | * Parse svn log as xml for improved utf8 and security. Note that this makes••• ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
| joey | 2006-07-02 |
* | missed a couple htmllinks | joey | 2006-05-27 |
* | * --getctime had bitrotted (well I only ever used it the once so far..), ••• 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.
| joey | 2006-05-26 |
* | * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,••• 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.
| joey | 2006-05-02 |