- 11 Apr, 2015 5 commits
-
-
Fabien Potencier authored
This PR was submitted for the 1.2 branch but it was merged into the 1.3 branch instead (closes #1124). Discussion ---------- Patch debug and caching translator (Symfony 2.6+ with caching enabled). Patch debug and caching translator (Symfony 2.6+ with caching enabled). API 2.6 : http://api.symfony.com/2.6/Symfony/Component/Translation/Translator.html Commits ------- ffff5bd5 Patch debug and caching translator (Symfony 2.6+ with caching enabled).
-
KhanhIceTea authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed compatibility with 2.7 replaces #1141 Note that 2.7 beta1 won't work because symfony/symfony#14313 was merged after the release. Commits ------- 426cde53 fixed compatibility with 2.7
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 27 Mar, 2015 3 commits
-
-
Fabien Potencier authored
* 1.2: Link to Monolog provider chapter
-
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 2 commits
-
-
Fabien Potencier authored
* 1.2: Fix README doc about running unit tests
-
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 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 3 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
-