| 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 | |
| 2011-01-03 | Reimplemented Kohana 2.3's View::set_global() with array support. | Joe7 | |
| Allows for cleaner code and fewer function calls. | |||
| 2010-07-29 | Trap ORM_Validation_Exception specially and report which fields failed ↵ | Bharat Mediratta | |
| validation. | |||
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
| 2010-01-31 | Fix lots of warnings that pop up when we're in E_STRICT mode. They're | Bharat Mediratta | |
| mostly issues around uninitialized variables, calling non-static functions in a static context, calling Session functions directly instead of on its singleton, passing non-variables by reference, and subclasses not using the same interface as the parent class. | |||
| 2009-11-25 | Make globals work if you access the the variables directly with | Bharat Mediratta | |
| $v->foo instead of doing it in a rendered template. | |||
| 2009-11-25 | Fix set_global() to be more elegant and preserve local trumping | Bharat Mediratta | |
| 2009-11-25 | Switch from stdClass to arrays for global data. | Bharat Mediratta | |
| 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-07-29 | Make body_attributes() a theme callback instead of a method on the | Bharat Mediratta | |
| View. This allows modules to piggyback on it. | |||
| 2009-07-20 | Dump out the error message along with the stack trace when we catch an | Bharat Mediratta | |
| exception from View::render() | |||
| 2009-07-17 | Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3. | Bharat Mediratta | |
| Fixes ticket #194 | |||
| 2009-06-08 | Rename main_element_attributes() callback to body_attributes() to be | Bharat Mediratta | |
| more intuitive for themers. | |||
| 2009-06-06 | Preliminary BiDi support (needs *a lot* of tweaking) | Andy Staudacher | |
| 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. | |||
