| Age | Commit message (Collapse) | Author |
|
change providers otherwise the user_installer code is going to be
calling auth::login() which causes all kinds of unexpected weirdness,
like it triggers the handler in gallery_event which detects graphics
toolkits, and that's only supposed to run on the first admin login.
|
|
failure. Else, we can get into an infinite recursion.
|
|
Conflicts:
modules/gallery/tests/xss_data.txt
|
|
provider and then reinstall the current one.
|
|
(change_provider) with an initialization callback.
|
|
a required
parameter for the Gallery driver.
|
|
- Kohana::log() -> Kohana_Log::add()
- Kohana::config_XXX -> Kohana_Config::instance()->XXX
- Implement View::set_global in MY_View
- Updated Cache_Database_Driver to latest APIs
- ORM::$loaded -> ORM::loaded()
- Updated item::viewable() to use K2.4 parenthesization
|
|
configuration. This allows the ldap installer to instantiate the ldap Identity provider to use in the install and uninstall methods
|
|
the identity provider isn't writable, the method implementations should throw an Invalid Operation exception.
|
|
provider everybody method
|
|
IdentityProvider interface.
|
|
|
|
changing providers.
|
|
Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class
|