- 07 Sep, 2015 1 commit
-
-
Fabien Potencier authored
-
- 06 Sep, 2015 1 commit
-
-
Fabien Potencier authored
-
- 02 Sep, 2015 4 commits
-
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Remove mandatory dependency on request_stack and some monolog improvements This lets everything work with Silex which lacks a request_stack, and I also made a couple changes to the monolog bootstrapping so it's easier to just override the monolog.handler OR monolog.handlers, before you kinda had to redefine both to customize anything. I also moved the monolog.handler.debug out of the GroupHandler which makes more sense I think because if it is in the group then it falls under the not_found_activation_strategy and therefore even in debug mode you won't get any logs unless you get an error-level record. Commits ------- 50fbc38f Remove mandatory dependency on request_stack and some monolog improvements
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Remove event type hint as ConsoleEvents are not ResponseEvents Commits ------- f409df8f Remove event type hint as ConsoleEvents are not ResponseEvents
-
Jordi Boggiano authored
-
Jordi Boggiano authored
-
- 01 Sep, 2015 3 commits
-
-
Fabien Potencier authored
* 1.3: Minor typo in web_servers.rst bumped version to 1.3.3-DEV prepared the 1.3.2 release updated CHANGELOG
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1237). Discussion ---------- Minor typo in web_servers.rst Commits ------- 487bef0f Minor typo in web_servers.rst
-
Jonathan Pasquier authored
-
- 31 Aug, 2015 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Fix bug: TwigServiceProvider is broken if FormServiceProvider is registered form.csrf_provider is refactored to csrf.token_manager. Commits ------- 57317e9b Fix bug: TwigServiceProvider is broken if FormServiceProvider is registered.
-
- 30 Aug, 2015 6 commits
-
-
Andy Truong authored
-
Fabien Potencier authored
feature #1232 updated the Monolog provider to use the newest features of Monolog and the Symfony bridge (fabpot) This PR was merged into the 2.0.x-dev branch. Discussion ---------- updated the Monolog provider to use the newest features of Monolog and the Symfony bridge @Seldaek If you can have a quick look, that would be much appreciated :) Commits ------- a53ce590 updated the Monolog provider to use the newest features of Monolog and the Symfony bridge
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- added a provider for VarDumper Commits ------- 27a37f52 added a provider for VarDumper
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- removed references to the fat archive in the docs Commits ------- 826dac7f removed references to the fat archive in the docs
-
- 29 Aug, 2015 15 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- changed the app variable in Twig to be an instance of Symfony AppVariable That's more consistent with Symfony. Commits ------- 0d10c5ce changed the app variable in Twig to be an instance of Symfony AppVariable
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- added a CSRF service provider Not yet finished. Commits ------- 3639c56a added a CSRF service provider
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Remove usage of the request service in the docs Commits ------- 27a3efcd removed usage of the request service in the docs
-
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 #1224). Discussion ---------- Move Services into ServiceProvider Some time ago we added KernelServiceProvider and RoutingServiceProvider. I have taken the rest of the services defined directly in the Silex\Application class and moved them into those two service providers. This makes Application more of a delegation class. Commits ------- f96d5421 Move Services into ServiceProvider
-
Henrik Bjornskov authored
-
- 24 Aug, 2015 8 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: Update travis configuration to use container based infrastructure, also use cache for composer in order to reduce network usage Use Stateful object to check if Interactive Login have been triggered
-
Fabien Potencier authored
minor #1227 [1.3] Update travis configuration to use container based infrastructure, al… (henrikbjorn) This PR was merged into the 1.3 branch. Discussion ---------- [1.3] Update travis configuration to use container based infrastructure, al… …so use cache for composer in order to reduce network usage Commits ------- 258b7ea5 Update travis configuration to use container based infrastructure, also use cache for composer in order to reduce network usage
-
Henrik Bjornskov authored
Update travis configuration to use container based infrastructure, also use cache for composer in order to reduce network usage
-
Henrik Bjornskov authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.0.x-dev branch (closes #1226). Discussion ---------- Use Stateful object to check if Interactive Login have been triggered HHVM behaves differently when passing values as references. This removes the need of doing that. Commits ------- 12d660b1 Use Stateful object to check if Interactive Login have been triggered
-