Closed (fixed)
Project:
ImageCache
Version:
6.x-2.0-beta8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2009 at 08:55 UTC
Updated:
21 May 2009 at 15:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
deleuje commentedGood idea. I second this.
Comment #2
drewish commentedroll a patch. as it is i'm happy with just recommending this.
Comment #3
rbl commentedHi!
The theme_imagecache function in the module looks more complex than the one on the documentation page.
Is that code up to date?
Thanks!
Ricardo
Comment #4
smitty commentedHere comes a patch. I've tested it only whith the 5.x-2.3 version. But it should also work with the 6.x-2.0-beta8.
Comment #5
thepanz commentedComment #6
avpaderno+1 for the feature; as there is already a module that handles the transliteration of the strings used in Drupal, it would be better to use that module to avoid the duplication of existing code.
Then, the code to keep updated in case of bugs would be reduced.
Comment #7
smitty commentedI think, the patches #4 and #5 are identical.
Comment #8
avpadernoActually, they aren't; the initial offset reported is different (775,6 versus 697,6).
Comment #9
thepanz commented@smitty: I took the edits from #4 and changed the 6.x module version, nothing more! :)
Comment #10
smitty commentedFine! Then we have a patch for Drupal 5.x (#4) and for Drupal 6.x (#5).
Comment #11
drewish commentedmarked #369193: Image src not properly URL encoded #447156: Needing only a url from imagecache as a duplicates.
Comment #12
thepanz commented@drewish: we'll see this patch merged in next -beta10 release?
Comment #13
drewish commentedi think this might be a better place to put it.
Comment #14
drewish commentedcommitted to HEAD.
Comment #15
smitty commentedWill there be a rollback to 5.x?
Comment #16
drewish commentedyeah, going to fold that into the backport of #347566: Require transliteration module.