- 26 Feb, 2018 3 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Sync provider parameters in docs This documents all parameter options to providers which were missing from the documentation. Commits ------- ff52920e Sync provider parameters in docs
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Allow setting custom status code on exception response Closes #1450. Prior and related PRs and issues: - https://github.com/symfony/symfony/pull/19822 - https://github.com/symfony/symfony-docs/commit/5f0becf3233238a9d96cba39f3146a0e7ae03763 - https://github.com/symfony/symfony-docs/pull/9336 Commits ------- 71035117 Allow setting custom status code on exception response
-
- 25 Feb, 2018 37 commits
-
-
Haralan Dobrev authored
This documents all parameter options to providers which were missing from the documentation.
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.3.x-dev branch (closes #1608). Discussion ---------- Make CSRF extension work with Validator translations domain - Make Validator translation domain configurable - Fix #1569. Commits ------- 935caf7b Make CSRF extension work with Validator translations domain
-
Haralan Dobrev authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Fix Security provider context usage Fixes #1568. The `'context'` parameter is defaulting to the `'name'` parameter, but then it wasn't used properly below. Commits ------- d92d5c5a Fix Security provider context usage
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Link to current documention of Symfony components Prefer the latest Symfony documentation instead of a specific version which can easily become outdated. Commits ------- b2dc9445 Link to current documention of Symfony components
-
Haralan Dobrev authored
Fixes https://github.com/silexphp/Silex/issues/1568
-
Haralan Dobrev authored
-
Fabien Potencier authored
This PR was merged into the 2.3.x-dev branch. Discussion ---------- Add support for Symfony 4.0 Commits ------- 7c6a06a9 added support for Symfony 4.0
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This reverts commit d72829f9, reversing changes made to 570cffad.
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.2.x-dev branch (closes #1362). Discussion ---------- Added monolog.formatter.output and monolog.formatter.dateformat param… …eters to format the line Commits ------- b4f5a709 Added monolog.formatter.output and monolog.formatter.dateformat param…
-
Francisco Calderon authored
-
Fabien Potencier authored
This PR was merged into the 2.2.x-dev branch. Discussion ---------- Fix validator integration into the security provider replaces #1550, fixes #1531 Commits ------- 8166816e fixed validator integration into the security provider
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.2.x-dev branch. Discussion ---------- Fix Twig provider on Symfony 3.4 replaces #1571, closes #1579 Commits ------- 7e12bbd5 fixed Twig provider on Symfony 3.4
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.2.x-dev branch. Discussion ---------- Fix deprecations on the translation provider Commits ------- f0f2a2cf fixes deprecations on the translation provider
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.2.x-dev branch. Discussion ---------- Fix PHPUnit warning Commits ------- db01e507 fixed PHPUnit warning
-
Fabien Potencier authored
This PR was merged into the 2.2.x-dev branch. Discussion ---------- Fix deprecations in SecurityServiceProvider tests Commits ------- e44cce3b fixed deprecations in SecurityServiceProvider tests
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.2.x-dev branch. Discussion ---------- Fix tests on PHP 7.2 Commits ------- 26bec42f fixed tests on PHP 7.2
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.2.x-dev branch (closes #1382). Discussion ---------- Included extend() explanation in services documentation chapter Together with the Twig add global and filter example. Commits ------- 65d6d344 One change too many 124654fc Some typo fixes 7d1e96c5 Included extend() explanation in services documentation chapter
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.2.x-dev branch (closes #1399). Discussion ---------- Added argument description to twig asset() method I have added a description of the arguments for the asset() method. I didn't find them obvious when I first used the AssetServiceProvider, although it makes sense in hindsight. The description would have saved me some time getting the paths right Commits ------- 2f5d870f Added argument description to twig asset() method
-
DaveC49 authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.2.x-dev branch. Discussion ---------- Update guard_authentication.rst I am still working on it to get authentication working in my project so my suggestion might be false, but I believe a ```use``` is missing in the header of this example. Commits ------- 50da4b33 Update guard_authentication.rst
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.2.x-dev branch (closes #1570). Discussion ---------- Update security.rst - security context sharing I'd like to update the security.rst as I found the lack of information about the security context sharing between multiple firewalls. I know a lot of people are having problems not knowing this, so it would be nice to mention it. Please, check the correctness and approve it if you find it useful. Thanks. Commits ------- 2b81227d Update security.rst - security context sharing
-
Dawid Zbiński authored
-