| Age | Commit message (Collapse) | Author |
|
This reverts commit f4810345b48d321460d32481e5665ea4602c9207.
Bharat is a correct as in that "Server Add" is a proper name and should
be exempt from the capitalization rules.
|
|
|
|
|
|
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
|
|
MY_Session class to provide the user state changes in the session and a login.php helper that has the login form.
|
|
and group.php. Tried creating a identity helper, but the helper identity.php was confused with the library Identity.php. So got around this by making the methods on Identity static and calling the instance within the static methods. Also temporarily moved the user.php and group.php back into the user module.
|
|
items if the album directory is not writable.
|
|
not writable. THis should fix ticket #775
|
|
|
|
of ticket #537
* removed start/stop translation menu items from the admin, since they are on the languags admin page now
|
|
This is the first step towards having a simple, lightweight and
unified API for module interaction.
|