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

Add Preprocessor Loader that allows pre-filtering template code. #1508

Closed
wants to merge 3 commits into from

Commits on Oct 11, 2014

  1. Add Preprocessor Loader that allows pre-filtering template code.

    This allows, for instance, producing more readable output. See issue twigphp#1005.
    TiGR committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    446169b View commit details
    Browse the repository at this point in the history
  2. Fixes for Preprocessor Loader.

    Fixed PHP 5.2 compatibility, code style and proper handling of Twig_ExistsLoaderInterface loaders.
    TiGR committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    e5f3157 View commit details
    Browse the repository at this point in the history
  3. Coding standards fix.

    TiGR committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    6c2c510 View commit details
    Browse the repository at this point in the history