14 Commits (7924e6d1fb4a104ab3cc03c775d5918cd20100e5)

Author SHA1 Message Date
Qiang Xue 0c38655217 psr-4 move 11 years ago
Qiang Xue c6c51baa3c Fixes #1844: `Response::sendFile()` and other file sending methods will not send the response 11 years ago
Qiang Xue 50703f8a82 Fixes #1844: Calling `Response::sendFile()` would cause sending the response twice 11 years ago
Alexander Makarov a29df58516 Removed translations for messages intended for developers 11 years ago
Qiang Xue 34dc150f63 doc fixes. 11 years ago
Carsten Brandt 5eed149f24 fixed links in phpdoc 11 years ago
Alexander Makarov 404757bf82 Fixes #1631: Charset is now explicitly set to UTF-8 when serving JSON 11 years ago
Alexander Kozhevnikov 41d24ee903 Replace request with response in code example 11 years ago
Alexander Makarov 26767735dc Renamed byte methods, moved path methods back to StringHelper 11 years ago
Alexander Makarov 5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 11 years ago
Panagiotis Moustafellos 58bd2fb958 Only whitespace removal 11 years ago
Panagiotis Moustafellos f6a3496e8d Removed trailing whitespace.. (OCD really kicking in) 11 years ago
Qiang Xue 248e0cb916 Added default status code setting. 11 years ago
Carsten Brandt e775c82dd8 Changed usage of self to static to allow extendibility 11 years ago
Carsten Brandt f5219d2481 Response status code default is 200 11 years ago
Carsten Brandt 539e233d9c massive improvement on class documentation 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt 7817514e86 fixed default status code for Response::redirect() 11 years ago
Alexander Makarov 6488fe47ec Better phpdoc for chained method calls 11 years ago
Qiang Xue ba1496cd50 doc fix. 11 years ago
Qiang Xue b59812507a reverted doc change: the original one is correct. 11 years ago
Alexander Makarov 45778a4bd7 Added ->send() to redirect phpdoc example 11 years ago
Alexander Makarov e19d0dacf9 Fixes #823: consistent interface naming 11 years ago
Qiang Xue ae39324e54 Support ajax redirection. 11 years ago
Qiang Xue 947a557240 Reverted changeset 595ac6d0be 11 years ago
Qiang Xue 595ac6d0be Fixes #833: added charset to json response. 11 years ago
Carsten Brandt 147558ea19 added some class documentation 11 years ago
Carsten Brandt ca69ef09d4 update of @property annotations 11 years ago
Carsten Brandt bdb77f33ba updated @property annotations of many classes 11 years ago
Borro 9f72973b83 Bug in XML format 11 years ago
Qiang Xue a9e71d5565 better handling with exceptions in __toString() 11 years ago
Qiang Xue 27ad7e1fc7 Added Controller::goHome(). 11 years ago
Qiang Xue 21eab82413 Refactored redirect() methods. 11 years ago
Ryadnov 2409624894 fix typos - `Yii::app()` 11 years ago
Qiang Xue 9f4ccb6243 Added status code display to debugger toolbar. 11 years ago
Qiang Xue a6cd7b72bb refactored helper organization. 11 years ago
Qiang Xue 194d5a86b5 normalize header names. 11 years ago
Carsten Brandt 13f1e7af8a added usage example to Response::redirect() 11 years ago
Qiang Xue 7f1b8c109e Adjust for test integration. 11 years ago
Qiang Xue 22839ae922 Fixed jsonp response handling. 11 years ago
Qiang Xue 4782b19739 Better handling of sending response content. 11 years ago
Qiang Xue 3e18479d1f Fixes issue #545: PageCache doesn't work. 11 years ago
Qiang Xue 5a8e4b648b Added XmlResponseFormatter. 11 years ago
Qiang Xue 2d118a4c24 Added doc. 11 years ago
Qiang Xue 03e07f4340 cleaned up "use" statements. 11 years ago
Qiang Xue 1181c1cc1b Removed unused methods. 11 years ago
Qiang Xue a951e1c8e1 Replaced Jsonable with Arrayable. 11 years ago
Qiang Xue 420637443c Refactored the way of sending response in controller actions. 11 years ago
Qiang Xue 0b8d239ad3 Renamed HeaderCollection::addDefault to setDefault. 11 years ago
Qiang Xue d7cb4ce97c Fixes issue #276: support range request for sending content as a file. 11 years ago