Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Martin Eckhardt 95011ce4b7 [HttpFoundation] Fixed creation of requests without a path. 14 gadi atpakaļ
  Fabien Potencier 932cd10477 made HTTP headers coming from proxies non-trusted by default 14 gadi atpakaļ
  stloyd edf4b87dcb Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 14 gadi atpakaļ
  Pascal Borreli f5eaa404c7 [Tests] Fixed typos 14 gadi atpakaļ
  Fabien Potencier 17cd08dc6c fixed CS 14 gadi atpakaļ
  Fabien Potencier 0af4743583 [HttpFoundation] fixed Request::getFormat() when the mime-type has some optional parameter (closes #1235) 14 gadi atpakaļ
  stloyd 4e03db63d7 Remove all `is_null` alias calls. 14 gadi atpakaļ
  Joshua Nye f019541716 Fixed broken logic in Request::getHttpHost(). It was ignoring HTTP_HOST completely. 14 gadi atpakaļ
  Miha Vrhovnik 2e286073a4 Removed ability to override method from GET request 14 gadi atpakaļ
  Miha Vrhovnik 65ed6f7763 Added support for request method overriding via X-HTTP-Method-Override 14 gadi atpakaļ
  Johannes Schmitt 4d5db59e1e [HttpFoundation] added unit test 14 gadi atpakaļ
  Kris Wallsmith ae46150bc8 [HttpFoundation] added support for X-Forwarded-Port request header 14 gadi atpakaļ
  Fabien Potencier 807c1d8f2f fixed test 14 gadi atpakaļ
  Victor Berchet d350e01e33 File & UploadedFile tweaks 14 gadi atpakaļ
  Fabien Potencier 889c422d6e Merge remote branch 'igorw/ipv6' 14 gadi atpakaļ
  Igor Wiedler 82699c5a98 [HttpFoundation] add IPv6 support to Request 14 gadi atpakaļ
  Igor Wiedler 18e9268112 [HttpFoundation] test Request::create with an IP as host name 14 gadi atpakaļ
  Igor Wiedler 7815bbf3ea [HttpFoundation] refactor Request::getClientIp test 14 gadi atpakaļ
  Fabien Potencier 417839345f Merge remote branch 'lsmith77/request_format_tweaks' 14 gadi atpakaļ
  Lukas Kahwe Smith 53c7bcf3aa added support for setting a custom default format in Request::getRequestFormat() 14 gadi atpakaļ
  Brikou CARRE e898445b94 removed empty lines/trailing spaces 14 gadi atpakaļ
  George Giannoulopoulos 81e1d4f11d Refactoring, replace is_null() wuth null === 14 gadi atpakaļ
  Fabien Potencier 510c30693b [HttpFoundation] fixed a test 14 gadi atpakaļ
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com 14 gadi atpakaļ
  Cyril Quintin 1e4e899641 requestTest, override globals erase for the next tests. so backup it and restore it. 14 gadi atpakaļ
  Pascal Borreli 3a47fa6eed [Tests] Fixed Typo 14 gadi atpakaļ
  pborreli 41bf849a63 [HttpFoundation] Request coverage 14 gadi atpakaļ
  Martijn Evers 1e3dc1479c [Testing][HttpKernel] Added possibility to functional test raw body data 14 gadi atpakaļ
  Victor Berchet f470c5605e [Request] Fix getting mime type 14 gadi atpakaļ
  Fabien Potencier 98c1056fbf renamed Request::fromGlobals() to Request::createFromGlobals() (for consistency with the existing create() method) 14 gadi atpakaļ