| Commit message (Expand) | Author | Age |
* | * Add support for mercurial, contributed by Emanuele Aina. | joey | 2006-09-06 |
* | bugnum | joey | 2006-09-04 |
* | * Add support for tla, contributed by Clint Adama. Closes: #385936 | joey | 2006-09-04 |
* | commas | joey | 2006-09-04 |
* | move html escaping | joey | 2006-09-04 |
* | fix | 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 |
* | add comments | 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 Recai to fix utf8 issues in git backend. | joey | 2006-07-05 |
* | * 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 |
* | * Patch from Recai to fix git recentchanges code to work with git 1.4 which••• changed some output.
* Copyright update.
| joey | 2006-06-19 |
* | another from Recai | joey | 2006-06-04 |
* | misc fixes from Recai | joey | 2006-06-03 |
* | * Add support for using git instead of subversion as the RCS backend,••• tremendous thanks to Recai Oktaş for this.
* Doc updates for git.
| joey | 2006-06-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 |
* | * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use••• it, this will allow for adding a unit test suite.
| joey | 2006-05-02 |
* | - fix typo•••- avoid sending commit mails to the user who made the commit
| joey | 2006-04-25 |
* | formatting | joey | 2006-04-25 |
* | subscription nearly done | joey | 2006-04-25 |
* | commit changes for email subscriptions | joey | 2006-04-24 |
* | - add <base> to cgi output, this is especially useful for output containing••• 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.
| joey | 2006-04-02 |
* | Implemented --underlaydir, and moved files provided by underlay out of doc•••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.
| joey | 2006-03-29 |
* | added --getctime | joey | 2006-03-26 |
* | stupid MakeMaker.. | joey | 2006-03-23 |