Fabien Potencier
|
5316decd8c
Merge remote branch 'hhamon/shared_maxage_fix'
|
14 years ago |
Fabien Potencier
|
66c4bc727c
[HttpFoundation] renamed Cookie::getExpire() to getExpiresTime() to be consistent with the DomCrawler component
|
14 years ago |
hhamon
|
053d83f557
[HttpFoundation] force Response to be "public" if setSharedMaxAge() is called.
|
14 years ago |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 years ago |
Xavier Perez
|
19090d3fb7
[HttpFoundation] Fixed a typo in response->setLastModified()
|
14 years ago |
Xavier Perez
|
0d56ca5654
[HttpFoundation] Replace a duplicated test with a method in Response
|
14 years ago |
Fabien Potencier
|
353177d1d6
replaced Response::createRedirect by a new RedirectResponse class
|
14 years ago |
Fabien Potencier
|
d94acd85f9
remove response as a service
|
14 years ago |
Fabien Potencier
|
bf20238178
fixed a bug in Response content-type auto-detection
|
14 years ago |
Fabien Potencier
|
b1448ecdc7
[HttpFoundation] fixed typo
|
14 years ago |
Jordi Boggiano
|
afbf6bfdc7
Added missing HTTP status code 418
|
14 years ago |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 years ago |
Johannes M. Schmitt
|
98b52b607c
better support for cookie handling, use native PHP function to set cookies
|
14 years ago |
Ryan Weaver
|
99a509708b
[HttpFoundation] Correcting the PHPDoc for the public $headers property on Response.
|
14 years ago |
Jordi Boggiano
|
4f46235ab0
[HttpFoundation] Send proper charset along with the default text/html header
|
14 years ago |
Fabien Potencier
|
944d91c1df
made some method name changes to have a better coherence throughout the framework
|
14 years ago |
Fabien Potencier
|
b6923dd7b9
changed Cache-Control default value behavior
|
14 years ago |
Fabien Potencier
|
7257571be4
[HttpFoundation] added missing code for last commit
|
14 years ago |
Fabien Potencier
|
942104a5ff
[HttpFoundation] added a setCache() method to ease setting the HTTP cache headers in one simple call
|
14 years ago |
Fabien Potencier
|
f669674293
[HttpFoundation] added a missing phpdoc
|
14 years ago |
Fabien Potencier
|
f6ddeeb36b
[HttpFoundation] added Response::setPublic() and changed setPrivate() to not take any argument
|
14 years ago |
Fabien Potencier
|
dd9b77ed96
[HttpFoundation] added Response::setVary()
|
14 years ago |
Fabien Potencier
|
c448429e62
[HttpFoundation] fixed date format for HTTP headers (format must be RFC1123, not RFC2822 -- the difference is that RFC1123 dates always use GMT for the timezone)
|
14 years ago |
Kris Wallsmith
|
f79e23ffb5
Removed all those spaces after @author that were bothering me so…
|
14 years ago |
pborreli
|
86cc6a11d9
[Component] Fixed some spelling typos
|
14 years ago |
Fabien Potencier
|
bf82cf42dd
renamed Symfony\Components to Symfony\Component
|
14 years ago |