1. 01 Apr, 2022 1 commit
  2. 05 Nov, 2017 1 commit
  3. 29 Oct, 2017 1 commit
  4. 24 Oct, 2017 2 commits
  5. 01 Oct, 2017 1 commit
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · f735c664
      Nicolas Grekas authored
      * 2.7: (22 commits)
        Tests and fix for issue in array model data in EntityType field with multiple=true
        [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible
        removed useless PHPDoc
        [Form] Fix FormInterface::submit() annotation
        PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4
        HttpCache does not consider ESI resources in HEAD requests
        Fix translation for "This field was not expected"
        [Routing] Enhance Route(Collection) docblocks
        Added improvement for accuracy in MoneyToLocalizedStringTransformer.
        Removed unused private property
        Use correct verb form in the pull request template
        Use PHP_MAXPATHLEN in Filesystem.
        Added null as explicit return type (?TokenInterface)
        [FrameworkBundle] Fix Routing\DelegatingLoader
        Render all line breaks according to the exception message
        [Form] Fix phpdoc
        [DI] remove confusing code
        [Form] Fixed GroupSequence with "constraints" option
        [Validator] Clarify UUID validator behavior
        [Filesystem] Fixed makePathRelative
        ...
      f735c664
  6. 30 Sep, 2017 2 commits
    • Fabien Potencier's avatar
      minor #24342 removed useless PHPDoc (OskarStark) · f4278d53
      Fabien Potencier authored
      This PR was squashed before being merged into the 2.7 branch (closes #24342).
      
      Discussion
      ----------
      
      removed useless PHPDoc
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 2.7
      | Bug fix?      | no
      | New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->
      | BC breaks?    | no
      | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files -->
      | Tests pass?   | yes
      | Fixed tickets |
      | License       | MIT
      | Doc PR        | n/a
      
      Commits
      -------
      
      5ee9043d8b removed useless PHPDoc
      f4278d53
    • Oskar Stark's avatar
      removed useless PHPDoc · 9ae87e8c
      Oskar Stark authored
      9ae87e8c
  7. 15 Sep, 2017 2 commits
  8. 05 Jul, 2017 1 commit
  9. 04 Jul, 2017 1 commit
  10. 01 Jun, 2017 2 commits
    • Fabien Potencier's avatar
      Merge branch '2.7' into 2.8 · 48b96f2f
      Fabien Potencier authored
      * 2.7:
        Using FQ name for PHP_VERSION_ID
        [Form] Fix \IntlDateFormatter timezone parameter usage to bypass PHP bug #66323
        Harden the debugging of Twig filters and functions
        bumped Symfony version to 2.7.29
        updated VERSION for 2.7.28
        update CONTRIBUTORS for 2.7.28
        updated CHANGELOG for 2.7.28
      48b96f2f
    • Fabien Potencier's avatar
      Using FQ name for PHP_VERSION_ID · 8bfdaa2e
      Fabien Potencier authored
      8bfdaa2e
  11. 12 Apr, 2017 2 commits
  12. 18 Feb, 2017 4 commits
  13. 21 Jan, 2017 1 commit
    • Fabien Potencier's avatar
      Merge branch '2.7' into 2.8 · 4f6bbee7
      Fabien Potencier authored
      * 2.7:
        fixed typo
        Revert "fixed typo"
        fixed typo
        fixed CS
        Avoid setting request attributes from signature arguments in AnnotationClassLoader
        [DependencyInjection] Add some missing typehints in YamlFileLoader
        [DependencyInjection] minor: Fix a DocBlock
        [HttpKernel] Give higher priority to adding request formats
        [FrameworkBundle] Fix third level headers for MarkdownDescriptor
        [TwigBundle] do not lose already set method calls
        #20411 fix Yaml parsing for very long quoted strings
        CS: apply is_null
        DX: remove invalid inheritdoc
        bumped Symfony version to 2.7.24
        updated VERSION for 2.7.23
        update CONTRIBUTORS for 2.7.23
        updated CHANGELOG for 2.7.23
        [FrameworkBundle] Skip test if xdebug.file_link_format is defined.
      4f6bbee7
  14. 20 Jan, 2017 1 commit
  15. 10 Jan, 2017 1 commit
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 7c469511
      Nicolas Grekas authored
      * 2.7:
        [DI] Dont share service when no id provided
        Fix Container and PhpDumper test inaccuracies
        [DI] Fix missing new line after private alias
        [ClassLoader] Throw an exception if the cache is not writeable
        Fixing regression in TwigEngine exception handling.
      7c469511
  16. 09 Jan, 2017 1 commit
  17. 02 Jan, 2017 2 commits
  18. 29 Nov, 2016 2 commits
  19. 15 Nov, 2016 2 commits
  20. 28 Oct, 2016 1 commit
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · a4d05c10
      Nicolas Grekas authored
      * 2.7:
        Compatibility with Twig 1.27
        Enhance GAE compat by removing some realpath()
        bumped Symfony version to 2.7.21
        updated VERSION for 2.7.20
        update CONTRIBUTORS for 2.7.20
        updated CHANGELOG for 2.7.20
        [SecurityBundle] Fix twig-bridge lowest dep
      a4d05c10
  21. 27 Oct, 2016 1 commit
  22. 06 Sep, 2016 1 commit
    • Fabien Potencier's avatar
      Merge branch '2.7' into 2.8 · fb508924
      Fabien Potencier authored
      * 2.7:
        [FrameworkBundle] Fix Incorrect line break in exception message (500 debug page)
        Minor cleanups and improvements
        [form] lazy trans `post_max_size_message`.
        [DI] Fix setting synthetic services on ContainerBuilder
        [ClassLoader] Fix ClassCollectionLoader inlining with declare(strict_types=1)
      fb508924
  23. 05 Sep, 2016 1 commit
  24. 23 Aug, 2016 2 commits
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 2db1c319
      Nicolas Grekas authored
      * 2.7:
        [ClassLoader] Fix tests
        [Debug][HttpKernel][VarDumper] Prepare for committed 7.2 changes
        [DependencyInjection] PhpDumper::isFrozen inconsistency
        [DI] Cleanup array_key_exists
        include dynamic services in list of alternatives
        [Debug] Swap dumper services at bootstrap
      2db1c319
    • Nicolas Grekas's avatar
      [ClassLoader] Fix tests · df77b149
      Nicolas Grekas authored
      df77b149
  25. 10 Jul, 2016 1 commit
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · 22035eb8
      Nicolas Grekas authored
      * 2.7:
        [HttpKernel] fixed internal subrequests having an if-modified-since-header
        [Validator] Added additional MasterCard range to the CardSchemeValidator
        Make the exception message more clear.
        [Form] fixed bug - name in ButtonBuilder
        [ClassLoader] Fix declared classes being computed when not needed
      22035eb8
  26. 06 Jul, 2016 1 commit
  27. 29 Jun, 2016 1 commit
  28. 28 Jun, 2016 1 commit