| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
