- 09 Jan, 2017 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 2.1.x-dev branch. Discussion ---------- Added the FormRegistry as a service to enable the extension point Closes https://github.com/symfony/symfony/issues/21199. This PR makes the form configuration aligned with the symfony full stack, see https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.xml#L11-L29. Commits ------- 01f90256 Added the FormRegistry as a service to enable the extension point
-
- 08 Jan, 2017 1 commit
-
-
HeahDude authored
-
- 06 Jan, 2017 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.1.x-dev branch. Discussion ---------- Remove the build script These archives do not really make sense anymore with Composer. And if people want to get started, they should probably use the Silex Skeleton instead. Commits ------- 5cffcf1c removed the build script
-
Fabien Potencier authored
-
- 02 Jan, 2017 2 commits
-
-
Fabien Potencier authored
* 1.3: updated LICENSE year
-
Fabien Potencier authored
-
- 06 Dec, 2016 5 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.1.x-dev branch. Discussion ---------- Make it easier to register SwiftMailer plugins This patch makes it easier to register SwiftMailer plugins. Commits ------- f1b4cc86 Add support for SwiftMailer plugins
-
Fabien Potencier authored
-
Christian Schmidt authored
-
- 23 Nov, 2016 2 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.0.x-dev branch (closes #1455). Discussion ---------- Syntax error in documentaiton Security Guard "=>" replaced by "=" Commits ------- 71cee16a Syntax error in documentaiton Security Guard
-
Pierre Boissinot authored
-
- 22 Nov, 2016 3 commits
-
-
Fabien Potencier authored
* 1.3: fixed deprecation warnings Update twig.rst
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed deprecation warnings Commits ------- dee8492b fixed deprecation warnings
-
Fabien Potencier authored
-
- 21 Nov, 2016 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- twig.rst Add missing trait method to doc Commits ------- d6dc5b67 Update twig.rst
-
SpacePossum authored
-
- 06 Nov, 2016 13 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.0.x-dev branch (closes #1445). Discussion ---------- Fix some deprecations from Twig and Symfony Commits ------- c5506448 changed a test to help debugging 72d7746e added support for Twig runtime loaders 147d7cc0 fixed Twig deprecation notices d2dab720 added 3.2 in test matrix
-
Fabien Potencier authored
feature #1444 Use DebugProcessor instead of DebugHandler when available in MonologServiceProvider (nicolas-grekas) This PR was merged into the 2.0.x-dev branch. Discussion ---------- Use DebugProcessor instead of DebugHandler when available in MonologServiceProvider Related to https://github.com/symfony/symfony/pull/20416 Commits ------- 213741a2 Use DebugProcessor instead of DebugHandler when available in MonologServiceProvider
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: Monolog doc: Use PSR-3 methods fixed .travis.yml
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1438). Discussion ---------- Monolog doc: Use PSR-3 methods The other methods are not PSR-3 standard and will be removed in monolog 2. Commits ------- 2f882f45 Monolog doc: Use PSR-3 methods
-
Tobias Schultze authored
The other methods are not PSR-3 standard and will be removed in monolog 2.
-
Nicolas Grekas authored
-
- 30 Oct, 2016 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- fix typo in SecurityServiceProvider exception message Commits ------- 0c2d522d fix typo in SecurityServiceProvider exception message
-
angy_v authored
-
- 12 Oct, 2016 1 commit
-
-
Fabien Potencier authored
-
- 07 Oct, 2016 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- RequestStack link in Services documentation is broken There was an extra space breaking the URL formatting Commits ------- 4ff57c73 RequestStack link in Services documentation is broken
-
- 06 Oct, 2016 1 commit
-
-
Carlos Buenosvinos authored
There was an extra space breaking the URL formatting
-
- 03 Oct, 2016 4 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Move setting $app['twig.app_variable'] after 'Symfony\Bridge\Twig' check Currently `TwigServiceProvider ` sets `$app['twig.app_variable']` to be function that has a dependency on classes that are not required by Silex. This will fail if the user then calls that function. This happens for example when the [silex-pimple-dumper](https://github.com/Sorien/silex-pimple-dumper) maps over the app and tries to dump it's content. This PR fixes that by moving this in the `class_exists('Symfony\Bridge\Twig\Extension\RoutingExtension')` check. I've also added comment because at first it wasn't clear for me that this check for the `RoutingExtension` was the check for the whole Twig bridge. Please feel free to rebase and remove it it you don't like it or I misinterpreted it. Keep up the good work!
👍 Commits ------- b97f5a89 Move setting $app['twig.app_variable'] after 'Symfony\Bridge\Twig' check -
Tieme van Veen authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Test/Explain monolog.exception.logger_filter This PR: - adds a test for the `monolog.exception.logger_filter` configuration option for the MonologServiceProvider - updates the description stating it is not a filter, but a mapping function from exception to error level Commits ------- 21bd1c42 Test/Explain monolog.exception.logger_filter
-
SpacePossum authored
-