16 Commits

Author SHA1 Message Date
2765bcccf8 Use str_replace() rather than implode-explode 2013-09-22 00:49:12 +07:00
6b41d41fd9 Fixes #711. 2013-08-03 14:04:36 -04:00
e433c98ed4 Fixes #599 2013-07-23 22:01:16 -04:00
203f4bfe3e Fixes issue #643 2013-07-21 08:59:17 -04:00
12c48d1ae4 Refactored logging. 2013-07-02 22:09:25 -04:00
3a365dae49 Added new events. 2013-06-30 18:35:21 -04:00
611052c4cf Support preloading modules 2013-06-29 21:55:24 -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
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
420637443c Refactored the way of sending response in controller actions. 2013-06-13 23:39:18 -04:00
7a7d2a9c06 CS fixes. 2013-06-07 22:41:11 +06:00
b7c1f94977 Fixed bug about setting default path aliases. 2013-06-05 08:28:36 -04:00
21160338d7 Implemented default controller namespace. 2013-06-02 22:31:17 -04:00
8435285c19 doc fix. 2013-06-02 22:19:38 -04:00
f72105166c reorganized the main repo to satisfy PSR-0. 2013-05-21 21:19:05 -04:00