I just wanted to point out that one reason this module might misbehave is that, when I went hunting for the place to change the 'code' and 'pre' background color to something I could actually see (I've modified my theme to a dark bkgd, so the font is light-colored), I discovered numerous instances in the module code where 'imagecache' is spelled 'imagecahce' -- and yeah it's in the code itself, which could definitely present a problem, for those who're trying to use it with Imagecache. Any decent code editor can handle it with a global search/replace.
There are also some typos/misspellings on the help page, but that is cosmetic rather than (dys)functional.
Comments
Comment #1
TBarregren commentedYou are correct, but it should have no impact on the functionality, since the misspelling is only in function and form names used internal and it is consequently (search-n-replace error). Hence, the misspellings are harmless.
Nevertheless I am thankful for you pointing it out, and I will of course correct these misspellings in the next release.