Skip to content
Permalink
5.4
Switch branches/tags

Commits on Aug 4, 2022

  1. Tweaks

    javiereguiluz committed Aug 4, 2022
  2. 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
    javiereguiluz committed Aug 4, 2022
  3. Merge branch '4.4' into 5.4

    * 4.4:
      [DI] Document proxifying interfaces for lazy services
    javiereguiluz committed Aug 4, 2022
  4. Minor tweaks

    javiereguiluz committed Aug 4, 2022
  5. 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
    javiereguiluz committed Aug 4, 2022
  6. 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
    javiereguiluz committed Aug 4, 2022
  7. Merge branch '4.4' into 5.4

    * 4.4:
      Fix Cmder link
    javiereguiluz committed Aug 4, 2022
  8. 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
    javiereguiluz committed Aug 4, 2022
  9. Fix Cmder link

    krienow authored and javiereguiluz committed Aug 4, 2022

Commits on Aug 3, 2022

  1. [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.
    tucksaun committed Aug 3, 2022
  2. Tweaks

    javiereguiluz committed Aug 3, 2022
  3. minor #16074 [Routing] Document the new alias feature (Lctrs)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Routing] Document the new alias feature
    
    Closes #16070.
    
    Commits
    -------
    
    194ca17 [Routing] Document the new alias feature
    javiereguiluz committed Aug 3, 2022
  4. Merge branch '4.4' into 5.4

    * 4.4:
      Add ignoreAttributes to the documentation
    javiereguiluz committed Aug 3, 2022
  5. Minor tweak

    javiereguiluz committed Aug 3, 2022
  6. 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
    javiereguiluz committed Aug 3, 2022
  7. Minor tweak

    javiereguiluz committed Aug 3, 2022
  8. 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
    javiereguiluz committed Aug 3, 2022
  9. 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
    javiereguiluz committed Aug 3, 2022
  10. 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
    javiereguiluz committed Aug 3, 2022
  11. Enable code blocks

    alexislefebvre authored and javiereguiluz committed Aug 3, 2022

Commits on Aug 2, 2022

  1. 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
    javiereguiluz committed Aug 2, 2022
  2. Merge branch '4.4' into 5.4

    * 4.4:
      Fix typo choice_translation_domain option
    javiereguiluz committed Aug 2, 2022
  3. 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
    javiereguiluz committed Aug 2, 2022

Commits on Aug 1, 2022

  1. Merge branch '4.4' into 5.4

    * 4.4:
      [Form] Remove `:end-before:`, `:start-after:` as it's not used anymore
    javiereguiluz committed Aug 1, 2022
  2. 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.
    
    ![image](https://user-images.githubusercontent.com/53557695/180979316-95e78874-1cfc-45d2-a131-8d4198f766f5.png)
    
    **Reviews are welcome! :)**
    
    Commits
    -------
    
    efc6c2e [Form] Remove `:end-before:`, `:start-after:` as it's not used anymore
    javiereguiluz committed Aug 1, 2022
  3. Merge branch '4.4' into 5.4

    * 4.4:
      fix the target branch for new features
    javiereguiluz committed Aug 1, 2022
  4. 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
    javiereguiluz committed Aug 1, 2022
Older