- 04 Aug, 2015 18 commits
-
-
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 17 commits
-
-
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
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- changed auto-generated route names when there is a conflict Commits ------- 43aee48f changed auto-generated route names when there is a conflict
-
Fabien Potencier authored
This PR was merged into the 2.0.x-dev branch. Discussion ---------- removed flush() argument I propose to remove the `flush()` prefix argument as I don't see any use case. I think it was there because the method is recursive, but that's leaking an implementation detail. Passing a prefix was not documented. Commits ------- 4005cf28 removed flush() argument
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
* 1.3: updated CHANGELOG moved logic to an internal method simplified previous merge Use shared RouteCollection among nested routes and apply prefix to route path before generating unique route name
-
Fabien Potencier authored
-
Fabien Potencier authored
bug #1205 Use shared RouteCollection among nested routes and apply prefix to route... (srsbiz, fabpot) This PR was merged into the 1.3 branch. Discussion ---------- Use shared RouteCollection among nested routes and apply prefix to route... Replaces #1107, fixes #1106 Commits ------- b510e5a0 moved logic to an internal method 401674e9 simplified previous merge 091240ea Use shared RouteCollection among nested routes and apply prefix to route path before generating unique route name
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Radosław Kowalewski authored
Use shared RouteCollection among nested routes and apply prefix to route path before generating unique route name Fixes #1106
-
Fabien Potencier authored
* 1.3: Changed the proposed nginx configuration to mimic Symfony's one fixed session logout handler when a firewall is stateless Support optional session invalidation on logout
-
Fabien Potencier authored
This reverts commit 59575186, reversing changes made to 19de0cd2.
-
Fabien Potencier authored
This PR was submitted for the 1.3 branch but it was merged into the 2.0.x-dev branch instead (closes #1200). Discussion ---------- Allowing the use of both objects and arrays for the register() Sometimes we may like to use objects for lazy loading and whatsoever and since PHP has the Traversable interface, that should be perfectly fine. Commits ------- 9ac0fd70 Allowing the use of both objects and arrays for the register()
-
Mihail Ivanov(x0r) authored
-
- 31 Jul, 2015 4 commits
-
-
Fabien Potencier authored
This PR was submitted for the 1.3 branch but it was merged into the 2.0.x-dev branch instead (closes #1204). Discussion ---------- Add form type support in FormTrait for flexibility Set parameter to the end for backwards compatibility, ideally make it first in the future release. Commits ------- 3ffe0c72 Add form type support in FormTrait for flexibility
-
Alexander Lokhman authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.3 branch (closes #1185). Discussion ---------- Changed the proposed nginx configuration to mimic Symfony's one The proposed configuration solves [this 404 error issue](https://github.com/silexphp/Silex-Skeleton/issues/24) when trying to load the web profiler under nginx. Commits ------- 7e8157f9 Changed the proposed nginx configuration to mimic Symfony's one
-
Marc Torres authored
-
- 23 Jul, 2015 1 commit
-
-
Fabien Potencier authored
-