Merge pull request #4855 from yiisoft/new-asset
[WIP] New asset management
Showing
apps/advanced/.bowerrc
0 → 100644
apps/advanced/bower.json
0 → 100644
apps/basic/.bowerrc
0 → 100644
apps/basic/bower.json
0 → 100644
{ | { | ||
"name": "yiisoft/yii2-dev", | "name": "yiisoft/yii2-dev", | ||
"description": "Yii PHP Framework Version 2 - Development Package", | "description": "Yii PHP Framework Version 2 - Development Package", | ||
"keywords": ["yii2", "framework"], | "keywords": [ | ||
"homepage": "http://www.yiiframework.com/", | "yii2", | ||
"type": "yii2-extension", | "framework" | ||
"license": "BSD-3-Clause", | ], | ||
"authors": [ | "homepage": "http://www.yiiframework.com/", | ||
{ | "type": "yii2-extension", | ||
"name": "Qiang Xue", | "license": "BSD-3-Clause", | ||
"email": "qiang.xue@gmail.com", | "authors": [ | ||
"homepage": "http://www.yiiframework.com/", | { | ||
"role": "Founder and project lead" | "name": "Qiang Xue", | ||
}, | "email": "qiang.xue@gmail.com", | ||
{ | "homepage": "http://www.yiiframework.com/", | ||
"name": "Alexander Makarov", | "role": "Founder and project lead" | ||
"email": "sam@rmcreative.ru", | }, | ||
"homepage": "http://rmcreative.ru/", | { | ||
"role": "Core framework development" | "name": "Alexander Makarov", | ||
}, | "email": "sam@rmcreative.ru", | ||
{ | "homepage": "http://rmcreative.ru/", | ||
"name": "Maurizio Domba", | "role": "Core framework development" | ||
"homepage": "http://mdomba.info/", | }, | ||
"role": "Core framework development" | { | ||
}, | "name": "Maurizio Domba", | ||
{ | "homepage": "http://mdomba.info/", | ||
"name": "Carsten Brandt", | "role": "Core framework development" | ||
"email": "mail@cebe.cc", | }, | ||
"homepage": "http://cebe.cc/", | { | ||
"role": "Core framework development" | "name": "Carsten Brandt", | ||
}, | "email": "mail@cebe.cc", | ||
{ | "homepage": "http://cebe.cc/", | ||
"name": "Timur Ruziev", | "role": "Core framework development" | ||
"email": "resurtm@gmail.com", | }, | ||
"homepage": "http://resurtm.com/", | { | ||
"role": "Core framework development" | "name": "Timur Ruziev", | ||
}, | "email": "resurtm@gmail.com", | ||
{ | "homepage": "http://resurtm.com/", | ||
"name": "Paul Klimov", | "role": "Core framework development" | ||
"email": "klimov.paul@gmail.com", | }, | ||
"role": "Core framework development" | { | ||
} | "name": "Paul Klimov", | ||
], | "email": "klimov.paul@gmail.com", | ||
"support": { | "role": "Core framework development" | ||
"issues": "https://github.com/yiisoft/yii2/issues?state=open", | } | ||
"forum": "http://www.yiiframework.com/forum/", | ], | ||
"wiki": "http://www.yiiframework.com/wiki/", | "support": { | ||
"irc": "irc://irc.freenode.net/yii", | "issues": "https://github.com/yiisoft/yii2/issues?state=open", | ||
"source": "https://github.com/yiisoft/yii2" | "forum": "http://www.yiiframework.com/forum/", | ||
}, | "wiki": "http://www.yiiframework.com/wiki/", | ||
"minimum-stability": "dev", | "irc": "irc://irc.freenode.net/yii", | ||
"replace": { | "source": "https://github.com/yiisoft/yii2" | ||
"yiisoft/yii2-apidoc": "self.version", | }, | ||
"yiisoft/yii2-authclient": "self.version", | "minimum-stability": "dev", | ||
"yiisoft/yii2-bootstrap": "self.version", | "replace": { | ||
"yiisoft/yii2-codeception": "self.version", | "yiisoft/yii2-apidoc": "self.version", | ||
"yiisoft/yii2-debug": "self.version", | "yiisoft/yii2-authclient": "self.version", | ||
"yiisoft/yii2-elasticsearch": "self.version", | "yiisoft/yii2-bootstrap": "self.version", | ||
"yiisoft/yii2-faker": "self.version", | "yiisoft/yii2-codeception": "self.version", | ||
"yiisoft/yii2-imagine": "self.version", | "yiisoft/yii2-debug": "self.version", | ||
"yiisoft/yii2-gii": "self.version", | "yiisoft/yii2-elasticsearch": "self.version", | ||
"yiisoft/yii2-jui": "self.version", | "yiisoft/yii2-faker": "self.version", | ||
"yiisoft/yii2-mongodb": "self.version", | "yiisoft/yii2-imagine": "self.version", | ||
"yiisoft/yii2-redis": "self.version", | "yiisoft/yii2-gii": "self.version", | ||
"yiisoft/yii2-smarty": "self.version", | "yiisoft/yii2-jui": "self.version", | ||
"yiisoft/yii2-swiftmailer": "self.version", | "yiisoft/yii2-mongodb": "self.version", | ||
"yiisoft/yii2-sphinx": "self.version", | "yiisoft/yii2-redis": "self.version", | ||
"yiisoft/yii2-twig": "self.version", | "yiisoft/yii2-smarty": "self.version", | ||
"yiisoft/yii2": "self.version" | "yiisoft/yii2-swiftmailer": "self.version", | ||
}, | "yiisoft/yii2-sphinx": "self.version", | ||
"require": { | "yiisoft/yii2-twig": "self.version", | ||
"php": ">=5.4.0", | "yiisoft/yii2": "self.version" | ||
"ext-mbstring": "*", | }, | ||
"lib-pcre": "*", | "require": { | ||
"yiisoft/yii2-composer": "*", | "php": ">=5.4.0", | ||
"yiisoft/jquery": "~2.0 | ~1.10", | "ext-mbstring": "*", | ||
"yiisoft/jquery-pjax": "*", | "lib-pcre": "*", | ||
"ezyang/htmlpurifier": "4.6.*", | "yiisoft/yii2-composer": "*", | ||
"cebe/markdown": "0.9.*" | "yiisoft/jquery": "~2.0 | ~1.10", | ||
}, | "yiisoft/jquery-pjax": "*", | ||
"require-dev": { | "ezyang/htmlpurifier": "4.6.*", | ||
"phpunit/phpunit": "3.7.*", | "cebe/markdown": "0.9.*", | ||
"twig/twig": "*", | "bower-asset/jquery": ">=1.8", | ||
"smarty/smarty": "*", | "bower-asset/jquery.inputmask": ">=3.0.0", | ||
"imagine/imagine": "v0.5.0", | "bower-asset/punycode": ">=1.3.0", | ||
"swiftmailer/swiftmailer": "*", | "bower-asset/yii2-pjax": ">=2.0.0", | ||
"cebe/indent": "*", | "bower-asset/bootstrap": ">=3.0.0", | ||
"fzaninotto/faker": "*" | "bower-asset/jquery.ui": ">=1.10.0" | ||
}, | }, | ||
"suggest": { | "require-dev": { | ||
"phpdocumentor/reflection": "required by yii2-apidoc extension", | "phpunit/phpunit": "3.7.*", | ||
"twbs/bootstrap": "required by yii2-bootstrap, yii2-debug, yii2-gii extension", | "twig/twig": "*", | ||
"ext-curl": "required by yii2-elasticsearch extension", | "smarty/smarty": "*", | ||
"ext-mongo": "required by yii2-mongo extension", | "imagine/imagine": "v0.5.0", | ||
"ext-pdo": "required by yii2-sphinx extension", | "swiftmailer/swiftmailer": "*", | ||
"ext-pdo_mysql": "required by yii2-sphinx extension", | "cebe/indent": "*" | ||
"fzaninotto/faker": "required by yii2-faker extension", | }, | ||
"imagine/imagine": "required by yii2-imagine extension", | "suggest": { | ||
"phpspec/php-diff": "required by yii2-gii extension", | "phpdocumentor/reflection": "required by yii2-apidoc extension", | ||
"smarty/smarty": "required by yii2-smarty extension", | "ext-curl": "required by yii2-elasticsearch extension", | ||
"swiftmailer/swiftmailer": "required by yii2-swiftmailer extension", | "ext-mongo": "required by yii2-mongo extension", | ||
"twig/twig": "required by yii2-twig extension", | "ext-pdo": "required by yii2-sphinx extension", | ||
"yiisoft/yii2-coding-standards": "you can use this package to check for code style issues when contributing to yii" | "ext-pdo_mysql": "required by yii2-sphinx extension", | ||
}, | "fzaninotto/faker": "required by yii2-faker extension", | ||
"autoload": { | "imagine/imagine": "required by yii2-imagine extension", | ||
"psr-4": { | "phpspec/php-diff": "required by yii2-gii extension", | ||
"yii\\": "framework/", | "smarty/smarty": "required by yii2-smarty extension", | ||
"yii\\apidoc\\": "extensions/apidoc/", | "swiftmailer/swiftmailer": "required by yii2-swiftmailer extension", | ||
"yii\\authclient\\": "extensions/authclient/", | "twig/twig": "required by yii2-twig extension", | ||
"yii\\bootstrap\\": "extensions/bootstrap/", | "yiisoft/yii2-coding-standards": "you can use this package to check for code style issues when contributing to yii" | ||
"yii\\codeception\\": "extensions/codeception/", | }, | ||
"yii\\debug\\": "extensions/debug/", | "autoload": { | ||
"yii\\elasticsearch\\": "extensions/elasticsearch/", | "psr-4": { | ||
"yii\\faker\\": "extensions/faker/", | "yii\\": "framework/", | ||
"yii\\gii\\": "extensions/gii/", | "yii\\apidoc\\": "extensions/apidoc/", | ||
"yii\\imagine\\" : "extensions/imagine/", | "yii\\authclient\\": "extensions/authclient/", | ||
"yii\\jui\\": "extensions/jui/", | "yii\\bootstrap\\": "extensions/bootstrap/", | ||
"yii\\mongodb\\": "extensions/mongodb/", | "yii\\codeception\\": "extensions/codeception/", | ||
"yii\\redis\\": "extensions/redis/", | "yii\\debug\\": "extensions/debug/", | ||
"yii\\smarty\\": "extensions/smarty/", | "yii\\elasticsearch\\": "extensions/elasticsearch/", | ||
"yii\\swiftmailer\\": "extensions/swiftmailer/", | "yii\\faker\\": "extensions/faker/", | ||
"yii\\sphinx\\": "extensions/sphinx/", | "yii\\gii\\": "extensions/gii/", | ||
"yii\\twig\\": "extensions/twig/" | "yii\\imagine\\": "extensions/imagine/", | ||
} | "yii\\jui\\": "extensions/jui/", | ||
}, | "yii\\mongodb\\": "extensions/mongodb/", | ||
"bin": [ | "yii\\redis\\": "extensions/redis/", | ||
"framework/yii" | "yii\\smarty\\": "extensions/smarty/", | ||
] | "yii\\swiftmailer\\": "extensions/swiftmailer/", | ||
"yii\\sphinx\\": "extensions/sphinx/", | |||
"yii\\twig\\": "extensions/twig/" | |||
} | |||
}, | |||
"bin": [ | |||
"framework/yii" | |||
] | |||
} | } |
extensions/gii/assets/typeahead.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
extensions/jui/AccordionAsset.php
deleted
100644 → 0
extensions/jui/AutoCompleteAsset.php
deleted
100644 → 0
extensions/jui/CoreAsset.php
deleted
100644 → 0
extensions/jui/DatePickerAsset.php
deleted
100644 → 0
extensions/jui/DialogAsset.php
deleted
100644 → 0
extensions/jui/DraggableAsset.php
deleted
100644 → 0
extensions/jui/DroppableAsset.php
deleted
100644 → 0
extensions/jui/MenuAsset.php
deleted
100644 → 0
extensions/jui/ProgressBarAsset.php
deleted
100644 → 0
extensions/jui/ResizableAsset.php
deleted
100644 → 0
extensions/jui/SelectableAsset.php
deleted
100644 → 0
extensions/jui/SliderAsset.php
deleted
100644 → 0
extensions/jui/SortableAsset.php
deleted
100644 → 0
extensions/jui/SpinnerAsset.php
deleted
100644 → 0
extensions/jui/TabsAsset.php
deleted
100644 → 0
extensions/jui/ThemeAsset.php
deleted
100644 → 0
extensions/jui/TooltipAsset.php
deleted
100644 → 0
extensions/jui/assets/UPGRADE.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
1.7 KB
212 Bytes
208 Bytes
335 Bytes
207 Bytes
262 Bytes
262 Bytes
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.