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

Commits on Jan 18, 2025

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

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
    Configuration menu
    Copy the full SHA
    7b29335 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

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

Commits on Mar 5, 2025

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

Commits on Mar 8, 2025

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    7874f71 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Allow string input

    StevenRenaux committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    21afef1 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    ea90850 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    20a470e View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    7ef449a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      Update validators.pt.xlf
      bug #59196 [Config] ResourceCheckerConfigCache metadata unserialize emits warning
      fix(validator): only check for puny code in tld
    alexandre-daubois committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    c845570 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      skip test if the installed ICU version is too modern
    nicolas-grekas committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    01e2a07 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      add translations for the Twig constraint
      drop the Date header using the Postmark API transport
      [VarExporter] Fix: Use correct closure call for property-specific logic in $notByRef
      [Validator] [WordCount] Treat 0 as one character word and do not exclude it
      Unnecessary cast, return, semicolon and comma
      Fix ServiceMethodsSubscriberTrait for nullable service
      [Notifier] [Discord] Fix value limits
      Fix ServiceMethodsSubscriberTrait for nullable service
    xabbuh committed May 1, 2025
    Configuration menu
    Copy the full SHA
    d20f61d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      fix EmojiTransliterator return type compatibility with PHP 8.5
      Bump Symfony version to 7.2.7
      Update VERSION for 7.2.6
      Update CHANGELOG for 7.2.6
      Bump Symfony version to 6.4.22
      Update VERSION for 6.4.21
      Update CONTRIBUTORS for 6.4.21
      Update CHANGELOG for 6.4.21
      Fix return type is non-nullable
      Fix overwriting an array element
    xabbuh committed May 4, 2025
    Configuration menu
    Copy the full SHA
    9ee0a68 View commit details
    Browse the repository at this point in the history
Loading