Thanks to visit codestin.com
Credit goes to github.com

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/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.34
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.35
Choose a head ref
  • 15 commits
  • 12 files changed
  • 4 contributors

Commits on May 24, 2019

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

Commits on Jul 16, 2019

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

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    6be5cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c4f00 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    7064ff3 View commit details
    Browse the repository at this point in the history
  2. security #cve-2019-18887 [HttpKernel] Use constant time comparison in…

    … UriSigner (stof)
    
    This PR was merged into the 3.4 branch.
    nicolas-grekas committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    0102134 View commit details
    Browse the repository at this point in the history
  3. security #cve-2019-18888 [HttpFoundation] fix guessing mime-types of …

    …files with leading dash (nicolas-grekas)
    
    This PR was merged into the 3.4 branch.
    nicolas-grekas committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    b21025b View commit details
    Browse the repository at this point in the history
  4. security #cve-2019-18889 [Cache] forbid serializing AbstractAdapter a…

    …nd TagAwareAdapter instances (nicolas-grekas)
    
    This PR was merged into the 3.4 branch.
    nicolas-grekas committed Nov 12, 2019
    6 Configuration menu
    Copy the full SHA
    4cc37df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c8edc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    bb8c82c View commit details
    Browse the repository at this point in the history
  2. minor #34340 Allow returning null from NormalizerInterface::normalize…

    … (teohhanhui)
    
    This PR was merged into the 3.4 branch.
    
    Discussion
    ----------
    
    Allow returning null from NormalizerInterface::normalize
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | yes?
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | N/A
    | License       | MIT
    | Doc PR        | N/A
    
    Looking at the code, it seems that a normalizer might be called with a `null` value for `$data`, and thus it's only sensible that it be allowed to return `null` too:
    
    https://github.com/symfony/symfony/blob/7064ff35f2539e2c915257a50eb37839b485dbeb/src/Symfony/Component/Serializer/Serializer.php#L141-L148
    
    Updating the phpdoc to match.
    
    Commits
    -------
    
    1c8edc5 Allow returning null from NormalizerInterface::normalize
    nicolas-grekas committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    53dc781 View commit details
    Browse the repository at this point in the history
  3. bug #34344 [Console] Constant STDOUT might be undefined (nicolas-grekas)

    This PR was merged into the 3.4 branch.
    
    Discussion
    ----------
    
    [Console] Constant STDOUT might be undefined
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #34341
    | License       | MIT
    | Doc PR        | N/A
    
    Commits
    -------
    
    bb8c82c [Console] Constant STDOUT might be undefined.
    nicolas-grekas committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    32bde39 View commit details
    Browse the repository at this point in the history
  4. updated CHANGELOG for 3.4.35

    fabpot committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    3e25850 View commit details
    Browse the repository at this point in the history
  5. updated VERSION for 3.4.35

    fabpot committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    02257c8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #34350 from fabpot/release-3.4.35

    released v3.4.35
    fabpot authored Nov 13, 2019
    Configuration menu
    Copy the full SHA
    2adc85d View commit details
    Browse the repository at this point in the history
Loading