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 Jan 30, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      Consolidate templating docs
    javiereguiluz committed Jan 30, 2023
  2. minor #17826 Consolidate templating docs (fabpot)

    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Consolidate templating 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).
    
    -->
    
    Commits
    -------
    
    fa3a677 Consolidate templating docs
    javiereguiluz committed Jan 30, 2023
  3. Consolidate templating docs

    fabpot authored and javiereguiluz committed Jan 30, 2023
  4. minor #17832 Fix: DOCtor-RST build (OskarStark)

    This PR was merged into the 6.2 branch.
    
    Discussion
    ----------
    
    Fix: DOCtor-RST build
    
    Commits
    -------
    
    94075af Fix: DOCtor-RST build
    OskarStark committed Jan 30, 2023
  5. Fix: DOCtor-RST build

    OskarStark committed Jan 30, 2023
  6. Merge branch '5.4' into 6.2

    * 5.4:
      Remove unused whitelist entries from DOCtor-RST config
    OskarStark committed Jan 30, 2023
  7. minor #17831 Remove unused whitelist entries from DOCtor-RST config (…

    …OskarStark)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Remove unused whitelist entries from DOCtor-RST config
    
    Commits
    -------
    
    38a337e Remove unused whitelist entries from DOCtor-RST config
    OskarStark committed Jan 30, 2023
  8. Merge branch '5.4' into 6.2

    * 5.4:
      Use specific DOCtor-RST version
      Fix: Order of code-blocks
    OskarStark committed Jan 30, 2023
  9. minor #17830 Use specific DOCtor-RST version (OskarStark)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Use specific DOCtor-RST version
    
    cc `@alamirault`
    
    Commits
    -------
    
    1dbb1dc Use specific DOCtor-RST version
    OskarStark committed Jan 30, 2023
  10. Fix: Order of code-blocks

    OskarStark committed Jan 30, 2023
  11. Merge branch '5.4' into 6.2

    * 5.4:
      Fix broken links
      Fix markup
      Fix translation refs
    OskarStark committed Jan 30, 2023
  12. minor #17822 Fix MailPace mailer package name (MrGabigoo)

    This PR was merged into the 6.2 branch.
    
    Discussion
    ----------
    
    Fix MailPace mailer package name
    
    Hi, this is just a little fix for the package name of the MailPace mailer
    
    <!--
    
    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
    -------
    
    8f8a12b fix(mailer): mailpace mailer package name
    OskarStark committed Jan 30, 2023

Commits on Jan 29, 2023

  1. minor #17827 Fix translation refs (fabpot)

    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Fix translation refs
    
    <!--
    
    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
    -------
    
    35313fe Fix broken links
    04bd7c9 Fix markup
    817e4e7 Fix translation refs
    fabpot committed Jan 29, 2023
  2. Fix broken links

    fabpot committed Jan 29, 2023
  3. Fix markup

    fabpot committed Jan 29, 2023
  4. Fix translation refs

    fabpot committed Jan 29, 2023

Commits on Jan 28, 2023

  1. Merge branch '5.4' into 6.2

    * 5.4:
      [Standards] Add `Attribute` format and formats for Code Examples
    javiereguiluz committed Jan 28, 2023
  2. minor #17806 [Standards] Add Attribute format and formats for Code …

    …Examples (alexandre-daubois)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Standards] Add `Attribute` format and formats for Code Examples
    
    Commits
    -------
    
    5f53fb1 [Standards] Add `Attribute` format and formats for Code Examples
    javiereguiluz committed Jan 28, 2023
  3. Merge branch '5.4' into 6.2

    * 5.4:
      Update example to match actual make::entity output
    javiereguiluz committed Jan 28, 2023
  4. minor #17821 [Doctrine] Update example to match actual make::entity o…

    …utput (alamirault)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Doctrine] Update example to match actual make::entity output
    
    From slack
    
    ![image](https://user-images.githubusercontent.com/9253091/215199944-ecc4544f-62c8-435d-928d-e219b1c5e732.png)
    
    It's a new behavior since maker 1.44.0 released July 26th, 2022
    symfony/maker-bundle#1147
    
    (New example is based on local execution)
    
    Commits
    -------
    
    32d50e9 Update example to match actual make::entity output
    javiereguiluz committed Jan 28, 2023

Commits on Jan 27, 2023

  1. minor #17820 [Form] Remove mentions of renderForm() (nicolas-grekas)

    This PR was merged into the 6.2 branch.
    
    Discussion
    ----------
    
    [Form] Remove mentions of renderForm()
    
    Related to #16942
    
    Commits
    -------
    
    e7c3639 Remove mentions of renderForm()
    javiereguiluz committed Jan 27, 2023
  2. Merge branch '5.4' into 6.2

    * 5.4:
      Update notifier.rst
    javiereguiluz committed Jan 27, 2023
  3. minor #17819 Fix small typo in notifier.rst (pchr-srf)

    This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead.
    
    Discussion
    ----------
    
    Fix small typo in notifier.rst
    
    Merci!
    
    Commits
    -------
    
    3dbb4ab Update notifier.rst
    javiereguiluz committed Jan 27, 2023
  4. Update notifier.rst

    pchr-srf authored and javiereguiluz committed Jan 27, 2023
  5. Merge branch '5.4' into 6.2

    * 5.4:
      Fix minor issue
      [EventDispatcher] Consolidation event dispatcher docs
      Fix some references
      Format syntaxes reference
      Replace warning with caution for consistency
    javiereguiluz committed Jan 27, 2023
  6. Fix minor issue

    javiereguiluz committed Jan 27, 2023
  7. minor #17818 [EventDispatcher] Consolidation event dispatcher docs (f…

    …abpot)
    
    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [EventDispatcher] Consolidation event dispatcher 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).
    
    -->
    
    Commits
    -------
    
    5491327 [EventDispatcher] Consolidation event dispatcher docs
    javiereguiluz committed Jan 27, 2023
  8. Fix some references

    javiereguiluz committed Jan 27, 2023
  9. minor #17817 Format syntaxes reference (fabpot)

    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Format syntaxes reference
    
    I propose the creation of a new "format specification" section about consolidating all format syntax descriptions: YAML, XLIFF, expression language, and ICU messages for now.
    
    Commits
    -------
    
    696be66 Format syntaxes reference
    javiereguiluz committed Jan 27, 2023
Older