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/string
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cc78f14
Choose a base ref
...
head repository: symfony/string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 524aac4
Choose a head ref
  • 11 commits
  • 13 files changed
  • 4 contributors

Commits on Jan 18, 2024

  1. [String] Correct inflection of axis

    Vladislav Iurciuc authored and fabpot committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1cdf4cf View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. fix aircraft inflection

    Renan authored and fabpot committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    aea0cc8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.3

    * 5.4:
      [Console] Only execute additional checks for color support if the output is a TTY
      fix aircraft inflection
      [TwigBundle] Fix configuration when 'paths' is null
      [String] Correct inflection of axis
      [Security] Fix `AuthenticationUtils::getLastUsername()` returning null
      [Process] Fixed inconsistent test
    xabbuh committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8a8cd3f View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.3' into 6.4

    * 6.3:
      [Console] Only execute additional checks for color support if the output is a TTY
      fix aircraft inflection
      [TwigBundle] Fix configuration when 'paths' is null
      register the MailPaceTransportFactory
      [String] Correct inflection of axis
      [Security] Fix `AuthenticationUtils::getLastUsername()` returning null
      [Process] Fixed inconsistent test
    xabbuh committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1b4a76c View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.0

    * 6.4:
      fix used class after merge
      fix tests
      [Console] Only execute additional checks for color support if the output is a TTY
      fix aircraft inflection
      [TwigBundle] Fix configuration when 'paths' is null
      register the MailPaceTransportFactory
      [String] Correct inflection of axis
      [Security] Fix `AuthenticationUtils::getLastUsername()` returning null
      [Process] Fixed inconsistent test
    xabbuh committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8574b9b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

    * 5.4:
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    bce7504 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.3' into 6.4

    * 6.3:
      minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
      Fix bad merge
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6901a54 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.0

    * 6.4:
      Fix implicitly-required parameters
      minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
      Fix bad merge
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c71eccf View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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

Commits on Jan 29, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4: (21 commits)
      [ErrorHandler] Add missing self-closing tags on link elements
      Fix merge (bis)
      Fix merge
      Add missing return type
      [FrameworkBundle] ConfigBuilderCacheWarmer should be non-optional
      [HttpClient] Fix pausing responses before they start when using curl
      [Notifier] Updated the NTFY notifier to run without a user parameter
      [Translation] Fix constant domain resolution in PhpAstExtractor
      separate child and parent context in NotificationEmail on writes
      [Mailer] [Mailgun] Fix sender header encoding
      do not overwrite the cache key when it is false
      [Mailer] [Scaleway] Fix attachment handling
      [Mailer] Throw TransportException when unable to read from socket
      [Serializer] Rewrite `AbstractObjectNormalizer::createChildContext()` to use the provided `cache_key` from original context when creating child contexts
      Revert #47715
      [HttpClient] Fix error chunk creation in passthru
      Adjusting and removing the 'review' attribute from the pt_br translation XML.
      [DependencyInjection] Fix loading all env vars from secrets when only a subset is needed
      Fix option filenameMaxLength to the File constraint (Image)
      [Serializer] Take unnamed variadic parameters into account when denormalizing
      ...
    nicolas-grekas committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    524aac4 View commit details
    Browse the repository at this point in the history
Loading