Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Make Condition/Variable ViewHelpers static compilable #912

Merged
merged 1 commit into from
Sep 19, 2015

Commits on Sep 19, 2015

  1. [TASK] Make Condition/Variable ViewHelpers static compilable

    many viewHelpers extending from AbstractConditionViewHelper
    stopped working since 7.3 because the AbstractConditionViewHelper
    is now compiled statically by default. Any ConditionViewHelper that
    implements it's own render method without taking compiling into
    account currently simple fail by showing their "false/else" result
    as soon as they are executed from cache. Non-cached execution
    still works, which makes this problem a bit weird to catch.
    Aside from fixing the ViewHelpers itself the Testcases are updated
    to verify, that the effected viewHelpers render/work the same in
    cached and uncached context.
    Marc Neuhaus committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    92b6c59 View commit details
    Browse the repository at this point in the history