1. 01 Apr, 2022 1 commit
  2. 26 Jul, 2018 5 commits
  3. 24 Jul, 2018 2 commits
  4. 09 Jul, 2018 1 commit
    • Christian Flothmann's avatar
      minor #27868 improve deprecation messages (xabbuh) · c501f46b
      Christian Flothmann authored
      This PR was merged into the 3.4 branch.
      
      Discussion
      ----------
      
      improve deprecation messages
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 3.4
      | Bug fix?      | no
      | New feature?  | no
      | BC breaks?    | no
      | Deprecations? | no
      | Tests pass?   | yes
      | Fixed tickets |
      | License       | MIT
      | Doc PR        |
      
      Commits
      -------
      
      a3845c7 improve deprecation messages
      c501f46b
  5. 08 Jul, 2018 1 commit
  6. 05 Jul, 2018 1 commit
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.4 · a3690b24
      Nicolas Grekas authored
      * 2.8:
        [DomCrawler] Fix ChoiceFormField::select() PHPDoc
        [HttpFoundation] add tests for FlashBagInterface::setAll()
        Check for Hyper terminal on all operating systems.
        Prevent toolbar links color override by css
      a3690b24
  7. 04 Jul, 2018 1 commit
  8. 03 Jul, 2018 2 commits
  9. 15 Jun, 2018 2 commits
  10. 26 Apr, 2018 1 commit
  11. 25 Apr, 2018 2 commits
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.4 · db4899d1
      Nicolas Grekas authored
      * 2.8:
        [Security] guardAuthenticationProvider::authenticate cannot return null according to interface specification
        [VarDumper] Remove decoration from actual output in tests
        [PropertyInfo] Minor cleanup and perf improvement
        [Bridge/Doctrine] fix count() notice on PHP 7.2
        [Security] Skip user checks if not implementing UserInterface
        [HttpFoundation] Add HTTP_EARLY_HINTS const
        [DoctrineBridge] Improve exception message at `IdReader::getIdValue()`
        fixed CS
        Use new PHP7.2 functions in hasColorSupport
        [VarDumper] Fix dumping of SplObjectStorage
        Fixed being logged out on failed attempt in guard
      db4899d1
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · c3d7a096
      Nicolas Grekas authored
      * 2.7:
        [VarDumper] Remove decoration from actual output in tests
        [Bridge/Doctrine] fix count() notice on PHP 7.2
        [Security] Skip user checks if not implementing UserInterface
        [HttpFoundation] Add HTTP_EARLY_HINTS const
        [DoctrineBridge] Improve exception message at `IdReader::getIdValue()`
        fixed CS
        Use new PHP7.2 functions in hasColorSupport
        [VarDumper] Fix dumping of SplObjectStorage
      c3d7a096
  12. 22 Apr, 2018 4 commits
  13. 03 Apr, 2018 5 commits
    • Nicolas Grekas's avatar
      minor #26776 [VarDumper] Skip some tests on custom xdebug.file_link_format (ogizanagi) · 95164309
      Nicolas Grekas authored
      This PR was merged into the 3.4 branch.
      
      Discussion
      ----------
      
      [VarDumper] Skip some tests on custom xdebug.file_link_format
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 3.4 <!-- see below -->
      | Bug fix?      | no
      | New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
      | BC breaks?    | no     <!-- see https://symfony.com/bc -->
      | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
      | Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
      | Fixed tickets | N/A   <!-- #-prefixed issue number(s), if any -->
      | License       | MIT
      | Doc PR        | N/A <!-- required for new features -->
      
      Those tests are failing locally if a custom `xdebug.file_link_format` value is set.
      Let's skip them as for `FrameworkExtensionTest::testFileLinkFormat`.
      This will prevent some WTF moments and any actual error on these tests will be reported by the CI (IMHO isn't worth the hassle of updating the tests to handle both cases).
      
      Commits
      -------
      
      f9216ed [VarDumper] Skip some tests on custom xdebug.file_link_format
      95164309
    • Maxime Steinhausser's avatar
    • Fabien Potencier's avatar
      Merge branch '2.8' into 3.4 · 6f502127
      Fabien Potencier authored
      * 2.8:
        Add PHPDbg support to HTTP components
        bumped Symfony version to 2.8.38
        updated VERSION for 2.8.37
        updated CHANGELOG for 2.8.37
        bumped Symfony version to 2.7.45
        updated VERSION for 2.7.44
        update CONTRIBUTORS for 2.7.44
        updated CHANGELOG for 2.7.44
        Fix check of color support on Windows
      6f502127
    • Fabien Potencier's avatar
      Merge branch '2.7' into 2.8 · 942a8142
      Fabien Potencier authored
      * 2.7:
        Add PHPDbg support to HTTP components
        bumped Symfony version to 2.7.45
        updated VERSION for 2.7.44
        update CONTRIBUTORS for 2.7.44
        updated CHANGELOG for 2.7.44
        Fix check of color support on Windows
      942a8142
    • Haralan Dobrev's avatar
      Add PHPDbg support to HTTP components · 7a014a06
      Haralan Dobrev authored
      7a014a06
  14. 22 Feb, 2018 1 commit
  15. 31 Jan, 2018 2 commits
    • Nicolas Grekas's avatar
      Merge branch '2.8' into 3.4 · 7b915b7b
      Nicolas Grekas authored
      * 2.8:
        update test for Twig performance optimizations
        [WebProfilerBundle] Increase retry delays between toolbarAction ajax calls
        support sapi_windows_vt100_support for php 7.2+
        bumped Symfony version to 2.8.35
        updated VERSION for 2.8.34
        updated CHANGELOG for 2.8.34
        bumped Symfony version to 2.7.42
        updated VERSION for 2.7.41
        update CONTRIBUTORS for 2.7.41
        updated CHANGELOG for 2.7.41
        [HttpFoundation] Added "null" type on Request::create docblock
        Allow trans filter to be safe
      7b915b7b
    • Nicolas Grekas's avatar
      Merge branch '2.7' into 2.8 · e6a3e8c8
      Nicolas Grekas authored
      * 2.7:
        update test for Twig performance optimizations
        [WebProfilerBundle] Increase retry delays between toolbarAction ajax calls
        support sapi_windows_vt100_support for php 7.2+
        bumped Symfony version to 2.7.42
        updated VERSION for 2.7.41
        update CONTRIBUTORS for 2.7.41
        updated CHANGELOG for 2.7.41
        [HttpFoundation] Added "null" type on Request::create docblock
        Allow trans filter to be safe
      e6a3e8c8
  16. 30 Jan, 2018 1 commit
  17. 29 Jan, 2018 3 commits
    • Fabien Potencier's avatar
      Merge branch '3.3' into 3.4 · 472a9849
      Fabien Potencier authored
      * 3.3:
        [HttpFoundation] Use the correct syntax for session gc based on Pdo driver
        Removed assertDateTimeEquals() methods.
        Revert "bug #24987 [Console] Fix global console flag when used in chain (Simperfit)"
        Revert "bug #25487 [Console] Fix a bug when passing a letter that could be an alias (Simperfit)"
        Disable CSP header on exception pages only in debug
        Fixed submitting disabled buttons
        Fixed Button::setParent() when already submitted
        Improve assertions
        Restore RoleInterface import
        Improve assertions
        SCA: get rid of repetitive calls
        allow null values for root nodes in YAML configs
        revert useless tests fixtures changes
        [VarDumper] Fix docblock
        Improve phpdoc to make it more explicit
      472a9849
    • Fabien Potencier's avatar
      Merge branch '2.8' into 3.3 · cecebf98
      Fabien Potencier authored
      * 2.8:
        [HttpFoundation] Use the correct syntax for session gc based on Pdo driver
        Removed assertDateTimeEquals() methods.
        Revert "bug #24987 [Console] Fix global console flag when used in chain (Simperfit)"
        Revert "bug #25487 [Console] Fix a bug when passing a letter that could be an alias (Simperfit)"
        Disable CSP header on exception pages only in debug
        Fixed submitting disabled buttons
        Fixed Button::setParent() when already submitted
        Improve assertions
        Improve assertions
        SCA: get rid of repetitive calls
        allow null values for root nodes in YAML configs
        [VarDumper] Fix docblock
        Improve phpdoc to make it more explicit
      cecebf98
    • Fabien Potencier's avatar
      Merge branch '2.7' into 2.8 · d083d166
      Fabien Potencier authored
      * 2.7:
        [HttpFoundation] Use the correct syntax for session gc based on Pdo driver
        Revert "bug #24987 [Console] Fix global console flag when used in chain (Simperfit)"
        Revert "bug #25487 [Console] Fix a bug when passing a letter that could be an alias (Simperfit)"
        Disable CSP header on exception pages only in debug
        Fixed submitting disabled buttons
        Fixed Button::setParent() when already submitted
        Improve assertions
        SCA: get rid of repetitive calls
        allow null values for root nodes in YAML configs
        [VarDumper] Fix docblock
        Improve phpdoc to make it more explicit
      d083d166
  18. 22 Jan, 2018 1 commit
  19. 10 Jan, 2018 1 commit
    • Christian Flothmann's avatar
      Merge branch '3.3' into 3.4 · 87426fa2
      Christian Flothmann authored
      * 3.3:
        [Serializer] Fixed throwing exception with option JSON_PARTIAL_OUTPUT_ON_ERROR
        Tweaked some styles in the profiler tables
        Add type string to docblock for Process::setInput()
        [Security] Fail gracefully if the security token cannot be unserialized from the session
        [Form] AbstractLayoutTest - fix DOMDocument casing
        Run simple-phpunit with --no-suggest option
        [FrameworkBundle] Fix using "annotations.cached_reader" in after-removing passes
        bumped Symfony version to 3.3.16
        updated VERSION for 3.3.15
        updated CHANGELOG for 3.3.15
        bumped Symfony version to 2.8.34
        updated VERSION for 2.8.33
        updated CHANGELOG for 2.8.33
        bumped Symfony version to 2.7.41
        updated VERSION for 2.7.40
        update CONTRIBUTORS for 2.7.40
        updated CHANGELOG for 2.7.40
      87426fa2
  20. 07 Jan, 2018 2 commits
    • Nicolas Grekas's avatar
      minor #25585 Add type string to docblock for Process::setInput() (icanhazstring) · fac13d51
      Nicolas Grekas authored
      This PR was submitted for the 3.4 branch but it was squashed and merged into the 3.3 branch instead (closes #25585).
      
      Discussion
      ----------
      
      Add type string to docblock for Process::setInput()
      
      | Q             | A
      | ------------- | ---
      | Branch?       | 3.4
      | Bug fix?      | no
      | New feature?  | no
      | BC breaks?    | no
      | Deprecations? | no
      | Tests pass?   | yes
      | Fixed tickets | none
      | License       | MIT
      | Doc PR        | none
      
      Add `string` as valid `$input` for `Process::setInput()`. Since `getInput()` will also return as string and the internal method `ProcessUtils::validateInput()` will accept a string, this should be a viable input type.
      
      Commits
      -------
      
      e3de68f2 Add type string to docblock for Process::setInput()
      fac13d51
    • Andreas Frömer's avatar
      7c1b4bc3
  21. 03 Jan, 2018 1 commit
    • Nicolas Grekas's avatar
      Merge branch '3.3' into 3.4 · 545be7e7
      Nicolas Grekas authored
      * 3.3:
        PHP CS Fixer: clean up repo and adjust config
        use interface_exists instead of class_exists
        Dumper shouldn't use html format for phpdbg
        [Validator] Fix access to root object when using composite constraint
      545be7e7