Merge branch 'master' into redis
* master: (108 commits)
fixed indentation in test files
cleanup tests
Travis-CI build status.
CS fixes.
CS fixes.
Change magic property to normal method. (Thanks to @maxlapko.)
CS fixes.
Fixed duplicated merge.
Fixes issue #50: implemented pager widgets.
fix: remove pointless unset
remove fix for unset timezone from bootstrap app
mod: don't use ArrayHelper to avoid loading another class during every request
better have timezone fix in application
Add exception classes hierarchy UML diagram.
Initial Gettext support.
RBAC sql files identation fix
RBAC sql files
DbManager some Db fields renaming
DbManager code style fix + right Exception type fix
Unit tests fix
...
Conflicts:
tests/unit/framework/caching/ApcCacheTest.php
tests/unit/framework/caching/CacheTest.php
Showing
composer.json
0 → 100644
{ | ||
"name": "yiisoft/yii2", | ||
"description": "Yii2 Web Programming Framework", | ||
"keywords": ["yii", "framework"], | ||
"homepage": "http://www.yiiframework.com/", | ||
"type": "library", | ||
"license": "BSD-3-Clause", | ||
"authors": [ | ||
{ | ||
"name": "Qiang Xue", | ||
"email": "qiang.xue@gmail.com", | ||
"homepage": "http://www.yiiframework.com/", | ||
"role": "Founder and project lead" | ||
}, | ||
{ | ||
"name": "Alexander Makarov", | ||
"email": "sam@rmcreative.ru", | ||
"homepage": "http://rmcreative.ru/", | ||
"role": "Core framework development" | ||
}, | ||
{ | ||
"name": "Maurizio Domba", | ||
"homepage": "http://mdomba.info/", | ||
"role": "Core framework development" | ||
}, | ||
{ | ||
"name": "Carsten Brandt", | ||
"email": "mail@cebe.cc", | ||
"homepage": "http://cebe.cc/", | ||
"role": "Core framework development" | ||
}, | ||
{ | ||
"name": "Timur Ruziev", | ||
"email": "resurtm@gmail.com", | ||
"homepage": "http://resurtm.com/", | ||
"role": "Core framework development" | ||
}, | ||
{ | ||
"name": "Paul Klimov", | ||
"email": "klimov.paul@gmail.com", | ||
"role": "Core framework development" | ||
}, | ||
{ | ||
"name": "Wei Zhuo", | ||
"email": "weizhuo@gmail.com", | ||
"role": "Project site maintenance and development" | ||
}, | ||
{ | ||
"name": "Sebastián Thierer", | ||
"email": "sebas@artfos.com", | ||
"role": "Component development" | ||
}, | ||
{ | ||
"name": "Jeffrey Winesett", | ||
"email": "jefftulsa@gmail.com", | ||
"role": "Documentation and marketing" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://github.com/yiisoft/yii2/issues?state=open", | ||
"forum": "http://www.yiiframework.com/forum/", | ||
"wiki": "http://www.yiiframework.com/wiki/", | ||
"irc": "irc://irc.freenode.net/yii", | ||
"source": "https://github.com/yiisoft/yii2" | ||
}, | ||
"config": { | ||
"vendor-dir": "yii/vendor" | ||
}, | ||
"bin": [ | ||
"yii/yiic" | ||
], | ||
"require": { | ||
"php": ">=5.3.0", | ||
"michelf/php-markdown": "1.3", | ||
"twig/twig": "1.12.*", | ||
"smarty/smarty": "3.1.*", | ||
"ezyang/htmlpurifier": "v4.5.0" | ||
} | ||
} |
composer.lock
0 → 100644
docs/internals/exception_hierarchy.png
0 → 100644
62.8 KB
docs/internals/exception_hierarchy.vsd
0 → 100644
File added
framework/widgets/Menu.php
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/unit/DatabaseTestCase.php
0 → 100644
tests/unit/data/i18n/test.mo
0 → 100644
File added
tests/unit/data/i18n/test.po
0 → 100644
This diff is collapsed.
Click to expand it.
tests/unit/framework/rbac/PhpManagerTest.php
0 → 100644
File moved
yii/assets/yii.captcha.js
0 → 100644
yii/assets/yii.debug.js
0 → 100644
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
This diff is collapsed.
Click to expand it.
yii/debug/Module.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/debug/Toolbar.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/debug/controllers/DefaultController.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
yii/helpers/Markdown.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/helpers/Purifier.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.
yii/helpers/base/Markdown.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/helpers/base/Purifier.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
yii/i18n/GettextFile.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/i18n/GettextMessageSource.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/i18n/GettextMoFile.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/i18n/GettextPoFile.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.
yii/rbac/Assignment.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/rbac/DbManager.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/rbac/Item.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/rbac/Manager.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/rbac/PhpManager.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/rbac/schema-mssql.sql
0 → 100644
This diff is collapsed.
Click to expand it.
yii/rbac/schema-mysql.sql
0 → 100644
This diff is collapsed.
Click to expand it.
yii/rbac/schema-oci.sql
0 → 100644
This diff is collapsed.
Click to expand it.
yii/rbac/schema-pgsql.sql
0 → 100644
This diff is collapsed.
Click to expand it.
yii/rbac/schema-sqlite.sql
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.
File moved
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
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/web/CaptchaAction.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.
yii/web/SpicyRice.md
0 → 100644
This diff is collapsed.
Click to expand it.
yii/web/SpicyRice.ttf
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.
yii/widgets/Captcha.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.
yii/widgets/LinkPager.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/widgets/ListPager.php
0 → 100644
This diff is collapsed.
Click to expand it.
yii/widgets/Menu.php
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
File moved
This diff is collapsed.
Click to expand it.