Description
If you have a page element used in gui which isn't supported by now you can not easily cancel the page edit by the gui interface.
This happens because in wikiaction cancel request is behind convert. -- ReimarBauer 2005-12-29 07:56:27
Discussion
We changed the order to this. As we do save the text into HomePage/EditorBackup it must be converted back or we end up with HTML in there.
If one cancels a page edit it should nothing be saved as HomePage/EditorBackup. Only by the preview action the content needs to be saved or am I wrong?
If fixed it like this:
- if you save a page, everything stays as it is
if you hit cancel button, it will try to make a backup of your form content to your /MoinEditorBackup page. It needs to run the html to wiki converter if you used the gui editor. If:
- that conversion run without crashing, it will save wiki markup to the backup page
- that conversion crashed it won't show an error screen, but just save the html to your page page
This way it will suck less if a user accidentally cancelled instead of saving.
Plan
- Priority:
Assigned to: ThomasWaldmann
- Status: fixed in 1.5.3