aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
Commit message (Collapse)AuthorAge
* * 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.
* * recentchanges: Exipre all *._change pages, even if the directoryJoey Hess2008-02-03
| | | | they're in has changed.
* * recentchanges: Improve handling of links on the very static changes pagesJoey Hess2008-02-03
| | | | | by thunking to the CGI, which can redirect to the page, or allow it to be created if it doesn't exist.
* move openiduser function to the openid pluginJoey Hess2008-01-30
|
* move recentchanges link enabling into a pagetemplate hookJoey Hess2008-01-30
|
* really fix the baseurl problemJoey Hess2008-01-29
| | | | | the issue is that HTML::Template doesn't expand top-level variables when inside a loop
* make the author metadata for changes pages be the un-munged openidJoey Hess2008-01-29
|
* added configuration for recentchangesJoey Hess2008-01-29
| | | | | | | | I kept it to a simple global configuration, rather than using the preprocessor directive for recentchanges, because that had chicken and egg problems and seemed overcomplicated. This should work reasonably well, though it would be good to add some more metadata so that more customised recentchanges pages can be made.
* add code to delete old change pagesJoey Hess2008-01-29
|
* use new refresh hookJoey Hess2008-01-29
|
* updatesJoey Hess2008-01-29
|
* escape wikilinks and preprocessor directivesJoey Hess2008-01-29
|
* typoJoey Hess2008-01-29
|
* more style improvementsJoey Hess2008-01-29
|
* non-tabular recentchanges displayJoey Hess2008-01-29
| | | | Doesn't look as good as the old table, but works as a rss feed.
* some parameteraisation and generalisationJoey Hess2008-01-29
|
* proof of concept implementation of static recentchangesJoey Hess2008-01-28
Currently hardcoded to write to recentchanges/*, and the page format needs to be rethought to be usable for aggregation, but it basically works.