summaryrefslogtreecommitdiff
path: root/doc/plugins/editdiff.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-22 21:06:13 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-22 21:06:13 +0000
commit2c5fbe844b3137b2e3f84d5f1d1ea9ef37564852 (patch)
treee48b6030fe82796a6c899f85d47dbe17776971a2 /doc/plugins/editdiff.mdwn
parent771608a4d43438931f2f1a3dddd07810a006d435 (diff)
* Call the formbuilder hook for the edit page.
* Call decode_form_utf8 before running formbuilder_setup hooks. * Add editdiff plugin contributed by Jeremie Koenig. * Fix it to not leak path info.
Diffstat (limited to 'doc/plugins/editdiff.mdwn')
-rw-r--r--doc/plugins/editdiff.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/plugins/editdiff.mdwn b/doc/plugins/editdiff.mdwn
new file mode 100644
index 000000000..edd820a62
--- /dev/null
+++ b/doc/plugins/editdiff.mdwn
@@ -0,0 +1,13 @@
+[[template id=plugin name=editdiff author="[[JeremieKoenig]]"]]
+[[tag type/useful]]
+
+This plugin adds a "Diff" button when a page is being added.
+When clicked, a diff between the stored page and provided content
+is shown in the "Page Preview" area.
+
+## Problems
+
+No special handling is done of concurrent edits: changes introduced
+independently will show up in the requested diff, although they will
+be merged when the page is saved. I suspect even detecting this case
+would require changes in the RCS backends.