Bug #9261: Allow SystemTasks to be skipped
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 7 Oct 2010 06:38:20 +0000 (00:38 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 7 Oct 2010 06:45:41 +0000 (00:45 -0600)
commit95695d805d9824a0fb7ef63e539bf156bc5bf680
tree293a001ed8853c3db4819b3924ae993a978b5f5d
parent3224e2ac4b092b0315e8655b61aab86f6372b420
Bug #9261: Allow SystemTasks to be skipped

If a system task requires auth, skip it until the user is authenticated.

For bin/run_task, if a task is skipped output a warning message.
Currently, no UI exists for allowing authentication from the command
line.
framework/LoginTasks/lib/Horde/LoginTasks/SystemTask.php
framework/LoginTasks/lib/Horde/LoginTasks/Tasklist.php
framework/LoginTasks/package.xml
horde/bin/run_task
imp/lib/LoginTasks/SystemTask/UpgradeFromImp4.php
imp/lib/LoginTasks/SystemTask/UpgradeFromImp4Auth.php [new file with mode: 0644]