[Tickets #9767] Re: Login tasks don't work
bugs at horde.org
bugs at horde.org
Tue Nov 1 18:40:15 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9767
------------------------------------------------------------------------------
Ticket | 9767
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Login tasks don't work
Queue | Horde Base
Version | Git master
Type | Bug
State | Feedback
Priority | 3. High
Milestone |
Patch |
-Owners |
+Owners | Horde Developers, Jan Schneider
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-11-01 12:40) wrote:
> FWIW, the first time I've seen maintenance tasks running in H4 in
> ages (I didn't even know they are displayed in the login form now),
> was when the upgrade tasks for the mailbox prefs were triggered.
That's a system task, not a regular task, so I'm not sure what this
means in the overall scheme of things (are things getting better?
worse?)
Here's a quick test script you can drop into
imp/lib/LoginTasks/Task/Test.php that will output a notification if it
is accessed on any given login:
<?php
class IMP_LoginTasks_Task_Test extends Horde_LoginTasks_Task
{
public $display = Horde_LoginTasks::DISPLAY_NONE;
public $interval = Horde_LoginTasks::EVERY;
public function execute()
{
$GLOBALS['notification']->push('Test task executed', 'horde.message');
}
}
More information about the bugs
mailing list