Problem/Motivation
When module config changes (e.g. if cache dir is changed) already rendered formatter output becomes outdated, but the cached version of these rendered outputs aren't invalidated.
Proposed resolution
Inject cacheability metadata of the relevant config objects into the formatters' renderable array.
User interface changes
Nothing.
API changes
Nothing.
Data model changes
Nothing.
Issue fork imagecache_external-3589453
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
huzookaComment #4
alorencComment #5
alorencComment #6
swentel commentedThis could use a test so we don't break it again at some point.