Revisions for whups/lib/Scheduler/whups.php

Location: [ Horde CVS ] / whups / lib / Scheduler / whups.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.12 (+2 -2 lines) 10/12/2005 11:49 PM Matt Selsky selsky

ws

Tags: WHUPS_1_0, WHUPS_1_0_RC2, WHUPS_1_0_RC1

1.11 (+3 -3 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.10 (+2 -1 lines) 03/08/2004 12:24 PM Chuck Hagenbuch chuck

need to include Variables.php here

1.9 (+2 -2 lines) 02/25/2004 11:19 PM eraserhd

* Delete Horde_Form_Vars::, use Variables:: instead.
* Delete Horde_Form_Renderer_rows::, was only used by Hermes and depends on
Horde_Form_Vars:: cruft.

1.8 (+2 -2 lines) 01/13/2004 10:44 PM Chuck Hagenbuch chuck

These are by no means private constants. Remove the weird leading _
(it was my idea in the first place, for the record. Dunno why).

1.7 (+2 -2 lines) 01/05/2004 05:53 PM Michael M Slusarz slusarz

Moved Horde_Scheduler:: to framework.

1.6 (+4 -1 lines) 07/21/2003 11:36 AM Chuck Hagenbuch chuck

- Honor a servername parameter on a per-reminder basis so that urls
are generated correctly.

- Horde::addParameter() syntax.

1.5 (+11 -7 lines) 07/21/2003 09:54 AM Chuck Hagenbuch chuck

reminderd is now functional - just schedule it in cron to run every
minute (or less if you don't need that level of precision - just make
sure that your patterns in config/reminders.php will always match a
reminderd run.

I'll try and add some examples soon.

1.4 (+18 -3 lines) 07/12/2003 01:46 PM Chuck Hagenbuch chuck

- clean up cron code a lot
- start implementing config caching in whups scheduler.

1.3 (+5 -1 lines) 07/01/2003 09:20 AM Chuck Hagenbuch chuck

[cjh] Horde_VFS:: is now VFS:: again, and has no external Horde dependancies.

1.2 (+1 -5 lines) 06/23/2003 10:26 PM Chuck Hagenbuch chuck

- add an option (defaults to true) to automatically serialize at the
end of the request schedulers that are unserialized().

- with that tested, remove the test incrementing code from
Horde_Scheduler_whups.

1.1 06/23/2003 11:21 AM Chuck Hagenbuch chuck

Add a way for Horde_Scheduler objects to persist themselves into the
db, and a stub whups scheduler script for reminders. Right now it just
increments a bit of data and stores itself, to test the functionality.