8000 Comparing v6.0.3...v6.0.11 · symfony/browser-kit · GitHub
[go: up one dir, main page]

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/browser-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.3
Choose a base ref
...
head repository: symfony/browser-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.11
Choose a head ref
  • 8 commits
  • 3 files changed
  • 5 contributors

Commits on Jul 13, 2022

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

Commits on Jul 18, 2022

  1. Merge branch '4.4' into 5.4

    * 4.4:
      Update ExceptionInterface.php
      Flush with flush() after ob_end_flush()
      [HttpFoundation] Fix deleteFileAfterSend on client abortion
      fix sending request to paths containing multiple slashes
    derrabus committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a19f3c7 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      Update ExceptionInterface.php
      Revert removal of Stringable check
      Flush with flush() after ob_end_flush()
      [Validator] : Fix "PHP Warning: Undefined array key 1" in NotCompromisedPasswordValidator
      [Validator] Fix traverse option on Valid constraint when used as Attribute
      [HttpFoundation] Fix deleteFileAfterSend on client abortion
      Prevent that bad Ignore method annotations lead to incorrect results
      also fix the test
      fix deprecation
      fix sending request to paths containing multiple slashes
      Fix generated validation error message for wrong exception mapping status code
    derrabus committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    ba10eb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Fix CS

    fabpot committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    32ca9a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. [BrowserKit] Merge fields and files recursively if they are multidime…

    …nsional array
    januszmk authored and fabpot committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    540c794 View commit details
    Browse the repository at this point in the history
  2. bug #40828 [BrowserKit] Merge fields and files recursively if they ar…

    …e multidimensional array (januszmk)
    
    This PR was squashed before being merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [BrowserKit] Merge fields and files recursively if they are multidimensional array
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    if we have a form that is prefixed, with form fields like: text: `foo[name]`, file: `foo[file]`, request is loosing non-files fields. encountered this issue while submitting `Symfony\Component\DomCrawler\Form` in tests
    
    Commits
    -------
    
    66c3415e3b [BrowserKit] Merge fields and files recursively if they are multidimensional array
    fabpot committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    2a1ff40 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Merge branch '4.4' into 5.4

    * 4.4:
      [BrowserKit] Merge fields and files recursively if they are multidimensional array
      [Serializer] Fix XmlEncoder encoding attribute false
    chalasr committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    081fe28 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.0

    * 5.4:
      [BrowserKit] Merge fields and files recursively if they are multidimensional array
      [String] Fix `width` method in `AbstractUnicodeString`
      [Mailer] Add a comment to avoid the same wrong PR over and over again
      [Serializer] Fix XmlEncoder encoding attribute false
    chalasr committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    92e4b59 View commit details
    Browse the repository at this point in the history
Loading
0