| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2010-02-23 | Fix translation cache for installations with 0 translations in the DB. | Andy Staudacher | |
| 2010-02-21 | Performance improvement: Load all translations of a locale as one serialized ↵ | Andy Staudacher | |
| array from the Cache. Until now, we loaded hundreds of translation messages row by row, and unserializing one by one at bootstrap time. That amounted to a significant percentage of the complete request time. This approach is more than 10x faster. | |||
| 2010-02-18 | Revert "Fix for ticket #1017: Handle the common case of t(html::clean($var)) ↵ | Bharat Mediratta | |
| by casting SafeString instances to string in translate()." This reverts commit 4ca55a90ee2f8e1d8595b0ec53a601d6c65475f6. | |||
| 2010-02-18 | Improve setlocale() call, using some of G2's locale fallback code to match ↵ | Andy Staudacher | |
| the platform's locale names. | |||
| 2010-02-16 | Fix for ticket #1017: Handle the common case of t(html::clean($var)) by ↵ | Andy Staudacher | |
| casting SafeString instances to string in translate(). | |||
| 2010-02-07 | Remove the redundant reference to ["force_rtl". | Tim Almdal | |
| 2010-02-07 | Refactor the is_rtl() helper into the Gallery_I18n class. This allows checking | Tim Almdal | |
| for a config value "force_rtl" which will layout the gallery pages in rtl mode without having to change to an language that is no longer understandable to the developer. Adding the line "$config['force_rtl'] = true;" to the config/locales.php file will make it happen. | |||
| 2009-12-22 | Don't use as_array() on the result from db::build()->execute() -- it's no ↵ | Bharat Mediratta | |
| longer necessary. | |||
| 2009-11-26 | Convert all DB where() calls to take 3 arguments. | Bharat Mediratta | |
| Convert all open_paren() calls to and_open() or or_open() as appropriate. | |||
| 2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta | |
| - 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 | |||
| 2009-11-24 | Rename I18n to Gallery_I18n to avoid conflict with Kohana 2.4 | Bharat Mediratta | |
