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/framework-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.3
Choose a base ref
...
head repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.4
Choose a head ref
  • 13 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 30, 2022

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

Commits on Aug 2, 2022

  1. Merge branch '5.4' into 6.0

    * 5.4:
      cs fix
      [Messenger] Fix Doctrine transport on MySQL
      [Filesystem] Remove needless `mb_*` calls
      [Translator] Fix translator overlapse
      [Yaml] Improve test coverage in DumperTest and ParserTest
      Extract dispatching console signal handling and include subscribers
      [Mailer] Fix error message in case of an STMP error
      [HttpClient] Fix shared connections not being freed on PHP < 8
      [HttpFoundation] Fix invalid ID not regenerated with native PHP file sessions
      [HttpClient] Fix memory leak when using StreamWrapper
      minor: fix test
      [Serializer] Fix error message
      remove the ChatterInterface alias when the chatter service is removed
      Bump Symfony version to 5.4.12
      Update VERSION for 5.4.11
      Update CHANGELOG for 5.4.11
      Bump Symfony version to 4.4.45
      Update VERSION for 4.4.44
      Update CONTRIBUTORS for 4.4.44
      Update CHANGELOG for 4.4.44
    nicolas-grekas committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    3296432 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.0' into 6.1

    * 6.0: (23 commits)
      cs fix
      [Messenger] Fix Doctrine transport on MySQL
      [Filesystem] Remove needless `mb_*` calls
      [Translator] Fix translator overlapse
      [Yaml] Improve test coverage in DumperTest and ParserTest
      Extract dispatching console signal handling and include subscribers
      [Mailer] Fix error message in case of an STMP error
      [HttpClient] Fix shared connections not being freed on PHP < 8
      [HttpFoundation] Fix invalid ID not regenerated with native PHP file sessions
      [HttpClient] Fix memory leak when using StreamWrapper
      minor: fix test
      [Serializer] Fix error message
      remove the ChatterInterface alias when the chatter service is removed
      Bump Symfony version to 6.0.12
      Update VERSION for 6.0.11
      Update CHANGELOG for 6.0.11
      Bump Symfony version to 5.4.12
      Update VERSION for 5.4.11
      Update CHANGELOG for 5.4.11
      Bump Symfony version to 4.4.45
      ...
    nicolas-grekas committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    17114d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Configuration menu
    Copy the full SHA
    73b7a16 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.4

    * 4.4:
      ignore missing keys when mapping DateTime objects to uninitialized arrays
      fix writes to static $kernel property
      [Validator] Hint that `egulias/email-validator` needs to be installed for strict mode as default config
    xabbuh committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    7b4c865 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Merge branch '5.4' into 6.0

    * 5.4:
      [Translation] Fix Crowdin documentation urls
      ignore missing keys when mapping DateTime objects to uninitialized arrays
      fix writes to static $kernel property
      [Notifier] Fix test logic
      [Validator] Hint that `egulias/email-validator` needs to be installed for strict mode as default config
    xabbuh committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    c5ab729 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.0' into 6.1

    * 6.0:
      [Translation] Fix Crowdin documentation urls
      ignore missing keys when mapping DateTime objects to uninitialized arrays
      fix writes to static $kernel property
      [Notifier] Fix test logic
      [Validator] Hint that `egulias/email-validator` needs to be installed for strict mode as default config
    xabbuh committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    971f006 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. execute tests with the full range of supported Messenger component re…

    …leases
    
    The conflict rule does not exclude the 5.4 and 6.0 releases of the Messenger component. So we should
    make sure that we also run tests against these versions.
    xabbuh committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    9e177f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. fix bad help message in cache warmup command

    Houssem committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6ea57f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. minor #47381 [FrameworkBundle] fix bad help message in cache warmup c…

    …ommand (Houssem)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] fix bad help message in cache warmup command
    
    | Q             | A
    | ------------- | ---
    | Branch?       |  4.4 for bug fixes <!-- see below -->
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | Fix #47380 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
    <!--
    Replace this notice by a short README for your feature/bugfix.
    This will help reviewers and should be a good start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - Bug fixes must be submitted against the lowest maintained branch where they apply
       (lowest branches are regularly merged to upper ones so they get the fixes too).
     - Features and deprecations must be submitted against the latest branch.
     - For new features, provide some code snippets to help understand usage.
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
     - Never break backward compatibility (see https://symfony.com/bc).
    -->
    
    This feature was removed years ago due to providing no benefit on PHP 7+
    
    Commits
    -------
    
    72afc77ed6 fix bad help message in cache warmup command
    fabpot committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    bd7d15b View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.4

    * 4.4:
      fix bad help message in cache warmup command
      Fix RequestStack state if throwable is thrown
      [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
    fabpot committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    49f8fe5 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.0

    * 5.4:
      [LokaliseBridge] Fix push command --delete-missing options when there are no missing messages
      fix bad help message in cache warmup command
      Count cookie parts before accessing the second
      Fix RequestStack state if throwable is thrown
      [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
    fabpot committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    29a0b45 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.0' into 6.1

    * 6.0:
      [LokaliseBridge] Fix push command --delete-missing options when there are no missing messages
      fix bad help message in cache warmup command
      [Console] Fix OutputFormatterStyleStack::getCurrent return type
      Count cookie parts before accessing the second
      Fix RequestStack state if throwable is thrown
      [Serializer] Fix caching context-aware encoders/decoders in ChainEncoder/ChainDecoder
    fabpot committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4fabea9 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy