- 29 Apr, 2014 19 commits
-
-
Fabien Potencier authored
moved classes so that Silex\Provider can be used as a sub-tree split independently of eveything else
-
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
-
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 7 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
-