Commits
User selector
Datepicker
Commit History
Commits on Apr 4, 2017
Commits on Apr 1, 2017
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 arrayFixes yiisoft#13883:
\yii\data\SqlDataProvider
now provides automatic fallback for the case whentotalCount
is not specified
Commits on Mar 30, 2017
Commits on Mar 23, 2017
- committed
Commits on Mar 22, 2017
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