- 11 Apr, 2015 40 commits
-
-
Fabien Potencier authored
* 1.3: Revert "removed obsolete code" Conflicts: src/Silex/Provider/ValidatorServiceProvider.php
-
Fabien Potencier authored
This reverts commit aaec9f86.
-
Fabien Potencier authored
* 1.3: removed obsolete code Conflicts: src/Silex/Provider/ValidatorServiceProvider.php
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: removed obsolete code Improve Silex\Route\SecurityTrait coverage updated CHANGELOG
-
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
* 1.3: fixed CS Conflicts: src/Silex/Application.php src/Silex/EventListener/LogListener.php src/Silex/LazyUrlMatcher.php
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- A solution to resolve #983 (bad comportment of Translator) Implementation of @henrikbjorn solution : Use the Translator directly from Symfony and create a EventListener that sets the Locale on the translator based on the request (like LocaleListener does). Commits ------- 36cfde2b A solution to resolve #983 (bad comportment of Translator)
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: (44 commits) Add a isGranted() function to Silex\Application\SecurityTrait + unit tests Type hint against EventDispatcherInterface Update usage.rst Use PSR-4 for autoloading, works same as the PSR-0 configuration. Use autoload-dev for autoloading tests updated CHANGELOG Patch debug and caching translator (Symfony 2.6+ with caching enabled). Updated year in License Update testing.rst Add docblock for the $app field fixed CS Update intro.rst Correct exception message when mounting fixed compatibility with 2.7 updated .travis.yml with only maintained Symfony versions Link to Monolog provider chapter Fix README doc about running unit tests add values to parameters copied from symfony docs Use the constant to refer to session auth strategy Revert "Merge branch '1.2' into 1.3" updated deps as Silex 1.2 is not compatible with Symfony 2.7 ... Conflicts: .travis.yml README.rst composer.json doc/changelog.rst doc/providers/security.rst doc/usage.rst src/Silex/Api/BootableProviderInterface.php src/Silex/Application.php src/Silex/Provider/FormServiceProvider.php src/Silex/Provider/HttpCacheServiceProvider.php src/Silex/Provider/SecurityServiceProvider.php src/Silex/Provider/Translation/Translator.php src/Silex/Provider/TranslationServiceProvider.php src/Silex/Provider/ValidatorServiceProvider.php tests/Silex/Tests/Provider/MonologServiceProviderTest.php tests/Silex/Tests/Provider/TwigServiceProviderTest.php
-
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
-
Fabien Potencier authored
* 1.2: Update usage.rst Updated year in License Update testing.rst Add docblock for the $app field fixed CS Update intro.rst Correct exception message when mounting
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1026). Discussion ---------- Type hint against EventDispatcherInterface Commits ------- 9e3a35c2 Type hint against EventDispatcherInterface
-
jeroendedauw authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- Update "Error Handlers" part in usage.rst Update "Error Handlers" part in usage.rst because of https://github.com/silexphp/Silex/commit/e96f9be8fda96193313bb655d63b061d6d4d7c4d#diff-9460b640f6466d5890f37f7caf262024R52 Commits ------- 46f125c4 Update "Error Handlers" part in usage.rst
-
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
minor #986 Use PSR-4 for autoloading, works same as the PSR-0 configuration. Use au... (henrikbjorn) This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #986). Discussion ---------- Use PSR-4 for autoloading, works same as the PSR-0 configuration. Use au... ...toload-dev for autoloading tests Commits ------- 0df76379 Use PSR-4 for autoloading, works same as the PSR-0 configuration. Use autoload-dev for autoloading tests
-
Henrik Bjørnskov authored
Use PSR-4 for autoloading, works same as the PSR-0 configuration. Use autoload-dev for autoloading tests
-
Fabien Potencier authored
-
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 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.
-