- 11 Apr, 2015 14 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1096). Discussion ---------- Update usage.rst Fixed a small grammatical error. Commits ------- b0def74c Update usage.rst
-
Parham Doustdar authored
-
Fabien Potencier authored
This PR was submitted for the 1.3 branch but it was merged into the 1.2 branch instead (closes #1108). Discussion ---------- Updated year in License Updated year in License Commits ------- faab7cdb Updated year in License
-
aqnouch mohammed authored
Updated year in License
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1123). Discussion ---------- Update testing.rst Actually there is no "Reusing applications" topic on Usage chapter. Commits ------- 4cb970b8 Update testing.rst
-
Daniel Lima authored
Actually there is no "Reusing applications" topic on Usage chapter.
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1136). Discussion ---------- Add docblock for the $app field Add a docblock to the `$app` field variable, to help out IDEs. There's not much else to say on this one :) Commits ------- 33edafe7 Add docblock for the $app field
-
Jeremy Pry authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1133). Discussion ---------- Update intro.rst Added PHP opening tag to make things more clear Commits ------- cce42f5c Update intro.rst
-
Stepan Anchugov authored
Added PHP opening tag to make things more clear
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.2 branch (closes #1137). Discussion ---------- Correct exception message when mounting Use a better exception message when calling `mount` with a `ControllerProviderInterface` that doesn't return an `ControllerCollection` on the `connect` call. Commits ------- 5c52a09e Correct exception message when mounting
-
SpacePossum authored
-
- 27 Mar, 2015 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the 1.3 branch but it was merged into the 1.2 branch instead (closes #1132). Discussion ---------- Link to Monolog provider chapter Commits ------- e4907268 Link to Monolog provider chapter
-
SpacePossum authored
-
- 06 Mar, 2015 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- [1.2] Fix doc about running unit tests Alternative to #1075. I've kept the syntax using phpunit.phar as it must be the most portable way to run PHPUnit (like it is for Composer). Commits ------- 7bb4398e Fix README doc about running unit tests
-
- 05 Mar, 2015 1 commit
-
-
Jérôme Tamarelle authored
Remove `--dev` from composer as it is the default Remove .phar to promote usage of global exec
-
- 27 Feb, 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 #1116). Discussion ---------- add values to parameters copied from symfony docs Commits ------- 68492a0e add values to parameters copied from symfony docs
-
Philipp Scheit authored
-
- 20 Jan, 2015 6 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- updated deps as Silex 1.2 is not compatible with Symfony 2.7 Commits ------- 22d7c8ff updated deps as Silex 1.2 is not compatible with Symfony 2.7
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 17 Jan, 2015 6 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.2 branch (closes #1091). Discussion ---------- [Minor] Remove dead code & fix phpdoc Commits ------- f0b9a489 [Minor] Remove dead code & fix phpdoc
-
SofHad authored
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Improve code coverage of SecurityTrait Additional tests to cover: - Empty token: https://github.com/silexphp/Silex/blob/1.2/src/Silex/Application/SecurityTrait.php#L33-35 - Invalid user: https://github.com/silexphp/Silex/blob/1.2/src/Silex/Application/SecurityTrait.php#L37-39 Commits ------- 95023886 Add tests
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Remove a port from the default db options See https://github.com/silexphp/Silex-Providers/commit/d0f1432d395d5be4d716d3c2c23fd297b815bb4f#commitcomment-9229361 Commits ------- 753b09c0 Remove a port from default db options
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Fixed syntax Commits ------- 2dd6ff43 Fixed syntax
-
Eugene Leonovich authored
-
- 15 Jan, 2015 2 commits
- 09 Jan, 2015 2 commits
-
-
Fabien Potencier authored
bug #1086 Fixes #1068 by checking if translation file exists before adding it as a resource (CarsonF) This PR was squashed before being merged into the 1.2 branch (closes #1086). Discussion ---------- Fixes #1068 by checking if translation file exists before adding it as a resource Some locales (such as turkish) don't have translation files, which causes errors. Commits ------- 965f5896 Fixes #1068 by checking if translation file exists before adding it as a resource
-
Carson Full authored
-
- 07 Jan, 2015 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
feature #1088 Allow global after middlewares to return responses like route specific ones (naderman) This PR was merged into the 1.2 branch. Discussion ---------- Allow global after middlewares to return responses like route specific ones Handling responses returned from after middlewares is already implemented in the middleware event listener, but was missing from the application's after method. https://github.com/naderman/Silex/blob/1.2/src/Silex/EventListener/MiddlewareListener.php#L79 Commits ------- d2b59062 Allow global after middlewares to return responses like route specific ones
-
Nils Adermann authored
-
- 16 Dec, 2014 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Fix: Unnecessary FCQNs Unnecessary FQCNs are unnecessary. Commits ------- 51b177f0 Fix: Unnecessary FCQN
-