Daniel Londero
|
7dd8dd7699
Fixed @Return comment for getAcceptableContentTypes() method.
|
преди 14 години |
Fabien Potencier
|
ea0f327122
merged branch Seldaek/req_time (PR #1432)
|
преди 14 години |
Jordi Boggiano
|
e80ce57935
[HttpFoundation] Add REQUEST_TIME by default
|
преди 14 години |
Fabien Potencier
|
f57e1d3e10
fixed CS
|
преди 14 години |
Fabien Potencier
|
5b142d581b
fixed CS
|
преди 14 години |
Sasa Stamenkovic
|
cbd1dfd3bd
Minor doc fixes in Request.
|
преди 14 години |
Fabien Potencier
|
62e4342a86
fixed CS
|
преди 14 години |
Fabien Potencier
|
0af4743583
[HttpFoundation] fixed Request::getFormat() when the mime-type has some optional parameter (closes #1235)
|
преди 14 години |
Fabien Potencier
|
f16e206cd7
[HttpFoundation] added missing CONTENT_TYPE and CONTENT_LENGTH to the Request headers (these two headers are not prefixes with HTTP_ -- as per the CGI/1.1 spec, closes #1234)
|
преди 14 години |
Fabien Potencier
|
9118fcee14
[HttpFoundation] fixed CS
|
преди 14 години |
Fabien Potencier
|
c561f4f0c0
[Routing] changed HTTP method to always be uppercased (to be consistent with HttpFoundation/Request)
|
преди 14 години |
Fabien Potencier
|
c19d6c07d2
[HttpFoundation] simplified code
|
преди 14 години |
Joshua Nye
|
3832a7a33d
Added missing space.
|
преди 14 години |
Joshua Nye
|
f019541716
Fixed broken logic in Request::getHttpHost(). It was ignoring HTTP_HOST completely.
|
преди 14 години |
Brikou CARRE
|
9908d51da8
removed docblock for isNoCache
|
преди 14 години |
Brikou CARRE
|
2648ff273e
fixed the description of isNoCache method
|
преди 14 години |
Brikou CARRE
|
12bf94c7ff
fixed description for isNoCache method
|
преди 14 години |
Brikou CARRE
|
e018e6ce44
added missing method's docblock
|
преди 14 години |
Miha Vrhovnik
|
2e286073a4
Removed ability to override method from GET request
|
преди 14 години |
Miha Vrhovnik
|
65ed6f7763
Added support for request method overriding via X-HTTP-Method-Override
|
преди 14 години |
Fabien Potencier
|
5a38886b1d
[HttpFoundation] fixed Request::getHttpHost()
|
преди 14 години |
Fabien Potencier
|
e81b88c576
[HttpFoundation] added HeaderBag::__toString()
|
преди 14 години |
Fabien Potencier
|
dcb4ef6e23
[HttpFoundation] added Request::__toString()
|
преди 14 години |
Fabien Potencier
|
62d09b8fb2
[HttpFoundation] ensures that path info always starts with a /
|
преди 14 години |
Chekote
|
41ed194a98
Fixed content type for urlencoded forms being too specific. For example, this will now function will clients (such as Firefox) that append the charset to the content type header. Uses 0 === strpos() as per @kriswallsmith suggestion.
|
преди 14 години |
Chekote
|
88d94dd59f
Fixed reference to $this, when not in object context
|
преди 14 години |
Fabien Potencier
|
0848604ce1
[HttpFoundation] fixed typo
|
преди 14 години |
Fabien Potencier
|
08846af9e2
[HttpFoundation] moved the PUT magic dance in createFromGlobals()
|
преди 14 години |
Fabien Potencier
|
efd1f1358c
added support for PUT method
|
преди 14 години |
Johannes Schmitt
|
411659bc07
[HttpFoundation] added $deep flag to Request::get()
|
преди 14 години |