- 14 Mar, 2014 4 commits
-
-
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.
-
- 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 1 commit
-
-
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 3 commits
-
-
Daniel Tschinder 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 8 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
-
Fabien Potencier authored
* 1.1: TranslationServiceProvider replaced translator.messages by translator.domains.
-
Fabien Potencier authored
* 1.0: TranslationServiceProvider replaced translator.messages by translator.domains.
-
Fabien Potencier authored
This PR was submitted for the 1.0.x-dev branch but it was merged into the 1.0 branch instead (closes #892). Discussion ---------- TranslationServiceProvider replaced translator.messages by translator.domains. - changed in commit 7C496D Commits ------- 72b1ad9 TranslationServiceProvider replaced translator.messages by translator.domains.
-
Frederic G. MARAND authored
- changed in commit 7C496D
-
- 19 Jan, 2014 2 commits
-
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
- 08 Jan, 2014 4 commits
-
-
Fabien Potencier authored
* 1.1: Updated year in License
-
Fabien Potencier authored
* 1.0: Updated year in License
-
Fabien Potencier authored
This PR was merged into the 1.0 branch. Discussion ---------- Updated year in License Commits ------- 1e543d2a Updated year in License
-
Daniel Gomes authored
-
- 31 Dec, 2013 2 commits
-
-
Fabien Potencier authored
minor #874 Update http_cache.rst - hint at whitelisting 127.0.0.1 if using HTTP Cache solution (alcohol) This PR was squashed before being merged into the 1.2.x-dev branch (closes #874). Discussion ---------- Update http_cache.rst - hint at whitelisting 127.0.0.1 if using HTTP Cache solution Took me quite a while to realise this; this simple tip might help others save that time :-) Commits ------- 4b1ae82b Update http_cache.rst - hint at whitelisting 127.0.0.1 if using HTTP Cache solution
-
Rob authored
-
- 27 Dec, 2013 2 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.2.x-dev branch. Discussion ---------- Allow strings for levels in the monolog service provider The monolog service provider requires a constant on Monolog\Logger to be referenced, which has an integer value. This is not very practical when working with external configuration files. This patch accepts strings like debug, info, error, etc. that are translated to the corresponding logger constant values. This is an alternative to #882. Commits ------- 6c97e670 Fix JSON syntax error in monolog provider docs a7cba302 Reword the documentation on string logger levels 2ef826ce Backport static:: to classname:: for PHP 5.3 compatibility 121f3f2b Allow strings for levels in the monolog service provider
-
Igor Wiedler authored
-