-
-
Notifications
You must be signed in to change notification settings - Fork 124
Comparing changes
Open a pull request
base repository: symfony/framework-bundle
base: v4.1.7
head repository: symfony/framework-bundle
compare: v4.1.8
- 20 commits
- 28 files changed
- 9 contributors
Commits on Oct 31, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3562829 - Browse repository at this point
Copy the full SHA 3562829View commit details
Commits on Nov 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ba8e63d - Browse repository at this point
Copy the full SHA ba8e63dView commit details -
bug #29054 [VarDumper] fix dump of closures created from callables (n…
…icolas-grekas) This PR was merged into the 3.4 branch. Discussion ---------- [VarDumper] fix dump of closures created from callables | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - We are missing displaying full information about closures created using `ReflectionMethod::getClosure()` or `Closure::fromCallable()`. This PR fixes it. For VarDumper but also other places where we have logic to display them. Commits ------- 1c1818b876 [VarDumper] fix dump of closures created from callables
Configuration menu - View commit details
-
Copy full SHA for 01cb93f - Browse repository at this point
Copy the full SHA 01cb93fView commit details -
* 3.4: [VarDumper] fix dump of closures created from callables [DI] fix dumping inlined services Add framework asset changes to upgrade 3.0 guide [Travis] Bump ext-mongodb to 1.5.2 on Travis [DI] dont track classes/interfaces used to compute autowiring error messages [DI] fix GraphvizDumper ignoring inline definitions bumped Symfony version to 3.4.19 updated VERSION for 3.4.18 updated CHANGELOG for 3.4.18 bumped Symfony version to 2.8.48 updated VERSION for 2.8.47 update CONTRIBUTORS for 2.8.47 updated CHANGELOG for 2.8.47 Fix ini_get() for boolean values
Configuration menu - View commit details
-
Copy full SHA for d057bd5 - Browse repository at this point
Copy the full SHA d057bd5View commit details
Commits on Nov 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8888e40 - Browse repository at this point
Copy the full SHA 8888e40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b7fcb - Browse repository at this point
Copy the full SHA 60b7fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8a020 - Browse repository at this point
Copy the full SHA 5c8a020View commit details
Commits on Nov 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 010dad3 - Browse repository at this point
Copy the full SHA 010dad3View commit details -
[Fwb][EventDispatcher][HttpKernel] Fix getClosureScopeClass usage to …
…describe callables
Configuration menu - View commit details
-
Copy full SHA for 473fbd1 - Browse repository at this point
Copy the full SHA 473fbd1View commit details -
Bump phpunit XSD version to 5.2
Some attributes being used in the phpunit configuration files, namely failOnRisky and failOnWarning were introduced in phpunit 5.2.0. The Composer configuration shows that tests should run with old versions of phpunit, but phpunit only validates the configuration against the XSD since phpunit 7.2.0. These changes can be tested as follows: wget http://schema.phpunit.de/5.2/phpunit.xsd xargs xmllint --schema phpunit.xsd 1>/dev/null find src -name phpunit.xml.dist| xargs xmllint --schema phpunit.xsd 1>/dev/null See sebastianbergmann/phpunit@7e06a82 See https://github.com/symfony/symfony/blob/46e3745a03e199e64cc0fcf3284a96b5a25dcee9/composer.json#L98
Configuration menu - View commit details
-
Copy full SHA for d93ad84 - Browse repository at this point
Copy the full SHA d93ad84View commit details -
* 2.8: [Form] Hardened test suite for empty data Bump phpunit XSD version to 5.2 Add required key attribute
Configuration menu - View commit details
-
Copy full SHA for 1bc6dd0 - Browse repository at this point
Copy the full SHA 1bc6dd0View commit details -
* 3.4: [Form] Hardened test suite for empty data Bump phpunit XSD version to 5.2 [Fwb][EventDispatcher][HttpKernel] Fix getClosureScopeClass usage to describe callables Add required key attribute
Configuration menu - View commit details
-
Copy full SHA for d7eaae6 - Browse repository at this point
Copy the full SHA d7eaae6View commit details
Commits on Nov 12, 2018
-
bug #28731 [Form] invalidate forms on transformation failures (xabbuh)
This PR was merged into the 2.8 branch. Discussion ---------- [Form] invalidate forms on transformation failures | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20916, #21242, #28584 | License | MIT | Doc PR | Commits ------- 385d9df29c invalidate forms on transformation failures
Configuration menu - View commit details
-
Copy full SHA for 6a7bb97 - Browse repository at this point
Copy the full SHA 6a7bb97View commit details
Commits on Nov 13, 2018
-
bug #29137 [Workflow][FrameworkBundle] fixed guard event names for tr…
…ansitions (destillat, lyrixx) This PR was merged into the 3.4 branch. Discussion ---------- [Workflow][FrameworkBundle] fixed guard event names for transitions | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #28018 symfony/symfony#28007 (comment) | License | MIT | Doc PR | There is a bug when many transitions are defined with the same name. I finished destillat's work and rebase against 3.4 as it's a bug fix. There another point of failure, but it could not be fixed on 3.4. I will be a need feature. The issue is related to `Workflow::can($subject, $transitionName)`. Since the transitionName could be not unique, we will need to support passing an instance of Transition. A new PR is incomming Commits ------- 83dc473dd6 [FrameworkBundle] fixed guard event names for transitions fb88bfc79a [FrameworkBundle] fixed guard event names for transitions
Configuration menu - View commit details
-
Copy full SHA for 0647c5a - Browse repository at this point
Copy the full SHA 0647c5aView commit details -
* 3.4: Update symfony links to https [FrameworkBundle] fixed guard event names for transitions [FrameworkBundle] fixed guard event names for transitions
Configuration menu - View commit details
-
Copy full SHA for 2d0c3a6 - Browse repository at this point
Copy the full SHA 2d0c3a6View commit details -
* 2.8: [Form] Fixed keeping hash of equal \DateTimeInterface on submit [PhpUnitBridge] Fix typo [Config] Unset key during normalization invalidate forms on transformation failures
Configuration menu - View commit details
-
Copy full SHA for 7ba6e60 - Browse repository at this point
Copy the full SHA 7ba6e60View commit details
Commits on Nov 15, 2018
-
* 3.4: Command::addOption should allow int in $default [Form] Fixed keeping hash of equal \DateTimeInterface on submit [PhpUnitBridge] Fix typo [Form] Minor fixes in docs and cs [Config] Unset key during normalization [Form] Fixed empty data for compound date types invalidate forms on transformation failures [PropertyAccessor] Fix unable to write to singular property using setter while plural adder/remover exist
Configuration menu - View commit details
-
Copy full SHA for 3d18f0a - Browse repository at this point
Copy the full SHA 3d18f0aView commit details
Commits on Nov 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 05cf650 - Browse repository at this point
Copy the full SHA 05cf650View commit details
Commits on Nov 19, 2018
-
bug #28769 [FrameworkBundle] deal with explicitly enabled workflow no…
…des (xabbuh) This PR was merged into the 3.4 branch. Discussion ---------- [FrameworkBundle] deal with explicitly enabled workflow nodes | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | not yet | Fixed tickets | #28662 | License | MIT | Doc PR | Commits ------- 017fd56bd8 deal with explicitly enabled workflow nodes
Configuration menu - View commit details
-
Copy full SHA for 1c1f86b - Browse repository at this point
Copy the full SHA 1c1f86bView commit details
Commits on Nov 20, 2018
-
* 3.4: fix cs SCA: consolidate non empty array checks across codebase [cs] correct invalid @param types [Bridge/PhpUnit] Use composer to download phpunit [DI] fix taking lazy services into account when dumping the container [Form] Fixed empty data for compound date interval [Cache] fix optimizing Psr6Cache for AdapterInterface pools deal with explicitly enabled workflow nodes
Configuration menu - View commit details
-
Copy full SHA for a42d1ab - Browse repository at this point
Copy the full SHA a42d1abView 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 v4.1.7...v4.1.8