1. 04 Apr, 2022 1 commit
  2. 26 Oct, 2021 2 commits
    • Tobias Schultze's avatar
      minor #43612 [BrowserKit][HttpClient][Routing] support building query strings... · d250db36
      Tobias Schultze authored
      minor #43612 [BrowserKit][HttpClient][Routing] support building query strings with stringables (nicolas-grekas, OskarStark)
      
      This PR was merged into the 5.4 branch.
      
      Discussion
      ----------
      
      [BrowserKit][HttpClient][Routing] support building query strings with stringables
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 5.4
      | Bug fix?      | no
      | New feature?  | yes (minor)
      | Deprecations? | no
      | Tickets       | Fix #26992
      | License       | MIT
      | Doc PR        | -
      
      Allows using eg an instance of `Uid` as a route parameter.
      
      Replaces #42057
      
      Commits
      -------
      
      65e2caca30 Add check and tests for public properties
      ab38bb8b6c [BrowserKit][HttpClient][Routing] support building query strings with stringables
      d250db36
    • Thomas Calvet's avatar
      Fix some redundant @return phpdoc · 5392db97
      Thomas Calvet authored
      5392db97
  3. 20 Oct, 2021 1 commit
  4. 17 Aug, 2021 1 commit
  5. 12 Aug, 2021 1 commit
  6. 21 Jul, 2021 5 commits
  7. 03 Jul, 2021 1 commit
    • Nicolas Grekas's avatar
      Merge branch '5.3' into 5.4 · 4faadca2
      Nicolas Grekas authored
      * 5.3:
        Backport type fixes
        fix annot
        Backport type fixes
        Fix CS
        Avoid triggering the autoloader in Deprecation::isLegacy()
        fix markdown markup
        Backport type fixes
        uzb translation
        [DependencyInjection] Fix doc blocks
        [DependencyInjection] Turn $defaultDeprecationTemplate into a constant
        [GHA] restore phpunit-bridge job
        rethrow caught exception
        [Form] better form doc types to support static analysis
      4faadca2
  8. 02 Jul, 2021 2 commits
    • Nicolas Grekas's avatar
      Merge branch '5.2' into 5.3 · 00f9b35a
      Nicolas Grekas authored
      * 5.2:
        Backport type fixes
        Fix CS
        Avoid triggering the autoloader in Deprecation::isLegacy()
        fix markdown markup
        Backport type fixes
        uzb translation
        [DependencyInjection] Fix doc blocks
        [DependencyInjection] Turn $defaultDeprecationTemplate into a constant
        [Form] better form doc types to support static analysis
      00f9b35a
    • Nicolas Grekas's avatar
      Backport type fixes · 70281fdd
      Nicolas Grekas authored
      70281fdd
  9. 30 Jun, 2021 6 commits
  10. 26 May, 2021 4 commits
  11. 19 May, 2021 1 commit
  12. 16 May, 2021 3 commits
    • Fabien Potencier's avatar
      Merge branch '5.2' into 5.x · f9fe0376
      Fabien Potencier authored
      * 5.2:
        [Finder] Fix gitignore regex build with "**"
        Fixed deprecation warnings about passing null as parameter
        [Security] Keep Bulgarian wording consistent across all texts.
        Migrate configuration file for PHP CS Fixer 2.19/3.0
        [Form] Replace broken ServerParams mock
        [Mailer] Fix SES API call with UTF-8 Addresses
      f9fe0376
    • Fabien Potencier's avatar
      Merge branch '4.4' into 5.2 · 38e16b42
      Fabien Potencier authored
      * 4.4:
        [Finder] Fix gitignore regex build with "**"
        Fixed deprecation warnings about passing null as parameter
        [Security] Keep Bulgarian wording consistent across all texts.
        Migrate configuration file for PHP CS Fixer 2.19/3.0
        [Form] Replace broken ServerParams mock
      38e16b42
    • Alexander M. Turek's avatar
  13. 08 Apr, 2021 3 commits
  14. 07 Apr, 2021 4 commits
  15. 22 Feb, 2021 2 commits
    • Alexander M. Turek's avatar
      Merge branch '5.2' into 5.x · d528d7fb
      Alexander M. Turek authored
      * 5.2:
        [Form] Ignoring invalid forms from delete_empty behavior in CollectionType
        Add Symfony Armenian Translations
        cs fix
        Add different header notations to tests
      d528d7fb
    • Alexander M. Turek's avatar
      Merge branch '4.4' into 5.2 · 3ca3a57c
      Alexander M. Turek authored
      * 4.4:
        [Form] Ignoring invalid forms from delete_empty behavior in CollectionType
        Add Symfony Armenian Translations
        cs fix
        Add different header notations to tests
      3ca3a57c
  16. 18 Feb, 2021 1 commit
  17. 15 Feb, 2021 2 commits
    • Robin Chalas's avatar
      Merge branch '5.2' into 5.x · 56bcf810
      Robin Chalas authored
      * 5.2:
        [Workflow] Re-add InvalidTokenConfigurationException for BC
        Fix PHP 8.1 null values
        [Console] Fix PHP 8.1 null error for preg_match flag
        Fix: Article
        Definition::removeMethodCall should remove all matching calls
        [HttpFoundation] Fix typo in exception message
        mark the LazyIterator class as internal
        fix extracting mixed type-hinted property types
        [Worflow] Fixed GuardListener when using the new Security system
        keep valid submitted choices when additional choices are submitted
      56bcf810
    • Robin Chalas's avatar
      Merge branch '4.4' into 5.2 · 9d98e50b
      Robin Chalas authored
      * 4.4:
        Fix PHP 8.1 null values
        [Console] Fix PHP 8.1 null error for preg_match flag
        Fix: Article
        Definition::removeMethodCall should remove all matching calls
        mark the LazyIterator class as internal
        fix extracting mixed type-hinted property types
        keep valid submitted choices when additional choices are submitted
      9d98e50b