From 7f883f520356fd1d70cf83677b9a5aabd0554262 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 19 Jul 2012 13:50:07 -0400 Subject: [PATCH] =?utf8?q?recentchangesdiff:=20When=20diffurl=20is=20not?= =?utf8?q?=20set,=20provide=20inline=20diffs=20in=20the=20recentchanges=20?= =?utf8?q?page,=20with=20visibility=20toggleable=20via=20javascript.=20Tha?= =?utf8?q?nks,=20Antoine=20Beaupr=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian/changelog | 8 ++++++++ doc/plugins/recentchangesdiff.mdwn | 8 +++++--- doc/todo/provide_inline_diffs_in_recentchanges.mdwn | 2 ++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index ce2ec060a..3a98ed339 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (3.20120630) UNRELEASED; urgency=low + + * recentchangesdiff: When diffurl is not set, provide inline diffs + in the recentchanges page, with visibility toggleable via javascript. + Thanks, Antoine Beaupré + + -- Joey Hess Thu, 19 Jul 2012 13:46:52 -0400 + ikiwiki (3.20120629) unstable; urgency=low * mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or diff --git a/doc/plugins/recentchangesdiff.mdwn b/doc/plugins/recentchangesdiff.mdwn index 57299f92d..660a430b9 100644 --- a/doc/plugins/recentchangesdiff.mdwn +++ b/doc/plugins/recentchangesdiff.mdwn @@ -2,6 +2,8 @@ [[!tag type/meta]] This plugin extends the [[recentchanges]] plugin, adding a diff for each -change. The diffs are by default hidden from display on the recentchanges -page, but will display in its feeds. The [[rcs]] must have implemented -support for the `rcs_diff()` function for any diffs to be generated. +change. The diffs can be toggled on the recentchanges page (requires +javascript), and are also included in its feeds. + +The [[rcs]] must have implemented support for the `rcs_diff()` function for +any diffs to be generated. diff --git a/doc/todo/provide_inline_diffs_in_recentchanges.mdwn b/doc/todo/provide_inline_diffs_in_recentchanges.mdwn index 98e8663fa..3bf1bdc33 100644 --- a/doc/todo/provide_inline_diffs_in_recentchanges.mdwn +++ b/doc/todo/provide_inline_diffs_in_recentchanges.mdwn @@ -22,4 +22,6 @@ It would rock if I could view diffs from the web without going via feeds. I envi > > > I have pushed a new version of this patch to my branch, which fixes all the above issues. I think this is ready to be merged now. -- [[anarcat]] 2012-07-19 +>>>> [[done]] --[[Joey]] + [[!tag wishlist patch]] -- 2.39.5