aboutsummaryrefslogtreecommitdiff
path: root/templates/change.tmpl
Commit message (Collapse)AuthorAge
* recentchangesdiff: fix further breakage to the template from 3.20120725Joey Hess2012-10-16
|
* really fix diff display to not show both types of diffJoey Hess2012-10-16
| | | | 12fa9c031f7a9dc25dba628aa91fc347586e4ab6 porported to fix this, but failed
* fix bad cut and paste in diff toggle titleJoey Hess2012-10-16
|
* do not display two glassesAntoine Beaupré2012-07-19
| | | | we display the inline diff only if diffurl isn't defined
* move the diff button alongside the othersAntoine Beaupré2012-07-19
|
* make diffs toggleableAntoine Beaupré2012-07-19
|
* improve htmlJoey Hess2010-11-16
| | | | | display not changed, but I hope this will html2text better in rss2email, and it's generally better
* make revert hooks optionalJoey Hess2010-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 tweakingJoey Hess2010-10-06
|
* Correct 'alt' text for the revert image.Peter Gammie2010-10-01
|
* Get things right after moving to a branch.Peter Gammie2010-09-29
|
* consistently drop NAME= in templatesJoey Hess2010-05-05
| | | | also add template syntax smoke test
* apply simonrvn patch to quote attributesJoey Hess2010-05-01
|
* Add missing </span> to change.tmpl COMMITDATE, fixing well-formednessSimon McVittie2010-03-11
| | | | | | This only affects people who don't use either htmltidy or htmlbalance. Bug: http://ikiwiki.info/bugs/templateForRecentChangesMissingCloseSpan/
* html escaping complicationJoey Hess2008-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 Hess2008-11-10
| | | | earlier added to edit links.
* fix relativedate timezone inclusionJoey Hess2008-10-19
| | | | | | The machine parseable date needs to include a timezone. Also, simplified the interface for date display.
* remove old dup divJoey Hess2008-10-18
|
* tweak recentchanges permalink codeJoey Hess2008-10-17
| | | | Need to handle the case where url is not set.
* Patch for anchor-based change permalinks in recent changes feedJoey Hess2008-10-17
| | | | from JasonBlevins
* make relativedate work for the dates on the recentchanges pageJoey Hess2008-10-17
| | | | Having a always current relative date on recentchanges is very, very nice.
* responseJoey Hess2008-04-10
|
* * 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.
* Merge branch 'master' into prefix-directivesJosh Triplett2008-02-09
|\ | | | | | | | | | | | | Conflicts: debian/changelog templates/change.tmpl
| * 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 funJoey Hess2008-01-29
| | | | fix whitespace that led to bad wrapping and display
* fix display of diff iconJoey Hess2008-01-29
|
* * meta: Add pagespec functions to match against title, author, authorurl,Joey Hess2008-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 metadataJoey Hess2008-01-29
|
* move message to endJoey 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.
* 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.
* addJoey Hess2008-01-28