44 Commits

Author SHA1 Message Date
e19d0dacf9 Fixes #823: consistent interface naming 2013-09-24 15:45:09 +04:00
ae39324e54 Support ajax redirection. 2013-09-20 16:21:18 -04:00
147558ea19 added some class documentation 2013-08-28 19:33:06 +02:00
ca69ef09d4 update of @property annotations 2013-08-28 14:59:52 +02:00
bdb77f33ba updated @property annotations of many classes 2013-08-28 14:16:13 +02:00
9f72973b83 Bug in XML format 2013-08-23 11:34:31 -07:00
a9e71d5565 better handling with exceptions in __toString() 2013-08-23 07:05:33 -04:00
27ad7e1fc7 Added Controller::goHome(). 2013-08-12 13:19:37 -04:00
21eab82413 Refactored redirect() methods. 2013-08-12 12:01:59 -04:00
2409624894 fix typos - Yii::app() 2013-08-08 21:15:46 +04:00
9f4ccb6243 Added status code display to debugger toolbar. 2013-08-02 22:07:26 -04:00
a6cd7b72bb refactored helper organization. 2013-07-17 20:45:36 -04:00
194d5a86b5 normalize header names. 2013-07-08 19:57:36 -04:00
13f1e7af8a added usage example to Response::redirect() 2013-07-04 22:17:43 +02:00
7f1b8c109e Adjust for test integration. 2013-06-23 15:03:59 -04:00
22839ae922 Fixed jsonp response handling. 2013-06-17 17:10:20 -04:00
4782b19739 Better handling of sending response content. 2013-06-17 15:49:53 -04:00
3e18479d1f Fixes issue #545: PageCache doesn't work. 2013-06-17 00:48:05 -04:00
5a8e4b648b Added XmlResponseFormatter. 2013-06-15 15:19:00 -04:00
2d118a4c24 Added doc. 2013-06-15 08:24:21 -04:00
03e07f4340 cleaned up "use" statements. 2013-06-14 22:42:55 -04:00
1181c1cc1b Removed unused methods. 2013-06-14 20:40:56 -04:00
a951e1c8e1 Replaced Jsonable with Arrayable.
Added support for different response formats.
Support for error response in different formats.
2013-06-14 16:26:33 -04:00
420637443c Refactored the way of sending response in controller actions. 2013-06-13 23:39:18 -04:00
0b8d239ad3 Renamed HeaderCollection::addDefault to setDefault. 2013-06-11 16:05:25 -04:00
d7cb4ce97c Fixes issue #276: support range request for sending content as a file. 2013-06-11 15:17:13 -04:00
d19446ba10 Minor adjustment of Response::redirect() 2013-06-11 12:57:19 -04:00
e5d8e4adcb fixed usage of renamed method in Response 2013-06-11 00:38:57 +02:00
a0762e7d29 API consistency in Response class
use `getIs...` instead of `is...` to allow these methods to be used as
virtual properties.

This is forconsistency to the rest of the framework.
Only methods that take parameters may be named `is...`.
2013-06-10 23:55:52 +02:00
95bfd82524 removed unnecessary defaul value from Response 2013-06-10 23:49:50 +02:00
47655843a7 Adjusted parameter order. 2013-06-10 17:13:36 -04:00
ad218c6719 moved HttpException to web. 2013-06-10 17:08:26 -04:00
f14774dfb6 Fixes issue #276: Enable Response::sendFile() to operate on resources 2013-06-10 16:37:35 -04:00
9806563f7f Minor refactoring. 2013-06-10 11:26:56 -04:00
22053cdc60 Response::sendStream WIP 2013-06-10 08:48:30 -04:00
0656b8751f doc cleanup 2013-06-09 22:00:40 -04:00
ef5afef7b2 Fixed test break. 2013-06-09 10:32:29 -04:00
f2d477dce6 Response WIP 2013-06-09 09:47:41 -04:00
3833d62f00 Response WIP 2013-06-07 11:31:31 -04:00
b14bb52cdd Fixed status text. 2013-06-07 08:47:22 -04:00
ba0da059da response WIP 2013-06-07 08:00:47 -04:00
bf05ee2942 Response WIP. 2013-06-06 17:10:22 -04:00
6d999ab3dc Response WIP 2013-06-06 07:34:25 -04:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00