aboutsummaryrefslogtreecommitdiff
path: root/templates/change.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-03 15:53:34 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-03-03 15:53:34 -0500
commitd93aaed7919f0449d387aed6c6ee3aaff85a12eb (patch)
treef31e998cae4b6ec478d366f7997b0a892d89a328 /templates/change.tmpl
parent59379d0205fdbdb90553d1f5cef666e7e72a8927 (diff)
downloadikiwiki-d93aaed7919f0449d387aed6c6ee3aaff85a12eb.tar
ikiwiki-d93aaed7919f0449d387aed6c6ee3aaff85a12eb.tar.gz
* 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.
Diffstat (limited to 'templates/change.tmpl')
-rw-r--r--templates/change.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl
index e476a7439..55aabe201 100644
--- a/templates/change.tmpl
+++ b/templates/change.tmpl
@@ -33,4 +33,11 @@
</TMPL_IF>
</TMPL_LOOP>
</div>
+<TMPL_IF NAME="DIFF">
+<div class=diff>
+<pre>
+<TMPL_VAR NAME="DIFF" ESCAPE="HTML">
+</pre>
+</div>
+</TMPL_IF>
<!-- <TMPL_VAR REV> -->