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

Log of /contributions/modules/poormanscron/poormanscron.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.22.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 27 01:05:29 2009 UTC (33 hours, 57 minutes ago) by davereid
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.22.2.3: +5 -5 lines
Diff to previous 1.22.2.3 , to branch point 1.22
by Dave Reid: Updated documentation styles.

Revision 1.21.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 27 01:01:21 2009 UTC (34 hours, 1 minute ago) by davereid
Branch: DRUPAL-6--1
Changes since 1.21.2.2: +2 -2 lines
Diff to previous 1.21.2.2 , to branch point 1.21 , to next main 1.22
#639756 by Dave Reid: Updated the default run interval to every three hours instead of every hour to match the D7 core and D6 2.0 default values.

Revision 1.18.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 23 20:52:14 2009 UTC (5 weeks ago) by davereid
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.18.2.1: +10 -40 lines
Diff to previous 1.18.2.1 , to branch point 1.18 , to next main 1.22
by Dave Reid: Synced with DRUPAL-6--1 branch.

Revision 1.22.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 22:59:33 2009 UTC (8 weeks, 3 days ago) by davereid
Branch: DRUPAL-6--2
Changes since 1.22.2.2: +4 -4 lines
Diff to previous 1.22.2.2 , to branch point 1.22
by Dave Reid: Minor variable tweak and reversion.

Revision 1.22.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 22:36:15 2009 UTC (8 weeks, 3 days ago) by davereid
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-BETA1
Changes since 1.22.2.1: +4 -4 lines
Diff to previous 1.22.2.1 , to branch point 1.22
by Dave Reid: Added and corrected documentation.

Revision 1.22.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 22:31:58 2009 UTC (8 weeks, 3 days ago) by davereid
Branch: DRUPAL-6--2
Changes since 1.22: +78 -67 lines
Diff to previous 1.22
#589438 by Dave Reid: Committed Poormanscron: The Next Generation.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 22:28:04 2009 UTC (8 weeks, 3 days ago) by davereid
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.21: +5 -18 lines
Diff to previous 1.21
by Dave Reid: Merging DRUPAL-6--1 branch into HEAD in preparation for the new DRUPAL-6--2 branch.

Revision 1.21.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 6 05:07:08 2009 UTC (6 months, 3 weeks ago) by robloach
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.21.2.1: +1 -2 lines
Diff to previous 1.21.2.1 , to branch point 1.21
#366757 by Kiam@avpnet.org and Dave Reid: Remove useless code

Revision 1.21.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 27 09:40:29 2008 UTC (19 months ago) by robloach
Branch: DRUPAL-6--1
Changes since 1.21: +6 -18 lines
Diff to previous 1.21
#119094 by Rob Loach and pwolanin: Use drupal_cron_run() function to run cron

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 6 16:35:17 2008 UTC (21 months, 3 weeks ago) by robloach
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-6--1
Changes since 1.20: +16 -54 lines
Diff to previous 1.20
#172183: Fixes to the Drupal 6 port of Poormanscron.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 29 03:38:44 2007 UTC (2 years, 8 months ago) by ax
Branch: MAIN
Changes since 1.19: +10 -19 lines
Diff to previous 1.19
* fixing undefined var notices
* updating for new menu system

