- 13 Jun, 2012 26 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- d8b0d797 Added the LocaleListener to handle setting the locale Discussion ---------- Added the LocaleListener to handle setting the locale This registers the LocaleListener setting the request locale according to the matching of the special ``_locale`` parameter and setting the locale in the routing RequestContext so that it is always available. This PR should be merged only after the update of the subtree split as it requires the typehint change merged just before in Symfony
-
Fabien Potencier authored
-
Christophe Coevoet authored
-
Fabien Potencier authored
Commits ------- 8ccf2172 Removed the aliases for classes Discussion ---------- Removed the aliases for classes They are no longer needed as there is no conflict anymore with the silex providers since their renaming. And changing the length of the file fixes #359
-
Fabien Potencier authored
-
Christophe Coevoet authored
They are no longer needed as there is no conflict anymore with the silex providers since their renaming. And changing the length of the file fixes # 359
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- 70da9e1e Removed unused property a1a7306f Added a missing property 5c48a20f Fixed the phpdoc Discussion ---------- Phpdoc This fixes a bunch of phpdoc to make the autocompletion work in IDEs.
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
Commits ------- 54aa24f1 [Doc] Fix code-blocks, links, identation Discussion ---------- [Doc] Fix missing code-block tag, links, identation Hi, I fixed some presentations problems, and added some links to the symfony api. --------------------------------------------------------------------------- by adrienbrault at 2012-06-13T10:04:39Z Updated my commit regarding your comments. Still, the 2 php block here http://silex.sensiolabs.org/doc/cookbook/json_request_body.html are not formatted. --------------------------------------------------------------------------- by adrienbrault at 2012-06-13T10:22:42Z Nevermind about "json_request_body", i thought the website was up to date, sorry!
-
Fabien Potencier authored
Commits ------- 18868114 tweaked some docs 6a0f05dd tweaked docs 43134580 updated vendors 12867093 moved security to the dev requirements 320a268e updated the changelog 2b711bc0 added support for the Symfony Security component Discussion ---------- added support for the Symfony Security component Some few things are not (yet) configurable, but this extension should cover most common needs and then some more. It is actually as powerful as the support we have in the Symfony full-stack framework. --------------------------------------------------------------------------- by davedevelopment at 2012-06-13T08:30:42Z This is awesome. Not only can I throw away my sketchy implementation, I can see all the things I did wrong! Cheers @fabpot!
-
Adrien BRAULT 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
Commits ------- e627b540 [docs] Add config example for nginx Discussion ---------- [docs] Add config example for nginx You may have to play a bit with the highlighting.
-
- 12 Jun, 2012 2 commits
-
-
Igor Wiedler authored
-
Fabien Potencier authored
-
- 11 Jun, 2012 1 commit
-
-
Fabien Potencier authored
-
- 09 Jun, 2012 1 commit
-
-
Fabien Potencier authored
Commits ------- c6b63758 Some CS fixes in line with the Symfony2 standards Discussion ---------- Fixes a few small CS issues * public/static ordering * whitespace * missing public declarations
-
- 08 Jun, 2012 2 commits
-
-
Fabien Potencier authored
Commits ------- 49c7de48 Fixed inter-documentation link (from relative to absolute) Discussion ---------- Fixed inter-documentation link (from relative to absolute) I should have used an absolute link instead of a relative one. --------------------------------------------------------------------------- by neurolit at 2012-05-31T20:26:27Z A new pull request, without annoying merge commit.
-
Fabien Potencier authored
Commits ------- 1d0f381f Fix doc formatting. Discussion ---------- Fix doc formatting This patch fixes two formatting errors in the documentation as seen at http://silex.sensiolabs.org/doc/cookbook/json_request_body.html#parsing-the-request-body
-
- 07 Jun, 2012 2 commits
-
-
Chris Sedlmayr authored
-
Marcello Nuccio authored
-
- 03 Jun, 2012 3 commits
-
-
Fabien Potencier authored
Commits ------- 7ecfd533 Re-add a SymfonyBridgesServiceProvider that throws an exception 3ed4cdf6 Add exceptions for removed autoloader service and class_loader parameters Discussion ---------- Add exceptions for removed features As I said before, we need to tell the users about removed features. We cannot expect them to constantly check the changelog, and I refuse to spend my time providing support because of this. This PR adds exceptions for the autoloader service, all of the *.class_path parameters and the SymfonyBridgesServiceProvider. Those exceptions should give the user at least some idea about what is going on, and hopefully reduce the amount of support tickets we get. We can remove these exceptions when we release 1.0.0-RC1. --------------------------------------------------------------------------- by neurolit at 2012-06-03T18:02:34Z I totally agree with you. It's quite painful to maintain a webapp based on Silex, as APIs are changing all the time. Such exceptions would be of much help!
-
Igor Wiedler authored
-
Igor Wiedler authored
-
- 02 Jun, 2012 1 commit
-
-
Fabien Potencier authored
Commits ------- 8d33dc7a Fix compiler, paths and namespaces got messed up when it was renamed Discussion ---------- Fix compiler, paths and namespaces got messed up when it was renamed
-
- 01 Jun, 2012 2 commits
-
-
Igor Wiedler authored
-
Fabien Potencier authored
Commits ------- 5630a8b5 Removed options since Silex WebTestCase has no createKernel, added missing server parameter array Discussion ---------- Fix server parameter array not being passed to new Client instance, unused createKernel options Removed options since Silex WebTestCase has no createKernel and added missing server parameter array. --------------------------------------------------------------------------- by igorw at 2012-06-01T20:16:27Z Looks good.
-