- 18 Nov, 2011 1 commit
-
-
Igor Wiedler authored
-
- 07 Nov, 2011 3 commits
-
-
Fabien Potencier authored
Commits ------- d53661a1 [composer] add autoload information Discussion ---------- [composer] add autoload information
-
Fabien Potencier authored
Commits ------- 1b1ce148 small correction in the configuration array Discussion ---------- Small correction in the configuration array of DoctrineProvider Netbeans just complained about missing comma.
-
Tony Lemke authored
-
- 02 Nov, 2011 1 commit
-
-
Igor Wiedler authored
-
- 29 Oct, 2011 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- 43ae6965 fix comment in LazyUrlMatcher 4d5ffca8 add test case for late listeners 51df9f5a Create default set of listeners late Discussion ---------- Create default set of listeners late Right now the following subscribers are created together with the dispatcher: * app * exception_handler * ResponseListener * RouterListener With the exception_handler in particular this is an issue because you can no longer change it after the dispatcher has been created. And it gets created when you call before(), after() or error(). It means that you cannot unset it for tests. The RouterListener has a similar issue because you can no longer change the UrlMatcher it uses. And you cannot move its creation into a request listener, because request listeners cannot add other request listeners (the new ones won't get executed anymore at that point). This commit ensures that those listeners will be created a lot later, allowing their dependencies to be modified before runtime.
-
Fabien Potencier authored
Commits ------- 81576415 Matching multiple methods with one controller, see http://groups.google.com/group/silex-php/browse_thread/thread/5f3b3d791c337845 Discussion ---------- Matching multiple methods with one controller, see http://groups.google.c Matching multiple methods with one controller, see http://groups.google.com/group/silex-php/browse_thread/thread/5f3b3d791c337845
-
- 27 Oct, 2011 3 commits
-
-
Igor Wiedler authored
-
Igor Wiedler authored
-
Igor Wiedler authored
Right now the following subscribers are created together with the dispatcher: * app * exception_handler * ResponseListener * RouterListener With the exception_handler in particular this is an issue because you can no longer change it after the dispatcher has been created. And it gets created when you call before(), after() or error(). It means that you cannot unset it for tests. The RouterListener has a similar issue because you can no longer change the UrlMatcher it uses. And you cannot move its creation into a request listener, because request listeners cannot add other request listeners (the new ones won't get executed anymore at that point). This commit ensures that those listeners will be created a lot later, allowing their dependencies to be modified before runtime.
-
- 26 Oct, 2011 1 commit
-
-
Mathias Verraes authored
Matching multiple methods with one controller, see http://groups.google.com/group/silex-php/browse_thread/thread/5f3b3d791c337845
-
- 23 Oct, 2011 4 commits
-
-
Fabien Potencier authored
Commits ------- ef75e13b add a prefix to defaultRouteName to prevent route name conflicts Discussion ---------- add a prefix to defaultRouteName to prevent route name conflicts * closes #189 * identical route names no longer conflict when merging RouteCollections * route names are automatically generated by Controller::bindDefaultRouteName
-
Fabien Potencier authored
Commits ------- 16a86e06 Connect method does not exist in Silex\Application Discussion ---------- Documentation fix Connect method does not exists in providers doc ; but mount exists and this is the one expected in the example
-
Fabien Potencier authored
Commits ------- 01a0f12c Updating the `SymfonyBridgesServiceProvider` documentation with using the `TwigBridge` subtree split. Discussion ---------- Added `TwigBridge` reference to `SymfonyBridgesServiceProvider` documentation Updated the `SymfonyBridgesServiceProvider` documentation with suggestion on using the `TwigBridge` subtree split. This has a much smaller footprint when doing deployments and packaging the application for 3rd parties.
-
Fabien Potencier authored
-
- 20 Oct, 2011 2 commits
-
-
Eric Clemmons authored
Updating the `SymfonyBridgesServiceProvider` documentation with using the `TwigBridge` subtree split. This has a much smaller footprint when doing deployments and packaging the application for 3rd parties.
-
Igor Wiedler authored
* closes #189 * identical route names no longer conflict when merging RouteCollections * route names are automatically generated by Controller::bindDefaultRouteName
-
- 19 Oct, 2011 1 commit
-
-
Alchemy authored
-
- 10 Oct, 2011 5 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 09 Oct, 2011 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- 8de3aca7 load default form_div_layout.html.twig when using form and twig service providers Discussion ---------- Load default form_div_layout.html.twig from TwigBridge Load default form_div_layout.html.twig when using form and twig service providers. This means you no longer have to copy form_div_layout.html.twig to your project.
-
- 07 Oct, 2011 1 commit
-
-
Igor Wiedler authored
This means you no longer have to copy form_div_layout.html.twig to your project
-
- 06 Oct, 2011 3 commits
-
-
Fabien Potencier authored
Commits ------- a3f570d4 [Doc] Changed ArraySessionStorage to FilesystemSessionStorage for functional testing be168e3b Added doc about session and test Discussion ---------- Added doc about session and test --------------------------------------------------------------------------- by fabpot at 2011/09/26 12:57:33 -0700 As noted in the phpdoc, for functional testing, you must use `FilesystemSessionStorage`. --------------------------------------------------------------------------- by lyrixx at 2011/09/26 14:27:10 -0700 I updated the doc.
-
Fabien Potencier authored
Commits ------- 37952fb0 fix ControllerProvider example Discussion ---------- fix ControllerProvider example
-
Igor Wiedler authored
-
- 03 Oct, 2011 1 commit
-
-
Fabien Potencier authored
Commits ------- 384e816d Fixed typo Discussion ---------- Fixed typo Fixed issue #175
-
- 02 Oct, 2011 1 commit
-
-
Grégoire Pineau authored
-
- 29 Sep, 2011 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- 2805a0f3 [composer] add suggestions for ServiceProviders 768367b2 [composer] adjust package name and required package versions to latest naming 81bace77 [composer] re-add css-selector, adjust versioning syntax 0f620a20 update composer.json 1c6e4436 [composer] bump PHP requirement to 5.3.2 ca2d515b Add composer.json Discussion ---------- Add composer.json --------------------------------------------------------------------------- by igorw at 2011/09/22 11:00:53 -0700 Shall I change the version? Are we going to do a release? Will it be 1.0.0? I will leave it at 1.0.0 without tag for now, aka 1.0.0-dev. --------------------------------------------------------------------------- by igorw at 2011/09/29 00:32:54 -0700 There are still suggestions missing for following packages (because they have no composer.json yet): doctrine/dbal, swiftmailer.
-
Igor Wiedler authored
-
Igor Wiedler authored
-
- 26 Sep, 2011 2 commits
-
-
Grégoire Pineau authored
-
Grégoire Pineau authored
-