Skip to content
Permalink
6.2
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Dec 18, 2022

  1. Merge branch '6.1' into 6.2

    * 6.1:
      chore: Add missing semicolon
    javiereguiluz committed Dec 18, 2022
  2. Merge branch '6.0' into 6.1

    * 6.0:
      chore: Add missing semicolon
    javiereguiluz committed Dec 18, 2022
  3. Merge branch '5.4' into 6.0

    * 5.4:
      chore: Add missing semicolon
    javiereguiluz committed Dec 18, 2022
  4. minor #17577 chore: Add missing semicolon (TheKhanj)

    This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead.
    
    Discussion
    ----------
    
    chore: Add missing semicolon
    
    <!--
    
    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
    -------
    
    836a973 chore: Add missing semicolon
    javiereguiluz committed Dec 18, 2022
  5. chore: Add missing semicolon

    TheKhanj authored and javiereguiluz committed Dec 18, 2022

Commits on Dec 16, 2022

  1. Merge branch '6.1' into 6.2

    * 6.1:
      Use SoapServer headers
    javiereguiluz committed Dec 16, 2022
  2. minor #16859 Use SoapServer headers (boekkooi)

    This PR was merged into the 6.1 branch.
    
    Discussion
    ----------
    
    Use SoapServer headers
    
    While debugging the istio error `Error dispatching received data: http/1.1 protocol error: HPE_UNEXPECTED_CONTENT_LENGTH` we noticed that the error was [triggered](https://github.com/nodejs/http-parser/blob/e13b274/http_parser.c#L1442) because of a duplicated Content-Length headers being send by the PHP application.
    After review we noticed that the header was send by both the SoapServer and the Symfony Response for this reason I decided to open this PR.
    
    <!--
    
    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
    -------
    
    4717f04 Use SoapServer headers
    javiereguiluz committed Dec 16, 2022
  3. Use SoapServer headers

    While debugging the istio error `Error dispatching received data: http/1.1 protocol error: HPE_UNEXPECTED_CONTENT_LENGTH` we noticed that the error was [triggered](https://github.com/nodejs/http-parser/blob/e13b274/http_parser.c#L1442) because of a duplicated Content-Length headers being send by the PHP application.
    After review we noticed that the header was send by both the SoapServer and the Symfony Response for this reason I decided to open this PR.
    boekkooi authored and javiereguiluz committed Dec 16, 2022
  4. minor #17572 [HttpKernel] [Controller] Errors on namespace value_reso…

    …lver (ytilotti)
    
    This PR was merged into the 6.2 branch.
    
    Discussion
    ----------
    
    [HttpKernel] [Controller] Errors on namespace value_resolver
    
    Fix namespace on [Adding a Custom Value Resolver](https://symfony.com/doc/current/controller/value_resolver.html#adding-a-custom-value-resolver).
    
    Commits
    -------
    
    15537d4 [Controller] Errors on namespace value_resolver
    javiereguiluz committed Dec 16, 2022
  5. Merge branch '6.1' into 6.2

    * 6.1:
      Update routing.rst
    javiereguiluz committed Dec 16, 2022
  6. Merge branch '6.0' into 6.1

    * 6.0:
      Update routing.rst
    javiereguiluz committed Dec 16, 2022
  7. Merge branch '5.4' into 6.0

    * 5.4:
      Update routing.rst
    javiereguiluz committed Dec 16, 2022
  8. Tweak

    javiereguiluz committed Dec 16, 2022
  9. minor #17566 Update routing.rst (micter59)

    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Update routing.rst
    
    Add a note about allowing the http_method_override in the framework.yml file
    symfony/symfony#48658
    
    Commits
    -------
    
    576df85 Update routing.rst
    javiereguiluz committed Dec 16, 2022
  10. Update routing.rst

    micter59 authored and javiereguiluz committed Dec 16, 2022
  11. minor #17567 [Doctrine] Errors on EntityValueResolver exemple (ytilotti)

    This PR was squashed before being merged into the 6.2 branch.
    
    Discussion
    ----------
    
    [Doctrine] Errors on EntityValueResolver exemple
    
    Fix exemples on [Automatically Fetching Objects (EntityValueResolver)](https://symfony.com/doc/current/doctrine.html#automatically-fetching-objects-entityvalueresolver).
    
    Commits
    -------
    
    c7ef41e [Doctrine] Errors on EntityValueResolver exemple
    javiereguiluz committed Dec 16, 2022
  12. Merge branch '6.1' into 6.2

    * 6.1:
      Fix/bootstrap turbo docs
      Symfony CLI: add wildcard local domain information
      Symfony CLI: fix config directory path
    javiereguiluz committed Dec 16, 2022
  13. Merge branch '6.0' into 6.1

    * 6.0:
      Fix/bootstrap turbo docs
      Symfony CLI: add wildcard local domain information
      Symfony CLI: fix config directory path
    javiereguiluz committed Dec 16, 2022
  14. Merge branch '5.4' into 6.0

    * 5.4:
      Fix/bootstrap turbo docs
      Symfony CLI: add wildcard local domain information
      Symfony CLI: fix config directory path
    javiereguiluz committed Dec 16, 2022
  15. minor #17564 Fix/bootstrap turbo docs (Kerrialn)

    This PR was submitted for the 6.2 branch but it was squashed and merged into the 5.4 branch instead.
    
    Discussion
    ----------
    
    Fix/bootstrap turbo docs
    
    Add a note and code example in the "Using Bootstrap CSS & JS" docs.
    If a user is using Turbo Drive with bootstrap to wrap their javascript in a `turbo:load` event listener.
    
    Commits
    -------
    
    771dac3 Fix/bootstrap turbo docs
    javiereguiluz committed Dec 16, 2022
  16. Fix/bootstrap turbo docs

    Kerrialn authored and javiereguiluz committed Dec 16, 2022
  17. minor #17560 Symfony CLI: fix config directory path (jmsche)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Symfony CLI: fix config directory path
    
    Symfony CLI config directory changed when Symfony CLI 5 was released, hence this change.
    
    Commits
    -------
    
    02fc6fd Symfony CLI: fix config directory path
    javiereguiluz committed Dec 16, 2022

Commits on Dec 14, 2022

  1. minor #17561 Symfony CLI: add wildcard local domain information (jmsche)

    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Symfony CLI: add wildcard local domain information
    
    Commits
    -------
    
    2c49be3 Symfony CLI: add wildcard local domain information
    javiereguiluz committed Dec 14, 2022
  2. Symfony CLI: add wildcard local domain information

    jmsche authored and javiereguiluz committed Dec 14, 2022
  3. Symfony CLI: fix config directory path

    jmsche committed Dec 14, 2022

Commits on Dec 13, 2022

  1. Merge branch '6.1' into 6.2

    * 6.1:
      [Form] Example of customizing EnumType labels
      Add the examples for XML and PHP config
      Update database.rst
      validator - replace expressionLanguageSyntax with new expressionSyntax
    javiereguiluz committed Dec 13, 2022
  2. Merge branch '6.0' into 6.1

    * 6.0:
      [Form] Example of customizing EnumType labels
      Add the examples for XML and PHP config
      Update database.rst
    javiereguiluz committed Dec 13, 2022
  3. Merge branch '5.4' into 6.0

    * 5.4:
      [Form] Example of customizing EnumType labels
      Add the examples for XML and PHP config
      Update database.rst
    javiereguiluz committed Dec 13, 2022
  4. minor #17555 [Validator] replace expressionLanguageSyntax with new ex…

    …pressionSyntax (MrYamous)
    
    This PR was merged into the 6.1 branch.
    
    Discussion
    ----------
    
    [Validator] replace expressionLanguageSyntax with new expressionSyntax
    
    As expressionSyntax deprecates expressionLanguageSyntax, replace it from constraint's list
    
    [Related code PR](symfony/symfony#45623)
    
    Commits
    -------
    
    3a35ff2 validator - replace expressionLanguageSyntax with new expressionSyntax
    javiereguiluz committed Dec 13, 2022
  5. Reword

    javiereguiluz committed Dec 13, 2022
  6. minor #17149 [Form] Example of customizing EnumType labels (robinbr…

    …isa)
    
    This PR was submitted for the 6.1 branch but it was merged into the 5.4 branch instead.
    
    Discussion
    ----------
    
    [Form] Example of customizing `EnumType` labels
    
    Default behavior when creating a EnumType form element is that the choice labels displayed to the user are the enum names.
    
    This PR adds an example of how to use a function inside an enum to return labels and how to bind this function to the form element.
    
    Commits
    -------
    
    65ece3e [Form] Example of customizing EnumType labels
    javiereguiluz committed Dec 13, 2022
  7. [Form] Example of customizing EnumType labels

    Default behavior when creating a EnumType form element is that the choice labels displayed to the user are the enum names. 
    
    This PR adds an example of how to use a function inside an enum to return labels and how to bind this function to the form element.
    robinbrisa authored and javiereguiluz committed Dec 13, 2022
Older