-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Comparing changes
Open a pull request
base repository: symfony/symfony
base: v4.4.28
head repository: symfony/symfony
compare: v4.4.29
- 15 commits
- 17 files changed
- 6 contributors
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ab8a0e - Browse repository at this point
Copy the full SHA 1ab8a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc28d0 - Browse repository at this point
Copy the full SHA dbc28d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31591c3 - Browse repository at this point
Copy the full SHA 31591c3View commit details -
bug #42289 [HttpFoundation] Fixed type mismatch (Toflar)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [HttpFoundation] Fixed type mismatch | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | #42290 | License | MIT | Doc PR | - Fixes > Argument 1 passed to str_contains() must be of the type string, null given, called in /.../vendor/symfony/http-foundation/Response.php on line 327 in case there's no `cache-control` response header. This doesn't happen by default as the `Response` is initialized with one by default but any class extending from it can adjust that. Technically speaking, it's not disallowed to have no `cache-control` header set. Want me to add a test for that? :) Commits ------- 31591c3 [HttpFoundation] Fixed type mismatch
Configuration menu - View commit details
-
Copy full SHA for b68cefa - Browse repository at this point
Copy the full SHA b68cefaView commit details -
Remove polyfills from Yaml and Dotenv
Signed-off-by: Alexander M. Turek <me@derrabus.de>
Configuration menu - View commit details
-
Copy full SHA for 08ecbf5 - Browse repository at this point
Copy the full SHA 08ecbf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e7d6f - Browse repository at this point
Copy the full SHA 09e7d6fView commit details -
minor #42281 [Console] Readd missing php-doc parameter for constructo…
…r (brosenberger) This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [Console] Readd missing php-doc parameter for constructor | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? |no | Deprecations? |no | Tickets | no | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> partly revert the php constroctur php doc (readd missing php-doc for $name and $description) even if they not that meaningfull This is needed as Magento2 uses this library and needs all php-doc parameter for interception compilation. if there are any missing parameters (in this case $name and $description) break compile step as the parameters are missmatching the actual parameters:  (AbstractConfigOption extends InputOption) Commits ------- 09e7d6f [Console] Readd missing php-doc parameter for constructor
Configuration menu - View commit details
-
Copy full SHA for 7f0641f - Browse repository at this point
Copy the full SHA 7f0641fView commit details
Commits on Jul 29, 2021
-
bug #42296 [Dotenv][Yaml] Remove PHP 8.0 polyfill (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- [Dotenv][Yaml] Remove PHP 8.0 polyfill | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #42280 | License | MIT | Doc PR | N/A This is a partial revert of #41576 and #41973. Commits ------- 08ecbf5 Remove polyfills from Yaml and Dotenv
Configuration menu - View commit details
-
Copy full SHA for 192e360 - Browse repository at this point
Copy the full SHA 192e360View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6d31a - Browse repository at this point
Copy the full SHA 9c6d31aView commit details -
bug #42307 [Mailer] Fixed decode exception when sendgrid response is …
…202 (rubanooo) This PR was submitted for the 5.3 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- [Mailer] Fixed decode exception when sendgrid response is 202 | Q | A | ------------- | --- | Branch? | 5.4 for features / 4.4, 5.2 or 5.3 for bug fixes <!-- see below --> | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #42306 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry --> Commits ------- 9c6d31a [Mailer] Fixed decode exception when sendgrid response is 202
Configuration menu - View commit details
-
Copy full SHA for 4a28597 - Browse repository at this point
Copy the full SHA 4a28597View commit details -
minor #42279 missing translations for basque (aetxebeste)
This PR was merged into the 4.4 branch. Discussion ---------- missing translations for basque | Q | A | ------------- | --- | Branch? | 4.4 <!-- see below --> | Bug fix? | no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | Fix #41031 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch 5.x. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry --> Commits ------- dbc28d0 missing translations for basque
Configuration menu - View commit details
-
Copy full SHA for 0c5a79d - Browse repository at this point
Copy the full SHA 0c5a79dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7388148 - Browse repository at this point
Copy the full SHA 7388148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5897a3e - Browse repository at this point
Copy the full SHA 5897a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 893f5f9 - Browse repository at this point
Copy the full SHA 893f5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce674b3 - Browse repository at this point
Copy the full SHA ce674b3View 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.4.28...v4.4.29