-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Comparing changes
Open a pull request
base repository: symfony/symfony
base: v3.1.0-RC1
head repository: symfony/symfony
compare: e62f832
- 20 commits
- 13 files changed
- 5 contributors
Commits on Apr 25, 2016
-
[Routing] Fix the annotation loader taking a class constant as a begi…
…nning of a class name
Configuration menu - View commit details
-
Copy full SHA for 43c7f9b - Browse repository at this point
Copy the full SHA 43c7f9bView commit details
Commits on May 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 91a4de3 - Browse repository at this point
Copy the full SHA 91a4de3View commit details -
[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 parsed value actually is a string before passing the parsed value to string functions.
Configuration menu - View commit details
-
Copy full SHA for 0ea2228 - Browse repository at this point
Copy the full SHA 0ea2228View commit details
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 parsed value actually is a string before passing the parsed value to string functions. Commits ------- 0ea2228 [Yaml] search for colons in strings only
Configuration menu - View commit details
-
Copy full SHA for 922f1b0 - Browse repository at this point
Copy the full SHA 922f1b0View commit details
Commits on May 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a125af7 - Browse repository at this point
Copy the full SHA a125af7View commit details -
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. See https://3v4l.org/r37rY Commits ------- a125af7 [PropertyAccess] Fix for PHP 7.0.7
Configuration menu - View commit details
-
Copy full SHA for b576fe1 - Browse repository at this point
Copy the full SHA b576fe1View commit details -
* 2.3: [PropertyAccess] Fix for PHP 7.0.7 Conflicts: src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTest.php src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
Configuration menu - View commit details
-
Copy full SHA for a350459 - Browse repository at this point
Copy the full SHA a350459View commit details -
* 2.7: [PropertyAccess] Fix for PHP 7.0.7
Configuration menu - View commit details
-
Copy full SHA for 56b5f41 - Browse repository at this point
Copy the full SHA 56b5f41View commit details -
* 2.8: [PropertyAccess] Fix for PHP 7.0.7
Configuration menu - View commit details
-
Copy full SHA for 0929c7b - Browse repository at this point
Copy the full SHA 0929c7bView commit details -
* 3.0: [PropertyAccess] Fix for PHP 7.0.7
Configuration menu - View commit details
-
Copy full SHA for 8c65c0e - Browse repository at this point
Copy the full SHA 8c65c0eView commit details -
[Routing] Finish annotation loader taking a class constant as a begin…
…ning of a class name
Configuration menu - View commit details
-
Copy full SHA for 8d4f35d - Browse repository at this point
Copy the full SHA 8d4f35dView commit details -
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.php Commits ------- 8d4f35d [Routing] Finish annotation loader taking a class constant as a beginning of a class name 43c7f9b [Routing] Fix the annotation loader taking a class constant as a beginning of a class name
Configuration menu - View commit details
-
Copy full SHA for ab621ee - Browse repository at this point
Copy the full SHA ab621eeView commit details -
[Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments
CS Fixes Add tests Add docblock Fix side effect on FrameworkBundle tests Remove useless '\n' from TextDescriptor since comments are block
Configuration menu - View commit details
-
Copy full SHA for 1c94fea - Browse repository at this point
Copy the full SHA 1c94feaView commit details
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/a Pointed in #18564 (comment). Very-long-line comment: ```php SymfonyStyle::comment('Lorem ipsum ...'); ``` Before:  After:  Multi-line comment: ```php SymfonyStyle::comment(['Lorem ipsum...', 'Lorem ipsum...']); ``` Before:  After:  Commits ------- 1c94fea [Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments
Configuration menu - View commit details
-
Copy full SHA for dfc0c81 - Browse repository at this point
Copy the full SHA dfc0c81View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 00763f6 - Browse repository at this point
Copy the full SHA 00763f6View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for e617502 - Browse repository at this point
Copy the full SHA e617502View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 7b7c9b8 - Browse repository at this point
Copy the full SHA 7b7c9b8View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 73ca90d - Browse repository at this point
Copy the full SHA 73ca90dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dce1d4 - Browse repository at this point
Copy the full SHA 3dce1d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e62f832 - Browse repository at this point
Copy the full SHA e62f832View commit details
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