| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
| 2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
| 2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2009-10-31 | Revert "Use an event 'check_user_name_exists' to validate the input name is ↵ | Tim Almdal | |
| already in use. The parameter is a standard class with the name and an exists flag. Any event handler should or their result with the exists flag." This reverts commit 04bf50bfb4241f7c814782c516732d927ff1f457. | |||
| 2009-10-31 | Move the identity provider menu item under the settings menu and make the ↵ | Tim Almdal | |
| User/Groups administration a first level menu item. As discussed via -devel mailing list. | |||
| 2009-10-29 | Use an event 'check_user_name_exists' to validate the input name is already ↵ | Tim Almdal | |
| in use. The parameter is a standard class with the name and an exists flag. Any event handler should or their result with the exists flag. | |||
| 2009-10-29 | Just show the Identity admin menu item all the time. This gives a place to ↵ | Tim Almdal | |
| hang other user related module administartion menu links. | |||
| 2009-10-23 | Minor changes to more closely align this branch with master | Tim Almdal | |
| 2009-10-20 | Only show the user/group administration screen if the active idenity ↵ | Tim Almdal | |
| provider is the user module. | |||
| 2009-10-18 | Add a menu item to manage the Identity drivers if there is more than one ↵ | Tim Almdal | |
| installed | |||
| 2009-10-14 | Move the ui for user adminsitration back to the user module. | Tim Almdal | |
| 2009-10-13 | Refactor the ui component of the user module into the gallery core module. | Tim Almdal | |
| 2009-10-13 | refactor locale related functionality out of the user module and into the ↵ | Tim Almdal | |
| gallery module. | |||
| 2009-09-04 | Add new locale preferences: Adding per session (cookie) locale preferences ↵ | Andy Staudacher | |
| and check the browser's / OS' locale preferences. Ticket 582. | |||
| 2009-07-28 | Use events to generate menus, instead of having xxx_menu helpers. | Bharat Mediratta | |
| This is the first step towards having a simple, lightweight and unified API for module interaction. | |||
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-02-10 | style fixes (style for method names, style for vars in locale.php) | Andy Staudacher | |
| 2009-02-10 | Move site default_locale into DB (vars) and add a per user locale preference. | Andy Staudacher | |
| There's no UI to select the locale yet. | |||
| 2009-01-14 | Make sure that helper functions are all static. Add new | Bharat Mediratta | |
| File_Structure_Test to make sure we don't regress. According to the PHP docs, the "public" keyword is implied on static functions, so remove it. Also, require private static functions to start with an _. http://php.net/manual/en/language.oop5.visibility.php | |||
| 2008-12-17 | Add initialization to the user module to put the user and group_ids | Bharat Mediratta | |
| into the session, for easy access. This cuts down the number of queries when we're loading images through file_proxy.php | |||
