Refactor alarm handlers.
authorJan Schneider <jan@horde.org>
Fri, 7 May 2010 15:46:10 +0000 (17:46 +0200)
committerJan Schneider <jan@horde.org>
Fri, 7 May 2010 15:46:10 +0000 (17:46 +0200)
commit75e7b21e9459391e5785427ca2aa24b63ae2e35c
tree0491f25a8b090818707b37fc3e5954f71e783a04
parent648fb6ecda9a12a85e690cfb9684de3c8411aeb7
Refactor alarm handlers.

They have been split out into separate classes, are unit tested, and new
handlers can be dropped in.
framework/Alarm/lib/Horde/Alarm.php
framework/Alarm/lib/Horde/Alarm/Handler.php [new file with mode: 0644]
framework/Alarm/lib/Horde/Alarm/Handler/Mail.php [new file with mode: 0644]
framework/Alarm/lib/Horde/Alarm/Handler/Notify.php [new file with mode: 0644]
framework/Alarm/package.xml
framework/Alarm/test/Horde/Alarm/HandlerTest.php [new file with mode: 0644]
framework/Core/lib/Horde/Core/Binder/Alarm.php
framework/Core/lib/Horde/Core/Prefs/Ui/Widgets.php
horde/admin/alarms.php
kronolith/index.php