Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | recentchangesdiff: fix further breakage to the template from 3.20120725 | Joey Hess | 2012-10-16 |
| | |||
* | really fix diff display to not show both types of diff | Joey Hess | 2012-10-16 |
| | | | | 12fa9c031f7a9dc25dba628aa91fc347586e4ab6 porported to fix this, but failed | ||
* | fix bad cut and paste in diff toggle title | Joey Hess | 2012-10-16 |
| | |||
* | do not display two glasses | Antoine Beaupré | 2012-07-19 |
| | | | | we display the inline diff only if diffurl isn't defined | ||
* | move the diff button alongside the others | Antoine Beaupré | 2012-07-19 |
| | |||
* | make diffs toggleable | Antoine Beaupré | 2012-07-19 |
| | |||
* | improve html | Joey Hess | 2010-11-16 |
| | | | | | display not changed, but I hope this will html2text better in rss2email, and it's generally better | ||
* | make revert hooks optional | Joey Hess | 2010-10-08 |
| | | | | | | I removed the IkiWiki::rcs_ stubs for the revert hooks. Instead recentchanges tests to see if the hooks are available and calls them directly. | ||
* | revert html tweaking | Joey Hess | 2010-10-06 |
| | |||
* | Correct 'alt' text for the revert image. | Peter Gammie | 2010-10-01 |
| | |||
* | Get things right after moving to a branch. | Peter Gammie | 2010-09-29 |
| | |||
* | consistently drop NAME= in templates | Joey Hess | 2010-05-05 |
| | | | | also add template syntax smoke test | ||
* | apply simonrvn patch to quote attributes | Joey Hess | 2010-05-01 |
| | |||
* | Add missing </span> to change.tmpl COMMITDATE, fixing well-formedness | Simon McVittie | 2010-03-11 |
| | | | | | | This only affects people who don't use either htmltidy or htmlbalance. Bug: http://ikiwiki.info/bugs/templateForRecentChangesMissingCloseSpan/ | ||
* | 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 |