Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-03 | * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds. | Joey Hess | |
* rcs_diff is a new function that rcs modules should implement. * Implemented rcs_diff for git, svn, and tla (tla version untested). Mercurial and monotone still todo. | |||
2008-01-29 | * Removed support for sending commit notification mails. Along with it went | Joey Hess | |
the svnrepo and notify settings, though both will be ignored if left in setup files. | |||
2008-01-28 | figured out how rev is used.. | Joey Hess | |
2008-01-28 | add an id field to the rcs_recentchanges return structure | Joey Hess | |
There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet. | |||
2007-08-15 | proper fix for adding file, based on jkoenig's patch | joey | |
2006-12-29 | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | |
is available for translation. * Export gettext() from IkiWiki module. | |||
2006-11-22 | updates | joey | |
2006-09-04 | commas | joey | |
2006-09-04 | fix | joey | |
2006-09-03 | * Simplify the data structure returned by rcs_recentchanges to avoid | joey | |
each rcs plugin needing to form complex strings on its own. | |||
2006-09-03 | add comments | joey | |
2006-05-26 | * --getctime had bitrotted (well I only ever used it the once so far..), | joey | |
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. | |||
2006-05-02 | * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use | joey | |
it, this will allow for adding a unit test suite. | |||
2006-04-24 | commit changes for email subscriptions | joey | |
2006-03-26 | added --getctime | joey | |
2006-03-23 | stupid MakeMaker.. | joey | |