- 29 Aug, 2015 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.0.x-dev branch (closes #1224). Discussion ---------- Move Services into ServiceProvider Some time ago we added KernelServiceProvider and RoutingServiceProvider. I have taken the rest of the services defined directly in the Silex\Application class and moved them into those two service providers. This makes Application more of a delegation class. Commits ------- f96d5421 Move Services into ServiceProvider
-
Henrik Bjornskov authored
-
- 24 Aug, 2015 7 commits
-
-
Fabien Potencier authored
* 1.3: Update travis configuration to use container based infrastructure, also use cache for composer in order to reduce network usage Use Stateful object to check if Interactive Login have been triggered
-
Fabien Potencier authored
minor #1227 [1.3] Update travis configuration to use container based infrastructure, al… (henrikbjorn) This PR was merged into the 1.3 branch. Discussion ---------- [1.3] Update travis configuration to use container based infrastructure, al… …so use cache for composer in order to reduce network usage Commits ------- 258b7ea5 Update travis configuration to use container based infrastructure, also use cache for composer in order to reduce network usage
-
Henrik Bjornskov authored
Update travis configuration to use container based infrastructure, also use cache for composer in order to reduce network usage
-
Henrik Bjornskov authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 2.0.x-dev branch (closes #1226). Discussion ---------- Use Stateful object to check if Interactive Login have been triggered HHVM behaves differently when passing values as references. This removes the need of doing that. Commits ------- 12d660b1 Use Stateful object to check if Interactive Login have been triggered
-
Henrik Bjornskov authored
-
Fabien Potencier authored
* 1.3: doFlush returns the same RouteCollection instance now, so there's no need to add the sub-collection routes to itself removing removed cookbook entry in the list
-
- 23 Aug, 2015 6 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Remove duplicate call to add collection `doFlush` returns the same `RouteCollection` instance now, so there's no need to add the sub-collection routes to itself. Commits ------- 8518a8e6 doFlush returns the same RouteCollection instance now, so there's no need to add the sub-collection routes to itself
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- added a service provider for the Symfony Asset Component Commits ------- 75351758 added a service provider for the Symfony Asset Component
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- added support for HTTP foundation Twig extension Commits ------- 944c118b added support for HTTP foundation Twig extension
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- removed the now obsolete UrlGenerator service provider Commits ------- 0a19eee5 removed the now obsolete UrlGenerator service provider
-
- 22 Aug, 2015 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 13 Aug, 2015 1 commit
-
-
Carson Full authored
doFlush returns the same RouteCollection instance now, so there's no need to add the sub-collection routes to itself
-
- 05 Aug, 2015 1 commit
-
-
Fabien Potencier authored
-
- 04 Aug, 2015 19 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: changed Symfony2 to Symfony
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: bumped version to 1.3.2-DEV prepared the 1.3.1 release updated CHANGELOG
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: added missing docs added support for Symfony ConstraintValidatorFactory simplified code
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- added support for Symfony ConstraintValidatorFactory fixes #1191 Commits ------- 3f93eb88 added missing docs fe7403d7 added support for Symfony ConstraintValidatorFactory eb9da773 simplified code
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: fixed translation override removed obsolete cookbook entry fixed CS updated the docs to show how to restrict a firewall by more than just the URL
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed translation override fixes #1041 I've also removed a cookbook entry which is not relevant anymore. Commits ------- dd270386 fixed translation override 6d3cc41b removed obsolete cookbook entry
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 03 Aug, 2015 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- updated the docs to show how to restrict a firewall by more than just the URL closes #1171 and #1044 Commits ------- 721043c2 updated the docs to show how to restrict a firewall by more than just the URL
-