- 29 Apr, 2014 12 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 15 Apr, 2014 4 commits
-
-
Fabien Potencier authored
* 1.2: Fix typos
-
Fabien Potencier authored
* 1.1: Fix typos
-
Fabien Potencier authored
* 1.0: Fix typos
-
Fabien Potencier authored
This PR was merged into the 1.0 branch. Discussion ---------- Fix typos, remove trailing whitespace Commits ------- 502d1049 Fix typos
-
- 07 Apr, 2014 1 commit
-
-
Andrew M authored
-
- 02 Apr, 2014 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- [doc] Move class definition to the correct section In the doc on the `SectionServiceProvider`, the section about validating arrays don't need classes. Their definition is more relevant it the section about validating objects. Commits ------- 6d03fe41 [doc] Move class definition to the correct section
-
Jérôme Tamarelle authored
-
- 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.
-