Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/twig-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 157de57
Choose a base ref
...
head repository: symfony/twig-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5d85220
Choose a head ref
  • 12 commits
  • 24 files changed
  • 10 contributors

Commits on Mar 26, 2025

  1. [TwigBundle] Enable #[AsTwigFilter], #[AsTwigFunction] and `#[AsT…

    …wigTest]` attributes to configure runtime extensions
    GromNaN authored and fabpot committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    6f502fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c36c8ca View commit details
    Browse the repository at this point in the history
  3. feature #59967 [Mailer][TwigBridge] Add support for translatable subj…

    …ect (norkunas)
    
    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [Mailer][TwigBridge] Add support for translatable subject
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        | Fix #54203
    | License       | MIT
    
    Commits
    -------
    
    97eb49be332 [Mailer][TwigBridge] Add support for translatable subject
    fabpot committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    a654eaa View commit details
    Browse the repository at this point in the history
  4. Revert "[Mailer][TwigBridge] Add support for translatable subject"

    This reverts commit 97eb49be33232745a793084dcef8f0ef4674e8e6.
    kbond committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    7f969fa View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Add the twig constraint and its validator

    sfmok authored and fabpot committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    522e43e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    62627c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. [TwigBundle] Use kernel.build_dir to store the templates known at b…

    …uild time
    
    Signed-off-by: Quentin Devos <4972091+Okhoshi@users.noreply.github.com>
    okhoshi committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    7563311 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Configuration menu
    Copy the full SHA
    feec601 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

  1. feature #54384 [TwigBundle] Use kernel.build_dir to store the templ…

    …ates known at build time (Okhoshi)
    
    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [TwigBundle] Use `kernel.build_dir` to store the templates known at build time
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        | none
    | License       | MIT
    
    Follow up to #50391, set up the Twig `TemplateCacheWarmer` to use the `kernel.build_dir` instead of `kernel.cache_dir`. A new argument is added to its constructor to specify the directory to use for the cache.
    
    Commits
    -------
    
    0f841d26235 [TwigBundle] Use `kernel.build_dir` to store the templates known at build time
    fabpot committed May 10, 2025
    Configuration menu
    Copy the full SHA
    6e0d489 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. [TwigBundle] Improve error when autoconfiguring a class with both Ext…

    …ensionInterface and Twig callable attribute
    GromNaN committed May 14, 2025
    Configuration menu
    Copy the full SHA
    0ace7d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [Security] Document `FirewallListenerInterface` as a firewall listener type
      Remove unused and non-existent Factory attribute use
      Move property accessor phpdoc to interface
      fix: twigphp/Twig/issues/4647
    chalasr committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    bc23c11 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      -
      -
      CS fixes
    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    5d85220 View commit details
    Browse the repository at this point in the history
Loading