Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Comparing changes
Open a pull request
base repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
base:v2.8.29
head repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.8.30
- 20commits
- 12files changed
- 7contributors
Commits on Nov 10, 2017
- fabpot committed
Nov 10, 2017 update CONTRIBUTORS for 2.7.36
fabpot committedNov 10, 2017 - fabpot committed
Nov 10, 2017 bumped Symfony version to 2.7.37
fabpot committedNov 10, 2017 bumped Symfony version to 2.8.30
fabpot committedNov 10, 2017
Commits on Nov 11, 2017
[Console] Fix traversable autocomplete values
ro0NL committedNov 11, 2017
Commits on Nov 12, 2017
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 | noneFixed 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 committedNov 12, 2017 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 committedNov 12, 2017 * 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 committedNov 12, 2017
Commits on Nov 13, 2017
- xabbuh committed
Nov 13, 2017 [HttpFoundation] Fix session-related BC break
nicolas-grekas committedNov 13, 2017 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 test3eaa188 [HttpFoundation] Fix session-related BC break
nicolas-grekas committedNov 13, 2017 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 committedNov 13, 2017 * 2.7: [HttpFoundation] Add test [HttpFoundation] Fix session-related BC break fix method name
nicolas-grekas committedNov 13, 2017 - fabpot committed
Nov 13, 2017 - fabpot committed
Nov 13, 2017
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.8.29...v2.8.30
Uh oh!
There was an error while loading.Please reload this page.