5.4
Commits on Aug 4, 2022
-
-
minor #17101 [Serializer] Document support of PHP backed enumerations…
… (94noni) This PR was merged into the 5.4 branch. Discussion ---------- [Serializer] Document support of PHP backed enumerations Ref #15489 PS: I do not know if we should document that this requires `PHP v8.1+` and if yes, how to document it Commits ------- ffc4856 [Serializer] Document support of PHP backed enumerations
-
-
* 4.4: [DI] Document proxifying interfaces for lazy services
-
-
minor #17105 [DependencyInjection] Document proxifying interfaces for…
… lazy services (tucksaun) This PR was merged into the 4.4 branch. Discussion ---------- [DependencyInjection] Document proxifying interfaces for lazy services Symfony 4.2 introduced the possibility of lazy load services using final classes by proxyfying specific interfaces (symfony/symfony#20656), but this has not been documented yet. Targeting 4.4 because 4.4 is the oldest maintained branch, but should I target 4.2 as this was introduced in 4.2? Fix #10295 Commits ------- f86b976 [DI] Document proxifying interfaces for lazy services
-
minor #17109 [Workflow] #16324 Sync workflow images with provided con…
…figuration on docs (andrew-demb) This PR was merged into the 5.4 branch. Discussion ---------- [Workflow] #16324 Sync workflow images with provided configuration on docs <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Ref: #16324 Actualize images according to provided workflow configuration in workflow documentation (https://symfony.com/doc/current/workflow.html#creating-a-workflow) Commits ------- 3d3e393 #16324 Sync workflow images with provided configuration on docs
-
minor #17110 [Console] Fix Cmder link (krienow)
This PR was submitted for the 6.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Console] Fix Cmder link I fixed the link because it was no longer pointing to the correct website. Commits ------- 6a9f04a Fix Cmder link
-
Commits on Aug 3, 2022
-
-
[DI] Document proxifying interfaces for lazy services
Symfony 4.2 introduced the possibility to lazy load services using final classes by proxyfying specific interfaces, but this has not been documented yet.
-
-
minor #16074 [Routing] Document the new alias feature (Lctrs)
-
* 4.4: Add ignoreAttributes to the documentation
-
-
minor #16012 [Routing] Add ignoreAttributes to the documentation (lam…
…asfoker) This PR was merged into the 4.4 branch. Discussion ---------- [Routing] Add ignoreAttributes to the documentation Add the documentation for a missing redirect configuration as stated symfony/symfony#38069 (comment) Commits ------- e83469e Add ignoreAttributes to the documentation
-
-
minor #17097 [Lock] Add reference tip for the InMemoryStore lock (94n…
…oni) This PR was merged into the 5.4 branch. Discussion ---------- [Lock] Add reference tip for the InMemoryStore lock Ref #15604 Original doc PR is #14364 I did not added it in the main locks table as it is a "special" one, but can still be useful :) Commits ------- 721aa63 [Lock] Add reference tip for the InMemoryStore lock
-
minor #17090 [Doctrine] show attributes for make:entity in associatio…
…n docs (jrushlow) This PR was merged into the 5.4 branch. Discussion ---------- [Doctrine] show attributes for make:entity in association docs show attribute usage instead of annotations in 5.4+ Commits ------- e955ae8 [Doctrine] show attributes for make:entity in association docs
-
minor #17102 Enable code blocks (alexislefebvre)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Enable code blocks Revert 8f250a2 Revert fb505de from #17020 Tests were broken, see that example from #17098: ``` Run composer config --no-plugins allow-plugins.symfony/flex true Error: File "./composer.json" cannot be found in the current directory In ConfigCommand.php line 206: File "./composer.json" cannot be found in the current directory config [-g|--global] [-e|--editor] [-a|--auth] [--unset] [-l|--list] [-f|--file FILE] [--absolute] [-j|--json] [-m|--merge] [--append] [--source] [--] [<setting-key> [<setting-value>...]] Error: Process completed with exit code 1. ``` [full output](https://github.com/symfony/symfony-docs/runs/7640214086?check_suite_focus=true) It should not be necessary now that symfony-tools/symfony-application#14 has been merged. Commits ------- 7bff8b5 Enable code blocks
-
Commits on Aug 2, 2022
-
-
minor #17076 Update upgrade_major.rst (matyo91)
This PR was merged into the 5.4 branch. Discussion ---------- Update upgrade_major.rst Seems that `SYMFONY_PATCH_TYPE_DECLARATIONS` must be used instead of `SYMFONY_DEPRECATIONS_HELPER` in sample for open source maintainers <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- e24abb3 Update upgrade_major.rst
-
* 4.4: Fix typo choice_translation_domain option
-
minor #17093 [Form] Fix typo
choice_translation_domain
option (mdou……treluingne) This PR was merged into the 4.4 branch. Discussion ---------- [Form] Fix typo `choice_translation_domain` option Sorry for my typo. For this PR, I fix my typo for the `choice_translation_domain` option which refers to my old PR #17063 . Actually the `type` and `default` is above option ([see](https://symfony.com/doc/4.4/reference/forms/types/date.html#choice-translation-domain)). Commits ------- 45767ac Fix typo choice_translation_domain option
Commits on Aug 1, 2022
-
-
* 4.4: [Form] Remove `:end-before:`, `:start-after:` as it's not used anymore
-
minor #17063 [Form] Remove
:end-before:
,:start-after:
as it's no……t used anymore (mdoutreluingne) This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [Form] Remove `:end-before:`, `:start-after:` as it's not used anymore Fixes #16466 (I deleted the branch of my old pr accidentally, so I recreate a new PR) 1. The `:end-before:`, `:start-after:` directives is not supported by the new ReST parser, so it is displayed in the page: 2. As you can see on this page, the 2 options are duplicated in several places in the documentation ([here](https://symfony.com/doc/4.4/reference/forms/types/date.html#choice-translation-domain) and [here](https://symfony.com/doc/4.4/reference/forms/types/choice.html#choice-translation-domain)) whereas it is not necessary.  **Reviews are welcome! :)** Commits ------- efc6c2e [Form] Remove `:end-before:`, `:start-after:` as it's not used anymore
-
* 4.4: fix the target branch for new features
-
minor #17084 fix the target branch for new features (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- fix the target branch for new features Commits ------- 5b04eea fix the target branch for new features