The Autosave module automatically saves a snapshot of your content type form using AJAX. If the user's browser or machine dies while editing a node; the edits will be presented to the user the next time they return to the node. The user may toggle back and forth between the last saved version and the version with the edits that were lost and select which of these they would like to continue with.
How often a form is autosaved as well as which content types to enable autosave for are admin configurable.
This module requires:
jQuery Update (Drupal 5 version only)
jQuery Field Plugin (modified version included with module)
6.x-2.x Version
NOTE: if used with JS editor requires latest dev version of WYSIWYG module and patch listed below.
- 6.x-2.0 version is a complete re-write to remove dependencies on TinyMCE.
- this version is now tied to the WYSIWYG module and currently is known to work with FCK, CK and TinyMCE 3.0 editors but requires the 6.x-2.x-dev version of WYSIWYG with this patch: http://drupal.org/node/614146#comment-2193764; this patch should be committed soon and will eventually be expanded to include other editors.
- As of version 6.x-2.8 there is now support for the CK editor without the use of the WYSIWYG module.
Drupal 6 release funded by ConsumerSearch.com, a NY Times Company. Also, thanks to jide for providing required WYSIWYG patches for this.
NOTE: Autosave uses a modified version of the jquery.field plugin (modified since it doesn't support Drupal field naming conventions very well). This version of the plugin was based on jquery 1.2 and does not work with jquery 1.3. Rev 6.x-2.7 DOES support jquery 1.3 and should still support jq 1.2. Please raise an issue if you find that it doesn't.
TODO:
Would likely not be a bad idea to have a theme function to allow developers to theme Autosave's popup form. Feel free to contribute a patch for this.
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Module categories: Content, Utility
- Reported installs: 1068 sites currently report using this module. View usage statistics.
- Last modified: November 19, 2011