Luciano Baraglia
d40065cdc2
Typo in MessageController [skip ci]
11 years ago
Alexander Makarov
c79994c773
Removed exception translation, updated translations
11 years ago
Alexander Kochetov
995a922b01
\yii\console\controllers\MigrateController updated
11 years ago
Qiang Xue
34dc150f63
doc fixes.
11 years ago
Carsten Brandt
60db9518f0
console HelpController use correct script name
11 years ago
Mark
2eb91acefd
CS fix
11 years ago
Mark
3814c5c3ef
improved fixture controller
11 years ago
Alexander Kochetov
1edf0a0981
FixtureController code style fixes and typo fixes
11 years ago
Carsten Brandt
3fdca0508c
applied fixture command docs from #1762
...
closes #1762
11 years ago
Carsten Brandt
7d42fc4112
code style fixes
11 years ago
Mark
f4397f1b8a
fixture controller improved
11 years ago
Mark
ccfb7638d0
Added to the basic app, fixed config, added to core commands.
11 years ago
Qiang Xue
239778efbd
minor issue fix about fixture controllers.
11 years ago
Qiang Xue
9f74bba3f7
minor fixes.
11 years ago
Qiang Xue
4c45b429e5
doc fix.
11 years ago
Qiang Xue
f331547584
Fixes #1748 : code cleanup.
11 years ago
Qiang Xue
4a9b2d2b82
Added support for using array-typed arguments for console commands
11 years ago
Mark
a3071fd90d
added faker integration
11 years ago
Pavel Agalecky
87d7ffafee
Added support for aliases for config files in console command 'message'
11 years ago
Qiang Xue
d803b6f409
Fixes #1332 : generate subdirectories when needed during message extraction process.
11 years ago
Qiang Xue
05272b7120
doc fix.
11 years ago
Qiang Xue
cffb55a260
Fixes #1227 : help command displays invalid module command list
11 years ago
Qiang Xue
a6cb556e21
Fixes #1204 : the length of primary key for migration table is too long.
11 years ago
Carsten Brandt
539e233d9c
massive improvement on class documentation
...
- added example code for application components
- added missing short description
[ci skip]
11 years ago
slavcodev
b0b1c27c85
Fix phpDoc var tag format
11 years ago
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