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:v3.1.0-RC1
head repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
compare:e62f832
- 20commits
- 13files changed
- 5contributors
Commits on Apr 25, 2016
[Routing] Fix the annotation loader taking a class constant as a begi…
…nning of a class name
jakzal committedApr 25, 2016
Commits on May 26, 2016
bumped Symfony version to 3.1.0
fabpot committedMay 26, 2016 [Yaml] search for colons in strings only
Since the parser is able to return `\DateTime` instances when the`Yaml::PARSE_DATETIME` flag is passed, we need to ensure that the parsedvalue actually is a string before passing the parsed value to stringfunctions.
xabbuh committedMay 26, 2016
Commits on May 28, 2016
bug#18899[Yaml] search for colons in strings only (xabbuh)
This PR was merged into the 3.1 branch.Discussion----------[Yaml] search for colons in strings only| Q | A| ------------- | ---| Branch? | 3.1| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#18897| License | MIT| Doc PR |Since the parser is able to return `\DateTime` instances when the`Yaml::PARSE_DATETIME` flag is passed, we need to ensure that the parsedvalue actually is a string before passing the parsed value to stringfunctions.Commits-------0ea2228 [Yaml] search for colons in strings only
xabbuh committedMay 28, 2016
Commits on May 29, 2016
[PropertyAccess] Fix for PHP 7.0.7
nicolas-grekas committedMay 29, 2016 minor#18906[PropertyAccess] Fix for PHP 7.0.7 (nicolas-grekas)
This PR was merged into the 2.3 branch.Discussion----------[PropertyAccess] Fix for PHP 7.0.7| Q | A| ------------- | ---| Branch? | 2.3| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -This is what break travis currently.Seehttps://3v4l.org/r37rYCommits-------a125af7 [PropertyAccess] Fix for PHP 7.0.7
nicolas-grekas committedMay 29, 2016 * 2.3: [PropertyAccess] Fix for PHP 7.0.7Conflicts:src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.phpsrc/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
nicolas-grekas committedMay 29, 2016 * 2.7: [PropertyAccess] Fix for PHP 7.0.7
nicolas-grekas committedMay 29, 2016 * 2.8: [PropertyAccess] Fix for PHP 7.0.7
nicolas-grekas committedMay 29, 2016 * 3.0: [PropertyAccess] Fix for PHP 7.0.7
nicolas-grekas committedMay 29, 2016 [Routing] Finish annotation loader taking a class constant as a begin…
…ning of a class name
nicolas-grekas committedMay 29, 2016 bug#18907[Routing] Fix the annotation loader taking a class constan…
…t as a beginning of a class name (jakzal, nicolas-grekas)This PR was merged into the 2.3 branch.Discussion----------[Routing] Fix the annotation loader taking a class constant as a beginning of a class name| Q | A| ------------- | ---| Branch? | 2.3| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#18633| License | MIT| Doc PR | -Code copy/pasted from ClassMapGenerator.phpCommits-------8d4f35d [Routing] Finish annotation loader taking a class constant as a beginning of a class name43c7f9b [Routing] Fix the annotation loader taking a class constant as a beginning of a class name
fabpot committedMay 29, 2016 [Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments
CS FixesAdd testsAdd docblockFix side effect on FrameworkBundle testsRemove useless '\n' from TextDescriptor since comments are block
chalasr committedMay 29, 2016
Commits on May 30, 2016
bug#18889[Console] SymfonyStyle: Fix alignment/prefixing of multi-l…
…ine comments (chalasr)This PR was merged into the 2.8 branch.Discussion----------[Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments| Q | A| ------------- | ---| Branch? | 2.8| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | n/aPointed in#18564 (comment).Very-long-line comment:```phpSymfonyStyle::comment('Lorem ipsum ...');```Before:After:Multi-line comment:```phpSymfonyStyle::comment(['Lorem ipsum...', 'Lorem ipsum...']);```Before:After:Commits-------1c94fea [Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments
fabpot committedMay 30, 2016 * 2.3: [Routing] Finish annotation loader taking a class constant as a beginning of a class name [Routing] Fix the annotation loader taking a class constant as a beginning of a class name
fabpot committedMay 30, 2016 * 2.7: [Routing] Finish annotation loader taking a class constant as a beginning of a class name [Routing] Fix the annotation loader taking a class constant as a beginning of a class name
fabpot committedMay 30, 2016 * 2.8: [Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments [Routing] Finish annotation loader taking a class constant as a beginning of a class name [Routing] Fix the annotation loader taking a class constant as a beginning of a class name
fabpot committedMay 30, 2016 * 3.0: [Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments [Routing] Finish annotation loader taking a class constant as a beginning of a class name [Routing] Fix the annotation loader taking a class constant as a beginning of a class name
fabpot committedMay 30, 2016 - fabpot committed
May 30, 2016 - fabpot committed
May 30, 2016
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 v3.1.0-RC1...e62f832
Uh oh!
There was an error while loading.Please reload this page.