-
- security fix
-
Documentation improvement.
-
Add form token checking to the access callbacks to avoid CSRF attacks.
-
refs #1357022 by Crell and thbnelson: Fix JS error when TinyMCE is not present.
-
refs #1361446 by lee20: Call by reference error.
-
Manually save contents from TinyMCE so as to not trigger a bug with triggerSave() that messes with the cursor position.
-
Do not flag a form as having a saved form available if it is already the saved form that is being restored.
-
Better protection against notices and similar messiness.
-
When restoring the form, restore it to overwrite the existing form rather than putting the new form inside the old form.
-
refs #1280840 by Crell: Remove old jquery plugin we're no longer using.