34 Commits

Author SHA1 Message Date
935146901b Fixes #5682: The asset command would incorrectly combine CSS files when UrlManager::linkAssets is true 2014-10-22 11:58:06 -04:00
02622b6fe4 phpdoc fixes and additions 2014-10-14 01:35:21 +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
97e37f7864 Fixed some issues in asset command. 2014-09-26 16:32:19 -04:00
82fbc0ef2c Fixes #4247 2014-08-26 02:32:25 +04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
10dc407a3c implemented markdown parsing for console command description
issue #746
2014-06-25 18:05:29 +02:00
49f5d364a5 #3807: Wrong js/css path composition at AssetController::buildTarget() fixed 2014-06-13 12:40:40 +03:00
d7a251bbec Removed unused imports, added missing phpdoc 2014-05-30 11:55:17 +06:00
c11ca0873d Fixed asset controller tests 2014-05-25 04:11:41 +04:00
d84898a73d Fixes #2898: yii\console\controllers\AssetController is now using hashes instead of timestamps 2014-05-24 18:39:22 +04:00
1641e057a9 VarDumper::export() applied over framework. 2014-05-20 16:35:12 +03:00
a86d2ad11e Added yii\console\Controller::EXIT_CODE_NORMAL and yii\console\Controller::EXIT_CODE_ERROR constants, yii\console\MigrateController now returns yii\console\Controller::EXIT_CODE_ERROR in case of failed migration 2014-05-07 03:11:35 +04:00
7f636fc525 yii\console\controllers\AssetController::actionTemplate() advanced to include jsCompressor and cssCompressor to the template. 2014-04-17 12:57:35 +03:00
72aba34210 yii\console\controllers\AssetController fixed to respect data URL resources 2014-04-17 12:11:34 +03:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
f7148c2d80 callback -> callable
this term is resolveable by the php docs when linking types in apidoc
2014-03-08 21:04:47 +01:00
740a769477 improved HelpController with messages for each command 2014-03-06 22:43:57 +01:00
518954dafe Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-30 23:03:05 +02:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
1f4d94d5db AssetController default 'cssCompressor' command fixed. 2014-01-23 20:48:12 +02:00
b7be79b5d7 AssetController default 'cssCompressor' value changed to enforce type css. 2014-01-21 17:09:01 +02:00
b6eba6583a AssetController config template adjusted. 2014-01-21 16:58:10 +02:00
dcf8f450f5 AssetController adjusting URLs at same line has been fixed. 2014-01-21 12:45:56 +02:00
1181b7b965 AssetController has been fixed to override 'js' and 'css' for compressed bundles. 2014-01-20 17:05:58 +02:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
e132ed8d18 initial implementation of asset command. 2013-04-22 17:22:38 -04:00