Commit Graph

11 Commits

Author SHA1 Message Date
chris.boulton
2a73e5b390 Update changelog to include details of patrickbajao's modifications to allow setBackend to accept a redis database to use as a second argument 2011-06-14 19:36:29 +10:00
chris.boulton
96e2b21ef7 Update changelog to mention bug fix by andrewjshults 2011-06-14 19:29:43 +10:00
chris.boulton
ea441e7e8d Update release date for 1.1 2011-03-27 19:19:30 +11:00
chris.boulton
624e4934c5 Update change log 2011-03-27 16:02:28 +11:00
chris.boulton
d2f804b82e Commit change log in preparation for 1.1 2011-02-26 20:14:54 +11:00
Chris Boulton
5f64653149 Change job classes to be instantiated rather than calling methods statically. This obviously makes it easier for state information to be destroyed after a job runs. This change is NOT backwards compatible and requests job classes be rewritten. Jobs also no longer receive arguments in the perform/setUp/tearDown methods but instead are passed as a $args variable to the instantiated job 2010-08-01 15:23:41 +10:00
Chris Boulton
5dc24ebbe4 Fix APP_INCLUDE typo 2010-08-01 15:07:14 +10:00
Chris Boulton
ae89f29057 Update changelog. Formatting fixes 2010-08-01 15:03:28 +10:00
Chris Boulton
6e6d7ad859 Add setUp and tearDown callbacks for jobs 2010-04-20 10:02:34 +10:00
Chris Boulton
c5396f4e86 Change arguments for jobs to an array instead of an object. Also change other json encoded items to decode to an array rather than objects 2010-04-19 10:35:50 +10:00
Chris Boulton
cb4205d508 Initial commit 2010-04-18 23:58:43 +10:00