aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/Stub.pm
Commit message (Collapse)AuthorAge
* Version control backends promoted to first-class pluginsJoey Hess2008-07-26
|
* add todoJoey Hess2008-07-23
|
* add rcs_commit_staged and rcs_renameJoey Hess2008-07-22
| | | | | | | | | Implemented for git and svn so far. Note that rcs_commit_staged does assume that the rcs has the ability to "stage" multiple changes for a later commit. Support for this varies, but all we really care about is staging removals and renames, which, AFAIK, all modern rcs's support.
* All rcs backends need to implement rcs_removeJoey Hess2008-07-21
| | | | (Done for svn, git.)
* fix use orderingJoey Hess2008-07-11
| | | | | The recent setup revamp exposed some latent bugs in use/package ordering that caused some symbols to not the exported into the correct scope.
* truncate recentchangesdiffs after 200 linesJoey Hess2008-03-12
| | | | | | | This works around a perl crasher bug, and also avoids bloating pages with enormous diffs. rcs_recentchanges modified to return a list in an array context.
* * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.Joey Hess2008-03-03
| | | | | | * 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.
* * Removed support for sending commit notification mails. Along with it wentJoey Hess2008-01-29
| | | | | the svnrepo and notify settings, though both will be ignored if left in setup files.
* figured out how rev is used..Joey Hess2008-01-28
|
* add an id field to the rcs_recentchanges return structureJoey Hess2008-01-28
| | | | | There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet.
* proper fix for adding file, based on jkoenig's patchjoey2007-08-15
|
* * Initial work on internationalization of the program code. po/ikiwiki.potjoey2006-12-29
| | | | | is available for translation. * Export gettext() from IkiWiki module.
* updatesjoey2006-11-22
|
* commasjoey2006-09-04
|
* fixjoey2006-09-04
|
* * Simplify the data structure returned by rcs_recentchanges to avoidjoey2006-09-03
| | | | each rcs plugin needing to form complex strings on its own.
* add commentsjoey2006-09-03
|
* * --getctime had bitrotted (well I only ever used it the once so far..), joey2006-05-26
| | | | | | | 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.
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey2006-05-02
| | | | it, this will allow for adding a unit test suite.
* commit changes for email subscriptionsjoey2006-04-24
|
* added --getctimejoey2006-03-26
|
* stupid MakeMaker..joey2006-03-23