- 06 Nov, 2016 3 commits
-
-
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.
-
- 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
-
- 26 Sep, 2016 7 commits
-
-
Fabien Potencier authored
* 1.3: Specify relation of twig-bridge to symfony/config
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1426). Discussion ---------- Specify relation of twig-bridge to symfony/config When I install `symfony/twig-bridge` I've got `Class 'Symfony\Component\Config\Util\XmlUtils' not found in /vendor/symfony/translation/Loader/XliffFileLoader.php on line 53` It's kinda related to comment https://github.com/symfony/symfony/issues/13194#issuecomment-90893304 Commits ------- e2e417fa Specify relation of twig-bridge to symfony/config
-
Alexander Pervakov authored
When I install `symfony/twig-bridge` I've got `Class 'Symfony\Component\Config\Util\XmlUtils' not found in /vendor/symfony/translation/Loader/XliffFileLoader.php on line 53` It's kinda related to comment https://github.com/symfony/symfony/issues/13194#issuecomment-90893304
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Add Symfony Twig Brigde installation in asset doc Add Symfony Twig Brigde installation in asset doc, I have the following error otherwise : `Unknown "asset" function` Made it clearer that twig-bridge is required. Commits ------- 76bfd014 Add Symfony Twig Brigde installation in asset doc
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Small typo fix Add missing space in Guard Authentication doc Commits ------- 758e9f06 Add missing space in Guard Authentication doc
-
Benjamin Jonard authored
-
Benjamin Jonard authored
-
- 23 Sep, 2016 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Example missing `use` reference to Symfony's EventDispatcherInterface Commits ------- 4abe9de9 Example missing `use` reference to Symfony's EventDispatcherInterface
-
Barney Hanlon authored
-
- 21 Sep, 2016 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Update providers.rst Commits ------- 94b16a8e Update providers.rst
-
Marek Sokol authored
-
- 10 Sep, 2016 11 commits
-
-
Fabien Potencier authored
* 1.3: fixed deprecation handler in tests
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed deprecation handler in tests Commits ------- 7b9fdf1d fixed deprecation handler in tests
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- removed obsolete code (fixed in Symfony 2.3.32) That was fixed in symfony/symfony#15392 (so before 2.8.0). Commits ------- b12cdc49 removed obsolete code (fixed in Symfony 2.3.32)
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: removed obsolete dep removed usage of obsolete PHPUnit method
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- removed usage of obsolete PHPUnit method Commits ------- 12a8c99c removed obsolete dep b10ec528 removed usage of obsolete PHPUnit method
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 22 Aug, 2016 5 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 #1408). Discussion ---------- fix lazy evaluation of 'monolog.use_error_handler' the value of 'debug' could be set after registering the serviceprovider. Commits ------- 9b846972 fix lazy evaluation of 'monolog.use_error_handler'
-
Frank Hildebrandt authored
-
- 17 Aug, 2016 1 commit
-
-
Fabien Potencier authored
* 1.3: Revert "minor #1410 Update testing.rst - preventing Fatal Error: Class 'Silex\WebTestCase' not found (Czarnodziej)"
-