Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1 M2
-
Fix Version/s: 1.2 M1
-
Component/s: Velocity, {Unused} Actions and URLs, {Unused} Editor - Wiki
-
Labels:None
-
keywords:history,store,DBimprovement,soc
-
Similar issues:
XWIKI-3653Edit comment and Minor edit settings lost when going to the preview and back to edit XWIKI-2207The Document API does not allow saving a minor edit XWIKI-2681Minor edit checkbox and default language field doesn't work XWIKI-8002 Allow 'minor edit' to be set by default XWIKI-8773Documents are saved as minor versions when clicking the "Save & Continue" button even if the "Is minor edit" checkbox is cleared XWIKI-2194 Provide Default Option for the minor edit checkbox XWIKI-2845User profile update should be saved as minor edit by LDAP authentication XWIKI-8552 Make the "Version summary" field and the "Is minor edit" checkbox available in "Preview" mode XWIKI-5718A minor edit remove the page from the "Recent Changes" in dashboard XWIKI-6834 Activity Stream shows minor edit even when not asked to under some circumstances
Description
Implement minor edit support. http://en.wikipedia.org/wiki/Minor_edit
New checkbox "Minor edit" will be added to document edit form
Minor changes will be hidden in history UI by default
It will be stored as normal changes with special mark (doc.isMinorEdit)
Minor versions will increase 2nd version number. Major - 1st. (ex: 1.1-minor-1.2-major- 2.1-minor- 2.2)
Adding objects,attachments,comments,rights to document is minor changes.
Implementation is the same as XWIKI-114
Issue Links
- depends on
-
XWIKI-1459
keep document history in a separate table
-
- is related to
-
XE-95
rewrite Main.Dashboard with minor edit feature
-
- relates to
-
XWIKI-1856
View/Hide minor edits button in history template has a different look&feel than the other buttons
-
Minor versions will be named like 1.2.3 (major - 1.2)