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