23 Commits

Author SHA1 Message Date
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
f9b957554f Added Controller::enableCsrfValidation to support turning on/off CSRF validation for particular actions. 2013-09-18 23:24:11 -04: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
ce4f37a183 doc fix. 2013-08-11 16:14:59 -04:00
f1ba923e91 Fixes #648: EVENT_BEFORE_ACTION is triggered twice. 2013-07-21 20:39:05 -04:00
ba6c10eb30 Yii debugger WIP 2013-07-06 21:20:49 -04:00
682c0a346f Added trace messages. 2013-07-06 17:05:29 -04:00
7a587f62a6 Added back the events for Controller. 2013-06-30 21:01:14 -04:00
3a365dae49 Added new events. 2013-06-30 18:35:21 -04:00
16dcd9701f Added Model::loadMultiple() and validateMultiple(). 2013-06-26 09:02:42 -04:00
3e18479d1f Fixes issue #545: PageCache doesn't work. 2013-06-17 00:48:05 -04:00
f18d6df625 Revert "Merge pull request #548 from cebe/action-response"
This reverts commit 9d7597d61a51ae7030b667f740c2a97471cf7f6e, reversing
changes made to 6b6390f72b6a6010cfbe614aab236a90d10b1a00.
2013-06-16 19:45:58 -04:00
9d7597d61a Merge pull request #548 from cebe/action-response
implementation of Response tied to actions
2013-06-16 10:22:37 -07:00
71782b344e Changed existing code to match the changes regarding response 2013-06-16 18:52:56 +02:00
b138199c59 implementation of Response tied to actions
Result of a discussion with @qiangxue
- there is not global Yii::$app->response anymore, every action has
  dedicated response class
- implementation allows using HMVC pattern now, nested actions do not
  interfer
2013-06-16 18:12:27 +02:00
75b614787c doc clarification. 2013-06-16 11:31:20 -04:00
82c978f86a draft idea of action based responses 2013-06-16 17:04:28 +02:00
5a8e4b648b Added XmlResponseFormatter. 2013-06-15 15:19:00 -04:00
420637443c Refactored the way of sending response in controller actions. 2013-06-13 23:39:18 -04:00
5e8154ed7f Removed unused method. 2013-05-28 21:07:35 -04:00
f690f0db13 Fixes issue #441: InvalidRequestException should be HttpException 2013-05-28 19:24:08 -04:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00