Don't attach events to listeners by default (attach when notify() is
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Feb 2010 03:52:45 +0000 (20:52 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Feb 2010 04:31:26 +0000 (21:31 -0700)
commitbf94ab2ee58ffe15add8169edda91ecf15da2dce
tree6461271ab7e244e6aa9c4d989dcac18d21d3675d
parentb4468d4962d0167c7067fa96af2bdddb8bb022af
Don't attach events to listeners by default (attach when notify() is
called on a listener).

Remove _initNotification() workaround.
Since the notification system no longer attaches events to listeners
until notify() is called, it is safe to change notification listeners as
needed directly within _init() calls.
framework/Core/lib/Horde/Registry.php
framework/Core/lib/Horde/Registry/Application.php
framework/Notification/lib/Horde/Notification/Handler/Base.php
imp/lib/Application.php
kronolith/lib/Application.php
nag/lib/Application.php