Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | html escaping complication | Joey Hess | 2008-11-18 |
| | | | | | Can't escape things to entities if the template then escapes the entities. (aggregate doesn't have this problem.) | ||
* | Add rel=nofollow to recentchanges_links for the same (weak) reasons it was ↵ | Joey Hess | 2008-11-10 |
| | | | | earlier added to edit links. | ||
* | fix relativedate timezone inclusion | Joey Hess | 2008-10-19 |
| | | | | | | The machine parseable date needs to include a timezone. Also, simplified the interface for date display. | ||
* | remove old dup div | Joey Hess | 2008-10-18 |
| | |||
* | tweak recentchanges permalink code | Joey Hess | 2008-10-17 |
| | | | | Need to handle the case where url is not set. | ||
* | Patch for anchor-based change permalinks in recent changes feed | Joey Hess | 2008-10-17 |
| | | | | from JasonBlevins | ||
* | make relativedate work for the dates on the recentchanges page | Joey Hess | 2008-10-17 |
| | | | | Having a always current relative date on recentchanges is very, very nice. | ||
* | response | Joey Hess | 2008-04-10 |
| | |||
* | * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds. | Joey Hess | 2008-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. | ||
* | Merge branch 'master' into prefix-directives | Josh Triplett | 2008-02-09 |
|\ | | | | | | | | | | | | | Conflicts: debian/changelog templates/change.tmpl | ||
| * | change wording | Joey Hess | 2008-02-09 |
| | | |||
| * | reword to put the more important info (page names) nearer the front | Joey Hess | 2008-02-09 |
| | | |||
* | | add ! prefix to some directives in templates, and to the recentchanges page | Joey Hess | 2008-02-05 |
|/ | |||
* | more whitespace nonsense | Joey Hess | 2008-01-29 |
| | |||
* | more HTML::Template fun | Joey Hess | 2008-01-29 |
| | | | | fix whitespace that led to bad wrapping and display | ||
* | fix display of diff icon | Joey Hess | 2008-01-29 |
| | |||
* | * meta: Add pagespec functions to match against title, author, authorurl, | Joey Hess | 2008-01-29 |
| | | | | | | | 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. | ||
* | 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 | 2008-01-29 |
| | | | | Doesn't look as good as the old table, but works as a rss feed. | ||
* | proof of concept implementation of static recentchanges | Joey Hess | 2008-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. | ||
* | add | Joey Hess | 2008-01-28 |