You are here

README.txt in Autosave 5.3

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 Field Plugin which was downloaded from here: http://plugins.jquery.com/project/field

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)
Addtions for rel 5-x.3.x by Peter Lindstrom of LiquidCMS (www.liquidcms.ca)

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 Field Plugin which was downloaded from here: http://plugins.jquery.com/project/field
  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. Addtions for rel 5-x.3.x by Peter Lindstrom of LiquidCMS (www.liquidcms.ca)
  20. CHANGE LOG
  21. ==========
  22. Major fixes/modifications done by Peter Lindstrom sponsored by About.com
  23. - fix issues with operation in IE7
  24. - provide support for TinyMCE
  25. - clean up autosave table after successful submit of node
  26. - fix autosave validate bug on submit
  27. - add support to enable autosave for specific node types
  28. - fix issue of wrong form_id when VIEW->IGNORE