Log of /contributions/modules/poormanscron/poormanscron.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.