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/form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e83e898
Choose a base ref
...
head repository: symfony/form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f151b4a
Choose a head ref
  • 12 commits
  • 13 files changed
  • 3 contributors

Commits on Aug 1, 2025

  1. Configuration menu
    Copy the full SHA
    1b99528 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      account for error message changes in PHP 8.5
      [Form] Fix interface name in Guess documentation
      Bump Symfony version to 6.4.25
      Update VERSION for 6.4.24
      Update CONTRIBUTORS for 6.4.24
      Update CHANGELOG for 6.4.24
      [Validator] review Persian translation for Twig template
    xabbuh committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    622ac5e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Configuration menu
    Copy the full SHA
    48c9662 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      Fix inline var annotations
      [Console][Table] Don't split grapheme clusters
      [FrameworkBundle] Fix block type from `OK` to `ERROR` when local vault is disabled in `SecretsGenerateKeysCommand`
      [FrameworkBundle] Add tests for `secrets:decrypt-to-local`, `encrypt-from-local`, and `generate-keys` commands
      Reflection*::setAccessible() has no effect as of PHP 8.1
    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    b18b1b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a43da View commit details
    Browse the repository at this point in the history
  4. minor #61296 Fix wrong boolean values (nicolas-grekas)

    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    Fix wrong boolean values
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    The subset of #61203 that's obviously mistakes
    
    Commits
    -------
    
    12d0aa98710 Fix wrong boolean values
    nicolas-grekas committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    406d2b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. use false instead of null to hide the currency symbol

    This slipped in with #61296. Technically, there shouldn't be a difference
    but since we explicitly mention false in the documentation let's better
    be safe here.
    xabbuh committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    647ea28 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      use false instead of null to hide the currency symbol
      [FrameworkBundle] Fix block type from `OK` to `ERROR` when local vault is disabled in `SecretsRemoveCommand`
      Fix wrong boolean values
      [Messenger] Fix NoAutoAckStamp handling in Worker::flush()
    nicolas-grekas committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    39f9427 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Configuration menu
    Copy the full SHA
    bcc7d5e View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      Remove calls to no-op functions, deprecated in PHP 8.5
      Remove deprecated calls to deprecated methods of SplObjectStorage
      [Messenger] Show package installation hint also for amqps
    nicolas-grekas committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    ae61792 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    ce4d50b View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      [VarExporter] Fix serializing classes with __serialize() returning unprefixed private properties
      Remove direct access to internal properties cross-components
    nicolas-grekas committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    f151b4a View commit details
    Browse the repository at this point in the history
Loading