| Commit message (Expand) | Author | Age |
* | * Allow svnpath config option to contain additional extra slashes anywhere••• w/o confusing ikiwiki.
* Rcs modules are now imported, so other modules that need similar
normalisation of configs etc can do so.
| joey | 2007-06-23 |
* | * Apply patch from hb that uses the full path to a file when adding a file••• using the mercurial backend. Not 100% sure why it failed w/o the full
path, but this still passes the test suite, and indeed, is how the test
suite calls hg add.
| joey | 2007-04-29 |
* | * In mercurial backend, untaint ipaddr when using it as the user for the••• commit. Thanks, Alexander Wirt. Closes: #420428
| joey | 2007-04-22 |
* | * Support setting svnpath to "" for wikis that are rooted at the top of••• their svn repositories, with no trunk directory.
| joey | 2007-04-16 |
* | * Optimise displaytime, trimming maybe 6% off the build time. | joey | 2007-04-10 |
* | * Fix mercurial backend to deal with empty commit messages. | joey | 2007-03-24 |
* | * Applied a patch from MichaĆ to make the mercurial backend pass --quiet to••• hg.
| joey | 2007-03-18 |
* | * Improve use of svn merge, by specifying the file to merge, rather than••• chdiring to the srcdir (which wasn't right when merging in a subdir).
Thanks Ethan.
| joey | 2007-01-28 |
* | * Make gitorigin_branch and gitmaster_branch configurable via the setup••• file. Closes: #408599
| joey | 2007-01-27 |
* | qouting | joey | 2007-01-14 |
* | * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation.
* Export gettext() from IkiWiki module.
| joey | 2006-12-29 |
* | * Patch from Emanuele Aina to fix modification time code in mercurual••• backend.
| joey | 2006-12-21 |
* | * More build deps updates.•••* /dev/null fortune failures
* Add libtime-duration-perl to build deps, as it's used by the svn module
| joey | 2006-11-28 |
* | cosmetics patch from Recai | joey | 2006-11-26 |
* | * Git backend improvements, including bug fixes and better robustness. | joey | 2006-11-26 |
* | * Mercurial backend improvements, including --get-ctime support. | joey | 2006-11-26 |
* | mercurial username setting patch | joey | 2006-11-26 |
* | updates | joey | 2006-11-22 |
* | fix user determination for web commits | joey | 2006-11-22 |
* | * Add a test suite for the mercurial backend, contributed by Emanuele Aina.•••* Add a test suite for the svn backend.
* Daemonize before sending RPC pings, since that can take a while
and/or hang.
* Daemonize before sending commit mails, as that can also take a long
time/hang if the mail server is unhappy.
* Factor out commit mail sending code into new function.
| joey | 2006-11-21 |
* | better subjects | joey | 2006-11-21 |
* | * Add an openid plugin to support logging in using OpenID.•••* Web commits by OpenID users will record the full OpenID url for the user,
but in recentchanges, these urls will be converted to a simplified display
form+link.
* Modified svn, git, tla backends to recognise such web commits.
| joey | 2006-11-20 |
* | * Make sure to check for errors from every eval. | joey | 2006-11-08 |
* | cosmetic changes from Recai | joey | 2006-10-14 |
* | more updates from Clint | joey | 2006-09-17 |
* | typo fix and slight reformat | joey | 2006-09-16 |
* | * Numerous tla fixes from Clint. | joey | 2006-09-16 |
* | * Work on firming up the plugin interface:••• - Plugins should not need to load IkiWiki::Render to get commonly
used functions, so moved some functions from there to IkiWiki.
- Picked out the set of functions and variables that most plugins
use, documented them, and made IkiWiki export them by default,
like a proper perl module should.
- Use the other functions at your own risk.
- This is not quite complete, I still have to decide whether to
export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
to make like changes to it and avoid use of non-exported symboles from
"IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
setting.
| joey | 2006-09-09 |
* | * Add a missing -n to tla undo call. | joey | 2006-09-08 |
* | * 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 |