[
https://issues.apache.org/jira/browse/JSPWIKI-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647808#action_12647808
]
Janne Jalkanen commented on JSPWIKI-436:
----------------------------------------
This will need to support all the same parameters as the regular editor (e.g.
to support the SpamFilter - we don't want spammers to be able to bypass our
filter through AJAX).
Also, the minor-edit functionality is not a requirement. We could also save
the autosaved pages internally somewhere else so that the page itself is not
changed until "Save" is pressed. You could then recover the page using some
other mechanism.
Though I'm not sure whether that is the best method yet.
> Auto-save during editing
> ------------------------
>
> Key: JSPWIKI-436
> URL: https://issues.apache.org/jira/browse/JSPWIKI-436
> Project: JSPWiki
> Issue Type: Improvement
> Components: Core & storage
> Affects Versions: 2.8
> Reporter: Dirk Frederickx
> Priority: Minor
> Fix For: 3.0
>
>
> Allow to auto-save the page during (long) edit-sessions.
> This requires the jspwiki-engine to support Minor -Edit [JSPWIKI-435] such
> that no new versions are created for each auto-save operations.
> The auto-save will be performed through an ajax call to the backend.
> {noformat}
> POST:
> {"id":nnn,"method":"edit.saveText","params":["markup",xxxx]}
> {/noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.