Closed (fixed)
Project:
ImageCache Profiles
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Dec 2010 at 23:20 UTC
Updated:
23 Dec 2010 at 15:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidSummary of changes:
1. Views no longer needs your imagecache_profiles_views_handlers() and just wants all your handler files declared in the module's .info files[] array.
2. Adjusted the views handler to work with the new core image API options.
Tested this and it works perfectly with Views 7.x-3.x and Drupal 7.0-rc1!
Comment #2
andypostCommited, Thanx a lot Dave! I'm going to release RC1 latter this day
Comment #3
andypostThe only thing that scares me - 'getsize' parameter that semms unused in core neither theme_image() nor theme_image_style()
Seems like a core bug!!! If you know an issue please post it here.
Comment #4
dave reidYeah it's not used in core anymore but its intentional, which is why that part was removed from imagecache_profiles_preprocess_user_picture().