- 11 Oct, 2013 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Update instructions to use ~1.1 instead of ~1.0 Please also update http://silex.sensiolabs.org/download which is not only forgotten every time because it's not part of the repo, it's also outdated *right now*... Commits ------- 9685e904 use tilde operator for pimple require 69c545c6 Update constraints from ~1.0 to ~1.1
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 09 Oct, 2013 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 01 Oct, 2013 2 commits
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Updating translation file path Commits ------- 3f981d56 Updating translation file path
-
Julio Montoya authored
-
- 27 Sep, 2013 2 commits
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Update multiple_loggers.rst typo Commits ------- e855c2a2 Update multiple_loggers.rst
-
Χάρης Υφαντής authored
typo
-
- 23 Sep, 2013 2 commits
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Change deprecated functions and remove unused imports I changed the deprecated translation function setFallbackLocale() and the debug Exception- and Error-Handler. Therefore i added symfony/debug to composer.json. I also removed unused imports and fixed some classnames in docblock comments. Commits ------- d214e2e0 Test for TranslationServiceProvider 67c7e3fe Handle locale_fallback 380792b9 Also update doc for translation changes 60baeadc Remove unused imports and fix docblock for exceptions 69756f95 Use new debug component 92d4f0f1 Remove usage of deprecated function setFallbackLocale
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Bad doc link : correction of the link to the documentation The link to the doc was wrong (404), fixed. Commits ------- 8898de0e Bad doc link : correction of the link to the documentation
-
- 20 Sep, 2013 1 commit
-
-
Daniel Tschinder authored
-
- 16 Sep, 2013 5 commits
-
-
Daniel Tschinder authored
-
Daniel Tschinder authored
-
Daniel Tschinder authored
-
Daniel Tschinder authored
-
Daniel Tschinder authored
-
- 15 Sep, 2013 1 commit
-
-
Fabien Potencier authored
This PR was merged into the master branch. Discussion ---------- Update providers.rst typo in providers.rst Commits ------- b00e79b7 Update providers.rst
-
- 14 Sep, 2013 1 commit
-
-
Peter Kokot authored
typo in providers.rst
-
- 12 Sep, 2013 1 commit
-
-
sylvaincombes authored
-
- 10 Sep, 2013 6 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
-
Igor Wiedler authored
-
Igor Wiedler 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 7 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
-