Problem/Motivation
I've got a website that has a lot of image derivatives, and I'd like to change the configuration of the pipelines so that future generations of the derivatives will use the new settings, but existing files won't be changed.
Now, I know I could do this with a new pipeline, and then changing the image styles over to using that pipeline, but then that would change the configuration of the image styles, which would cause a flush too.
Steps to reproduce
Change the configuration of a pipeline, and see all the image styles using the pipeline get flushed.
Proposed resolution
Introduce a secret setting so that the knowledgeable developer could skip the auto-flushing behaviour if they 'know better'.
Remaining tasks
Decide on the setting name, code it up, add some tests.
User interface changes
None.
API changes
A cheeky hidden setting.
Data model changes
None.
Issue fork imageapi_optimize-3586498
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 #4
steven jones commented