Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Fabien Potencier a12ea12fc1 fixed CS 14 gadi atpakaļ
  Fabien Potencier 196350b892 Merge remote branch 'djama/patch-1' 14 gadi atpakaļ
  Aurélien Fredouelle 6ae2bdeabd [HttpFoundation] Fixed indentation 14 gadi atpakaļ
  Aurélien Fredouelle 1e50a553d2 [HttpFoundation] Fixed charset always being set to UTF-8 14 gadi atpakaļ
  djama 96359fb86d call header() with replace=false, to provide the possibility of sending mutiple headers of the same type. 14 gadi atpakaļ
  Fabien Potencier 09ee01501d Merge remote branch 'lmcd/master' 14 gadi atpakaļ
  Lee McDermott 7e89a6ad41 Added an optimisation for PHP-FPM (FastCGI Process Manager). 14 gadi atpakaļ
  GordonsLondon ef9dc7c623 [HttpFoundation] merge Response::isRedirected() with Response::isRedirect() - Response::isRedirected() has been removed 14 gadi atpakaļ
  Fabien Potencier e7e5304876 forced all responses to have a Date header (RFC2616 - 14.18) 14 gadi atpakaļ
  Fabien Potencier e81b88c576 [HttpFoundation] added HeaderBag::__toString() 14 gadi atpakaļ
  Fabien Potencier dcb4ef6e23 [HttpFoundation] added Request::__toString() 14 gadi atpakaļ
  jsor d39c3be779 [HttpFoundation] replaced LF by CRLF as per the spec 14 gadi atpakaļ
  Fabien Potencier fd05f02b23 [HttpFoundation] added logic to automatically add the charset when not present in the Content-Type for relevant Content-Types 14 gadi atpakaļ
  Fabien Potencier a2ab05e9c2 Merge remote branch 'web-dev/master' 14 gadi atpakaļ
  Josiah 98e46a23fa Added 201 to the possible status codes that indicate a response is a redirect. 14 gadi atpakaļ
  Fabien Potencier 5316decd8c Merge remote branch 'hhamon/shared_maxage_fix' 14 gadi atpakaļ
  Fabien Potencier 66c4bc727c [HttpFoundation] renamed Cookie::getExpire() to getExpiresTime() to be consistent with the DomCrawler component 14 gadi atpakaļ
  hhamon 053d83f557 [HttpFoundation] force Response to be "public" if setSharedMaxAge() is called. 14 gadi atpakaļ
  Fabien Potencier 8c423edfef replaced symfony-project.org by symfony.com 14 gadi atpakaļ
  Xavier Perez 19090d3fb7 [HttpFoundation] Fixed a typo in response->setLastModified() 14 gadi atpakaļ
  Xavier Perez 0d56ca5654 [HttpFoundation] Replace a duplicated test with a method in Response 14 gadi atpakaļ
  Fabien Potencier 353177d1d6 replaced Response::createRedirect by a new RedirectResponse class 14 gadi atpakaļ
  Fabien Potencier d94acd85f9 remove response as a service 14 gadi atpakaļ
  Fabien Potencier bf20238178 fixed a bug in Response content-type auto-detection 14 gadi atpakaļ
  Fabien Potencier b1448ecdc7 [HttpFoundation] fixed typo 14 gadi atpakaļ
  Jordi Boggiano afbf6bfdc7 Added missing HTTP status code 418 14 gadi atpakaļ
  Dominique Bongiraud 64fb94c725 normalized license messages in PHP files 14 gadi atpakaļ
  Johannes M. Schmitt 98b52b607c better support for cookie handling, use native PHP function to set cookies 14 gadi atpakaļ
  Ryan Weaver 99a509708b [HttpFoundation] Correcting the PHPDoc for the public $headers property on Response. 14 gadi atpakaļ
  Jordi Boggiano 4f46235ab0 [HttpFoundation] Send proper charset along with the default text/html header 14 gadi atpakaļ