34dc150f63
doc fixes.
2014-01-06 20:51:43 -05:00
60db9518f0
console HelpController use correct script name
2014-01-05 22:14:23 +01:00
2eb91acefd
CS fix
2014-01-05 23:33:11 +04:00
3814c5c3ef
improved fixture controller
2014-01-05 23:27:39 +04:00
1edf0a0981
FixtureController code style fixes and typo fixes
2014-01-04 18:42:22 +04:00
3fdca0508c
applied fixture command docs from #1762
...
closes #1762
2014-01-04 00:44:58 +01:00
7d42fc4112
code style fixes
2014-01-03 23:30:59 +01:00
f4397f1b8a
fixture controller improved
2014-01-04 01:48:56 +04:00
ccfb7638d0
Added to the basic app, fixed config, added to core commands.
2014-01-04 01:16:05 +04:00
239778efbd
minor issue fix about fixture controllers.
2014-01-02 23:34:00 -05:00
9f74bba3f7
minor fixes.
2014-01-02 23:08:14 -05:00
4c45b429e5
doc fix.
2014-01-02 23:06:12 -05:00
f331547584
Fixes #1748 : code cleanup.
2014-01-02 23:00:32 -05:00
389ef891ab
Merge pull request #1743 from Ragazzo/yii2_faker_integration
...
Yii2 faker integration
2014-01-02 19:35:13 -08:00
4a9b2d2b82
Added support for using array-typed arguments for console commands
2014-01-02 21:06:59 -05:00
a3071fd90d
added faker integration
2014-01-02 23:46:08 +04:00
87d7ffafee
Added support for aliases for config files in console command 'message'
2013-12-15 00:30:05 +04:00
d803b6f409
Fixes #1332 : generate subdirectories when needed during message extraction process.
2013-11-29 00:26:40 -05:00
05272b7120
doc fix.
2013-11-28 12:34:10 -05:00
cffb55a260
Fixes #1227 : help command displays invalid module command list
2013-11-18 22:52:30 -05:00
a6cb556e21
Fixes #1204 : the length of primary key for migration table is too long.
2013-11-16 16:42:03 -05:00
539e233d9c
massive improvement on class documentation
...
- added example code for application components
- added missing short description
[ci skip]
2013-11-13 01:16:21 +01:00
b0b1c27c85
Fix phpDoc var tag format
2013-11-12 06:21:04 +02:00
cdf52d69ef
typo fix.
2013-10-18 21:47:05 -04:00
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
602592411d
Fixes #996 .
2013-10-18 10:33:56 -04:00
61fe888780
Merge branch 'master' into i18n-icu
...
* master: (103 commits)
fixed broken test after whitespace changes in view
Removed the extra EOLs.
I add new line in methods that render code in the head and for body
GII update button style
GII create object button style [skip ci]
Fixes #980 : Changed the default way of generating action URLs for ActionColumn.
View default value for $params
adjusted cubrid version in schema quote
removed cubrid env from tavis.yml
simplified cubrid db install on travis
fixed cubrid schema test for pdo type
fixed validator test break
added cubrid specific pdo type casting
Updated FileValidator tests
Better AR connection init in tests
Removed @codeCoverageIgnore
no xss for attribute error messages that contain {value}
Clientvalidation {value} was not what has been validated
moved getPdoType() to Schema.
optimized datepick js code.
...
2013-10-16 22:04:17 +02:00
6507e2e316
applied new style of Yii::t params to all occurences
2013-10-16 22:03:26 +02:00
c5a34c534b
Fix Issue #934
...
Fixes issue #934 . Command is created for the selected database, not the default database.
2013-10-03 16:33:28 -05:00
c582e589d2
added note about differing property types
2013-08-28 15:18:13 +02:00
ca69ef09d4
update of @property annotations
2013-08-28 14:59:52 +02:00
bdb77f33ba
updated @property annotations of many classes
2013-08-28 14:16:13 +02:00
b96fd24ef5
Finished documentation of Console Helper and Controller
...
fixes #33
2013-08-12 02:27:23 +02:00
61c7ac9d8b
Fixes #722 .
2013-08-06 13:38:29 -04:00
d836654af9
Fixes #704 .
2013-08-03 14:07:32 -04:00
3bef7365f1
Fixes #624 : renamed www to web.
2013-07-25 07:57:49 -04:00
02608626fb
class import cleanup
2013-07-21 19:29:18 +04:00
02f8062435
fixed code style
2013-07-21 19:13:00 +04:00
e15938474c
Refactored console commands.
2013-07-18 18:21:21 -04:00
a6cd7b72bb
refactored helper organization.
2013-07-17 20:45:36 -04:00
a128bffb47
Fix for asset command.
2013-07-16 21:43:17 -04:00
ba6c10eb30
Yii debugger WIP
2013-07-06 21:20:49 -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
82c978f86a
draft idea of action based responses
2013-06-16 17:04:28 +02:00
36184569a8
removed unnecessary check
2013-06-15 14:20:50 +02:00
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.
2013-06-15 14:10:47 +02:00
1a46b8704c
fix MigrateController
2013-06-15 02:28:18 +06:00
075a6b6504
fixed how console color should be enabled.
2013-06-14 12:53:21 -04:00
725d810085
Refactored console controller color option.
2013-06-14 11:16:56 -04:00