In XWiki, realtime collaboration is enabled by default when editing plain wiki pages with the WYSIWYG editor. Realtime collaboration performs auto-save. Even if the summary input would be visible on the realtime toolbar, you would still get some revisions auto-saved without a summary. Moreover, the autosave might be triggered while you type the summary, in which case a partial summary would be used. This is why we chose to hide the summary input from the realtime toolbar and instead introduce a separate action to “save with summary”.
If the wiki pages you mentioned require a very well-defined history with change summaries, then maybe realtime editing is not suited for them. Currently, there’s no way to disable realtime per space though. There were some discussions about this and the solutions we thought about are:
- allow to disable realtime collaboration per user / space / page
- implement drafts
- merge auto-save revisions
But neither of them has been implemented yet.