Merge branch 'master' into apidoc-refactoring
* master: (153 commits)
rest doc.
CS fix
Add size attribute to Modal
major features and documentation finished for REST API.
rest WIP
Removed U+FEFF character from pt-PT language file to fixe #2631
Revert "Used ternary operator instead of "or" for constant definition"
`User` here
REST wip.
Changelog
reset access cache when user identity is set
Keyboard shortcut for previous, next and refresh buttons
reset batch query result when rewinding.
fixed loading namespaceless controller classes.
Fixes #1467: Added support for organizing controllers in subdirectories
replace pjax with external resouce via composer
fixed > 100 typos introduced by me :-)
fixed condition for HHVM test
fixed phpdoc
updated phpdoc references of BaseAR to the interface
...
Conflicts:
extensions/apidoc/templates/BaseRenderer.php
extensions/apidoc/templates/html/views/constSummary.php
extensions/apidoc/templates/html/views/propertyDetails.php
Showing
{ | ||
"name": "yiisoft/yii2-dev", | ||
"description": "Yii PHP Framework Version 2 - Development Package", | ||
"keywords": ["yii", "framework"], | ||
"keywords": ["yii2", "framework"], | ||
"homepage": "http://www.yiiframework.com/", | ||
"type": "yii2-extension", | ||
"license": "BSD-3-Clause", | ||
... | ... | @@ -74,6 +74,7 @@ |
"lib-pcre": "*", | ||
"yiisoft/yii2-composer": "*", | ||
"yiisoft/jquery": "~2.0 | ~1.10", | ||
"yiisoft/jquery-pjax": "*", | ||
"ezyang/htmlpurifier": "4.6.*", | ||
"cebe/markdown": "0.9.*" | ||
}, | ||
... | ... |
docs/guide/data-grid.md
0 → 100644
docs/guide/data-overview.md
0 → 100644
docs/guide/data-providers.md
0 → 100644
docs/guide/data-widgets.md
0 → 100644
docs/guide/rest.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/gii/generators/extension/form.php
0 → 100644
extensions/jui/assets/jquery.ui.datepicker-i18n.js
100755 → 100644
File mode changed from 100755 to 100644
extensions/jui/assets/jquery.ui.effect-all.js
100755 → 100644
File mode changed from 100755 to 100644
extensions/jui/assets/theme/images/animated-overlay.gif
100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
extensions/jui/assets/theme/images/ui-icons_222222_256x240.png
100755 → 100644
File mode changed from 100755 to 100644
extensions/jui/assets/theme/images/ui-icons_2e83ff_256x240.png
100755 → 100644
File mode changed from 100755 to 100644
extensions/jui/assets/theme/images/ui-icons_454545_256x240.png
100755 → 100644
File mode changed from 100755 to 100644
extensions/jui/assets/theme/images/ui-icons_888888_256x240.png
100755 → 100644
File mode changed from 100755 to 100644
extensions/jui/assets/theme/images/ui-icons_cd0a0a_256x240.png
100755 → 100644
File mode changed from 100755 to 100644
extensions/jui/assets/theme/jquery.ui.css
100755 → 100644
File mode changed from 100755 to 100644
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.
framework/assets/pjax/LICENSE
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
framework/assets/pjax/jquery.pjax.js
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.
framework/base/ArrayableTrait.php
0 → 100644
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.
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.
framework/rest/Action.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/ActiveController.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/AuthInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/Controller.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/CreateAction.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/DeleteAction.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/HttpBasicAuth.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/HttpBearerAuth.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/IndexAction.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/OptionsAction.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/QueryParamAuth.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/RateLimitInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/RateLimiter.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/Serializer.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/UpdateAction.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/UrlRule.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/rest/ViewAction.php
0 → 100644
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.
framework/web/CompositeUrlRule.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/web/Link.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/web/Linkable.php
0 → 100644
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.
framework/web/UrlRuleInterface.php
0 → 100644
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.
tests/unit/data/ar/Profile.php
0 → 100644
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.
tests/unit/framework/web/RequestTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment