| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
| Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. | |||
| 2009-05-13 | Gee it's May already. Update copyright to 2009. | Bharat Mediratta | |
| 2009-03-26 | Normalize code style. | Bharat Mediratta | |
| 2009-03-16 | Switch the locale::$locales data structure to be an array instead of a | Bharat Mediratta | |
| stdClass because we're not allowed to asort() stdClass objects in PHP 5.2.6. | |||
| 2009-02-26 | Change quote style. | Bharat Mediratta | |
| 2009-02-19 | Differentiate between available and installed languages. Provide admin UI to ↵ | Andy Staudacher | |
| install languages. See: https://apps.sourceforge.net/trac/gallery/ticket/75 (first step for this task) | |||
| 2009-02-12 | Adding locale::display_name(). | Andy Staudacher | |
| 2009-02-10 | Simplification pass that preserves almost all functionality (except | Bharat Mediratta | |
| default_country) but removes a lot of the code. | |||
| 2009-02-10 | style fixes (style for method names, style for vars in locale.php) | Andy Staudacher | |
| 2009-02-10 | Adding UI for site language selection and user language preference. | Andy Staudacher | |
