Skip to content
  1. Aug 19, 2009
  2. Apr 13, 2009
  3. Jan 07, 2009
  4. Jan 05, 2009
  5. Oct 31, 2008
  6. Oct 29, 2008
  7. Jul 23, 2008
  8. May 07, 2008
  9. Apr 24, 2008
    • Darrel O'Pry's avatar
      · 8e83c5be
      Darrel O'Pry authored
      remove presets from /admin/build/imagecache title
      
      clean up height/width settings for imagecache_scale_and_crop to compensate
      for auto scaling on 0 in imageapi.
      8e83c5be
  10. Apr 23, 2008
  11. Apr 21, 2008
  12. Apr 19, 2008
    • Darrel O'Pry's avatar
      add rotate action · 19fefb49
      Darrel O'Pry authored
      add path formatter
      move hook_requirements to .install
      add more requirements... check directories and memory_limit.
      19fefb49
  13. Apr 02, 2008
  14. Dec 06, 2007
    • Darrel O'Pry's avatar
      #141370 by gordon, dman, eaton, dopry. Move image actions into new hook_imagecache_action() · 650d9de9
      Darrel O'Pry authored
      patch from comment #15 applied with heavy modification...
      
      to implement an action your module need to implement hook_imagecache_actions (see php doc in
      imagecache implementation).
      
      actions can exist inside your module or in an external include
      in the same directory as the implementing module.
      
      there are two call backs for each action implemented...
      $action['action'] .'_form($data)' -- preset form....
      $action['action'] .'_image($image, $data)' -- this callback does the work...
      650d9de9
  15. Jun 16, 2007
  16. Oct 18, 2006
  17. Jul 06, 2006