- 01 Jul, 2014 5 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- fixed locale when changing it on the translator itself should fix #887 and #905 Commits ------- 46b0535c fixed locale when changing it on the translator itself
-
Fabien Potencier authored
-
- 30 Jun, 2014 2 commits
-
-
Fabien Potencier authored
bug #970 fixed switfmailer spool where the event dispatcher as different from the other ones (fabpot) This PR was merged into the 1.2 branch. Discussion ---------- fixed switfmailer spool where the event dispatcher as different from the other ones see #959 Commits ------- 32a27ca5 fixed switfmailer spool where the event dispatcher as different from the other ones
-
Fabien Potencier authored
-
- 27 Jun, 2014 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Update form.rst Before - http://i.imgur.com/Eu2JUvq.png After - http://i.imgur.com/1d0CIAs.png Must be the tiniest pull request ever :) Commits ------- cdc9ad6a Update form.rst
-
- 26 Jun, 2014 1 commit
-
-
ruslan-polutsygan authored
-
- 23 Jun, 2014 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #965). Discussion ---------- Update serializer.rst Before - http://i.imgur.com/hTYzHGR.png After - http://i.imgur.com/SAPhNN7.png Commits ------- a8ab1f8b Update serializer.rst
-
ruslan-polutsygan authored
-
- 16 May, 2014 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #956). Discussion ---------- Update service_controller.rst The word "it's" is a contraction for "it is". "Its" is a possessive pronoun. Commits ------- 09a5fe34 Update service_controller.rst
-
Chris Johnson authored
The word "it's" is a contraction for "it is". "Its" is a possessive pronoun.
-
- 04 May, 2014 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #931). Discussion ---------- Update monolog provider for support permissions Recently Monolog have an update commit b2e2530406737e658785e3b4e50135f297f49a16. Which add permission handling for log file. Commits ------- 91b1cbc3 Update monolog provider for support permissions
-
Maksim Muruev authored
-
- 15 Apr, 2014 3 commits
-
-
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
-
- 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
-