- 18 Aug, 2011 2 commits
-
-
Fabien Potencier authored
Commits ------- 0d786bdf fixed typo Discussion ---------- fixed typo
-
Julien Brochet authored
-
- 17 Aug, 2011 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
added Request and Response as arguments to the before and after filters (a bit like error() has access to the Exception)
-
Fabien Potencier authored
changed before and after filters to only run for the master request (as it's mainly used for set up and tear down)
-
Fabien Potencier authored
-
- 13 Aug, 2011 1 commit
-
-
Fabien Potencier authored
Commits ------- e9902642 Fixing typos in doc usage.rst Discussion ---------- Fixing some typos in usage.rst Fixing some typos I did in paragraph ioncube loader bug of file usage.rst
-
- 11 Aug, 2011 1 commit
-
-
Laurent Clouet authored
-
- 09 Aug, 2011 7 commits
-
-
Fabien Potencier authored
Commits ------- f7227ba5 updated HttpKernel component Discussion ---------- updated HttpKernel component fatal: reference is not a tree: c1810ca1028e80485d10d695bc10a9574ac03e82 Unable to checkout 'c1810ca1028e80485d10d695bc10a9574ac03e82' in submodule path 'vendor/Symfony/Component/HttpKernel'
-
Julien Brochet authored
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- bb402638 [docs] Symfony => Symfony2 in services doc c51b99bd [docs] adjust usage section of twig 340b6ce2 [docs] add usage section for MonologExtension Discussion ---------- Minor docs additions
-
Fabien Potencier authored
Commits ------- a04c6a01 fix header comments Discussion ---------- fix header comments
-
Fabien Potencier authored
-
Fabien Potencier authored
added a way to get the Application in a Controller without using 'use' (that also allows the usage of class methods as controllers)
-
- 08 Aug, 2011 7 commits
-
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Fabien Potencier authored
-
Fabien Potencier authored
It's more consistent with the way we manage other aspects of the controller and it allows to change the method programatically after the creation of the controller. Before: $app->match('/', function () { echo 'foo'; }, 'GET|POST'); After: $app->match('/', function () { echo 'foo'; })->method('GET|POST');
-
Fabien Potencier authored
-
- 04 Aug, 2011 3 commits
-
-
Fabien Potencier authored
Commits ------- 9813ee46 change pimple URL to pimple-project.org (since pimple has its own site now) Discussion ---------- change pimple URL to pimple-project.org (since pimple has its own site no change pimple URL to pimple-project.org (since pimple has its own site now)
-
Fabien Potencier authored
Commits ------- 091dec60 clarify which path to visit to see the first response Discussion ---------- clarify which path to visit to see the first response quite a few people went to `/` and got a 404.
-
Fabien Potencier authored
-
- 01 Aug, 2011 2 commits
-
-
Igor Wiedler authored
-
Igor Wiedler authored
quite a few people went to `/` and got a 404.
-
- 29 Jul, 2011 2 commits
-
-
Fabien Potencier authored
Commits ------- 94c6aa52 fixed CLI commands to work when script is called from other directory Discussion ---------- fixed CLI commands to work when script is called from other directory Currently due to 9c95e2f6 change, running silex.phar in CLI from other directory takes no effect. Affected commands: php vendors/silex/silex.phar check php vendors/silex/silex.phar update php vendors/silex/silex.phar version
-
Mateusz Heleniak authored
Currently due to 9c95e2f6 change, running silex.phar in CLI from other directory takes no effect. Affected commands: php vendors/silex/silex.phar check php vendors/silex/silex.phar update php vendors/silex/silex.phar version
-
- 25 Jul, 2011 1 commit
-
-
Fabien Potencier authored
-
- 23 Jul, 2011 1 commit
-
-
Fabien Potencier authored
That simplifies firing 404 pages for instance as you don't need to add a use statement for the HttpException.
-
- 22 Jul, 2011 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 21 Jul, 2011 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
simplified the callback the developer needs to create when handling errors through Application::error()
-
- 20 Jul, 2011 1 commit
-
-
Fabien Potencier authored
-
- 19 Jul, 2011 1 commit
-
-
Fabien Potencier authored
-
- 18 Jul, 2011 1 commit
-
-
Fabien Potencier authored
-