| /[drupal]/contributions/modules/autosave/autosave.js |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
- add stealth mode
- remove dependency on wysiwyg module
- fix autosave not working when rich text disabled http://drupal.org/node/619300
- fix for cleanurls
- 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 commited soon and will eventually be expanded to include other editors.
- fix for use with forms that don't use TniyMCE
- commit ptalidnstrom's changes to autosave HEAD; will branch as 5.3 version of autosave and do offical release as such
#156036 More fixes, thanks alot to ptalindstrom for testing and debugging! Changes: * autosave.js - Autosave status div should be added regardless whether there are previous autosaved forms or not. * autosave.module - Serialized form_id as well; if not, form_id will be blank after previous autosaved forms are viewed and ignored.
Fixing a bug that led to autosave not working on pages with a single form.
More missing cvs id tags. Updating autosave.js as well as it was not correctly updated.
#156036 'Wrong approach. Should save forms, not nodes'; intial commit for 5.x-2.x branch
-Refactored certain parts. -Used Drupal namespace for functions. -Add in global killswitch for js.
Fixed a bug that led to a new node being created instead of overriding the autosaved revision when node form is submitted
Bug fixes and using drupal_execute() instead of node_save() to autosave nodes.
Bug fixes and using drupal_execute() instead of node_save() to autosave nodes.
Bug fixes and using drupal_execute() instead of node_save() to autosave nodes.
Added support for FCKEditor
Autosave module 5.0 release
Updated autosave.js to keep up with new form.js
Changed location of autosave_status label. Status should now be shown regardless of theme.
Adding autosave.module
Adding autosave.module, for Drupal 5.0
file autosave.js was initially added on branch DRUPAL-5.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |