- 14 Sep, 2013 1 commit
-
-
Peter Kokot authored
typo in providers.rst
-
- 10 Sep, 2013 4 commits
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Incorporate new RequestStack Commits ------- 7fbca3be Switch to single quotes a2d83aac Use the request stack in the kernel 7f6ca57b Use RequestStack if available
-
Dave Marshall authored
-
Dave Marshall authored
-
Dave Marshall authored
-
- 04 Sep, 2013 3 commits
-
-
Fabien Potencier authored
* 1.0: Use null controller as fake route to be dumpable Add link for twig options
-
Jérôme Tamarelle authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- [Security] Make fake routes dumpable by setting NULL as controller | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #774 | License | MIT By setting `NULL` as controller, the route will end in 404 error if it's not bypassed by a security listener. Commits ------- 5e2c4b62 Use null controller as fake route to be dumpable
-
- 03 Sep, 2013 1 commit
-
-
Jérôme Tamarelle authored
-
- 29 Aug, 2013 2 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the master branch (closes #769). Discussion ---------- Only convert attributes on the request that actually exist Fixes #768. Note: This could be considered a BC break, since it on longer implicitly creates attributes on the request. I'd consider it quite a minor break. The name `convert` implies that the attribute must be present, and I personally would consider this a bug fix instead. Commits ------- f2fc754c Only convert attributes on the request that actually exist
-
Igor Wiedler authored
-
- 23 Aug, 2013 8 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the master branch (closes #764). Discussion ---------- Enable compatibility and testing with Symfony 2.4 Hello, Symfony 2.4 is scheduled for november then, according to Symfony release process, the stabilization phase should start in september. I think it's a good idea to add Symfony 2.4 compatibility as it seems there's no breakage and some people would like to work on the 2.4 branch while working on Silex. Commits ------- 0819b49a Enable compatibility and testing with Symfony 2.4
-
Romain Neutron authored
-
Fabien Potencier authored
This PR was squashed before being merged into the master branch (closes #765). Discussion ---------- remove deprecated calls in Route Commits ------- ec615cfa remove deprecated calls in Route
-
Tobias Schultze authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- small optimization Commits ------- bf719221 small optimization
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- use constants for url generator available since symfony 2.3 which is also the requirement of silex master Commits ------- f04f777b use constants for url generator
-
Tobias Schultze authored
-
Tobias Schultze authored
available since symfony 2.3 which is also the requirement of silex master
-
- 21 Aug, 2013 2 commits
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Make clear that twig-bridge is required to use path and url in Twig Not sure what the best way is to make this explicit, but twig-bridge is required to use path() and url() in Twig. Just having Twig alone is not enough. Commits ------- 956a2768 Make clear that twig-bridge is required to use path and url in Twig
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Remove usage of deprecated function getPattern() Found another one. Did also some search now and there is no set/get-Pattern anymore. Commits ------- 36be14f9 Remove usage of deprecated function getPattern()
-
- 20 Aug, 2013 1 commit
-
-
Niklas Fiekas authored
Not sure what the best way is to make this explicit, but twig-bridge is required to use path() and url() in Twig. Just having Twig alone is not enough.
-
- 19 Aug, 2013 1 commit
-
-
Daniel Tschinder authored
-
- 15 Aug, 2013 2 commits
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Remove usage of deprecated function Remove usage of deprecated function setPattern() and replace with replacement function setPath(). I was not sure if we also want to rename the variables/arguments $pattern to $path inside silex. For now i haven't touched them. Commits ------- 3b4895de Remove usage of deprecated function setPattern()
-
Daniel Tschinder authored
and replace with replacement function setPath()
-
- 09 Aug, 2013 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.0 branch instead (closes #757). Discussion ---------- [Docs] Add link for twig options Commits ------- 3bdfa4a [Docs] Add link for twig options
-
Gusakov Nikita authored
-
- 27 Jul, 2013 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Adjust docs on how to enable logger service Commits ------- 9ba29bde Adjust docs on how to enable logger service
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Log the target url when redirecting I've modified the monolog provider to also log the target url when the response is a `RedirectResponse`. Also added a test for it. Commits ------- 3f746692 Log the target url when redirecting
-
- 26 Jul, 2013 1 commit
-
-
Gábor Fási authored
-
- 19 Jul, 2013 3 commits
-
-
Fabien Potencier authored
This PR was squashed before being merged into the master branch (closes #753). Discussion ---------- Lower the priority of the exception logging Fixes #752 I'd like this to be lower, `Symfony\Component\HttpKernel\EventListener\ExceptionListener` has this functionality at [-128](https://github.com/webfactory/symfony/blob/6b64c03e4a92d071263b3c5c765de166106f2d2e/src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php#L84), but the default priority for handlers added with `Silex\Application::error` fire at -8, so I thought there would be fewer wtfs if we stay above that? Commits ------- b6f72c2d Lower the priority of the exception logging
-
Dave Marshall authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- missing word simple documentation fix because of missing word in a comment. Commits ------- d25a75b2 missing word
-
- 18 Jul, 2013 1 commit
-
-
opatry authored
-
- 16 Jul, 2013 1 commit
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Update internals.rst Fixed minor typo and added a missing comma in the same sentence. Commits ------- a38db51a Update internals.rst
-
- 15 Jul, 2013 1 commit
-
-
nleduc authored
Fixed minor typo and added a missing comma in the same sentence.
-
- 04 Jul, 2013 2 commits
-
-
Igor Wiedler authored
-
Fabien Potencier authored
-