Commit Graph

39 Commits

Author SHA1 Message Date
Antoine Makdessi fbd4cb2671
Update README.md 2021-04-04 16:42:37 +02:00
Abdouni Abdelkarim 9ee2dc6d66
Update README.md
update semver link to use https
2020-12-29 01:17:49 +01:00
Antoine Makdessi e80dfe7c67 Minor improvement 2020-07-29 07:57:47 +02:00
Antoine Makdessi 465f092aeb Improve Symfony description
According to https://symfony.com/stats/downloads :)
2019-11-24 19:17:45 +01:00
Nicolas Grekas bf20260025 Merge branch '2.8' into 3.4
* 2.8:
  Add code of Conduct links in our README
  [DI] never inline lazy services
  Default testsuite to latest PHPUnit 6.*
  [Github] Update the pull-request template
  bumped Symfony version to 2.8.42
  updated VERSION for 2.8.41
  updated CHANGELOG for 2.8.41
2018-05-25 16:50:57 +02:00
Javier Eguiluz 40e59a6415 Add code of Conduct links in our README 2018-05-25 16:34:01 +02:00
Nikolay Labinskiy d9b135d11b Prefer composer install instead for using Symfony Installer 2018-01-10 18:56:50 +01:00
Maxime Steinhausser 8ea38b56e0 Fix minor typo in the main README.md 2017-04-27 20:23:38 +02:00
Alexey Pyltsyn e3ac705b69 Rename StackOverflow to Stack Overflow 2017-03-08 11:34:04 +01:00
Javier Eguiluz c7d30ca486 Revamped the README file 2017-02-24 05:55:42 -08:00
Maxime Steinhausser 313defaadf Mention the community review guide 2016-12-18 22:02:35 +01:00
Roland Franssen d367cfc6f2 Update README.md 2016-10-18 19:16:23 +02:00
Fabien Potencier 58efb98c6f Merge branch '2.6' into 2.7
* 2.6: (30 commits)
  [Translation] fixed JSON loader on PHP 7 when file is empty
  Fix typo
  Check instance of FormBuilderInterface instead of FormBuilder
  [Security] TokenBasedRememberMeServices test to show why encoding username is required
  [Security] AbstractRememberMeServices::encodeCookie() validates cookie parts
  fixed typo
  [console][formater] allow format toString object.
  [HttpFoundation] Fix baseUrl when script filename is contained in pathInfo
  Avoid redirection to XHR URIs
  [HttpFoundation] IpUtils::checkIp4() should allow  networks
  [2.6] Fix HTML escaping of to-source links
  Fix HTML escaping of to-source links
  ExceptionHandler: More Encoding
  Fix the rendering of deprecation log messages
  [FrameworkBundle] Removed unnecessary parameter in TemplateController
  [DomCrawler] Throw an exception if a form field path is incomplete.
  Fixed the indentation in the compiled template for the DumpNode
  [Console] Delete duplicate test in CommandTest
  [TwigBundle] Refresh twig paths when resources change.
  WebProfiler break words
  ...

Conflicts:
	src/Symfony/Bridge/Twig/composer.json
	src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig
	src/Symfony/Component/Debug/ExceptionHandler.php
2015-05-22 16:54:25 +02:00
Antoine Makdessi ec89cfd226 Update README.md 2015-05-15 16:06:52 +02:00
Fabien Potencier daf4a03e5d Merge branch '2.6' into 2.7
* 2.6: (21 commits)
  bumped Symfony version to 2.6.8
  updated VERSION for 2.6.7
  updated CHANGELOG for 2.6.7
  bumped Symfony version to 2.3.29
  updated VERSION for 2.3.28
  update CONTRIBUTORS for 2.3.28
  updated CHANGELOG for 2.3.28
  [Debug] Fixed ClassNotFoundFatalErrorHandlerTest
  [SecurityBundle] use access decision constants in config
  [SecurityBundle] use session auth constants in config
  PhpDoc fix in AbstractRememberMeServices
  [Filesystem] Simplified an if statement
  [SecurityBundle] Use Enum Nodes Instead Of Scalar
  [Debug 2.3] Fix test for PHP7
  [HttpKernel] Check if "symfony/proxy-manager-bridge" package is installed
  [Translation] simplify getMessages.
  [Framework][Translation] added test for debug command.
  Run tests on hhvm instead of hhvm-nightly
  Use HTTPS in README and some other fixes
  add more entropy to generated classnames
  ...

Conflicts:
	.travis.yml
	src/Symfony/Component/HttpKernel/Kernel.php
