30 Commits

Author SHA1 Message Date
8e1199b0f6 Moved setting controllerNamespace back to init 2013-10-19 23:24:51 +04:00
9434cc8f40 Moved Application::$controllerNamespace init into variable declaration, reordered Module::__construct. 2013-10-19 13:30:31 +04:00
61352a440f Merge branch 'master' 2013-10-19 02:24:27 +04:00
6bcacec946 Revert "Better handling of trying to configure already instantiated component"
This reverts commit 6b15768a3f8613edaf611b13b4f55e3b60773ab6.
2013-10-19 02:23:52 +04:00
54e1abaa7b Better Module::init refactoring 2013-10-19 02:22:05 +04:00
3e2bcfdf52 Refactored Module::setBasePath to remove instanceof condition 2013-10-19 02:19:27 +04:00
e8eccc281d Refactored instanceof in Module into method in Application 2013-10-19 02:01:58 +04:00
6b15768a3f Better handling of trying to configure already instantiated component 2013-10-19 01:02:13 +04:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
8293e4d9d7 Refactored getModule and hasModule. 2013-10-16 20:27:18 -04:00
bce3afcca2 Module::getModule and Module::hasModule support for sub-modules - see #983 2013-10-16 18:14:18 -03:00
f4cbadb37b Merge pull request #896 from wicaksono/development
Use str_replace() rather than implode-explode
2013-09-21 17:27:02 -07:00
2765bcccf8 Use str_replace() rather than implode-explode 2013-09-22 00:49:12 +07:00
a9991d4e91 CRUD WIP 2013-09-07 08:18:41 -04:00
91c16782ef finalized PhpDocController
- cleanup API and usage, add documetation link
- introduced @property feature in getter or setter which has precedence
  over @return or @param tag if present
2013-08-28 18:58:59 +02: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