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: 7.2
Choose a base ref
...
head repository: symfony/form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 28 files changed
  • 8 contributors

Commits on Jan 18, 2025

  1. Copy the full SHA
    11e5700 View commit details

Commits on Feb 11, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [WebProfilerBundle] Fix tests
      [Cache] Tests for Redis Replication with cache
      [BrowserKit] Fix submitting forms with empty file fields
      [Notifier] [BlueSky] Change the value returned as the message ID
      [WebProfilerBundle] Fix interception for non conventional redirects
      [DependencyInjection] Do not preload functions
      [DependencyInjection] Fix cloned lazy services not sharing their dependencies when dumped with PhpDumper
      [Form][FrameworkBundle] Use auto-configuration to make the default CSRF token id apply only to the app; not to bundles
      [HttpClient] Fix activity tracking leading to negative timeout errors
      [Serializer] Handle default context in named Serializer
      [Security] Return null instead of empty username to fix deprecation notice
      [DependencyInjection] Fix env default processor with scalar node
    nicolas-grekas committed Feb 11, 2025
    Copy the full SHA
    7b29335 View commit details

Commits on Feb 27, 2025

  1. Copy the full SHA
    8547d55 View commit details

Commits on Mar 5, 2025

  1. Copy the full SHA
    9ec2f0b View commit details

Commits on Mar 8, 2025

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Mar 8, 2025
    Copy the full SHA
    7874f71 View commit details

Commits on Mar 21, 2025

  1. Allow string input

    StevenRenaux committed Mar 21, 2025
    Copy the full SHA
    21afef1 View commit details
  2. feature #59993 [Form] Add input with string value in MoneyType (S…

    …tevenRenaux)
    
    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [Form] Add input with `string` value in `MoneyType`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        | Fix #59710
    | License       | MIT
    | Doc PR        | [#20768](symfony/symfony-docs#20768)
    
    Related to the issue, add the possibility to configure the property `input` with the value `string` to avoid some unnecessary update with Doctrine.
    
    Commits
    -------
    
    b5d6bf8299c Allow string input
    fabpot committed Mar 21, 2025
    Copy the full SHA
    ea90850 View commit details
  3. Merge branch '7.2' into 7.3

    * 7.2:
      [HttpKernel] Fix TraceableEventDispatcher when the StopWatch service has been reset
      fix translation in spanish
      [FrameworkBundle] Remove redundant `name` attribute from `default_context`
      [Validator] Fix typo in uk translation
      Only remove E_WARNING from error level
    derrabus committed Mar 21, 2025
    Copy the full SHA
    20a470e View commit details

Commits on Mar 28, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [Form] Use duplicate_preferred_choices to set value of ChoiceType
    fabpot committed Mar 28, 2025
    Copy the full SHA
    7ef449a View commit details
Loading