Revision 1.18.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 12:34:37 2007 UTC (2 years, 10 months ago) by uwe
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Changes since 1.18: +33 -12 lines
Diff to previous 1.18
Slightly modified patch #85248 by fgm et. al.: Port poormanscron to Drupal 5.x.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 14 12:28:10 2007 UTC (2 years, 10 months ago) by uwe
Branch: MAIN
Changes since 1.18: +33 -12 lines
Diff to previous 1.18
Slightly modified patch #85248 by fgm et. al.: Port poormanscron to Drupal 5.x.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 6 15:58:50 2006 UTC (3 years, 9 months ago) by uwe
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.17: +21 -1 lines
Diff to previous 1.17
Added option to log the progress of the poormanscron run in the watchdog
(patch #46890, thanks dmuth). The default if "off", you can turn this feature
on in administer -> settings -> poormanscron.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 16 01:15:04 2006 UTC (3 years, 10 months ago) by uwe
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.16: +8 -2 lines
Diff to previous 1.16
Update $cron_last in order to update the cron status in admin/settings.
This fixes #41820.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 1 15:18:48 2005 UTC (4 years ago) by uwe
Branch: MAIN
Changes since 1.15: +23 -25 lines
Diff to previous 1.15
Forms API update for the poormanscron module (http://drupal.org/node/33313).
Now works with Drupal HEAD/4.7. Thanks asimmonds, torgeirb, and leafish_paul.

Revision 1.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 14 23:38:39 2005 UTC (4 years, 1 month ago) by uwe
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6--1-0
Changes since 1.11.2.3: +5 -5 lines
Diff to previous 1.11.2.3 , to branch point 1.11 , to next main 1.22
Use 'cron' as watchdog type instead of 'regular' (#33362).

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 14 23:37:19 2005 UTC (4 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.14: +5 -5 lines
Diff to previous 1.14
Use 'cron' as watchdog type instead of 'regular' (#33362).

Revision 1.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 27 23:35:47 2005 UTC (4 years, 3 months ago) by uwe
Branch: DRUPAL-4-6
Changes since 1.11.2.2: +1 -1 lines
Diff to previous 1.11.2.2 , to branch point 1.11
Added $Name$.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 27 23:35:02 2005 UTC (4 years, 3 months ago) by uwe
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Added $Name$ to CVS comment line.

Revision 1.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 26 15:16:24 2005 UTC (4 years, 3 months ago) by uwe
Branch: DRUPAL-4-6
Changes since 1.11.2.1: +5 -3 lines
Diff to previous 1.11.2.1 , to branch point 1.11
Backported fix for http://drupal.org/node/28824 to the 4.6 version.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 26 15:15:34 2005 UTC (4 years, 3 months ago) by uwe
Branch: MAIN
Changes since 1.12: +6 -4 lines
Diff to previous 1.12
Fixed http://drupal.org/node/28824, patch by "oNyx", thanks.

Revision 1.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 30 21:29:58 2005 UTC (4 years, 3 months ago) by uwe
Branch: DRUPAL-4-6
Changes since 1.11: +18 -1 lines
Diff to previous 1.11
Backported fix from http://drupal.org/node/9604 to Drupal 4.6.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 30 21:28:45 2005 UTC (4 years, 3 months ago) by uwe
Branch: MAIN
Changes since 1.11: +18 -1 lines
Diff to previous 1.11
I adapted the patch from http://drupal.org/node/9604 to the current
CVS version and applied it. Please report any problems this may cause.

Revision 1.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 18 09:00:09 2005 UTC (4 years, 7 months ago) by uwe
Branch: DRUPAL-4-5
Changes since 1.7.2.2: +2 -2 lines
Diff to previous 1.7.2.2 , to branch point 1.7 , to next main 1.22
Fixed typo. Added note to README.txt that a version for 4.6 is available.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 18 08:55:53 2005 UTC (4 years, 7 months ago) by uwe
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.10: +4 -3 lines
Diff to previous 1.10
Updated module for 4.6. Fixed Typo.

Revision 1.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 12 18:24:14 2004 UTC (5 years ago) by uwe
Branch: DRUPAL-4-5
Changes since 1.7.2.1: +36 -22 lines
Diff to previous 1.7.2.1 , to branch point 1.7
Backported my last changes to the 4.5 branch.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 12 18:22:26 2004 UTC (5 years ago) by uwe
Branch: MAIN
Changes since 1.9: +1 -7 lines
Diff to previous 1.9
Removed cruft.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 12 18:21:44 2004 UTC (5 years ago) by uwe
Branch: MAIN
Changes since 1.8: +41 -21 lines
Diff to previous 1.8
* You can now configure whether or not you want successful
  cron runs to be logged (watchdog).
* The time period poormanscron waits after an error before retrying is now
  configurable.
* Changed the time interval selection box to a textfield, which allows the
  user more fine-grained control of the time settings.
* Changed most "strings" to 'strings'.
* Added a missing t() around a string.
* Minor cosmetic fixes.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 00:36:20 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.7: +48 -11 lines
Diff to previous 1.7
Added lots of inline comments as well as Doxygen comments.
Fixed the coding style a bit to better comply to the Drupal coding standards.

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 21 00:35:02 2004 UTC (5 years, 1 month ago) by uwe
Branch: DRUPAL-4-5
Changes since 1.7: +48 -11 lines
Diff to previous 1.7
Added lots of inline comments as well as Doxygen comments.
Fixed the coding style a bit to better comply to the Drupal coding standards.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 19 22:04:47 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.6: +10 -4 lines
Diff to previous 1.6
Applied patch (see http://drupal.org/node/11385), which should make this
module ready for Drupal 4.5.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 1 00:08:34 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.

Revision 1.3.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 30 23:28:46 2004 UTC (5 years, 1 month ago) by uwe
Branch: DRUPAL-4-4
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 , to next main 1.22
Fixed #7513 by applying the patch attached to that issue.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 30 23:26:01 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4
Applied patch from #7513, which fixes poormanscron now running or not running
when expected.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 30 22:29:23 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
Added CVS Id tag, as required by the coding standards.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 28 18:06:37 2003 UTC (6 years, 3 months ago) by weitzman
Branch: MAIN
Branch point for: DRUPAL-4-4, drop
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
wait only 10 minutes before retrying after a failed cron attempt

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 28 16:33:37 2003 UTC (6 years, 3 months ago) by killes
Branch: MAIN
Changes since 1.1: +5 -5 lines
Diff to previous 1.1
Moved variable_set

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 13:10:01 2003 UTC (6 years, 7 months ago) by weitzman
Branch: MAIN
Branch point for: DRUPAL-4-2
A module which automatically runs the cron functions of Drupal for those who have no access to cron, or no interest in learning its syntax.

For every page view, this module checks to see if our last cron run was more than 1
hour ago (this period is configurable). If so, the cron hooks are executed,
and Drupal becomes happy. These cron hooks fire after all HTML is returned to the browser (uses the _exit() hook)
so the user who kicks off the cron jobs should not notice any delay.

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