commit: horde/docs CHANGES horde/lib Registry.php horde/config
registry.php.dist
max@horde.org
max@horde.org
25 Apr 2001 18:49:59 -0000
max 2001/04/25 11:49:59 PDT
Modified files:
docs CHANGES
lib Registry.php
config registry.php.dist
Log:
Added authentication handler to the Registry. This allows IMP (or
whatever app configured to handle authentication) to create a Horde
Auth session.
API change: Registry::hasMethod() will now return the handler for that
method or false on no method. Eventually this will need to be renamed
to Registry::getMethod()
Config change: horde/config/registry.php.dist has new options to use
IMP as an authentication handler. They are commented out by default.
Revision Changes Path
1.136 +1 -0 horde/docs/CHANGES
1.24 +3 -3 horde/lib/Registry.php
1.31 +9 -1 horde/config/registry.php.dist