- 27 Feb, 2015 3 commits
-
-
Fabien Potencier authored
* 1.2: add values to parameters copied from symfony docs
-
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
-
- 29 Jan, 2015 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1104). Discussion ---------- Use the constant to refer to session auth strategy It is always better to refer to a constant with its name rather than its value. Commits ------- 9d082c62 Use the constant to refer to session auth strategy
-
Haralan Dobrev authored
It is always better to refer to a constant with its name rather than its value.
-
- 20 Jan, 2015 21 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed Symfony deprecations Brings Symfony 2.7 compatibility to Silex 1.3. Fixes #928, #1085, #981, #998 Remaining tasks: - [x] update docs where needed (hopefully nothing) - [x] add notes in the changelog Commits ------- 58851284 updated docs f707a6dd updated CHANGELOG d1cd7c13 removed deprecations for the validator provider 29013a9f removed deprecated class 4c01a361 bumped min PHP version to 5.3.9 to ease migration to the new validation component API dfc7d4dd removed usage of deprecated _method and _scheme routing configurations 806287a6 fixed monolog tests as the output depends on the version of Symfony 12571d34 fixed Symfony Security Component deprecations 9d688a93 removed usage of deprecated class 911f2499 fixed Symfony Http Kernel Cache deprecations 3af0b910 fixed Symfony Form Component deprecations
-
Fabien Potencier authored
This reverts commit 1c22ee86, reversing changes made to 1c7dd57d.
-
Fabien Potencier authored
* 1.2: updated deps as Silex 1.2 is not compatible with Symfony 2.7
-
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
-
Fabien Potencier 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
-
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
-