- 06 Nov, 2016 1 commit
-
-
Tobias Schultze authored
The other methods are not PSR-3 standard and will be removed in monolog 2.
-
- 12 Oct, 2016 1 commit
-
-
Fabien Potencier authored
-
- 26 Sep, 2016 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1426). Discussion ---------- Specify relation of twig-bridge to symfony/config When I install `symfony/twig-bridge` I've got `Class 'Symfony\Component\Config\Util\XmlUtils' not found in /vendor/symfony/translation/Loader/XliffFileLoader.php on line 53` It's kinda related to comment https://github.com/symfony/symfony/issues/13194#issuecomment-90893304 Commits ------- e2e417fa Specify relation of twig-bridge to symfony/config
-
Alexander Pervakov authored
When I install `symfony/twig-bridge` I've got `Class 'Symfony\Component\Config\Util\XmlUtils' not found in /vendor/symfony/translation/Loader/XliffFileLoader.php on line 53` It's kinda related to comment https://github.com/symfony/symfony/issues/13194#issuecomment-90893304
-
- 10 Sep, 2016 5 commits
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- fixed deprecation handler in tests Commits ------- 7b9fdf1d fixed deprecation handler in tests
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- removed usage of obsolete PHPUnit method Commits ------- 12a8c99c removed obsolete dep b10ec528 removed usage of obsolete PHPUnit method
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 17 Aug, 2016 1 commit
-
-
Fabien Potencier authored
Revert "minor #1410 Update testing.rst - preventing Fatal Error: Class 'Silex\WebTestCase' not found (Czarnodziej)" This reverts commit af39ead0, reversing changes made to a102df4d.
-
- 15 Aug, 2016 2 commits
-
-
Fabien Potencier authored
minor #1410 Update testing.rst - preventing Fatal Error: Class 'Silex\WebTestCase' not found (Czarnodziej) This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1410). Discussion ---------- Update testing.rst - preventing Fatal Error: Class 'Silex\WebTestCase' not found Taken from: https://github.com/silexphp/Silex-Skeleton/blob/master/phpunit.xml.dist Not adding bootstrap segment to phpunit.xml.dist causes Fatal Error: Class 'Silex\WebTestCase' not found Commits ------- ac35d9d1 Update testing.rst
-
Marcin Mongiało authored
https://github.com/silexphp/Silex-Skeleton/blob/master/phpunit.xml.dist Not adding bootstrap segment to phpunit.xml.dist causes Fatal Error: Class 'Silex\WebTestCase' not found
-
- 18 Jul, 2016 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1398). Discussion ---------- Update nginx sample with PHP7 as default welcome PHP7 :) Commits ------- e8376e54 Update nginx sample with PHP7 as default
-
SpacePossum authored
-
- 09 Jul, 2016 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1397). Discussion ---------- Bootstrap composer autoload in PHPUnit Avoid to require autoload in test class. Commits ------- cd8ee1a8 Bootstrap composer autoload in PHPUnit
-
Matthieu Mota authored
Avoid to require autoload in test class.
-
- 26 May, 2016 2 commits
-
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1376). Discussion ---------- Disable xdebug on travis Commits ------- 2a4c4b39 Disable xdebug on travis
-
Romain Neutron authored
-
- 23 May, 2016 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Documentation code-block fixes Commits ------- 0f401b77 Documentation code-block fixes
-
- 20 May, 2016 1 commit
-
-
Borut authored
-
- 16 May, 2016 5 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
Fabien Potencier authored
-
- 05 May, 2016 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1307). Discussion ---------- Don't rewrite requests for existing directories to index.php Commits ------- 5ce29424 Don't rewrite requests for existing directories to index.php
-
arrgson authored
-
- 03 May, 2016 4 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was squashed before being merged into the 1.3 branch (closes #1288). Discussion ---------- [WIP] Mention use of controller() function in docs This was discussed on twitter before: https://twitter.com/lsmith/status/669145035770851328 Commits ------- 9c6b02d6 [WIP] Mention use of controller() function in docs
-
Malte authored
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Remove slash from FallbackResource Apache config is not my thing, so this might not be correct. However, what I can tell is that it does not work with the slash for me, and that it does without the slash. Commits ------- ffab90c3 Remove slash from FallbackResource
-
- 29 Apr, 2016 3 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1285). Discussion ---------- s/middlewares/middleware Feel free to discard this PR, but reading 'Middlewares' with an 's' feels jarring to me, I never saw it written this way before. For uses without the 's' see : http://english.stackexchange.com/questions/257120/middleware-vs-middlewares https://en.wikipedia.org/wiki/Middleware http://expressjs.com/guide/using-middleware.html I did find uses of 'middlewares' in these pages, so, again, feel free to discard : http://guides.rubyonrails.org/rails_on_rack.html https://blog.engineyard.com/2015/understanding-rack-apps-and-middleware But for example it appears just twice with an 's' in this stack overflow page, and many more times without the 's' : http://stackoverflow.com/questions/2256569/what-is-rack-middleware Commits ------- 06374dc8 s/middlewares/middleware
-
Nicolas Dermine authored
-
- 08 Feb, 2016 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Fix env variable in travis.yaml SYMFONY_DEPS_VERSION=3 was never evaluated correctly as the before_scripts are comparing with 3.0 The tests were still installing 3.0, as minimumStability=dev, but maybe it is nice fixing that. Commits ------- 7c3c8d72 Fix env variable in travis.yaml
-
- 07 Feb, 2016 1 commit
-
-
Daniel Tschinder authored
SYMFONY_DEPS_VERSION=3 was never evaluated correctly as the before_scripts are comparing with 3.0 The test are installing dev-master for some dependencies which might not be 3.0
-
- 19 Jan, 2016 1 commit
-
-
Fabien Potencier authored
This PR was merged into the 1.3 branch. Discussion ---------- Update validator.rst Example from documentation throws `Call to undefined method Symfony\Component\Validator\Validator\RecursiveValidator::validateValue()` Commits ------- 04ecee29 Update validator.rst
-
- 06 Jan, 2016 2 commits
-
-
Fabien Potencier authored
-
Fabien Potencier authored
-