Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 1, 2017
- committed
Fixes yiisoft#13376: Data provider now automatically sets an ID so there is no need to set it manually in case multiple data providers are used with pagination
Fixes yiisoft#13770: Added support for
yii\widgets\Menu
item classes definition in the form of an array- committed
Fixes yiisoft#13883:
\yii\data\SqlDataProvider
now provides automatic fallback for the case whentotalCount
is not specified
Commits on Mar 31, 2017
Commits on Mar 30, 2017
- committed
Commits on Mar 28, 2017
Commits on Mar 24, 2017
Commits on Mar 23, 2017
- authored
- committed
Commits on Mar 22, 2017
- committed
Fixes yiisoft#13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of
Error
to theyii\web\Response::setStatusCodeByException()
- committed
Fixes yiisoft#13822: Fixed
yii\web\User::loginRequired()
to throw anUnauthorizedHttpException
instead of aForbiddenHttpException
- committed
Commits on Mar 18, 2017
- authored
Commits on Mar 17, 2017
Commits on Mar 16, 2017
Fixes yiisoft#13704: Fixed
yii\validators\UniqueValidator
to prefix attribute name with model's database table nameFixes yiisoft#13738: Fixed
getQueryParams()
method inyii.js
to correctly parse URL with question mark and no query parametersFixes yiisoft#13707: Fixed
\yii\web\ErrorHandler
and\yii\web\ErrorAction
not setting correct response code to response object before rendering error viewauthored