Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (1471 commits)
Remove PHP 5.3 Travis build rule. Related to #35.
Remove use ($this). Related to 9e1b498f.
PHP 5.4 supports $this with closures.
Fixes #999.
Just simple support PostgreSQL in QueryBuilder
debug panel : changed .json to .php
debug panel : change json_encode/decode to serialise/unserialise to prevent non-UTF characters error
typo fix
Fixes #930: Added i18n docs about configuring message source
commented private property
Fixed typos
fixes #995
More on GII buttons
Fixed option merging in Console::prompt()
changed default button style
typo fix.
Refactored getModule and hasModule.
Added intl check to tests, better error reporting, credited Aura.Intl for the most complex test pattern
Better MessageFormatter tests
GII sub-modules support - see #871
...
Showing
.coveralls.yml
0 → 100644
.gitattributes
0 → 100644
apps/advanced/.gitignore
0 → 100644
apps/advanced/LICENSE.md
0 → 100644
apps/advanced/README.md
0 → 100644
apps/advanced/backend/config/.gitignore
0 → 100644
apps/advanced/backend/config/AppAsset.php
0 → 100644
apps/advanced/backend/config/main.php
0 → 100644
apps/advanced/backend/config/params.php
0 → 100644
apps/advanced/backend/runtime/.gitignore
0 → 100644
apps/advanced/backend/views/layouts/main.php
0 → 100644
apps/advanced/backend/views/site/error.php
0 → 100644
apps/advanced/backend/views/site/index.php
0 → 100644
apps/advanced/backend/web/.gitignore
0 → 100644
apps/advanced/backend/web/assets/.gitignore
0 → 100644
apps/advanced/backend/web/css/site.css
0 → 100644
apps/advanced/common/config/.gitignore
0 → 100644
apps/advanced/common/config/params.php
0 → 100644
apps/advanced/common/models/LoginForm.php
0 → 100644
apps/advanced/common/models/User.php
0 → 100644
apps/advanced/composer.json
0 → 100644
apps/advanced/console/config/.gitignore
0 → 100644
apps/advanced/console/config/main.php
0 → 100644
apps/advanced/console/config/params.php
0 → 100644
apps/advanced/console/runtime/.gitignore
0 → 100644
apps/advanced/environments/dev/yii
0 → 100644
apps/advanced/environments/index.php
0 → 100644
apps/advanced/environments/prod/yii
0 → 100644
apps/advanced/frontend/assets/.gitkeep
0 → 100644
apps/advanced/frontend/config/.gitignore
0 → 100644
apps/advanced/frontend/config/AppAsset.php
0 → 100644
apps/advanced/frontend/config/main.php
0 → 100644
apps/advanced/frontend/config/params.php
0 → 100644
apps/advanced/frontend/runtime/.gitignore
0 → 100644
apps/advanced/frontend/views/site/about.php
0 → 100644
apps/advanced/frontend/views/site/error.php
0 → 100644
apps/advanced/frontend/views/site/index.php
0 → 100644
apps/advanced/frontend/views/site/login.php
0 → 100644
apps/advanced/frontend/views/site/signup.php
0 → 100644
apps/advanced/frontend/web/.gitignore
0 → 100644
apps/advanced/frontend/web/assets/.gitignore
0 → 100644
apps/advanced/frontend/web/css/site.css
0 → 100644
apps/advanced/frontend/widgets/Alert.php
0 → 100644
apps/advanced/init
0 → 100755
apps/advanced/requirements.php
0 → 100644
apps/advanced/vendor/.gitignore
0 → 100644
apps/advanced/yii.bat
0 → 100644
apps/basic/.gitignore
0 → 100644
apps/basic/LICENSE.md
0 → 100644
apps/basic/README.md
0 → 100644
apps/basic/codeception.yml
0 → 100644
apps/basic/commands/HelloController.php
0 → 100644
apps/basic/composer.json
0 → 100644
apps/basic/config/AppAsset.php
0 → 100644
apps/basic/config/params.php
0 → 100644
apps/basic/config/web-test.php
0 → 100644
apps/basic/config/web.php
0 → 100644
apps/basic/requirements.php
0 → 100644
apps/basic/runtime/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/_data/dump.sql
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/_helpers/CodeHelper.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/_helpers/TestHelper.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/_helpers/WebHelper.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/_log/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/acceptance.suite.dist.yml
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/acceptance/AboutCept.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/acceptance/ContactCept.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/acceptance/HomeCept.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/acceptance/LoginCept.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/acceptance/WebGuy.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/acceptance/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/functional.suite.dist.yml
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/functional/AboutCept.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/functional/ContactCept.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/functional/HomeCept.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/functional/LoginCept.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/functional/TestGuy.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/functional/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/unit.suite.dist.yml
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/unit/CodeGuy.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/tests/unit/_bootstrap.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/vendor/.gitignore
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.
apps/basic/views/site/contact.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/views/site/error.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/views/site/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/views/site/login.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/web/assets/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/web/css/site.css
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/web/index-test.php
0 → 100644
This diff is collapsed.
Click to expand it.
apps/basic/web/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
apps/basic/yii.bat
0 → 100644
This diff is collapsed.
Click to expand it.
apps/benchmark/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
apps/benchmark/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
apps/benchmark/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
apps/benchmark/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
apps/benchmark/index.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.
apps/benchmark/protected/vendor/.gitignore
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.
apps/bootstrap/css/bootstrap.css
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
apps/bootstrap/css/bootstrap.min.css
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
apps/bootstrap/css/site.css
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.
apps/bootstrap/index.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
apps/bootstrap/js/bootstrap.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
apps/bootstrap/js/bootstrap.min.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.
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.
build/controllers/ClassmapController.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
build/controllers/PhpDocController.php
0 → 100644
This diff is collapsed.
Click to expand it.
composer.lock
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.
docs/guide/apps-advanced.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/guide/apps-basic.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/guide/bootstrap-widgets.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/guide/bootstrap.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/guide/configuration.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
docs/guide/database-basics.md
0 → 100644
This diff is collapsed.
Click to expand it.
docs/guide/debugger.md
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.
docs/model.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
docs/view_renderers.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
extensions/composer/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/composer/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/composer/composer.json
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.
extensions/jui/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Accordion.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/AccordionAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/AutoComplete.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/AutoCompleteAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/ButtonAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/CoreAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/DatePicker.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/DatePickerAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Dialog.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/DialogAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Draggable.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/DraggableAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Droppable.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/DroppableAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/EffectAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/InputWidget.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Menu.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/MenuAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/ProgressBar.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/ProgressBarAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Resizable.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/ResizableAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Selectable.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/SelectableAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Slider.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/SliderAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Sortable.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/SortableAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Spinner.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/SpinnerAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Tabs.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/TabsAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/ThemeAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/TooltipAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/Widget.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/assets.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/jui/yii/jui/assets/UPGRADE.md
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.
extensions/mutex/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/mutex/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/mutex/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/mutex/yii/mutex/DbMutex.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/mutex/yii/mutex/FileMutex.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/mutex/yii/mutex/Mutex.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/mutex/yii/mutex/MysqlMutex.php
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/smarty/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/smarty/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/smarty/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
extensions/twig/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/twig/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
extensions/twig/composer.json
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
framework/LICENSE.md
0 → 100644
This diff is collapsed.
Click to expand it.
framework/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
framework/UPGRADE.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/.gitignore
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.
framework/yii/assets.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/assets/jquery.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
framework/yii/assets/jquery.maskedinput.js
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.
framework/yii/assets/punycode/punycode.js
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.
framework/yii/assets/yii.gridView.js
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.
framework/yii/base/ErrorHandler.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/base/Exception.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/base/Formatter.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.
framework/yii/base/Response.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.
framework/yii/behaviors/AutoTimestamp.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/Alert.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/BootstrapAsset.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.
framework/yii/bootstrap/Button.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/ButtonDropdown.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/ButtonGroup.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/Carousel.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/Collapse.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/Dropdown.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/Modal.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/Nav.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/NavBar.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/Progress.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/Tabs.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/bootstrap/Widget.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
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/yii/caching/GroupDependency.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.
framework/yii/caching/RedisCache.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.
framework/yii/captcha/Captcha.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/captcha/CaptchaAsset.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.
framework/yii/classes.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.
framework/yii/console/runtime/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/data/ActiveDataProvider.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/data/ArrayDataProvider.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/data/BaseDataProvider.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/data/DataProviderInterface.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.
framework/yii/db/cubrid/QueryBuilder.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/db/cubrid/Schema.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/db/mssql/PDO.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/db/mssql/QueryBuilder.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/db/mssql/Schema.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/db/mssql/SqlsrvPDO.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/db/mssql/TableSchema.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.
framework/yii/db/pgsql/QueryBuilder.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/db/pgsql/Schema.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.
framework/yii/debug/DebugAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/debug/LogTarget.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/debug/Module.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/debug/Panel.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/debug/assets/main.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/debug/panels/ConfigPanel.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/debug/panels/DbPanel.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/debug/panels/LogPanel.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/debug/panels/RequestPanel.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/debug/views/default/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/debug/views/default/toolbar.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/debug/views/default/view.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/debug/views/layouts/main.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/CodeFile.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/Generator.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/GiiAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/Module.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/assets/gii.js
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/assets/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/assets/main.css
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/components/ActiveField.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.
framework/yii/gii/generators/crud/form.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.
framework/yii/gii/generators/form/form.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.
framework/yii/gii/generators/model/form.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.
framework/yii/gii/generators/module/form.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.
framework/yii/gii/views/default/diff.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/views/default/index.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/gii/views/default/view.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.
framework/yii/gii/views/layouts/main.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/grid/ActionColumn.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/grid/CheckboxColumn.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/grid/Column.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/grid/DataColumn.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/grid/GridView.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/grid/GridViewAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/grid/SerialColumn.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.
framework/yii/helpers/BaseInflector.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.
framework/yii/helpers/BaseStringHelper.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.
framework/yii/i18n/DbMessageSource.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/i18n/Formatter.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.
framework/yii/i18n/MessageFormatter.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/yii/messages/config.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/rbac/Assignment.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.
framework/yii/redis/Connection.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/redis/Transaction.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/requirements/requirements.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/requirements/views/web/css.php
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
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/yii/validators/PunycodeAsset.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/yii/validators/ValidationAsset.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/yii/views/messageConfig.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/yii/web/CacheSession.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/web/Controller.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.
framework/yii/web/ErrorAction.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/web/HeaderCollection.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/web/HttpCache.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/web/IdentityInterface.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/web/JqueryAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/web/PageCache.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/web/Response.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/web/ResponseEvent.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.
framework/yii/web/VerbFilter.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/web/XmlResponseFormatter.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/web/YiiAsset.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.
framework/yii/widgets/ActiveFormAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/widgets/BaseListView.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/widgets/Breadcrumbs.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/widgets/DetailView.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/widgets/InputWidget.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/widgets/LinkPager.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/widgets/LinkSorter.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/widgets/ListView.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/widgets/MaskedInput.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/yii/widgets/MaskedInputAsset.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/yii/widgets/Spaceless.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/yiic.php
→
framework/yii/yii
100644 → 100755
This diff is collapsed.
Click to expand it.
framework/yii/yii.bat
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/unit/MysqlTestCase.php
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.
tests/unit/data/cubrid.sql
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/data/i18n/messages/de_DE/test.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/data/i18n/messages/en_US/test.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.
tests/unit/data/travis/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/data/travis/apc-setup.sh
0 → 100755
This diff is collapsed.
Click to expand it.
tests/unit/data/travis/cubrid-setup.sh
0 → 100755
This diff is collapsed.
Click to expand it.
tests/unit/data/travis/cubrid-solo.rb
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/data/travis/memcache-setup.sh
0 → 100755
This diff is collapsed.
Click to expand it.
tests/unit/data/validators/TestValidator.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.
tests/unit/data/views/layout.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/data/views/rawlayout.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/data/views/simple.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/data/web/assets/.gitignore
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/data/web/data.txt
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.
tests/unit/framework/base/ExceptionTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/framework/base/FormatterTest.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.
tests/unit/framework/data/SortTest.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.
tests/unit/framework/db/QueryBuilderTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/unit/framework/db/SchemaTest.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.
tests/unit/framework/helpers/ConsoleTest.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.
tests/unit/framework/i18n/FormatterTest.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.
tests/unit/framework/i18n/I18NTest.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.
tests/unit/framework/web/AssetBundleTest.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/unit/framework/web/ResponseTest.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.
tests/unit/runtime/coveralls/.gitkeep
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.
upgrade.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/assets.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/assets/yii.debug.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/base/Dictionary.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/base/ErrorHandler.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/base/Vector.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/base/VectorIterator.php
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.
yii/debug/Toolbar.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/helpers/base/StringHelper.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/i18n/data/plurals.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/i18n/data/plurals.xml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/logging/ProfileTarget.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/logging/Router.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/logging/WebTarget.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/rbac/Assignment.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/views/exception.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/web/CacheSession.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/web/Controller.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/web/HttpCache.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/web/Identity.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/web/Response.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/web/SessionIterator.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/widgets/Breadcrumbs.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/widgets/Captcha.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/widgets/ContentDecorator.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/widgets/FragmentCache.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/widgets/LinkPager.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
yii/widgets/ListPager.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment