aboutsummaryrefslogtreecommitdiff
path: root/templates/change.tmpl
Commit message (Expand)AuthorAge
* html escaping complication•••Can't escape things to entities if the template then escapes the entities. (aggregate doesn't have this problem.) Joey Hess2008-11-18
* Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ea...Joey Hess2008-11-10
* fix relativedate timezone inclusion•••The machine parseable date needs to include a timezone. Also, simplified the interface for date display. Joey Hess2008-10-19
* remove old dup divJoey Hess2008-10-18
* tweak recentchanges permalink code•••Need to handle the case where url is not set. Joey Hess2008-10-17
* Patch for anchor-based change permalinks in recent changes feed•••from JasonBlevins Joey Hess2008-10-17
* make relativedate work for the dates on the recentchanges page•••Having a always current relative date on recentchanges is very, very nice. Joey Hess2008-10-17
* responseJoey Hess2008-04-10
* * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.•••* 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. Joey Hess2008-03-03
* Merge branch 'master' into prefix-directives•••Conflicts: debian/changelog templates/change.tmpl Josh Triplett2008-02-09
|\
| * change wordingJoey Hess2008-02-09
| * reword to put the more important info (page names) nearer the frontJoey Hess2008-02-09
* | add ! prefix to some directives in templates, and to the recentchanges pageJoey Hess2008-02-05
|/
* more whitespace nonsenseJoey Hess2008-01-29
* more HTML::Template fun•••fix whitespace that led to bad wrapping and display Joey Hess2008-01-29
* fix display of diff iconJoey Hess2008-01-29
* * meta: Add pagespec functions to match against title, author, authorurl,••• license, and copyright. This can be used to create custom RecentChanges. * meta: To support the pagespec functions, metadata about pages has to be retained as pagestate. * Fix encoding bug when pagestate values contained spaces. Joey Hess2008-01-29
* really use unmunged author in metadataJoey Hess2008-01-29
* move message to endJoey Hess2008-01-29
* more style improvementsJoey Hess2008-01-29
* non-tabular recentchanges display•••Doesn't look as good as the old table, but works as a rss feed. Joey Hess2008-01-29
* proof of concept implementation of static recentchanges•••Currently hardcoded to write to recentchanges/*, and the page format needs to be rethought to be usable for aggregation, but it basically works. Joey Hess2008-01-28
* addJoey Hess2008-01-28