diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index f4ce534aec2..1c9d504e953 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -4,28 +4,27 @@ Yii Framework 2 Change Log 2.0.11 under development ------------------------ +- Bug #4113: Error page stacktrace was generating links to private methods which are not part of the API docs (samdark) +- Bug #9796: Initialization of not existing `yii\grid\ActionColumn` default buttons (arogachev) - Bug #12791: Fixed `yii\behaviors\AttributeTypecastBehavior` unable to automatically detect `attributeTypes`, triggering PHP Fatal Error (klimov-paul) -- Bug #12880: Fixed `yii\behaviors\AttributeTypecastBehavior` marks attributes with `null` value as 'dirty' (klimov-paul) +- 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 #12803, #12921: Fixed BC break in `yii.activeForm.js` introduced in #11999. Reverted commit 3ba72da (silverfire) +- 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) +- 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 #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 #12790: Added `scrollToErrorOffset` option for `ActiveForm` which adds ability to specify offset in pixels when scrolling to error (mg-code) -- Enh #12816: Added `columnSchemaClass` option for `yii\db\Schema` which adds ability to specify custom `\yii\db\ColumnSchema` class (nanodesu88) -- Enh #12807: Added console controller checks for `yii\console\controllers\HelpController` (schmunk42) -- Bug #12824: Enabled usage of `yii\mutex\FileMutex` on Windows systems (davidsonalencar) -- Bug #12856: Fixed `yii\web\XmlResponseFormatter` to use `true` and `false` to represent booleans (samdark) -- Enh #11037 yii.js and yii.validation.js should use Regexp.test instead of String.match (arogachev, nkovacs) -- Bug #9796: Initialization of not existing `yii\grid\ActionColumn` default buttons (arogachev) -- Enh: Added constants for specifying `yii\validators\CompareValidator::$type` (cebe) - Enh #12748: Added Migration tool automatic generation reference column for foreignKey (MKiselev) -- Enh #12790: Added `scrollToErrorOffset` option for `ActiveForm` which adds ability to specify offset in pixels when scrolling to error (mg-code) - Enh #12748: Migration generator now tries to fetch reference column name for foreignKey from schema if it's not set explicitly (MKiselev) -- Bug #4113: Error page stacktrace was generating links to private methods which are not part of the API docs (samdark) -- Bug #12879: Console progress bar was not working properly in Windows terminals (samdark, kids-return) +- Enh #12790: Added `scrollToErrorOffset` option for `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 #11929: Changed `type` column type from `int` to `smallInt` in RBAC migrations (silverfire) +- Enh: Added constants for specifying `yii\validators\CompareValidator::$type` (cebe) 2.0.10 October 20, 2016 @@ -52,7 +51,6 @@ Yii Framework 2 Change Log - Bug #11922: Fixed `yii\log\FileTarget` does not apply `fileMode` for rotated via copy files (klimov-paul) - Bug #11947: Fixed `gridData` initialization in `yii.gridView.js` (pavlm) - Bug #11949: Fixed `yii\widgets\ActiveField::end()` generates close tag when it's `option['tag']` is `null` (egorio) -- Bug #11949: Fixed `ActiveField::end()` generates close tag when it's `option['tag']` is `null` (egorio) - Bug #11977: Fixed `yii\rest\Serializer::serialize()` serializes DataProvider incorrectly, if models keys do not compose integer sequence (dcb9, klimov-paul) - Bug #11990: Fixed `yii\db\BaseActiveRecord::refresh()` may set incorrect `oldAttributes` values at some cases (only-victor) - Bug #12009: Do not render `for` field label attribute for active form `RadioList` and `CheckboxList` (shevchik87, samdark)