- 11 May, 2015 1 commit
-
-
Dave Marshall authored
-
- 06 May, 2015 1 commit
-
-
Dave Marshall authored
-
- 05 May, 2015 16 commits
-
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
Beau Simensen authored
-
- 03 May, 2015 3 commits
-
-
Fabien Potencier authored
* 1.2: Phpdocs
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- PHPDocs cleans ups And some tabs versus spaces. Commits ------- bd9f72eb Phpdocs
-
Possum authored
-
- 01 May, 2015 4 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Have `Controller::generateRouteName()` always put the method first. (As requested, this is #1154 rebased against 1.3.) At present, mounted controllers can get weird route names. For instance, let's say you have this controller definition: $otherController = $app['controllers_factory']; $otherController->get('/{name}', function (Request $request, $name) use ($app) { return new Response("Goodbye $name!\n", 200, ['Content-Type' => 'text/plain']); }); $app->mount('/goodbye', $otherController); The generated route name in this case will be `_goodbyeGET_name`, which technically contains everything, but is ugly. With this PR, the route name will change to `GET_goodbye_name`, which is considerably easier to parse when debugging. Commits ------- f8d6484c Have `Controller::generateRouteName()` always put the method first.
-
Adam Harvey authored
At present, mounted controllers can get weird route names. For instance, let's say you have this controller definition: $otherController = $app['controllers_factory']; $otherController->get('/{name}', function (Request $request, $name) use ($app) { return new Response("Goodbye $name!\n", 200, ['Content-Type' => 'text/plain']); }); $app->mount('/goodbye', $otherController); The generated route name in this case will be `_goodbyeGET_name`, which technically contains everything, but is ugly. With this PR, the route name will change to `GET_goodbye_name`, which is considerably easier to parse when debugging.
-
Fabien Potencier authored
* 1.2: Fix return of renderView to string Add mention of patch method to usage docs Conflicts: doc/usage.rst
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Fix return of renderView to string Commits ------- 988753a4 Fix return of renderView to string
-
- 30 Apr, 2015 1 commit
-
-
Benoît Burnichon authored
-
- 18 Apr, 2015 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- updated docs for 1.3 Commits ------- 58c91cdd updated docs for 1.3
-
- 16 Apr, 2015 1 commit
-
-
Fabien Potencier authored
-
- 12 Apr, 2015 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1144). Discussion ---------- Add mention of patch method to usage docs Commits ------- f8c6113d Add mention of patch method to usage docs
-
Benjamin Ruston authored
-
- 11 Apr, 2015 10 commits
-
-
Fabien Potencier authored
This reverts commit aaec9f86.
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.2: removed obsolete code Improve Silex\Route\SecurityTrait coverage updated CHANGELOG Conflicts: doc/changelog.rst
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1082). Discussion ---------- Add a isGranted() function to Silex\Application\SecurityTrait + unit tests Commits ------- 6d86c60d Add a isGranted() function to Silex\Application\SecurityTrait + unit tests
-
freepius authored
-
Fabien Potencier authored
This PR was submitted for the 1.3 branch but it was merged into the 1.2 branch instead (closes #1101). Discussion ---------- Improve Silex\Route\SecurityTrait coverage Commits ------- a1240023 Improve Silex\Route\SecurityTrait coverage
-
SofHad authored
-
Fabien Potencier authored
-