Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | Add missing </span> to change.tmpl COMMITDATE, fixing well-formedness | Simon McVittie | |
This only affects people who don't use either htmltidy or htmlbalance. Bug: http://ikiwiki.info/bugs/templateForRecentChangesMissingCloseSpan/ | |||
2008-11-18 | html escaping complication | Joey Hess | |
Can't escape things to entities if the template then escapes the entities. (aggregate doesn't have this problem.) | |||
2008-11-10 | Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ↵ | Joey Hess | |
earlier added to edit links. | |||
2008-10-19 | fix relativedate timezone inclusion | Joey Hess | |
The machine parseable date needs to include a timezone. Also, simplified the interface for date display. | |||
2008-10-18 | remove old dup div | Joey Hess | |
2008-10-17 | tweak recentchanges permalink code | Joey Hess | |
Need to handle the case where url is not set. | |||
2008-10-17 | Patch for anchor-based change permalinks in recent changes feed | Joey Hess | |
from JasonBlevins | |||
2008-10-17 | make relativedate work for the dates on the recentchanges page | Joey Hess | |
Having a always current relative date on recentchanges is very, very nice. | |||
2008-04-10 | response | Joey Hess | |
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-02-09 | Merge branch 'master' into prefix-directives | Josh Triplett | |
Conflicts: debian/changelog templates/change.tmpl | |||
2008-02-09 | change wording | Joey Hess | |
2008-02-09 | reword to put the more important info (page names) nearer the front | Joey Hess | |
2008-02-05 | add ! prefix to some directives in templates, and to the recentchanges page | Joey Hess | |
2008-01-29 | more whitespace nonsense | Joey Hess | |
2008-01-29 | more HTML::Template fun | Joey Hess | |
fix whitespace that led to bad wrapping and display | |||
2008-01-29 | fix display of diff icon | Joey Hess | |
2008-01-29 | * meta: Add pagespec functions to match against title, author, authorurl, | Joey Hess | |
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. | |||
2008-01-29 | really use unmunged author in metadata | Joey Hess | |
2008-01-29 | move message to end | Joey Hess | |
2008-01-29 | more style improvements | Joey Hess | |
2008-01-29 | non-tabular recentchanges display | Joey Hess | |
Doesn't look as good as the old table, but works as a rss feed. | |||
2008-01-28 | proof of concept implementation of static recentchanges | Joey Hess | |
Currently hardcoded to write to recentchanges/*, and the page format needs to be rethought to be usable for aggregation, but it basically works. | |||
2008-01-28 | add | Joey Hess | |