aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-10-08 19:24:06 -0400
committerJoey Hess <joey@kitenet.net>2010-10-08 19:24:06 -0400
commit1820f07f04476e8be290aadeee140cd0a5a0dfed (patch)
treec2b9d08740370068ef96608e6ec4b249c0ea0655 /doc
parent7e9ca590c745ad01f7d0beb44bbe24eea35f531d (diff)
downloadikiwiki-1820f07f04476e8be290aadeee140cd0a5a0dfed.tar
ikiwiki-1820f07f04476e8be290aadeee140cd0a5a0dfed.tar.gz
revert interface done
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/how_do_I_revert_edits_in_the_web_mode__63__.mdwn6
-rw-r--r--doc/todo/web_reversion.mdwn2
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/how_do_I_revert_edits_in_the_web_mode__63__.mdwn b/doc/forum/how_do_I_revert_edits_in_the_web_mode__63__.mdwn
index 4998c1a75..d69b3801b 100644
--- a/doc/forum/how_do_I_revert_edits_in_the_web_mode__63__.mdwn
+++ b/doc/forum/how_do_I_revert_edits_in_the_web_mode__63__.mdwn
@@ -38,3 +38,9 @@ Puzzled a bit :-/
Perer Gammie and I are working on reversion over at [[todo/web_reversion]].
--[[Joey]]
+
+Update: Web reversion is now supported by ikiwiki. Only changes committed
+to your wiki after you upgrade to the version of ikiwiki that supports it
+will get revert buttons on the RecentChanges page. If you want to force
+adding buttons for older changes, you can delete `recentchanges/*._change`
+from your srcdir, and rebuild the wiki. --[[Joey]]
diff --git a/doc/todo/web_reversion.mdwn b/doc/todo/web_reversion.mdwn
index 212fd3a53..9550fa58b 100644
--- a/doc/todo/web_reversion.mdwn
+++ b/doc/todo/web_reversion.mdwn
@@ -71,3 +71,5 @@ Peter Gammie has done an initial implementation of the above.
>>> [[!template id=gitbranch branch=origin/revert author="[[joey]]"]]
>>> (and fixed all the indention..). --[[Joey]]
>>>> Please change the git pointer above, then. I will work on your branch. -- [[peteg]]
+
+[[done]]