13 years agoprep for release master v0.10
Brian Cassidy [Mon, 3 May 2010 14:30:51 +0000]
prep for release

13 years agoFix pod typo (RT #47434)
Brian Cassidy [Mon, 3 May 2010 13:24:19 +0000]
Fix pod typo (RT #47434)

13 years agoSwitch to Module::Install
Brian Cassidy [Mon, 3 May 2010 13:11:33 +0000]
Switch to Module::Install

14 years agofix warnings in test suite
Brian Cassidy [Fri, 23 Apr 2010 13:55:29 +0000]
fix warnings in test suite

14 years agoRelease Scheduler 0.09 v0.09
Andy Grundman [Thu, 7 May 2009 13:12:28 +0000]
Release Scheduler 0.09

14 years agoApply patch to NEXT => MRO::Compat from the mailing list.
Tomas Doran [Thu, 7 May 2009 12:28:41 +0000]
Apply patch to NEXT => MRO::Compat from the mailing list.

16 years agoScheduler 0.08, patch from hovenko to remove state file at startup v0.08
Andy Grundman [Sat, 12 Jan 2008 15:51:06 +0000]
Scheduler 0.08, patch from hovenko to remove state file at startup

16 years agoRevert Scheduler plugin back to 0.07 release state
Andy Grundman [Sat, 12 Jan 2008 15:19:42 +0000]
Revert Scheduler plugin back to 0.07 release state

16 years agoAdd tab test to all my modules
Andy Grundman [Sat, 11 Aug 2007 16:45:57 +0000]
Add tab test to all my modules

17 years agocompare timestamps rathr than DateTime objects, it's easier to debug that way
Jos Boumans [Tue, 28 Nov 2006 12:09:29 +0000]
compare timestamps rathr than DateTime objects, it's easier to debug that way
keep a local cache to see when the 'next run time' is when there was no 'last run time'

17 years agofix doc typo
Jos Boumans [Thu, 23 Nov 2006 15:05:08 +0000]
fix doc typo

17 years agoadd myself as an author
Jos Boumans [Thu, 23 Nov 2006 13:09:41 +0000]
add myself as an author

17 years agoChanges:
Jos Boumans [Wed, 22 Nov 2006 15:40:50 +0000]
Changes:
split out C::P::Scheduler to ::Base and ::Event
Implement all core functionality in ::Base
C::P::Scheduler provides convenience functions to ::Base
and the hooks into catalyst to do the scheduling
Pollute $c less
Introduce event objects
No longer hash based
->next_run and ->last_run are now accessors
running events goes via $event->run, called from the dispatch hook
Use $self->_config to retrieve config, rather than accessing $c directly
Add tests for schedule_state();
Add '@always' as a cron shorcut
made _event_state class data rather than instance data, so it is
accessible from the ::Event objects
made 'once every 60 seconds' check configurable using 'check_every'
XXX add to docs
made tests no longer need to hack the state file, but provide
$BASE->_last_check_time( 0 ) to reset the last checked time
Moved _event_state toe ::Event from ::Base, as it's the _event_ state
All tested & documented

TODO:
fix t/09long.t to use time::warp or somesuch

17 years agoupdate Changes v0.07
Brian Cassidy [Tue, 18 Jul 2006 17:14:03 +0000]
update Changes

17 years agoprefer YAML::Syck over YAML
Brian Cassidy [Mon, 17 Jul 2006 19:54:36 +0000]
prefer YAML::Syck over YAML

17 years agofix for config loading with YAML 0.60+
Brian Cassidy [Mon, 17 Jul 2006 15:18:07 +0000]
fix for config loading with YAML 0.60+

18 years agoScheduler 0.06 v0.06
Andy Grundman [Fri, 10 Mar 2006 15:11:59 +0000]
Scheduler 0.06

18 years agoScheduler: Fixed under warning, added some additional YAML tests
Andy Grundman [Fri, 10 Mar 2006 15:02:54 +0000]
Scheduler: Fixed under warning, added some additional YAML tests

18 years agoScheduler, refactored to store last run time, last return value, and allow a public...
Andy Grundman [Thu, 29 Dec 2005 21:43:10 +0000]
Scheduler, refactored to store last run time, last return value, and allow a public interface into the current state of the scheduler, for use in user-built admin screens

18 years agoScheduler 0.05, fixed bug with @monthly v0.05
Andy Grundman [Thu, 29 Dec 2005 20:49:15 +0000]
Scheduler 0.05, fixed bug with @monthly

18 years agoScheduler 0.04, dump_these support v0.04
Andy Grundman [Wed, 28 Dec 2005 20:05:25 +0000]
Scheduler 0.04, dump_these support

18 years agoScheduler 0.03
Andy Grundman [Thu, 15 Dec 2005 21:05:27 +0000]
Scheduler 0.03

18 years agoScheduler 0.02
Andy Grundman [Thu, 15 Dec 2005 20:49:34 +0000]
Scheduler 0.02

18 years agoScheduler 0.01
Andy Grundman [Thu, 15 Dec 2005 20:28:06 +0000]
Scheduler 0.01

18 years agoScheduler, switch to Set::Scalar
Andy Grundman [Thu, 15 Dec 2005 20:24:09 +0000]
Scheduler, switch to Set::Scalar

18 years agoRequire Set::Object 1.14 for win32 compat
Andy Grundman [Thu, 15 Dec 2005 19:47:11 +0000]
Require Set::Object 1.14 for win32 compat

18 years agoScheduler, Set::Object fix for win32
Andy Grundman [Thu, 15 Dec 2005 19:34:08 +0000]
Scheduler, Set::Object fix for win32

18 years agoScheduler 0.01
Andy Grundman [Thu, 15 Dec 2005 18:22:34 +0000]
Scheduler 0.01

18 years agoScheduler, more tests, almost feature-complete, todo: YAML
Andy Grundman [Wed, 14 Dec 2005 19:41:37 +0000]
Scheduler, more tests, almost feature-complete, todo: YAML

18 years agoScheduler, basic features working, still lots todo
Andy Grundman [Tue, 13 Dec 2005 21:42:30 +0000]
Scheduler, basic features working, still lots todo

18 years agoInitial import of Scheduler plugin docs
Andy Grundman [Tue, 13 Dec 2005 15:38:00 +0000]
Initial import of Scheduler plugin docs