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: 341df0d
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 628af92
Choose a head ref
  • 20 commits
  • 12 files changed
  • 7 contributors

Commits on Nov 10, 2017

  1. updated CHANGELOG for 2.7.36

    fabpot committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    3de61a5 View commit details
    Browse the repository at this point in the history
  2. update CONTRIBUTORS for 2.7.36

    fabpot committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    0f8757e View commit details
    Browse the repository at this point in the history
  3. updated VERSION for 2.7.36

    fabpot committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    12135ad View commit details
    Browse the repository at this point in the history
  4. Merge pull request #24914 from fabpot/release-2.7.36

    released v2.7.36
    fabpot authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    93f88f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6fe8435 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2ac69a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2017

  1. [ExpressionLanguage] Fix PhpDoc type-hints on Token value

    Also added tests to cover number parser BC
    mcg-web committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    18f0fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965b5b5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

  1. minor #24884 [ExpressionLanguage] Fixed PhpDoc type-hints on Token va…

    …lue (mcg-web)
    
    This PR was merged into the 2.7 branch.
    
    Discussion
    ----------
    
    [ExpressionLanguage] Fixed PhpDoc type-hints on Token value
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.7
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | none
    | License       | MIT
    | Doc PR        | none
    
    Fixed PhpDoc type-hints on Token value and added test to prevent BC with Parser when treating numbers (example `a === 123` compile as `$a === "123"`)
    
    Commits
    -------
    
    18f0fc5 [ExpressionLanguage] Fix PhpDoc type-hints on Token value
    fabpot committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    cf78277 View commit details
    Browse the repository at this point in the history
  2. bug #24929 [Console] Fix traversable autocomplete values (ro0NL)

    This PR was merged into the 2.7 branch.
    
    Discussion
    ----------
    
    [Console] Fix traversable autocomplete values
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.7
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #... <!-- #-prefixed issue number(s), if any -->
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!--highly recommended for new features-->
    
    `Question::setAutocompleterValues` implies passing a `\Traversable` value is allowed, yet it doesnt work :) It also restricts the traversable to be countable, which is not really needed (blocking pure API / iterable type as of 4.0).
    
    Commits
    -------
    
    965b5b5 [Console] Fix traversable autocomplete values
    fabpot committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    99f8d85 View commit details
    Browse the repository at this point in the history
  3. Merge branch '2.7' into 2.8

    * 2.7:
      [Console] Fix traversable autocomplete values
      [ExpressionLanguage] Fix PhpDoc type-hints on Token value
      bumped Symfony version to 2.7.37
      updated VERSION for 2.7.36
      update CONTRIBUTORS for 2.7.36
      updated CHANGELOG for 2.7.36
    nicolas-grekas committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    9f38c69 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. fix method name

    xabbuh committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    b862168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eaa188 View commit details
    Browse the repository at this point in the history
  3. [HttpFoundation] Add test

    sroze authored and nicolas-grekas committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    38186aa View commit details
    Browse the repository at this point in the history
  4. bug #24952 [HttpFoundation] Fix session-related BC break (nicolas-gre…

    …kas, sroze)
    
    This PR was merged into the 2.7 branch.
    
    Discussion
    ----------
    
    [HttpFoundation] Fix session-related BC break
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.7
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #24941, #24934, #24947 and #24946
    | License       | MIT
    | Doc PR        | -
    
    Conservative fix.
    
    Commits
    -------
    
    38186aa [HttpFoundation] Add test
    3eaa188 [HttpFoundation] Fix session-related BC break
    nicolas-grekas committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    70dd46b View commit details
    Browse the repository at this point in the history
  5. minor #24940 [Form] fix method name (xabbuh)

    This PR was merged into the 2.7 branch.
    
    Discussion
    ----------
    
    [Form] fix method name
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.7
    | Bug fix?      | no
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets |
    | License       | MIT
    | Doc PR        |
    
    Commits
    -------
    
    b862168 fix method name
    nicolas-grekas committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    5fa5ef7 View commit details
    Browse the repository at this point in the history
  6. Merge branch '2.7' into 2.8

    * 2.7:
      [HttpFoundation] Add test
      [HttpFoundation] Fix session-related BC break
      fix method name
    nicolas-grekas committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    dee3768 View commit details
    Browse the repository at this point in the history
  7. updated CHANGELOG for 2.8.30

    fabpot committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    6c34cb2 View commit details
    Browse the repository at this point in the history
  8. updated VERSION for 2.8.30

    fabpot committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    42596fe View commit details
    Browse the repository at this point in the history
  9. Merge pull request #24957 from fabpot/release-2.8.30

    released v2.8.30
    fabpot authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    628af92 View commit details
    Browse the repository at this point in the history
Loading