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.

CommentFileSizeAuthor
imagecache_profiles.patch1.01 KBneochief

Comments

neochief’s picture

#751308: Translatable handlers sanitization Here's also linked issue to fixed it inside main views module.

andypost’s picture

Current workflow is translate preset names!

Current behavior in views

else if (!empty($definition[$key]['translatable']) && !empty($value)) {

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

andypost’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.