2007-08-22 23:06:13 +02:00
|
|
|
[[template id=plugin name=editdiff author="[[JeremieKoenig]]"]]
|
|
|
|
[[tag type/useful]]
|
|
|
|
|
2007-08-23 12:41:08 +02:00
|
|
|
This plugin adds a "Diff" button when a page is being edited.
|
2007-08-22 23:06:13 +02:00
|
|
|
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.
|