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: v5.4.1
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: v5.4.2
Choose a head ref
  • 13 commits
  • 13 files changed
  • 5 contributors

Commits on Nov 25, 2021

  1. Fix redundant type casts

    fancyweb committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    51c8356 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    2e8d925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d12e3 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.3

    * 4.4:
      [HttpClient] Don't ignore errors from curl_multi_exec()
      [HttpClient] Double check if handle is complete
      CI for macOS
      [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
      [Process] fixed uppercase ARGC and ARGV should also be skipped
      [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
      Missing translations for Belarusian (be) #41032
    derrabus committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    75eb483 View commit details
    Browse the repository at this point in the history
  4. Merge branch '5.3' into 5.4

    * 5.3:
      [HttpClient] Don't ignore errors from curl_multi_exec()
      [HttpClient] Double check if handle is complete
      CI for macOS
      [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
      [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
      [PropertyAccess] Fix accessing public property in Object
      [Process] fixed uppercase ARGC and ARGV should also be skipped
      [PropertyAccess] Add tests accessing public (dynamic) properties
      [Mailer] Update docs for sendmail -t
      [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
      [FrameworkBundle] Use correct cookie domain in loginUser()
      Missing translations for Belarusian (be) #41032
    derrabus committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    4d22233 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. [5.3] cs fixes

    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    bc94960 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.3' into 5.4

    * 5.3:
      [5.3] cs fixes
      [Cache] Fix saving items with no expiration through ProxyAdapter
      CS fixes
      [HttpClient] Fix tracing requests made after calling withOptions()
      [Cache] disable lock on CLI
      [VarDumper] add more "transient-on-macos" groups
    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    96f5fa8 View commit details
    Browse the repository at this point in the history
  3. [5.4] cs fixes

    nicolas-grekas committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    dda3f6f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    81921ff View commit details
    Browse the repository at this point in the history
  2. bug #44682 [FrameworkBundle] alias cache.app.taggable to `cache.app…

    …` if using `cache.adapter.redis_tag_aware` (kbond)
    
    This PR was merged into the 5.3 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] alias `cache.app.taggable` to `cache.app` if using `cache.adapter.redis_tag_aware`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | n/a
    | License       | MIT
    | Doc PR        | n/a
    
    When using `cache.adapter.redis_tag_aware` for your `cache.app`, `cache.app.taggable` is unnecessarily decorated with `TagAwareAdapter`. This sets `cache.app.taggable` as an alias to `cache.app` in this case.
    
    Alternative to #44673.
    
    Commits
    -------
    
    4b54aa0d93 alias `cache.app.taggable` to `cache.app` if using `cache.adapter.redis_tag_aware`
    nicolas-grekas committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    f765bc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Merge branch '5.3' into 5.4

    * 5.3:
      [Mime] Fix encoding filenames in multipart/form-data
      [Validator] Improve French translation
      [Translations] Add missing translations for Galician (gl)
      [DependencyInjection] fix linting callable classes
      alias `cache.app.taggable` to `cache.app` if using `cache.adapter.redis_tag_aware`
      restore the overriden locale on tearDown - avoid interfering with any configured value
      [DependencyInjection] Cast tag value to string
    derrabus committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    5198f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    235ee15 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Merge branch '5.3' into 5.4

    * 5.3:
      [Mime] Relaxing in-reply-to header validation
      fix test to actually use data provider
    derrabus committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    2e6b8b2 View commit details
    Browse the repository at this point in the history
Loading