- 29 Mar, 2014 1 commit
-
-
Fabien Potencier authored
-
- 19 Mar, 2014 6 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Replace Monolog middlewares by an event listener This is an alternative to the changes introduced by #894 in order to allow replacement of the logging middlewares. Instead of having a Closure for each listener, this PR introduces a listener class. The listener can be used independently from the MonologServiceProvider. | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #870 | License | MIT | Doc | yes Commits ------- 499a626f Replace Monolog middlewares by an event listener
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Added a warning for a:b notation usage with < 1.2 Commits ------- 410374fd Added a:b notation warning
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Add symfony/security-csrf to FormServiceProvider docs Commits ------- fd5624c9 Add symfony/security-csrf to FormServiceProvider docs
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Add the Symfony CSSSelector dependency to match the example usage Hi! I added the Symfony CSSSelector dependency to match with the example usage & the crawler presentation. Cheers, Thomas. Commits ------- 4c7e740e Add the Symfony CSSSelector dependency to match the example usage
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Fix #856: Revert a0644877 as it introduced a BC break This fixes #856 Commits ------- e9571ccc Fix #856: Revert a0644877 as it introduced a BC break
-
Romain Neutron authored
-
- 14 Mar, 2014 8 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- added PHP 5.6 and HHVM to the Travis file Commits ------- ecf3acff added PHP 5.6 and HHVM to the Travis file
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Various fixes Some merged PRs from fabpot/Silex repo. Commits ------- 72aae9e1 fixed CS e4e0fef3 fixed wrong merge 33903336 minor #4 Changed fetchAssoc to fetchAll (gelbander) c119f90e Merge remote-tracking branch 'WouterJ/doc_fixes' 19265c0c feature #7 Provides support for the PATCH method for HTTP (ramsey) 0f6956d1 Provides support for the PATCH method for HTTP 919c32c7 Some doc fixes 03839264 Changed fetchAssoc to fetchAll
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Changed fetchAssoc to fetchAll fetchAssoc only returns one row. Thats what the sql query implicates. Commits ------- 03839264 Changed fetchAssoc to fetchAll
-
Fabien Potencier authored
* WouterJ/doc_fixes: Some doc fixes Conflicts: doc/intro.rst doc/usage.rst
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Provides support for the PATCH method for HTTP This pull request allows Silex routes to be specified to handle the `PATCH` method for HTTP. Without this, when trying to specify that a route accepts `PATCH` requests, Silex throws a `BadMethodCallException` with the message `Method "Silex\Route::patch" does not exist.` #### References: * [PATCH Method for HTTP](http://tools.ietf.org/html/rfc5789) Commits ------- 0f6956d1 Provides support for the PATCH method for HTTP
-
- 11 Mar, 2014 2 commits
-
-
Fabien Potencier authored
feature #920 allow to add object initializers, for complex valdations as unique entity (dominikzogg) This PR was squashed before being merged into the 1.2.x-dev branch (closes #920). Discussion ---------- allow to add object initializers, for complex valdations as unique entity Commits ------- 3a0eac09 allow to add object initializers, for complex valdations as unique entity
-
Dominik Zogg authored
-
- 04 Mar, 2014 2 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.2.x-dev branch (closes #917). Discussion ---------- Added a note about how to send emails with console commands Commits ------- 09e21e66 Added a note about how to send emails with console commands
-
Javier Eguiluz authored
-
- 22 Feb, 2014 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Added contribution instructions Instructions to install symfony/serializer dependency was missing. Commits ------- e552300f Added contribution instructions
-
- 21 Feb, 2014 1 commit
-
-
PapyDanone authored
Instructions to install symfony/serializer dependency was missing.
-
- 14 Feb, 2014 1 commit
-
-
Matt Kirwan authored
Added a warning for a:b notation usage with < 1.2
-
- 11 Feb, 2014 1 commit
-
-
Fabien Potencier authored
-
- 05 Feb, 2014 3 commits
-
-
Fabien Potencier authored
* 1.1: Update twig.rst SymfonyBridgesServiceProvider
-
Fabien Potencier authored
This PR was submitted for the 1.1.x-dev branch but it was merged into the 1.1 branch instead (closes #903). Discussion ---------- Update twig.rst SymfonyBridgesServiceProvider Changelog: 2012-05-26: Removed SymfonyBridgesServiceProvider. It is now implicit by checking the existence of the bridge. Commits ------- b8d68e7 Update twig.rst SymfonyBridgesServiceProvider
-
mbutkereit authored
Changelog: 2012-05-26: Removed SymfonyBridgesServiceProvider. It is now implicit by checking the existence of the bridge.
-
- 30 Jan, 2014 2 commits
-
-
Thomas ZILLIOX authored
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Typo in comment, LATE_EVENT is -512 not 512 Commits ------- 46d20b82 Typo in comment, LATE_EVENT is -512 not 512
-
- 29 Jan, 2014 4 commits
-
-
Daniel Tschinder authored
-
Jérôme Tamarelle authored
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- The form csrf extension should use the translator if available Fixes #896 Commits ------- c0745457 The form csrf extension should use the translator if available
-
Dave Marshall authored
Fixes #896
-
- 27 Jan, 2014 1 commit
-
-
- 21 Jan, 2014 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Replaceable event listener callable Made event callables injectable with pimple. refs #870 Commits ------- 6690ff5c Made event callables injectable with pimple. refs #870
-
Fabien Potencier authored
-
- 20 Jan, 2014 4 commits
-
-
dazz authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.2.x-dev branch (closes #890). Discussion ---------- Update phpDoc for ControllerCollection __call() forwards method-calls to Route, but returns instance of ControllerCollection. Added the listing Route's methods, so that IDEs know they are valid. Commits ------- 53b3a357 Update phpDoc for ControllerCollection
-
Kilte authored
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Made Silex compatible with Symfony 2.5 Commits ------- 2c12d84c Enabled testing on Symfony 2.5 on Travis 2a7f3db2 Made Silex comaptible with Symfony 2.5
-