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

Log of /contributions/modules/autosave/autosave.module

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.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 00:41:16 2009 UTC (2 weeks, 6 days ago) by ptalindstrom
Branch: MAIN
CVS Tags: DRUPAL-6--2-5, HEAD
Changes since 1.8: +11 -0 lines
Diff to previous 1.8
- add stealth mode

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

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 20:59:08 2009 UTC (3 weeks, 4 days ago) by ptalindstrom
Branch: MAIN
CVS Tags: DRUPAL-6--2-2
Changes since 1.6: +2 -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, 2 days ago) by ptalindstrom
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, DRUPAL-6--2-1
Changes since 1.5: +89 -106 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.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 13:37:55 2008 UTC (14 months, 2 weeks ago) by ptalindstrom
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-6--1-1
Branch point for: DRUPAL-6--1
Changes since 1.5.2.5: +70 -72 lines
Diff to previous 1.5.2.5 , to branch point 1.5 , to next main 1.9
- patch files for Drupal 6
- not sure if this is correct approach since i have never done a Dr5 to Dr6 port on CVS

Revision 1.5.2.5 - (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
Changes since 1.5.2.4: +0 -0 lines
Diff to previous 1.5.2.4 , to branch point 1.5
- fix for use with forms that don't use TniyMCE

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 05:12:46 2008 UTC (17 months, 4 weeks ago) by ptalindstrom
Branch: DRUPAL-5--3
Changes since 1.5.2.3: +0 -0 lines
Diff to previous 1.5.2.3 , to branch point 1.5
- fix update_1

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 02:46:43 2008 UTC (18 months ago) by ptalindstrom
Branch: DRUPAL-5--3
Changes since 1.5.2.2: +1 -1 lines
Diff to previous 1.5.2.2 , to branch point 1.5
- fix install update hook

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 20 20:33:31 2008 UTC (18 months, 1 week ago) by ptalindstrom
Branch: DRUPAL-5--3
Changes since 1.5.2.1: +0 -0 lines
Diff to previous 1.5.2.1 , to branch point 1.5
- add update_1 to install

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 8 06:16:41 2008 UTC (18 months, 2 weeks ago) by ptalindstrom
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-1
Changes since 1.5: +0 -0 lines
Diff to previous 1.5
- fix up mess i made by doing cvs release

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
Branch point for: DRUPAL-5--3
Changes since 1.4: +123 -105 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.15.2.2 - (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.15.2.1: +2 -2 lines
Diff to previous 1.1.2.15.2.1 , to branch point 1.1.2.15 , to next main 1.1.2.16
#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.15.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 16:54:22 2008 UTC (22 months, 3 weeks ago) by edkwh
Branch: DRUPAL-5--2
Changes since 1.1.2.15: +74 -142 lines
Diff to previous 1.1.2.15
autosave.module was not updated correctly.

Revision 1.1.2.16 - (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.15: +74 -142 lines
Diff to previous 1.1.2.15 , to branch point 1.1 , to next main 1.9
#156036 'Wrong approach. Should save forms, not nodes'; intial commit for 5.x-2.x branch

Revision 1.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 13:05:10 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.14: +3 -3 lines
Diff to previous 1.1.2.14 , to branch point 1.1
- POST['changed'] = time() should only apply for new nodes
- check for node->op = submit should be enclosed in t()

Revision 1.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 10:30:38 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.13: +2 -1 lines
Diff to previous 1.1.2.13 , to branch point 1.1
Changed ['changed'] on autosaving a new node to relect the lastest timestamp as subsequent autosave fails

Revision 1.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 03:10:08 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.12: +1 -1 lines
Diff to previous 1.1.2.12 , to branch point 1.1
l() should not used for external links

Revision 1.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 03:06:17 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.11: +7 -1 lines
Diff to previous 1.1.2.11 , to branch point 1.1
Display error message if jQuery Form Plugin is not found

Revision 1.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 05:20:14 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.10: +2 -10 lines
Diff to previous 1.1.2.10 , to branch point 1.1
- Wasn't aware that theme_status_messages exists; used that instead of going through drupal_get_messages

Revision 1.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 05:08:27 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.9: +26 -13 lines
Diff to previous 1.1.2.9 , to branch point 1.1
- Show status message each time the node is autosaved

Revision 1.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 17 17:29:00 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.8: +13 -10 lines
Diff to previous 1.1.2.8 , to branch point 1.1
- Fixed a bug where autosaved nid was not cleared when node is not submitted. Subsequent nodes will then use this nid which screws up everything.
- Uncommented a code which is supposed to clear messages after a node is autosaved; don't wanna bombard users with too many messages in the next page they visit.
- Added a few comments.

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 00:27:48 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.7: +2 -2 lines
Diff to previous 1.1.2.7 , to branch point 1.1
Changed strpos to strrpos when location nid from the return value of drupal_execute()

Revision 1.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 12 14:22:24 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.6: +1 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#126512 Remove remove privillages checks to allow autosave for all users

Revision 1.1.2.6 - (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.5: +12 -14 lines
Diff to previous 1.1.2.5 , 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.5 - (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.4: +1 -0 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:46:55 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.3: +0 -1 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]
Thu Apr 12 12:45:56 2007 UTC (2 years, 7 months ago) by edkwh
Branch: DRUPAL-5
Changes since 1.1.2.2: +74 -47 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Bug fixes and using drupal_execute() instead of node_save() to autosave nodes.

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: +8 -8 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: +5 -5 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]
Tue Oct 3 10:17:46 2006 UTC (3 years, 1 month ago) by edkwh
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2
Autosaved content are not published, not promoted, and not sticky, as suggested by alienbrain

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: +177 -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: +177 -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.module 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