Bug #54135

Cached templates are not flushed when ViewHelpers are changed

Added by Christopher Hlubek over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2013-12-02
Priority:Should have Due date:
Assigned To:Christopher Hlubek % Done:

100%

Category:-
Target version:-
Has patch:No Affected Flow version:Git master

Description

ViewHelper updates can lead to exceptions in cached templates, since changes of the render method signature are not reflected correctly. The template cache should be flushed whenever ViewHelper classes are changed.

Associated revisions

Revision ced8f408
Added by Christopher Hlubek over 1 year ago

[BUGFIX] Flush template cache on ViewHelper changes

Changing the signature of the render method in a ViewHelper leads to
stale cached templates that throw exceptions. This change uses the
file monitoring to flush the template cache on a change to a ViewHelper
class.

Change-Id: I4c1c0a70e9de5f7bd2b9876589f4d73283495631
Releases: master, 2.0
Fixes: #54135

Revision d1af4a05
Added by Christopher Hlubek over 1 year ago

[BUGFIX] Flush template cache on ViewHelper changes

Changing the signature of the render method in a ViewHelper leads to
stale cached templates that throw exceptions. This change uses the
file monitoring to flush the template cache on a change to a ViewHelper
class.

Change-Id: I4c1c0a70e9de5f7bd2b9876589f4d73283495631
Releases: master, 2.0
Fixes: #54135

History

#1 Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/25880

#2 Updated by Gerrit Code Review over 1 year ago

Patch set 2 for branch master of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/25880

#3 Updated by Christopher Hlubek over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

#4 Updated by Gerrit Code Review over 1 year ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch 2.0 of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/27192

#5 Updated by Gerrit Code Review over 1 year ago

Patch set 2 for branch 2.0 of project Packages/TYPO3.Fluid has been pushed to the review server.
It is available at https://review.typo3.org/27192

#6 Updated by Christopher Hlubek over 1 year ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF