| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-03-05 | Add missing phpDoc for the extra Item_Model argument to graphics calls | Bharat Mediratta | |
| and make the param optional. #1646. | |||
| 2011-02-23 | Added extra arg to gallery_graphics calls and updated users | colings | |
| 2011-02-21 | Added 'item' to parameters passed to graphics rules | colings | |
| 2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
| 2011-01-11 | Don't resize if the target size is the same as the original. Fixes #1602. | Bharat Mediratta | |
| 2010-12-23 | Fix PHPDoc for composite(). | Bharat Mediratta | |
| 2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | 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-10-06 | Move the graphics::rotate to gallery_graphics::rotate to be consistent with ↵ | Tim Almdal | |
| the other gallery graphics functions. | |||
| 2009-09-27 | This path requires the upgrader to be run and applies the following changes: | Tim Almdal | |
| * moves the composite method back into core * requires that the operation be fully qualified i.e. gallery_graphics::resize * caches the graphics rules on each request | |||
| 2009-09-24 | Refactor the graphic rules processing to accomplish 2 goals: First separate ↵ | Tim Almdal | |
| the grapics library from module supplied rules and secondly, allow for modules to provide new processing rules callbacks. graphics::generate will now look for <module_name>_graphics::<rule> methods. | |||
