You are here

README.txt in Autosave 6

DESCRIPTION
===========
The Autosave module automatically saves a node after a period of time. Content types that can be autosaved as well as the period of time a node is autosaved, is configurable.

Autosaved nodes are are saved as a snap shot of the form.

NOTE: this version of autosave only works for single form (of selected node type) on a page.

This module is designed to work with Drupal 5.x.

DEPENDENCIES
============
Inlcudes the jQuery Form Plugin which was downloaded from here: http://dev.jquery.com/browser/trunk/plugins/form/jquery.form.js?format=txt

INSTALLATION
============
1. Place the "autosave" folder in your "modules" directory (i.e. modules/autosave).
2. Enable the Autosave module under Administer >> Site building >> Modules.
3. Under config for a node type select it to use Autosave.
5. Under Admin -> Site Config -> Autosave enter the period of time before each autosave (in milliseconds).

AUTHOR
======
Edmund Kwok (edmund.kwok [at] insyghtful.com)

CHANGE LOG
==========
Major fixes/modifications done by Peter Lindstrom sponsored by About.com

- fix issues with operation in IE7
- provide support for TinyMCE
- clean up autosave table after successful submit of node
- fix autosave validate bug on submit
- add support to enable autosave for specific node types
- fix issue of wrong form_id when VIEW->IGNORE

File

README.txt
View source
  1. DESCRIPTION
  2. ===========
  3. The Autosave module automatically saves a node after a period of time. Content types that can be autosaved as well as the period of time a node is autosaved, is configurable.
  4. Autosaved nodes are are saved as a snap shot of the form.
  5. NOTE: this version of autosave only works for single form (of selected node type) on a page.
  6. This module is designed to work with Drupal 5.x.
  7. DEPENDENCIES
  8. ============
  9. Inlcudes the jQuery Form Plugin which was downloaded from here: http://dev.jquery.com/browser/trunk/plugins/form/jquery.form.js?format=txt
  10. INSTALLATION
  11. ============
  12. 1. Place the "autosave" folder in your "modules" directory (i.e. modules/autosave).
  13. 2. Enable the Autosave module under Administer >> Site building >> Modules.
  14. 3. Under config for a node type select it to use Autosave.
  15. 5. Under Admin -> Site Config -> Autosave enter the period of time before each autosave (in milliseconds).
  16. AUTHOR
  17. ======
  18. Edmund Kwok (edmund.kwok [at] insyghtful.com)
  19. CHANGE LOG
  20. ==========
  21. Major fixes/modifications done by Peter Lindstrom sponsored by About.com
  22. - fix issues with operation in IE7
  23. - provide support for TinyMCE
  24. - clean up autosave table after successful submit of node
  25. - fix autosave validate bug on submit
  26. - add support to enable autosave for specific node types
  27. - fix issue of wrong form_id when VIEW->IGNORE