]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Rcs
* Support git authors of the form "joey <joey>", which is common when
[ikiwiki.git] / IkiWiki / Rcs /
2007-10-21  joey * Support git authors of the form "joey <joey>", which...
2007-10-10  joey* Fix strange stderr-hiding code in the git module...
2007-10-10  joey* French translation update. Closes: #445923
2007-10-04  joey* Tidy ctime debug output for git.
2007-08-30  joshtriplettgit.pm: Handle operating in sub-trees of a git repository.
2007-08-30  joshtriplettgit.pm: Renames from git-diff-tree aren't handled,...
2007-08-30  joshtriplettUse git-log rather than the shell, git-rev-list, and...
2007-08-29  joeyuse --style default for get_ctime too
2007-08-29  joey* mercurial: Fix rcs_getctime (thanks, bma)
2007-08-29  joeythank goodness for test suites
2007-08-29  joey* mercurial: Pass --style defaults to hg log to ensure...
2007-08-24  joeyremove unncessesary and unused loop labels
2007-08-24  joeyapply monotone patch
2007-08-21  joeymonotone updates
2007-08-21  joeyminor changes (but lots of them)
2007-08-21  joeymove enormous data block to __DATA__
2007-08-21  joeyremove the mtnbinpath config option; users should use...
2007-08-21  joey* Add monotone support, contributed by William Uther.
2007-08-15  joeyproper fix for adding file, based on jkoenig's patch
2007-06-23  joey* Allow svnpath config option to contain additional...
2007-04-29  joey* Apply patch from hb that uses the full path to a...
2007-04-22  joey* In mercurial backend, untaint ipaddr when using it...
2007-04-16  joey* Support setting svnpath to "" for wikis that are...
2007-04-10  joey* Optimise displaytime, trimming maybe 6% off the build...
2007-03-24  joey* Fix mercurial backend to deal with empty commit messages.
2007-03-18  joey* Applied a patch from Michał to make the mercurial...
2007-01-28  joey* Improve use of svn merge, by specifying the file...
2007-01-27  joey* Make gitorigin_branch and gitmaster_branch configurab...
2007-01-14  joeyqouting
2006-12-29  joey* Initial work on internationalization of the program...
2006-12-21  joey* Patch from Emanuele Aina to fix modification time...
2006-11-28  joey* More build deps updates.
2006-11-26  joeycosmetics patch from Recai
2006-11-26  joey* Git backend improvements, including bug fixes and...
2006-11-26  joey* Mercurial backend improvements, including --get-ctime...
2006-11-26  joeymercurial username setting patch
2006-11-22  joeyupdates
2006-11-22  joeyfix user determination for web commits
2006-11-21  joey* Add a test suite for the mercurial backend, contribut...
2006-11-21  joeybetter subjects
2006-11-20  joey* Add an openid plugin to support logging in using OpenID.
2006-11-08  joey* Make sure to check for errors from every eval.
2006-10-14  joeycosmetic changes from Recai
2006-09-17  joeymore updates from Clint
2006-09-16  joeytypo fix and slight reformat
2006-09-16  joey* Numerous tla fixes from Clint.
2006-09-09  joey* Work on firming up the plugin interface:
2006-09-08  joey* Add a missing -n to tla undo call.
2006-09-06  joey* Add support for mercurial, contributed by Emanuele Aina.
2006-09-04  joeybugnum
2006-09-04  joey* Add support for tla, contributed by Clint Adama....
2006-09-04  joeycommas
2006-09-04  joeymove html escaping
2006-09-04  joeyfix
2006-09-03  joeyminor
2006-09-03  joey* Simplify the data structure returned by rcs_recentcha...
2006-09-03  joeyadd comments
2006-08-24  joeyremove date munging, seems to be unnecessary
2006-07-29  joey* Locale patch from Faidon:
2006-07-11  joey* Match 'web commit from' in SVN and git, these are...
2006-07-11  joey* Fix from Faidon for a XML parser issue that breaks...
2006-07-05  joey* Patch from Recai to fix utf8 issues in git backend.
2006-07-05  joey* Patch from Faidon to use svn --limit when possible...
2006-07-04  joey* Make RecentChanges use a table and some CSS, should...
2006-07-04  joey<paravoid> cosmetic and minor, but it makes the output...
2006-07-02  joey* Centralised all calls to HTML::Template and force...
2006-07-02  joey* POSIX::strftime doesn't know about encodings and...
2006-07-02  joey* Parse svn log as xml for improved utf8 and security...
2006-06-19  joey* Patch from Recai to fix git recentchanges code to...
2006-06-04  joeyanother from Recai
2006-06-03  joeymisc fixes from Recai
2006-06-02  joey* Add support for using git instead of subversion as...
2006-05-27  joeymissed a couple htmllinks
2006-05-26  joey * --getctime had bitrotted (well I only ever used...
2006-05-02  joey* Patch from Thomas Schwinge to switch from --svn to...
2006-05-02  joey* Split off an IkiWiki.pm out of ikiwiki and have all...
2006-04-25  joey- fix typo
2006-04-25  joeyformatting
2006-04-25  joeysubscription nearly done
2006-04-24  joeycommit changes for email subscriptions
2006-04-02  joey- add <base> to cgi output, this is especially useful...
2006-03-29  joeyImplemented --underlaydir, and moved files provided...
2006-03-26  joeyadded --getctime
2006-03-23  joeystupid MakeMaker..