Alexander Makarov
d5fd2bfe98
Removed re-declaration of $preload from Application
11 years ago
Qiang Xue
98bd4041dc
adjusted calling sequence within init().
11 years ago
Alexander Makarov
8e1199b0f6
Moved setting controllerNamespace back to init
11 years ago
Alexander Makarov
9434cc8f40
Moved Application::$controllerNamespace init into variable declaration, reordered Module::__construct.
11 years ago
Alexander Makarov
6bcacec946
Revert "Better handling of trying to configure already instantiated component"
...
This reverts commit 6b15768a3f
.
11 years ago
Alexander Makarov
54e1abaa7b
Better Module::init refactoring
11 years ago
Alexander Makarov
3e2bcfdf52
Refactored Module::setBasePath to remove instanceof condition
11 years ago
Alexander Makarov
e8eccc281d
Refactored instanceof in Module into method in Application
11 years ago
Alexander Makarov
6b15768a3f
Better handling of trying to configure already instantiated component
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
Qiang Xue
8293e4d9d7
Refactored getModule and hasModule.
11 years ago
Luciano Baraglia
bce3afcca2
Module::getModule and Module::hasModule support for sub-modules - see #983
11 years ago
Niko Wicaksono
2765bcccf8
Use str_replace() rather than implode-explode
11 years ago
Qiang Xue
a9991d4e91
CRUD WIP
11 years ago
Carsten Brandt
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
11 years ago
Qiang Xue
6b41d41fd9
Fixes #711 .
11 years ago
Qiang Xue
e433c98ed4
Fixes #599
11 years ago
Qiang Xue
203f4bfe3e
Fixes issue #643
11 years ago
Qiang Xue
12c48d1ae4
Refactored logging.
12 years ago
Qiang Xue
3a365dae49
Added new events.
12 years ago
Qiang Xue
611052c4cf
Support preloading modules
12 years ago
Qiang Xue
3e18479d1f
Fixes issue #545 : PageCache doesn't work.
12 years ago
Qiang Xue
f18d6df625
Revert "Merge pull request #548 from cebe/action-response"
...
This reverts commit 9d7597d61a
, reversing
changes made to 6b6390f72b
.
12 years ago
Carsten Brandt
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
12 years ago
Qiang Xue
420637443c
Refactored the way of sending response in controller actions.
12 years ago
resurtm
7a7d2a9c06
CS fixes.
12 years ago
Qiang Xue
b7c1f94977
Fixed bug about setting default path aliases.
12 years ago
Qiang Xue
21160338d7
Implemented default controller namespace.
12 years ago
Qiang Xue
8435285c19
doc fix.
12 years ago
Qiang Xue
f72105166c
reorganized the main repo to satisfy PSR-0.
12 years ago
Qiang Xue
0522f9bbfe
Replaced id2camel with direct implementation
12 years ago
Qiang Xue
1b7b200c1e
Fixes issue #320 : Module::createController() will fail with a route with trailing slash.
12 years ago
Oleksii Strutsynskyi
5e888260d8
Fixed issue with getting Object component
12 years ago
Qiang Xue
0d814fa523
Moved "framework" to "iii".
12 years ago
Qiang Xue
0b4d47d951
Support default standard component class.
12 years ago
Qiang Xue
a578938df7
Added beforeAction and afterAction to Module.
12 years ago
Alexander Makarov
990489354d
corrected exception class
12 years ago
Qiang Xue
5b412b8f84
script WIP
12 years ago
Qiang Xue
f22dd82fb6
refactored autoloader.
12 years ago
Qiang Xue
bcc833200a
simplified Yii::import().
12 years ago
Qiang Xue
6ae715ff8a
refactored autoloading.
12 years ago
Qiang Xue
4c2fcd7608
refactored application.
12 years ago
Qiang Xue
3bd186deeb
refactored validators.
12 years ago
Qiang Xue
78457bf009
fetching plural rule data.
12 years ago
Qiang Xue
e7295ad564
Use __METHOD__ as log category.
12 years ago
Qiang Xue
e1acc64b2b
refactoring cache and db references.
12 years ago
Qiang Xue
884977a724
renamed util to helpers.
12 years ago
Qiang Xue
4fdaab3560
updated file header.
12 years ago
Qiang Xue
1c375b9097
bug fixes.
12 years ago
Qiang Xue
8b2b7915b4
Renamed application to app.
12 years ago