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: 92bd2bf
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
  • 15 commits
  • 13 files changed
  • 5 contributors

Commits on Dec 9, 2023

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

Commits on Dec 10, 2023

  1. Merge branch '5.4' into 6.3

    * 5.4:
      [String] Skip a test when an issue is detected in PCRE2
      [Mailer] Stop using the (local) AWS shared configuration in the PHPUnit tests.
      detect colors on not windows
      fix xterm detection
      refactor: hyper check
      Missing translations for Slovak (sk) #51954
      properly handle SYMFONY_DOTENV_VARS being the empty string
      Avoid incompatibility with symfony/console 7
      bug #45057 [Messenger] Avoid reconnecting active Redis connections.
      [Serializer] fix regression where nullable int cannot be serialized
      do not overwrite an application's default serialization context
    xabbuh committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    6a4b1e7 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.3' into 6.4

    * 6.3:
      fix merge
      [VarDumper] Test intl formatter broken since dumper does not replace the nnbsp character by standard space
      [WebProfilerBundle] Fix intercept external redirects
      [Webhook] Added missing XML attribute in config XSD
      [String] Skip a test when an issue is detected in PCRE2
      [ExpressionLanguage] Fix null coalescing propagation
      [Mailer] Stop using the (local) AWS shared configuration in the PHPUnit tests.
      detect colors on not windows
      fix xterm detection
      refactor: hyper check
      Missing translations for Slovak (sk) #51954
      Remove redundant PHPdoc line
      properly handle SYMFONY_DOTENV_VARS being the empty string
      Avoid incompatibility with symfony/console 7
      bug #45057 [Messenger] Avoid reconnecting active Redis connections.
      [HttpKernel] Catch `TypeError` if the wrong type is used in `BackedEnumValueResolver`
      [Serializer] fix regression where nullable int cannot be serialized
      do not overwrite an application's default serialization context
    xabbuh committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    7cb80bc View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.0

    * 6.4:
      fix merge
      [VarDumper] Test intl formatter broken since dumper does not replace the nnbsp character by standard space
      [WebProfilerBundle] Fix intercept external redirects
      [Webhook] Added missing XML attribute in config XSD
      [String] Skip a test when an issue is detected in PCRE2
      [ExpressionLanguage] Fix null coalescing propagation
      [Mailer] Stop using the (local) AWS shared configuration in the PHPUnit tests.
      detect colors on not windows
      fix xterm detection
      refactor: hyper check
      Missing translations for Slovak (sk) #51954
      Remove redundant PHPdoc line
      properly handle SYMFONY_DOTENV_VARS being the empty string
      Avoid incompatibility with symfony/console 7
      bug #45057 [Messenger] Avoid reconnecting active Redis connections.
      [HttpKernel] Catch `TypeError` if the wrong type is used in `BackedEnumValueResolver`
      [Serializer] fix regression where nullable int cannot be serialized
      do not overwrite an application's default serialization context
    xabbuh committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    cc78f14 View commit details
    Browse the repository at this point in the history

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