kohabug 1993 - task scheduler improvements
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 6 Jun 2008 17:41:41 +0000 (12:41 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 9 Jun 2008 11:38:03 +0000 (06:38 -0500)
commitd351753d4eb690f6e0a35ce21f40aaef4f5fa4a1
tree580151f1cbd3d87e870456174a4cce5710e8241f
parent2b7cc53fd753a0d860f4856cc15aa3042c7dcc89
kohabug 1993 - task scheduler improvements

[1] Removed hardcoded path to original developer's
    Koha configuration file; now checks KOHA_CONF.
[2] Now attempts to figure out if a task was successfully
    added to the task queue; if it wasn't, the failure
    is now reported in the  task scheduler page.
[3] When traveling to the task scheduler page from a
    saved report, the report in question is now
    selected by default.
[4] Removed the button to edit a queued task; this is
    not supported.

This patch is essentially a bandage; I've added a BUGS
section and some FIXMEs to the POD for C4::Scheduler
detailing some issues - a refactoring of the task
scheduler is in order at some point.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Scheduler.pm
koha-tmpl/intranet-tmpl/prog/en/modules/tools/scheduler.tmpl
tools/scheduler.pl