8000 Comparing v7.1.6...v7.2.0-BETA1 · symfony/filesystem · GitHub
[go: up one dir, main page]

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/filesystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.6
Choose a base ref
...
head repository: symfony/filesystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.0-BETA1
Choose a head ref
  • 11 commits
  • 5 files changed
  • 5 contributors

Commits on Jun 20, 2024

  1. Prefix all sprintf() calls

    derrabus committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    49519d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      [HttpKernel] Enable optional cache-warmers when cache-dir != build-dir
      [Filesystem] Fix Filesystem::remove() on Windows
      [DoctrineBridge] Fix compat with DI >= 6.4
      [String] Fix *String::snake methods
    nicolas-grekas committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b75b609 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      Allow service locators to be ordered by priority.
      [Filesystem][Mime] Fix transient tests
      Test convert CompletionInput into string
    nicolas-grekas committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f655195 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Update .gitattributes

    fabpot committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    454d22b View commit details
    Browse the repository at this point in the history
  2. do not use uniqid() in tests

    updates the remaining tests that were not covered by #57665
    xabbuh committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    bea731a View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Sep 15, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      fix merge
      [Intl] Update ICU data from 74.1 to 75.1
      use DeprecatedCallableInfo for Twig callables if possible
      [Filesystem] Add a warning about `chown()` and `chgrp()` on Windows
      [String] Update wcswidth data with Unicode 16
      PhpSubprocess: Add flag PREG_OFFSET_CAPTURE to preg_match to identify the offset
      Work around parse_url() bug
      [Ldap] Clean `ldap_connect()` call in `LdapTestCase`
      [HttpFoundation] Update links for X-Accel-Redirect and fail properly when X-Accel-Mapping is missing
    xabbuh committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    810b534 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      [Process] minor fix
      [Process] Fix finding executables independently of open_basedir
      [HttpKernel] Skip logging uncaught exceptions in ErrorHandler, assume $kernel->terminateWithException() will do it
      [Serializer] Fix for method named `get()`
      [Notifier][TurboSMS] Process partial accepted response from transport
      parse empty sequence elements as null
      [HttpClient] Fix setting CURLMOPT_MAXCONNECTS
      throw a meaningful exception when parsing dotenv files with BOM
      [FrameworkBundle] Fix schema & finish incomplete tests for lock & semaphore config
      [Cache] Fix RedisSentinel params types
      [FrameworkBundle] Fix service reset between tests
      [Uid][Serializer][Validator] Mention RFC 9562
      make sure temp files can be cleaned up on Windows
    nicolas-grekas committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b7ea899 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    edd9588 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      initialize RedisAdapter cursor to 0
      do not skip tests from data providers
      ensure compatibility with Twig 3.15
      [Mime] fix encoding issue with UTF-8 addresses containing doubles spaces
      fix translation file syntax
      [Notifier] Improve Telegrams markdown escaping
      [Validator] [Choice] Fix callback option if not array returned
      [DependencyInjection] Fix linting factories implemented via __callStatic
      [DependencyInjection] Fix replacing abstract arguments with bindings
      [DependencyInjection] Fix parsing nested AutowireInline attributes
      Minor fixes around parse_url() checks
      Ensure compatibility with mongodb v2
      Add missing translations for Turkish (tr)
    nicolas-grekas committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b8dce48 View commit details
    Browse the repository at this point in the history
Loading
0