Hi.
I work on minor edit feature (
http://en.wikipedia.org/wiki/Minor_edit):
http://jira.xwiki.org/jira/browse/XWIKI-1447 (patches attached)
I would like to hear your opinions about it.
Here is my solution:
The major change is document versioning:
major document edits(default) increase 1st version number (1.2->2.1)
minor document edits(selected by checkbox) increase 2nd version number
(2.1->2.2)
New checkbox "Minor edit" will be added to document edit form
Minor changes will be hidden in history UI by default (Show only latest
minor versions before major version. ex: 1.2, 2.1, 3.3)
It will be stored as normal changes with special mark (doc.isMinorEdit)
Adding objects,attachments,comments,rights to document is minor changes.
Implementation is like XWIKI-114
1. Is it OK, to change document versioning?
Or how to mark minor changes otherwise?
2. How edit and history UI would be?
(you may see My UI in patches, attached to jira issue or at
http://212.193.74.172/xwiki/bin/view/Main/WebHome )
--
Artem Melentyev