Skip to content
  1. Jan 06, 2009
  2. Jan 05, 2009
  3. Dec 22, 2008
  4. Nov 04, 2008
  5. Oct 31, 2008
  6. Oct 29, 2008
  7. Aug 07, 2008
  8. Aug 01, 2008
  9. May 30, 2008
  10. May 12, 2008
  11. May 07, 2008
  12. Apr 25, 2008
  13. 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
  14. Apr 23, 2008
  15. Apr 21, 2008
  16. 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
  17. Apr 02, 2008
  18. 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
  19. Jun 16, 2007
  20. Oct 18, 2006
  21. Jul 06, 2006