Bharat Mediratta
c38d4695a0
Add missing phpDoc for the extra Item_Model argument to graphics calls
...
and make the param optional. #1646 .
2011-03-05 15:46:04 -08:00
colings
ca47b887f5
Added extra arg to gallery_graphics calls and updated users
2011-02-23 20:31:07 -06:00
colings
68edb2454d
Added 'item' to parameters passed to graphics rules
2011-02-21 15:40:58 -06:00
Bharat Mediratta
423daa52d5
Update copyright to 2011.
2011-01-21 23:01:06 -08:00
Bharat Mediratta
84e08a6283
Don't resize if the target size is the same as the original. Fixes #1602 .
2011-01-11 01:04:10 -08:00
Bharat Mediratta
2b83918efd
Fix PHPDoc for composite().
2010-12-23 23:16:30 -08:00
Bharat Mediratta
c3c2b45280
Update the copyright to 2010. It's only 3 months into the year :-)
2010-03-03 10:15:34 -08:00
Bharat Mediratta
2e420522ec
Preliminary work to cut over to Kohana 2.4
...
- 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-25 13:22:24 -08:00
Tim Almdal
b35051ff6f
Move the graphics::rotate to gallery_graphics::rotate to be consistent with the other gallery graphics functions.
2009-10-06 18:30:08 -07:00
Tim Almdal
467b74c310
This path requires the upgrader to be run and applies the following changes:
...
* 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-27 15:24:51 -07:00
Tim Almdal
e204e18b3c
Refactor the graphic rules processing to accomplish 2 goals: First separate 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.
2009-09-24 20:28:26 -07:00