/[drupal]/contributions/modules/autosave/autosave.js
ViewVC logotype

Log of /contributions/modules/autosave/autosave.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 00:41:16 2009 UTC (2 weeks, 5 days ago) by ptalindstrom
Branch: MAIN
CVS Tags: DRUPAL-6--2-5, HEAD
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
- add stealth mode

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 4 06:23:09 2009 UTC (3 weeks ago) by ptalindstrom
Branch: MAIN
CVS Tags: DRUPAL-6--2-3, DRUPAL-6--2-4
Changes since 1.8: +12 -8 lines
Diff to previous 1.8
- remove dependency on wysiwyg module

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 17:09:55 2009 UTC (3 weeks, 1 day ago) by ptalindstrom
Branch: MAIN
CVS Tags: DRUPAL-6--2-2
Changes since 1.7: +5 -3 lines
Diff to previous 1.7
- fix autosave not working when rich text disabled http://drupal.org/node/619300

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 20:59:08 2009 UTC (3 weeks, 3 days ago) by ptalindstrom
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
- fix for cleanurls

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 27 07:39:05 2009 UTC (4 weeks, 1 day ago) by ptalindstrom
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-1
Changes since 1.5: +80 -166 lines
Diff to previous 1.5
- 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.

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 20 23:42:11 2008 UTC (16 months ago) by ptalindstrom
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-2, DRUPAL-6--1-1
Branch point for: DRUPAL-6--1
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 , to next main 1.10
- fix for use with forms that don't use TniyMCE

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 4 19:57:37 2008 UTC (18 months, 3 weeks ago) by ptalindstrom
Branch: MAIN
CVS Tags: DRUPAL-5--3-1
Branch point for: DRUPAL-5--3
Changes since 1.4: +170 -43 lines
Diff to previous 1.4
- commit ptalidnstrom's changes to autosave HEAD; will branch as 5.3 version of autosave and do offical release as such

Revision 1.1.2.8.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 11:29:02 2008 UTC (22 months, 2 weeks ago) by edkwh
Branch: DRUPAL-5--2
Changes since 1.1.2.8.2.2: +2 -2 lines
Diff to previous 1.1.2.8.2.2 , to branch point 1.1.2.8 , to next main 1.1.2.9
#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.

Revision 1.1.2.8.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 05:33:54 2008 UTC (22 months, 3 weeks ago) by edkwh
Branch: DRUPAL-5--2
Changes since 1.1.2.8.2.1: +44 -48 lines
Diff to previous 1.1.2.8.2.1 , to branch point 1.1.2.8
Fixing a bug that led to autosave not working on pages with a single form.

Revision 1.1.2.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 17:10:37 2008 UTC (22 months, 3 weeks ago) by edkwh
Branch: DRUPAL-5--2
Changes since 1.1.2.8: +134 -47 lines
Diff to previous 1.1.2.8
More missing cvs id tags. Updating autosave.js as well as it was not correctly updated.

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 16:41:13 2008 UTC (22 months, 3 weeks ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.8: +132 -47 lines
Diff to previous 1.1.2.8 , to branch point 1.1 , to next main 1.10
#156036 'Wrong approach. Should save forms, not nodes'; intial commit for 5.x-2.x branch

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 17 17:22:44 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Branch point for: DRUPAL-5--2
Changes since 1.1.2.7: +34 -31 lines
Diff to previous 1.1.2.7 , to branch point 1.1
-Refactored certain parts.
-Used Drupal namespace for functions.
-Add in global killswitch for js.

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 12 13:59:52 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.6: +0 -4 lines
Diff to previous 1.1.2.6 , to branch point 1.1
Fixed a bug that led to a new node being created instead of overriding the autosaved revision when node form is submitted

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 12 12:47:53 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.5: +1 -0 lines
Diff to previous 1.1.2.5 , to branch point 1.1
Bug fixes and using drupal_execute() instead of node_save() to autosave nodes.

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 12 12:46:55 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.4: +0 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
Bug fixes and using drupal_execute() instead of node_save() to autosave nodes.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 12 12:45:56 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.3: +12 -3 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Bug fixes and using drupal_execute() instead of node_save() to autosave nodes.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 2 08:21:32 2006 UTC (2 years, 11 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.2: +5 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Added support for FCKEditor

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 09:45:20 2006 UTC (3 years ago) by edkwh
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.1.2.1: +13 -10 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Autosave module 5.0 release

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 09:37:14 2006 UTC (3 years ago) by edkwh
Branch: MAIN
Changes since 1.3: +12 -9 lines
Diff to previous 1.3
Updated autosave.js to keep up with new form.js

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 1 10:47:32 2006 UTC (3 years, 1 month ago) by edkwh
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
Changed location of autosave_status label. Status should now be shown regardless of theme.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 30 08:35:11 2006 UTC (3 years, 1 month ago) by edkwh
Branch: MAIN
Changes since 1.1: +47 -0 lines
Diff to previous 1.1
Adding autosave.module

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 30 03:18:50 2006 UTC (3 years, 1 month ago) by edkwh
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.1: +47 -0 lines
Diff to previous 1.1
Adding autosave.module, for Drupal 5.0

Revision 1.1
Sat Sep 30 03:18:50 2006 UTC (3 years, 1 month ago) by edkwh
Branch: MAIN
Branch point for: DRUPAL-5
FILE REMOVED
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2