diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 2bbc89e855..3473c24839 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -10,26 +10,27 @@ Yii Framework 2 Change Log - Bug #12803, #12921: Fixed BC break in `yii.activeForm.js` introduced in #11999. Reverted commit 3ba72da (silverfire) - Bug #12810: Fixed `yii\rbac\DbManager::getChildRoles()` and `yii\rbac\PhpManager::getChildRoles()` throws an exception when role has no child roles (mysterydragon) - Bug #12824: Enabled usage of `yii\mutex\FileMutex` on Windows systems (davidsonalencar) -- Bug #12836: Fixed `GridView::$filterUrl` to not ignore `#` part of filter URL (cebe) +- Bug #12836: Fixed `yii\widgets\GridView::filterUrl` to not ignore `#` part of filter URL (cebe) - Bug #12856: Fixed `yii\web\XmlResponseFormatter` to use `true` and `false` to represent booleans (samdark) - Bug #12879: Console progress bar was not working properly in Windows terminals (samdark, kids-return) - Bug #12880: Fixed `yii\behaviors\AttributeTypecastBehavior` marks attributes with `null` value as 'dirty' (klimov-paul) +- Bug #12904: Fixed lowercase table name in migrations (zlakomanoff) +- Bug #12939: Hard coded table names for MSSQL in RBAC migration (arogachev) - Enh #11037: `yii.js` and `yii.validation.js` use `Regexp.test()` instead of `String.match()` (arogachev, nkovacs) - Enh #11929: Changed `type` column type from `int` to `smallInt` in RBAC migrations (silverfire) +- Enh #12015: Changed visibility `yii\db\ActiveQueryTrait::createModels()` from private to protected (ArekX, dynasource) - Enh #12619: Added catch `Throwable` in `yii\base\ErrorHandler::handleException()` (rob006) - Enh #12726: `yii\base\Application::$version` converted to `yii\base\Module::$version` virtual property, allowing to specify version as a PHP callback (klimov-paul) - Enh #12748: Added Migration tool automatic generation reference column for foreignKey (MKiselev) - Enh #12748: Migration generator now tries to fetch reference column name for foreignKey from schema if it's not set explicitly (MKiselev) -- Enh #12790: Added `scrollToErrorOffset` option for `ActiveForm` which adds ability to specify offset in pixels when scrolling to error (mg-code) +- Enh #12750: `yii\widgets\ListView::itemOptions` can be a closure now (webdevsega, silverfire) +- Enh #12790: Added `scrollToErrorOffset` option for `yii\widgets\ActiveForm` which adds ability to specify offset in pixels when scrolling to error (mg-code) - Enh #12807: Added console controller checks for `yii\console\controllers\HelpController` (schmunk42) - Enh #12816: Added `columnSchemaClass` option for `yii\db\Schema` which adds ability to specify custom `yii\db\ColumnSchema` class (nanodesu88) - Enh #12881: Added `removeValue` method to `yii\helpers\BaseArrayHelper` (nilsburg) -- Enh: Added constants for specifying `yii\validators\CompareValidator::$type` (cebe) - Enh #12901: Added `getDefaultHelpHeader` method to the `yii\console\controllers\HelpController` class to be able to override default help header in a class heir (diezztsk) -- Bug #12904: Fixed lowercase table name in migrations (zlakomanoff) -- Bug #12939: Hard coded table names for MSSQL in RBAC migration (arogachev) -- Enh #12015: Changed visibility `yii\db\ActiveQueryTrait::createModels()` from private to protected (ArekX, dynasource) -- Enh #12750: `yii\widgets\ListView::itemOptions` can be a closure now (webdevsega, silverfire) +- Enh: Added constants for specifying `yii\validators\CompareValidator::$type` (cebe) + 2.0.10 October 20, 2016 -----------------------