|
|
aef8fdffde
|
fixed indentation in Cache Controller
|
2015-01-18 14:09:26 +01:00 |
|
|
|
9b9b361aff
|
Doc comments for yii\console\controllers\AssetController extended
|
2015-01-06 17:14:23 +02:00 |
|
|
|
94f702fe6e
|
yii\console\controllers\AssetController now handles bundle files from external resources properly
|
2015-01-06 17:03:39 +02:00 |
|
|
|
e796d1fa27
|
Plain echo replaced by stdout() at yii\console\HelpController
|
2014-12-04 20:05:47 +02:00 |
|
|
|
a3af271edf
|
Color output added to yii\console\MessageController and yii\console\AssetController
|
2014-12-04 19:58:23 +02:00 |
|
|
|
8632882312
|
Plain echo replaced by stdout() at yii\console\MessageController
|
2014-12-04 18:37:52 +02:00 |
|
|
|
19e79ad4b4
|
Plain echo replaced by stdout() at yii\console\AssetController
|
2014-12-04 18:27:45 +02:00 |
|
|
|
9e42285f61
|
Reverted #3305
|
2014-11-28 17:13:52 +03:00 |
|
|
|
19af264530
|
Enh: yii fixture command now offers help if no arguments are provided instead of crashing
|
2014-11-28 00:32:38 +03:00 |
|
|
|
8b79293ff2
|
added missing @since annotations
|
2014-11-27 18:11:14 +01:00 |
|
|
|
5d7b70da5f
|
Adjusted #3305: MigrateController::refreshSchema() is no more called automatically
|
2014-11-27 11:54:30 +03:00 |
|
|
|
7c5938f902
|
#4791: Added more colors to yii migrate command
|
2014-11-27 04:03:33 +03:00 |
|
|
|
3c70d3c317
|
Fixes #3305: yii migrate now automatically flushes DB schema cache after successful migration
|
2014-11-27 03:38:25 +03:00 |
|
|
|
eaf8ece568
|
Fixes #5627: Added yii cache/flush-schema console command to flush DB schema cache of a given database connection
|
2014-11-27 03:06:24 +03:00 |
|
|
|
fce99c874e
|
Fixes #5504: Added note to yii\console\CacheController explaining that cache components should be configured in console app configuration in order to be cleared
|
2014-11-23 21:56:23 +03:00 |
|
|
|
d1f72be5fc
|
Used echo instead of stdout not to cluttter tests
|
2014-11-22 02:47:02 +03:00 |
|
|
|
e88a5d9cc4
|
Fixes #4823 and #6005: yii message accuracy and error handling were improved by using PHP tokenizer instead of regular expressions. Removed eval() as well.
|
2014-11-22 02:33:02 +03:00 |
|
|
|
fb2dff8528
|
Fixes #6107 and #6112: yii message was emptying existing translations and incorrectly writing not yet translated strings in .po in case of multiple categories
|
2014-11-21 20:19:32 +03:00 |
|
|
|
63e434b473
|
Safe real path resolving added to yii\console\controllers\AssetController::combineCssFiles()
|
2014-11-11 16:33:16 +02:00 |
|
|
|
112ad80d6e
|
Fixed yii\console\controllers\AssetController breaks CSS URLs, which start from '/'
|
2014-11-11 14:49:20 +02:00 |
|
|
|
4b97abacc7
|
Fixes #5954: yii message command now shows user friendly error if it's not able to parse source file
|
2014-11-07 01:27:37 +03:00 |
|
|
|
33b760eca2
|
[ci skip] Guide typos fixed
|
2014-11-04 13:05:47 +03:00 |
|
|
|
530537e48f
|
Fixes #5817 [skip ci]
|
2014-11-01 20:41:34 -04:00 |
|
|
|
10cc19d0b6
|
Fixes #5833: The message command fails with a FK constraint error when trying to update messages
|
2014-10-31 10:01:20 -04:00 |
|
|
|
1ad7e5f77a
|
Fixes #5508: Dropped the support for the --append option for the fixture command
|
2014-10-26 20:47:12 -04:00 |
|
|
|
899b778994
|
Correct type declarations
|
2014-10-25 16:35:50 +03:00 |
|
|
|
935146901b
|
Fixes #5682: The asset command would incorrectly combine CSS files when UrlManager::linkAssets is true
|
2014-10-22 11:58:06 -04:00 |
|
|
|
2bfec326d5
|
Proper error message when fixture controller is called without input
before: failed with undefined index PHP error
now: fail with proper error complaining about missing argument.
|
2014-10-14 15:36:43 +02:00 |
|
|
|
02622b6fe4
|
phpdoc fixes and additions
|
2014-10-14 01:35:21 +04:00 |
|
|
|
be2828d593
|
Fixes #5484: Fixed potential string suffix detection failure on 5.5.11
|
2014-10-11 09:35:55 -04:00 |
|
|
|
3e3948d8ea
|
fix breaking changes in markdown for console and API
API is not finished.
issue #5082
|
2014-10-10 19:40:53 +02:00 |
|
|
|
0fa3694088
|
Created template content at yii\console\controllers\AssetController adjusted
|
2014-10-10 16:23:03 +03:00 |
|
|
|
f5c5c2fd8b
|
Fixed yii\console\controllers\AssetController breaks CSS URLs in case target file localed at yii\web\AssetManager::basePath root
|
2014-10-10 16:17:31 +03:00 |
|
|
|
37e0295c01
|
Error prone realpath() call removed
|
2014-10-10 15:25:12 +03:00 |
|
|
|
13bc95ae52
|
Fixed yii\console\controllers\AssetController breaks CSS URLs on Windows
|
2014-10-10 13:55:29 +03:00 |
|
|
|
15c54de666
|
added yii version to the console help output
|
2014-10-04 12:06:51 +02:00 |
|
|
|
fc8f6c469c
|
reverted color change of de87f43d707a53cd181f76e0b1160237056e277f
|
2014-10-03 16:32:08 +02:00 |
|
|
|
de87f43d70
|
Fixes #4292: The error messages for console commands will not be translated
|
2014-10-02 23:46:11 -04:00 |
|
|
|
d2b864da84
|
prepare for 2.0.0-rc release.
|
2014-09-27 21:59:54 -04:00 |
|
|
|
97e37f7864
|
Fixed some issues in asset command.
|
2014-09-26 16:32:19 -04:00 |
|
|
|
684365e8c9
|
Fixed yii\console\controllers\CacheController does not check if cache component instance of 'yii\caching\Cache'
close #5055
|
2014-09-17 18:49:32 +02:00 |
|
|
|
db26e65c62
|
Fixed yii\console\controllers\MessageController handles category name containing dot incorrectly
|
2014-09-17 15:48:12 +03:00 |
|
|
|
00cfe93b20
|
Finished console Gii feature.
|
2014-09-14 14:25:11 -04:00 |
|
|
|
443779d693
|
Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii
Conflicts:
framework/console/controllers/HelpController.php
|
2014-09-14 14:22:43 -04:00 |
|
|
|
6a9b3c7774
|
Finished console Gii.
|
2014-09-14 14:15:16 -04:00 |
|
|
|
bfb9aa84f7
|
WIP
|
2014-09-14 11:29:26 -04:00 |
|
|
|
4832760604
|
Removed unused "use" statements
|
2014-09-07 15:46:54 +04:00 |
|
|
|
e3ca5a8168
|
Reverted/fixed some incorrect changes.
|
2014-09-05 20:23:11 -04:00 |
|
|
|
d471f0ba91
|
Fixes #4288: added a hint on how to specify console boolean values to the output of help
|
2014-09-06 00:52:23 +04:00 |
|
|
|
aeb8dd560a
|
Refactored console help system [skip ci]
|
2014-09-04 21:14:09 -04:00 |
|