2015-05-11 04:35:29 +02:00
Wouter J 89a1903ac6 Use HTTPS in README and some other fixes 2015-05-04 12:21:54 +02:00
Alexander Schwenn c8857c100e Update README.md to min PHP 5.3.9 2015-01-10 19:20:22 +01:00
Romain Neutron 0a76b7e9fc Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00
Alexander e6a7e4ceb7 Fix typos in README 2013-01-19 11:32:41 +01:00
Victor 5aa83ad1eb KNOWN_ISSUES with php 5.3.16 2013-01-18 13:28:05 +01:00
Fabien Potencier 4bee2e9d3a Merge branch '2.0' into 2.1
* 2.0:
  [FrameworkBundle] added support for URIs as an argument to HttpKernel::render()
  [FrameworkBundle] restricted the type of controllers that can be executed by InternalController
  Making it easier to grab the PR template.
  fix double-decoding in the routing system

Conflicts:
	README.md
	src/Symfony/Bundle/FrameworkBundle/EventListener/RouterListener.php
	src/Symfony/Component/Security/Http/HttpUtils.php
2012-12-20 08:21:29 +01:00
Drak df0623f98f Making it easier to grab the PR template. 2012-12-15 21:57:27 +00:00
Fabien Potencier d2885adffe Merge branch '2.0' into 2.1
* 2.0:
  fixed CS
  removed the Travis icon (as this is not stable enough -- many false positive, closes #6186)
  [Config] Loader::import must return imported data
  [HttpFoundation] fixed a small regression

Conflicts:
	README.md
	src/Symfony/Bridge/Twig/Extension/FormExtension.php
	src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/attributes.html.php
	src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/form_widget.html.php
	src/Symfony/Bundle/FrameworkBundle/Templating/Helper/FormHelper.php
	src/Symfony/Component/Form/Form.php
	src/Symfony/Component/HttpFoundation/Request.php
	src/Symfony/Component/HttpFoundation/SessionStorage/PdoSessionStorage.php
	tests/Symfony/Tests/Bridge/Doctrine/Logger/DbalLoggerTest.php
2012-12-11 11:33:11 +01:00
Fabien Potencier c68dd37c0e removed the Travis icon (as this is not stable enough -- many false positive, closes #6186) 2012-12-10 14:50:56 +01:00
Sebastian Bergmann 41ffd006e5 Point to information on how to run the test suite. (closes #5405) 2012-09-01 08:52:18 +02:00
Fabien Potencier d09bfe7552 added some warnings about known PHP bugs 2012-07-15 12:19:52 +02:00
Fabien Potencier cd24e6ea8f Revert "raised the minimum version of PHP to 5.3.4 (closes #3856)"
This reverts commit 2dcc44897e.
2012-07-15 12:13:51 +02:00
Fabien Potencier 2dcc44897e raised the minimum version of PHP to 5.3.4 (closes #3856)
We've raised the minimum version of PHP because of a PHP
bug before 5.3.4:

https://bugs.php.net/bug.php?id=52083
https://bugs.php.net/bug.php?id=50027
2012-07-13 21:22:46 +02:00
Fabien Potencier 3719c70870 updated minimum PHP version to 5.3.3
5.3.3 has some interesting fixes and this is the version used by
Redhat 6 and Debian 6
2012-05-07 10:29:11 +02:00
Lukas Kahwe Smith 3f9a0bf4e7 set travis-ci icon to master 2011-11-23 11:36:09 +01:00
Lukas Kahwe Smith 0e51e32ea8 point the status icon to 2.0 2011-11-22 20:15:25 +01:00
Fabien Potencier 9d2bd1cd51 tweaked travis configuration 2011-11-22 20:12:00 +01:00
pborreli f68c0286cc [CI] travis-ci.org integration 2011-11-22 19:57:22 +01:00
Fabien Potencier e263c1b624 tweaked travis configuration 2011-11-22 09:28:10 +01:00
pborreli cfc7be237b [CI] travis-ci.org integration 2011-11-17 07:05:49 -08:00
Ryan Weaver c0494c4c5b [README] Adding a small section with information about contributing. 2011-09-23 11:21:11 -05:00
Fabien Potencier d6a4bcc7f4 updated the README file 2011-05-24 17:27:37 +02:00
Fabien Potencier b0f84e259d fixed typo 2011-05-02 22:21:20 +02:00
Fabien Potencier 9be419ecbd renamed README to README.md 2011-03-09 21:51:11 +01:00