aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/Stub.pm
Commit message (Expand)AuthorAge
* * Removed support for sending commit notification mails. Along with it went••• the svnrepo and notify settings, though both will be ignored if left in setup files. Joey Hess2008-01-29
* figured out how rev is used..Joey Hess2008-01-28
* add an id field to the rcs_recentchanges return structure•••There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet. Joey Hess2008-01-28
* proper fix for adding file, based on jkoenig's patchjoey2007-08-15
* * Initial work on internationalization of the program code. po/ikiwiki.pot••• is available for translation. * Export gettext() from IkiWiki module. joey2006-12-29
* updatesjoey2006-11-22
* commasjoey2006-09-04
* fixjoey2006-09-04
* * Simplify the data structure returned by rcs_recentchanges to avoid••• each rcs plugin needing to form complex strings on its own. joey2006-09-03
* add commentsjoey2006-09-03
* * --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. joey2006-05-26
* * 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. joey2006-05-02
* commit changes for email subscriptionsjoey2006-04-24
* added --getctimejoey2006-03-26
* stupid MakeMaker..joey2006-03-23