Scheduler 0.06
[catagits/Catalyst-Plugin-Scheduler.git] / Changes
CommitLineData
74e31b02 1Revision history for Perl extension Catalyst::Plugin::Scheduler
2
29215beb 30.06 2006-03-10 10:10:00
695ab602 4 - Added $c->scheduler_state public method to allow users to
5 build admin screens detailing the current status of every
6 event, the last time it ran, and the last output or error.
7 - Store the last runtime and last output from each event for
8 display in scheduler_state/dump_these.
ecf6a062 9 - Added additional YAML tests.
695ab602 10
4796c217 110.05 2005-12-29 15:50:00
12 - Fixed bug when using @monthly.
13
ea66b1c7 140.04 2005-12-28 15:15:00
15 - Added dump_these support to display all event info on the
16 debug screen.
17
8c698cac 180.03 2005-12-15 16:00:00
19 - Fixed yaml_file option.
20
07305803 210.02 2005-12-15 15:40:00
22 - Fixed pod coverage.
23 - Hide timezone warning unless logging is enabled.
24 - Hide expected errors during test 4.
25
87902985 260.01 2005-12-15 15:30:00
74e31b02 27 - initial release