Skip to content
Permalink
5.x

Commits on Dec 19, 2020

  1. Merge branch '5.2' into 5.x

    * 5.2:
      Remove merge conflict header
      Correct annotation for ULID type
      Reword the introduction about using Bootstrap and Encore
    wouterj committed Dec 19, 2020
  2. Merge branch '5.1' into 5.2

    * 5.1:
      Reword the introduction about using Bootstrap and Encore
    wouterj committed Dec 19, 2020
  3. Merge branch '4.4' into 5.1

    * 4.4:
      Reword the introduction about using Bootstrap and Encore
    wouterj committed Dec 19, 2020
  4. minor #14720 Reword the introduction about using Bootstrap and Encore…

    … (javiereguiluz)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    Reword the introduction about using Bootstrap and Encore
    
    Fixes #13683.
    
    Commits
    -------
    
    0e925a0 Reword the introduction about using Bootstrap and Encore
    wouterj committed Dec 19, 2020
  5. minor #14722 [Uid] Correct annotation for ULID type (GawainLynch)

    This PR was merged into the 5.2 branch.
    
    Discussion
    ----------
    
    [Uid] Correct annotation for ULID type
    
    Just a small typo in the ULID Doctrine type example 😸
    
    Commits
    -------
    
    58bcabb Correct annotation for ULID type
    wouterj committed Dec 19, 2020
  6. minor #14723 Remove merge conflict header (GawainLynch)

    This PR was submitted for the 5.x branch but it was merged into the 5.2 branch instead.
    
    Discussion
    ----------
    
    Remove merge conflict header
    
    Spotted this on the Sphinx fail from my last PR
    
    Commits
    -------
    
    63a4e50 Remove merge conflict header
    wouterj committed Dec 19, 2020
  7. Remove merge conflict header

    GawainLynch committed Dec 19, 2020
  8. Correct annotation for ULID type

    GawainLynch committed Dec 19, 2020

Commits on Dec 18, 2020

  1. Reword the introduction about using Bootstrap and Encore

    javiereguiluz committed Dec 18, 2020
  2. Fix build

    OskarStark committed Dec 18, 2020
  3. bug #14717 Fix incorrect quotation mark type (dayallnash)

    This PR was merged into the 5.3-dev branch.
    
    Discussion
    ----------
    
    Fix incorrect quotation mark type
    
    Fix incorrect quotation mark type
    
    Commits
    -------
    
    4629dba Update setup.rst
    OskarStark committed Dec 18, 2020
  4. Update setup.rst

    Fix incorrect quotation mark type
    dayallnash committed Dec 18, 2020
  5. Merge remote-tracking branch 'upstream/5.x' into 5.x

    * upstream/5.x:
    javiereguiluz committed Dec 18, 2020
  6. Merge branch '5.2' into 5.x

    * 5.2:
      Tweaks
      Update DSN
      Update DSN
      Support JWT v4
      Remove UuidBinary/UlidBinary usages from documentation
    javiereguiluz committed Dec 18, 2020
  7. Tweaks

    javiereguiluz committed Dec 18, 2020
  8. minor #14707 [Uid] Remove UuidBinary/UlidBinary usages from documenta…

    …tion (MrYamous)
    
    This PR was merged into the 5.2 branch.
    
    Discussion
    ----------
    
    [Uid] Remove UuidBinary/UlidBinary usages from documentation
    
    According to #14641
    
    Commits
    -------
    
    7bf71ce Remove UuidBinary/UlidBinary usages from documentation
    javiereguiluz committed Dec 18, 2020
  9. Merge branch '5.2' into 5.x

    * 5.2:
      Support JWT v4
    OskarStark committed Dec 18, 2020
  10. Merge branch '5.1' into 5.2

    * 5.1:
      Support JWT v4
    OskarStark committed Dec 18, 2020
  11. Merge branch '4.4' into 5.1

    * 4.4:
      Support JWT v4
    OskarStark committed Dec 18, 2020
  12. minor #14712 [Mercure] Support JWT v4 (Nyholm)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Mercure] Support JWT v4
    
    This is the same change as #14670 but it should have been merged into branch 4.4 and merged up.
    
    Commits
    -------
    
    1e1ff71 Support JWT v4
    OskarStark committed Dec 18, 2020
  13. Merge branch '5.2' into 5.x

    * 5.2:
      Update DSN
    OskarStark committed Dec 18, 2020
  14. Merge branch '5.1' into 5.2

    * 5.1:
      Update DSN
    OskarStark committed Dec 18, 2020
  15. minor #14714 [Notifier] Update DSN (OskarStark)

    This PR was merged into the 5.1 branch.
    
    Discussion
    ----------
    
    [Notifier] Update DSN
    
    Refs symfony/symfony#39545
    
    Commits
    -------
    
    facf002 Update DSN
    OskarStark committed Dec 18, 2020
  16. Update DSN

    OskarStark committed Dec 18, 2020
  17. Merge branch '5.2' into 5.x

    * 5.2:
      Update DSN
    OskarStark committed Dec 18, 2020
  18. minor #14713 [Notifier] Update DSN (OskarStark)

    This PR was merged into the 5.2 branch.
    
    Discussion
    ----------
    
    [Notifier] Update DSN
    
    Follows symfony/symfony#39548
    
    Commits
    -------
    
    efea745 Update DSN
    OskarStark committed Dec 18, 2020
  19. Update DSN

    OskarStark committed Dec 18, 2020
  20. Support JWT v4

    Nyholm committed Dec 18, 2020
  21. Merge branch '5.2' into 5.x

    * 5.2:
      Fixed typo
    OskarStark committed Dec 18, 2020
  22. Merge branch '5.1' into 5.2

    * 5.1:
      Fixed typo
    OskarStark committed Dec 18, 2020
  23. Merge branch '4.4' into 5.1

    * 4.4:
      Fixed typo
    OskarStark committed Dec 18, 2020
  24. minor #14709 Fixed typo (lkorczewski)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    Fixed typo
    
    <!--
    
    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 `5.x` for features of unreleased versions).
    
    -->
    
    Commits
    -------
    
    2dbe568 Fixed typo
    OskarStark committed Dec 18, 2020
  25. Merge branch '5.2' into 5.x

    * 5.2:
      Update uid.rst
    OskarStark committed Dec 18, 2020
  26. Merge branch '5.1' into 5.2

    * 5.1:
      Update uid.rst
    OskarStark committed Dec 18, 2020
  27. bug #14710 [Uid] Update uid.rst (ltlsquare)

    This PR was submitted for the 5.2 branch but it was merged into the 5.1 branch instead.
    
    Discussion
    ----------
    
    [Uid] Update uid.rst
    
    Uuid::fromString(); should not be instantiated as "new".
    The Ulid section is correct the uuid section contains this error.
    Especially confusing when you are just starting with this newly implemented functionality.
    
    <!--
    
    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 `5.x` for features of unreleased versions).
    
    -->
    
    Commits
    -------
    
    ddd1367 Update uid.rst
    OskarStark committed Dec 18, 2020
Older
You can’t perform that action at this time.