When you have few languages on site and some general-named imagecache presets like "Default", you'll get big problems, as imagecache profiles being translated by views, so IC Profiles get wrong IC preset name and cant shrink images. It's all because ICP defines it's value in wrong fashion.
Here's a patch to solve this.
| Comment | File | Size | Author |
|---|---|---|---|
| imagecache_profiles.patch | 1.01 KB | neochief |
Comments
Comment #1
neochief commented#751308: Translatable handlers sanitization Here's also linked issue to fixed it inside main views module.
Comment #2
andypostCurrent workflow is translate preset names!
Current behavior in views
So preset names should not be translated until views change this in #751308: Translatable handlers sanitization
Probably it caused by http://drupal.org/cvs?commit=331664
Comment #3
andypostCommited, http://drupal.org/cvs?commit=345714