aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/recentchangesdiff.mdwn
Commit message (Collapse)AuthorAge
* recentchangesdiff: When diffurl is not set, provide inline diffs in the ↵Joey Hess2012-07-19
| | | | recentchanges page, with visibility toggleable via javascript. Thanks, Antoine Beaupré
* more tag reorgJoey Hess2010-02-12
|
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* * 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.