[Tickets #8475] Re: Skipping login tasks not working as expected

bugs at horde.org bugs at horde.org
Wed Aug 5 04:08:53 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8475
------------------------------------------------------------------------------
  Ticket             | 8475
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Skipping login tasks not working as expected
  Queue              | Horde Framework Packages
  Version            | Git master
  Type               | Bug
-State              | Assigned
+State              | Feedback
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2009-08-05 00:08) wrote:

The idea was that all SystemTasks are to be processed in  
_createTaskList() first.  Thus, when runTasks() is run on the init  
page, the ready() call will automatically handle all those tasks.

However, when multiple apps were being scanned, the order the tasks  
were being added in _createTaskList() were:
Horde - systemtasks
Horde - tasks
App - systemtasks
App - tasks

I've fixed _createTaskList() to store systemtasks and tasks  
separately.  When done scanning, we combine the arrays and systemtasks  
are guaranteed to be first.  Hopefully this fixes things.

http://lists.horde.org/archives/commits/2009-August/001581.html






More information about the bugs mailing list