- 20 Jan, 2015 3 commits
-
-
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
-
- 14 Dec, 2014 1 commit
-
-
Andreas Möller authored
-
- 13 Dec, 2014 8 commits
-
-
Dave Marshall authored
Conflicts: src/Silex/Provider/SwiftmailerServiceProvider.php
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- simplified Composer instructions Commits ------- 29076993 simplified Composer instructions
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1043). Discussion ---------- Fixed Form Provider documentation The Locale component is replaced by the Intl and Icu components, which are taken care of by Composer. The twig bridge also does not work without translation, as far as I tested. Commits ------- dddd0aab Fixed Form Provider documentation
-
WouterJ authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1061). Discussion ---------- Fix: Add missing method visibility in interface excerpts PSR-2, that's why. Commits ------- fc9c1b7d Fix: Add missing method visibility in interface excerpts
-
Andreas Möller authored
PSR-2, that's why.
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Adding a default port for the connection to the database On HHVM an exception is thrown like what it is not a number. Commits ------- 4a1d3480 Adding a default port for the connection to the database
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- Simplify installation instructions for 1.2 See #1069 Commits ------- fcb77426 Simplify installation instructions
-
- 09 Dec, 2014 1 commit
-
-
Flug authored
On HHVM an exception is thrown like what it is not a number.
-
- 06 Dec, 2014 1 commit
-
-
Dave Marshall authored
-
- 24 Nov, 2014 7 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.2 branch. Discussion ---------- allowed any Symfony 2.x versions for Silex 1.2 As we know that Symfony 3.0 will be next year, let's allow any Symfony 2.x versions. I've added the 2.6 and 2.7 versions in Travis to check that everything work fine for all supported Symfony 2.x versions. Commits ------- a5dd2b55 simplified the build matrix ec53f07e fixed tests for Symfony 2.6+ 288d8911 allowed any Symfony 2.x versions
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 23 Nov, 2014 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1056). Discussion ---------- Grammar correction Commits ------- 29004259 Grammar correction
-
Owen Kieffer-Jones authored
-
- 14 Oct, 2014 1 commit
-
-
Fabien Potencier authored
-
- 12 Oct, 2014 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1033). Discussion ---------- Update RememberMeServiceProvider.php Dispatcher is not called in the remember me listener because dispatcher was not given in the constructor of the RememberMe Listener. Commits ------- 89b1287b Update RememberMeServiceProvider.php
-
Kevin authored
-