Qiang Xue
cdf52d69ef
typo fix.
11 years ago
Alexander Makarov
1f6a823073
Short array syntax
11 years ago
Qiang Xue
602592411d
Fixes #996 .
11 years ago
Carsten Brandt
6507e2e316
applied new style of Yii::t params to all occurences
11 years ago
Aaron Francis
c5a34c534b
Fix Issue #934
...
Fixes issue #934 . Command is created for the selected database, not the default database.
11 years ago
Carsten Brandt
c582e589d2
added note about differing property types
11 years ago
Carsten Brandt
ca69ef09d4
update of @property annotations
11 years ago
Carsten Brandt
bdb77f33ba
updated @property annotations of many classes
11 years ago
Carsten Brandt
b96fd24ef5
Finished documentation of Console Helper and Controller
...
fixes #33
11 years ago
Qiang Xue
61c7ac9d8b
Fixes #722 .
11 years ago
Qiang Xue
d836654af9
Fixes #704 .
11 years ago
Qiang Xue
3bef7365f1
Fixes #624 : renamed www to web.
11 years ago
Alexander Makarov
02608626fb
class import cleanup
11 years ago
Alexander Makarov
02f8062435
fixed code style
11 years ago
Qiang Xue
e15938474c
Refactored console commands.
11 years ago
Qiang Xue
a6cd7b72bb
refactored helper organization.
11 years ago
Qiang Xue
a128bffb47
Fix for asset command.
11 years ago
Qiang Xue
ba6c10eb30
Yii debugger WIP
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
Carsten Brandt
82c978f86a
draft idea of action based responses
12 years ago
Carsten Brandt
36184569a8
removed unnecessary check
12 years ago
Carsten Brandt
5ed52b98a1
renamed Application::handle() to handelRequest()
...
Name make more sense imo as it is not clear what it handles otherwise.
Removed unused method processRequest form console app and also refactored
console Application to be more similar to web Application.
12 years ago
gsd
1a46b8704c
fix MigrateController
12 years ago
Qiang Xue
075a6b6504
fixed how console color should be enabled.
12 years ago
Qiang Xue
725d810085
Refactored console controller color option.
12 years ago
Qiang Xue
420637443c
Refactored the way of sending response in controller actions.
12 years ago
Qiang Xue
531ca690eb
refactored the message command.
12 years ago
Klimov Paul
014053f080
Doc comments at "yii\console\controllers\MessageController" has been updated.
12 years ago
Klimov Paul
7c9f74722c
"yii\console\controllers\MessageController" has been fixed.
12 years ago
Qiang Xue
f2d477dce6
Response WIP
12 years ago
Klimov Paul
04848a45c9
Default action of "yii\console\controllers\MessageController" has been renamed to "generate".
12 years ago
Klimov Paul
4a164f8afa
Action "template" has been added to "yii\console\controllers\MessageController".
12 years ago
Klimov Paul
3c9b157814
Exception usage has been added to "yii\console\controllers\MessageController".
12 years ago
resurtm
7a7d2a9c06
CS fixes.
12 years ago
Qiang Xue
29ac3aeea6
Added Jsonable support.
12 years ago
Klimov Paul
152e5a0e15
Doc comments and descriptive output at"AssetController" has been adjusted.
12 years ago
Klimov Paul
dfe2d00785
Output of "AssetController::actionCompress" have been adjusted to hold the action id.
12 years ago
Klimov Paul
1f68becb61
Doc comments at "AssetController" have been updated.
12 years ago
Klimov Paul
9b8b285eb1
Doc comments at "AssetController" have been extended.
12 years ago
Klimov Paul
5172dbd4c4
Additional comments have been added to the "AssetController::actionTemplate" output.
12 years ago
Klimov Paul
6c179ef3a7
File creation checks at "AssetController" have been updated to use Exceptions.
12 years ago
Qiang Xue
587529bf94
Always refetch the migration table definition.
12 years ago
Klimov Paul
f65d1398a5
Added skipping for absolute URLs at "AssetController::adjustCssUrl()".
12 years ago
Klimov Paul
2635b4775e
Method "AssetController::adjustCssUrl()" has been applied to compress process.
12 years ago
Klimov Paul
b6ec6085fe
Method "AssetController::adjustCssUrl()" has been complete.
12 years ago
Klimov Paul
265a6f1c39
Relative path composing at "AssetController::adjustCssUrl()" has been complete.
12 years ago
Klimov Paul
fbc8e265ad
Method "AssetController::adjustCssUrl()" has been implemented in basic.
12 years ago
Klimov Paul
ce6b73c88a
Method "AssetController::adjustCssUrl()" has been created as blank
12 years ago
Carsten Brandt
689080519e
Added support for previous exceptions
...
PHP supports exception stacks since 5.3 so we should use it.
Also Errorhandler is now able to display the stack: #297
12 years ago