1. 03 May, 2017 8 commits
    • Fabien Potencier's avatar
      minor #1478 Update web_servers.rst (adamcameron) · a2e5382b
      Fabien Potencier authored
      This PR was merged into the 2.1.x-dev branch.
      
      Discussion
      ----------
      
      Update web_servers.rst
      
      Just another option for Apache that works
      
      Commits
      -------
      
      d639b447 Update web_servers.rst
      a2e5382b
    • Fabien Potencier's avatar
      fixed CS · 6f539e08
      Fabien Potencier authored
      6f539e08
    • Fabien Potencier's avatar
      feature #1503 Added more options to security.firewalls (K0nias) · 284533e6
      Fabien Potencier authored
      This PR was squashed before being merged into the 2.1.x-dev branch (closes #1503).
      
      Discussion
      ----------
      
      Added more options to security.firewalls
      
      Added "methods" and "hosts" options to security.firewalls
      
      Commits
      -------
      
      262bc73c Added more options to security.firewalls
      284533e6
    • Vladimir Zapletal's avatar
      262bc73c
    • Fabien Potencier's avatar
      feature #1508 Added WebLink component integration (skalpa) · 590ca769
      Fabien Potencier authored
      This PR was merged into the 2.1.x-dev branch.
      
      Discussion
      ----------
      
      Added WebLink component integration
      
      I made the necessary changes to support the new WebLink component:
      
      - `HttpKernelServiceProvider` registers the `AddLinkHeaderListener` if the component is available
      - `TwigServiceProvider` adds the `WebLinkExtension` if the component and the Twig bridge are available
      - Both changes are tested
      - The documentation has been amended (the link to the Symfony website doesn't work as 3.3 hasn't been released yet but I believe it's the good URL)
      
      Commits
      -------
      
      37bd5aed Added WebLink component integration
      590ca769
    • Fabien Potencier's avatar
      feature #1509 Added parameters to configure the Twig core extension behavior (skalpa) · 24ad5c37
      Fabien Potencier authored
      This PR was merged into the 2.1.x-dev branch.
      
      Discussion
      ----------
      
      Added parameters to configure the Twig core extension behavior
      
      This adds the following parameters to configure `Twig_Extension_Core`:
      
      - `twig.date.format` (default `date` format)
      - `twig.date.interval_format` (default `date` format for intervals)
      - `twig.date.timezone` (default timezone)
      - `twig.number_format.decimals` (default number of decimals for `number_format`)
      - `twig.number_format.decimal_point` (default decimals separator for `number_format`)
      - `twig.number_format.thousands_separator` (default thousands separator for `number_format`)
      
      Commits
      -------
      
      99a4fb35 Added parameters to configure the Twig core extension behavior
      24ad5c37
    • Fabien Potencier's avatar
      bug #1511 Fix deprecation notice with symfony/twig-bridge 3.2+ in TwigServiceProvider (skalpa) · 1a0b1e11
      Fabien Potencier authored
      This PR was merged into the 2.1.x-dev branch.
      
      Discussion
      ----------
      
      Fix deprecation notice with symfony/twig-bridge 3.2+ in TwigServiceProvider
      
      Fixes the deprecation triggered when instantiating `FormExtension` twig-bridge with 3.2+.
      
      I check for the existence of `Symfony\Bridge\Twig\Extension\HttpKernelRuntime` to determine if we're using 3.2 as it was added in 3.2.0-beta1.
      
      Commits
      -------
      
      6615118d Fix deprecation notice with symfony/twig-bridge 3.2+ in TwigServiceProvider
      1a0b1e11
    • Pascal Luna's avatar
  2. 02 May, 2017 2 commits
    • Fabien Potencier's avatar
      minor #1510 Fix AssetServiceProviderTest::testGenerateAssetUrl (skalpa) · 1b2f0394
      Fabien Potencier authored
      This PR was merged into the 2.1.x-dev branch.
      
      Discussion
      ----------
      
      Fix AssetServiceProviderTest::testGenerateAssetUrl
      
      The test broke when symfony/symfony#22528 got merged.
      
      I added one check without the starting slash (the returned path should be relative to `base_path`) and modified the expectation of the check with the starting slash (the returned path should not be relative).
      
      ```
      There was 1 failure:
      
      1) Silex\Tests\Provider\AssetServiceProviderTest::testGenerateAssetUrl
      Failed asserting that two strings are equal.
      --- Expected
      +++ Actual
      @@ @@
      -'/whatever-makes-sense/foo.css?css2'
      +'/foo.css?css2'
      ```
      
      Commits
      -------
      
      ce8e41b5 Fix AssetServiceProviderTest::testGenerateAssetUrl
      1b2f0394
    • Pascal Luna's avatar
      ce8e41b5
  3. 30 Apr, 2017 3 commits
  4. 23 Apr, 2017 1 commit
  5. 14 Mar, 2017 2 commits
  6. 05 Mar, 2017 1 commit
    • Fabien Potencier's avatar
      minor #1461 Update the documentation (SpacePossum) · de9c57a9
      Fabien Potencier authored
      This PR was merged into the 2.1.x-dev branch.
      
      Discussion
      ----------
      
      Update the documentation
      
      Hi all!
      
      I've made a few minor changes to the docs ~to get those back into shape.
      However I could use help finishing the `routing.rst`, this describes the `RoutingServiceProvider`.
      The provider is powerful and awesome, but I struggle getting any good copy in there.
      So if you have time please help out :)~
      
      Commits
      -------
      
      75dcc3b9 Update documentation.
      de9c57a9
  7. 03 Mar, 2017 1 commit
  8. 19 Feb, 2017 1 commit
  9. 01 Feb, 2017 1 commit
  10. 21 Jan, 2017 1 commit
  11. 09 Jan, 2017 1 commit
  12. 08 Jan, 2017 1 commit
  13. 06 Jan, 2017 2 commits
  14. 02 Jan, 2017 2 commits
  15. 06 Dec, 2016 5 commits
  16. 23 Nov, 2016 2 commits
  17. 22 Nov, 2016 3 commits
  18. 21 Nov, 2016 2 commits
  19. 06 Nov, 2016 1 commit