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: v4.4.5
Choose a base ref
...
head repository: symfony/form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.6
Choose a head ref
  • 15 commits
  • 43 files changed
  • 6 contributors

Commits on Mar 5, 2020

  1. Copy the full SHA
    169ee10 View commit details

Commits on Mar 6, 2020

  1. Copy the full SHA
    1ed27fd View commit details

Commits on Mar 11, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      [Yaml] fix dumping strings containing CRs
      [DI] Fix XmlFileLoader bad error message
      Tweak message
      improve PlaintextPasswordEncoder docBlock summary
      [Validator] Add two missing translations for the Arabic (ar) locale
      Use some PHP 5.4 constants unconditionally
      Revert "bug symfony#28179 [DomCrawler] Skip disabled fields processing in Form"
      Add Spanish translation
      Fix typo
      [Validator] add Japanese translation
      Fix typo
      Add Polish translation
      [SecurityBundle] Minor fixes in configuration tree builder
      bumped Symfony version to 3.4.39
      updated VERSION for 3.4.38
      update CONTRIBUTORS for 3.4.38
      updated CHANGELOG for 3.4.38
    nicolas-grekas committed Mar 11, 2020
    Copy the full SHA
    2aab7c1 View commit details

Commits on Mar 12, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      [FrameworkBundle] remove redundant PHPDoc in console Descriptor and subclass
      [Form] Handle false as empty value on expanded choices
    nicolas-grekas committed Mar 12, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    14c6ba2 View commit details

Commits on Mar 13, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b8ec858 View commit details

Commits on Mar 15, 2020

  1. Copy the full SHA
    90ce15b View commit details
  2. Merge branch '3.4' into 4.4

    * 3.4:
      ignore microseconds submitted by Edge
    fabpot committed Mar 15, 2020
    Copy the full SHA
    ee3302b View commit details
  3. Merge branch '3.4' into 4.4

    * 3.4:
      Add missing dots at the end of exception messages
    fabpot committed Mar 15, 2020
    Copy the full SHA
    15d100a View commit details
  4. Copy the full SHA
    e15f2c1 View commit details
  5. Copy the full SHA
    8fc7fe6 View commit details

Commits on Mar 16, 2020

  1. Copy the full SHA
    8eb8f3b View commit details
  2. Merge branch '3.4' into 4.4

    * 3.4:
      Fix quotes in exception messages
    fabpot committed Mar 16, 2020
    Copy the full SHA
    1182449 View commit details
  3. Copy the full SHA
    bde3281 View commit details

Commits on Mar 23, 2020

  1. [Form] Support customized intl php.ini settings

    `IntlDateParser->parse()` behaves differently when `intl.error_level` and/or `intl.use_exceptions` are not 0.
    
    This change makes sure `\IntlException` is caught when `intl.use_exceptions` is 1 and warnings thrown when `intl.error_level` is not 0 are ignored.
    jorrit authored and nicolas-grekas committed Mar 23, 2020
    Copy the full SHA
    03ed019 View commit details
  2. Merge branch '3.4' into 4.4

    * 3.4:
      [Http Foundation] Fix clear cookie samesite
      [Security] Check if firewall is stateless before checking for session/previous session
      [Form] Support customized intl php.ini settings
      [Security] Remember me: allow to set the samesite cookie flag
      [Debug] fix for PHP 7.3.16+/7.4.4+
      [Validator] Backport translations
      Prevent warning in proc_open()
    nicolas-grekas committed Mar 23, 2020
    Copy the full SHA
    3a287b3 View commit details
Loading