- Jul 29, 2021
-
-
Fabien Potencier authored
released v5.2.14
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 4.4: [Mailer] Fixed decode exception when sendgrid response is 202 missing translations for basque
-
Fabien Potencier authored
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 ------- dbc28d04 missing translations for basque
-
Fabien Potencier authored
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 ------- 9c6d31a0 [Mailer] Fixed decode exception when sendgrid response is 202
-
Ruben Jansen authored
-
Fabien Potencier authored
* 4.4: [Console] Readd missing php-doc parameter for constructor Remove polyfills from Yaml and Dotenv [HttpFoundation] Fixed type mismatch Bump Symfony version to 4.4.29 Update VERSION for 4.4.28 Update CHANGELOG for 4.4.28
-
Fabien Potencier authored
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 ------- 08ecbf57 Remove polyfills from Yaml and Dotenv
-
- Jul 27, 2021
-
-
Alexander M. Turek authored
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 ------- 09e7d6fd [Console] Readd missing php-doc parameter for constructor
-
Benjamin Rosenberger authored
-
Alexander M. Turek authored
Signed-off-by:
Alexander M. Turek <me@derrabus.de>
-
Alexander M. Turek authored
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 | https://github.com/symfony/symfony/issues/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 ------- 31591c36 [HttpFoundation] Fixed type mismatch
-
Yanick Witschi authored
-
aetxebeste authored
-
Fabien Potencier authored
released v5.2.13
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
released v4.4.28
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 4.4: [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not exists in twig. Bump Symfony version to 4.4.28 Update VERSION for 4.4.27 Update CONTRIBUTORS for 4.4.27 Update CHANGELOG for 4.4.27
-
Fabien Potencier authored
bug #42270 [WebProfilerBundle] [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not … (luzrain) This PR was merged into the 4.4 branch. Discussion ---------- [WebProfilerBundle] [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not … There is a bug, which make web profiler is completely broken with Mailer extension installed. Bug is presented always in branches 5.2 and 5.3. Commits ------- 457c8639 [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not exists in twig.
-
- Jul 26, 2021
-
-
anton.z authored
-
Fabien Potencier authored
-
Fabien Potencier authored
released v4.4.27
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
released v5.2.12
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 4.4: Add missing validators translation Improve usage of twig ternary skip test
-
- Jul 25, 2021
-
-
Fabien Potencier authored
This PR was merged into the 4.4 branch. Discussion ---------- [Console] mark as skip test testTraversableMultiselectAutocomplete for Windows | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? |no | Deprecations? | no | Tickets | Fix #... | License | MIT | Doc PR | I think that in tests we need to adhere to one style, if we skip tests with "stty", then this one needs to be skipped or unchecked from all the others. ```cmd C:\symfony>C:\php\7.1.3\php.exe C:\symfony\phpunit --color=never --bootstrap C:\symfony\vendor\autoload.php --configuration C:\symfony\phpunit.xml.dist src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php #!/usr/bin/env php PHPUnit 7.5.20 by Sebastian Bergmann and contributors. Testing Symfony\Component\Console\Tests\Helper\QuestionHelperTest ....SSSSSSSSSSSS..................................SSF 53 / 53 (100%) Time: 912 ms, Memory: 8.00 MB There was 1 failure: 1) Symfony\Component\Console\Tests\Helper\QuestionHelperTest::testTraversableMultiselectAutocomplete Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( - 0 => 'FooBundle' + 0 => 'AcmeDemoBundle' + 1 => 'AsseticBundle' ) C:\symfony\src\Symfony\Component\Console\Tests\Helper\QuestionHelperTest.php:864 FAILURES! Tests: 53, Assertions: 72, Failures: 1, Skipped: 14. ` Commits ------- 6272c4b0 skip test
-
Nyholm authored
This PR was merged into the 4.4 branch. Discussion ---------- [Validator] Added missing translations for Croatian (hr) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #41816 | License | MIT | Doc PR | - <!-- 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 ------- e218a315 Add missing validators translation
-
- Jul 24, 2021
-
-
HypeMC authored
-
Fabien Potencier authored
This PR was merged into the 4.4 branch. Discussion ---------- Improve usage of twig ternary | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | none | License | MIT | Doc PR | none Remove useless `else` condition when using twig ternary: > `{{ foo ? 'yes' }}` is the same as `{{ foo ? 'yes' : '' }}` See: https://twig.symfony.com/doc/3.x/templates.html#other-operators Commits ------- 4be962d3 Improve usage of twig ternary
-
Sébastien ALFAIATE authored
-
- Jul 23, 2021
-
-
Nicolas Grekas authored
This PR was merged into the 5.2 branch. Discussion ---------- [5.2] Add missing ``@return`` annotations | Q | A | ------------- | --- | Branch? | 5.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Same as #42246 for 5.2 Commits ------- 7c10e093 [5.2] Add missing ``@return`` annotations
-