mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 05:45:33 +08:00
Merge pull request #11235 from pana1990/fix-changelog
Fix changelog [skip ci]
This commit is contained in:
@@ -37,6 +37,7 @@ Yii Framework 2 Change Log
|
|||||||
- Enh #10487: `yii\helpers\BaseArrayHelper::index()` got a third parameter `$groupBy` to group the input array by the key in one or more dimensions (quantum13, silverfire, samdark)
|
- Enh #10487: `yii\helpers\BaseArrayHelper::index()` got a third parameter `$groupBy` to group the input array by the key in one or more dimensions (quantum13, silverfire, samdark)
|
||||||
- Enh #10610: Added `BaseUrl::$urlManager` to be able to set URL manager used for creating URLs (samdark)
|
- Enh #10610: Added `BaseUrl::$urlManager` to be able to set URL manager used for creating URLs (samdark)
|
||||||
- Enh #10764: `yii\helpers\Html::tag()` and `::beginTag()` return content without any HTML when the `$tag` attribute is `false` or `null` (pana1990)
|
- Enh #10764: `yii\helpers\Html::tag()` and `::beginTag()` return content without any HTML when the `$tag` attribute is `false` or `null` (pana1990)
|
||||||
|
- Enh #10840: Added `yii\console\Controller::optionAliases()` method to support aliases for commands (pana1990)
|
||||||
- Enh #10889: Allows unsigned primary key column definitions (df2)
|
- Enh #10889: Allows unsigned primary key column definitions (df2)
|
||||||
- Enh #10921: `__toString()` of column schema builder now adapts to column types (df2)
|
- Enh #10921: `__toString()` of column schema builder now adapts to column types (df2)
|
||||||
- Enh #10937: `yii\web\User` will now confirm the request accepts an HTML response before redirecting to the login page. Added optional `$checkAcceptHeader` to `yii\web\User::loginRequired()` (sammousa)
|
- Enh #10937: `yii\web\User` will now confirm the request accepts an HTML response before redirecting to the login page. Added optional `$checkAcceptHeader` to `yii\web\User::loginRequired()` (sammousa)
|
||||||
@@ -169,7 +170,6 @@ Yii Framework 2 Change Log
|
|||||||
- Enh #10545: `yii\web\XMLResponseFormatter` changed to format models in a proper way (andrewnester)
|
- Enh #10545: `yii\web\XMLResponseFormatter` changed to format models in a proper way (andrewnester)
|
||||||
- Enh #10783: Added migration and unit-tests for `yii\i18n\DbMessageSource` (silverfire)
|
- Enh #10783: Added migration and unit-tests for `yii\i18n\DbMessageSource` (silverfire)
|
||||||
- Enh #10797: Cleaned up requirements checker CSS (muhammadcahya)
|
- Enh #10797: Cleaned up requirements checker CSS (muhammadcahya)
|
||||||
- Enh #10840: Added `yii\console\Controller::optionAliases()` method to support aliases for commands (pana1990)
|
|
||||||
- Enh: Added last resort measure for `FileHelper::removeDirectory()` fail to unlink symlinks under Windows (samdark)
|
- Enh: Added last resort measure for `FileHelper::removeDirectory()` fail to unlink symlinks under Windows (samdark)
|
||||||
- Enh: `AttributeBehavior::getValue()` now respects the callable in array format (silverfire)
|
- Enh: `AttributeBehavior::getValue()` now respects the callable in array format (silverfire)
|
||||||
- Chg #6419: Added `yii\web\ErrorHandler::displayVars` make list of displayed vars customizable. `$_ENV` and `$_SERVER` are not displayed by default anymore (silverfire)
|
- Chg #6419: Added `yii\web\ErrorHandler::displayVars` make list of displayed vars customizable. `$_ENV` and `$_SERVER` are not displayed by default anymore (silverfire)
|
||||||
|
|||||||
Reference in New Issue
Block a user