15 Commits

Author SHA1 Message Date
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