mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Reordered CHANGELOG [skip ci]
This commit is contained in:
@ -4,17 +4,8 @@ Yii Framework 2 Change Log
|
||||
2.0.14 under development
|
||||
------------------------
|
||||
|
||||
- Bug #15658: Fixed `yii\filters\auth\HttpBasicAuth` not to switch identity, when user is already authenticated and identity does not get changed (silverfire)
|
||||
- Bug #15628: Fixed `yii\validators\DateValidator` to respect time when the `format` property is set to UNIX Epoch format (silverfire, gayHacker)
|
||||
- Bug #15658: Fixed `yii\db\HttpBasicAuth` not to switch identity, when user is already authenticated and identity does not get changed (silverfire)
|
||||
- Bug #9342: Fixed `yii\db\ActiveQueryTrait` to apply `indexBy` after relations population in order to prevent excess queries (sammousa, silverfire)
|
||||
- Enh #13425: Added caching of dynamically added URL rules with `yii\web\UrlManager::addRules()` (scriptcube, silverfire)
|
||||
- Bug #15644: Avoid wrong default selection on a dropdown, checkbox list, and radio list, when a option has a key equals to zero (berosoboy)
|
||||
- Enh #14538: Added `yii\behaviors\AttributeTypecastBehavior::typecastAfterSave` property (littlefuntik, silverfire)
|
||||
- Enh #14254: add an option to specify whether validator is forced to always use master DB for `yii\validators\UniqueValidator` and `yii\validators\ExistValidator` (rossoneri, samdark)
|
||||
- Enh #15272: Removed type attribute from script tag (aleksbelic)
|
||||
- Enh #15120: Refactored dynamic caching introducing `DynamicContentAwareInterface` and `DynamicContentAwareTrait` (sergeymakinen)
|
||||
- Bug #8983: Only truncate the original log file for rotation (matthewyang, developeruz)
|
||||
- Bug #9342: Fixed `yii\db\ActiveQueryTrait` to apply `indexBy` after relations population in order to prevent excess queries (sammousa, silverfire)
|
||||
- Bug #11401: Fixed `yii\web\DbSession` concurrency issues when writing and regenerating IDs (samdark, andreasanta, cebe)
|
||||
- Bug #13034: Fixed `normalizePath` for windows network shares that start with two backslashes (developeruz)
|
||||
- Bug #14135: Fixed `yii\web\Request::getBodyParam()` crashes on object type body params (klimov-paul)
|
||||
@ -60,6 +51,9 @@ Yii Framework 2 Change Log
|
||||
- Bug #15540: Fixed `yii\db\ActiveRecord::with()` unable to use relation defined via attached behavior in case `asArray` is enabled (klimov-paul)
|
||||
- Bug #15553: Fixed `yii\validators\NumberValidator` incorrectly validate resource (developeruz)
|
||||
- Bug #15621: Fixed `yii\web\User::getIdentity()` returning `null` if an exception had been thrown when it was called previously (brandonkelly)
|
||||
- Bug #15628: Fixed `yii\validators\DateValidator` to respect time when the `format` property is set to UNIX Epoch format (silverfire, gayHacker)
|
||||
- Bug #15644: Avoid wrong default selection on a dropdown, checkbox list, and radio list, when a option has a key equals to zero (berosoboy)
|
||||
- Bug #15658: Fixed `yii\filters\auth\HttpBasicAuth` not to switch identity, when user is already authenticated and identity does not get changed (silverfire)
|
||||
- Enh #3087: Added `yii\helpers\BaseHtml::error()` "errorSource" option to be able to customize errors display (yanggs07, developeruz, silverfire)
|
||||
- Enh #3250: Added support for events partial wildcard matching (klimov-paul)
|
||||
- Enh #5515: Added default value for `yii\behaviors\BlameableBehavior` for cases when the user is guest (dmirogin)
|
||||
@ -77,6 +71,7 @@ Yii Framework 2 Change Log
|
||||
- Enh #11611: Added `BetweenColumnsCondition` to build SQL condition like `value BETWEEN col1 and col2` (silverfire)
|
||||
- Enh #12623: Added `yii\helpers\StringHelper::matchWildcard()` replacing usage of `fnmatch()`, which may be unreliable (klimov-paul)
|
||||
- Enh #13019: Support JSON in SchemaBuilderTrait (zhukovra, undefinedor)
|
||||
- Enh #13425: Added caching of dynamically added URL rules with `yii\web\UrlManager::addRules()` (scriptcube, silverfire)
|
||||
- Enh #13465: Added `yii\helpers\FileHelper::findDirectories()` method (ArsSirek, developeruz)
|
||||
- Enh #13618: Active Record now resets related models after corresponding attributes updates (Kolyunya, rob006)
|
||||
- Enh #13679: Added `yii\behaviors\CacheableWidgetBehavior` (Kolyunya)
|
||||
@ -85,8 +80,10 @@ Yii Framework 2 Change Log
|
||||
- Enh #13919: Added option to add comment for created table to migration console command (mixartemev, developeruz)
|
||||
- Enh #13996: Added `yii\web\View::registerJsVar()` method that allows registering JavaScript variables (Eseperio, samdark)
|
||||
- Enh #14043: Added `yii\helpers\IpHelper` (silverfire, cebe)
|
||||
- Enh #14254: add an option to specify whether validator is forced to always use master DB for `yii\validators\UniqueValidator` and `yii\validators\ExistValidator` (rossoneri, samdark)
|
||||
- Enh #14355: Added ability to pass an empty array as a parameter in console command (developeruz)
|
||||
- Enh #14488: Added support for X-Forwarded-Host to `yii\web\Request`, fixed `getServerPort()` usage (si294r, samdark)
|
||||
- Enh #14538: Added `yii\behaviors\AttributeTypecastBehavior::typecastAfterSave` property (littlefuntik, silverfire)
|
||||
- Enh #14546: Added `dataDirectory` property into `BaseActiveFixture` (leandrogehlen)
|
||||
- Enh #14568: Refactored migration templates to use `safeUp()` and `safeDown()` methods (Kolyunya)
|
||||
- Enh #14638: Added `yii\db\SchemaBuilderTrait::tinyInteger()` (rob006)
|
||||
@ -97,6 +94,7 @@ Yii Framework 2 Change Log
|
||||
- Enh #15024: `yii\web\Pjax` widget does not prevent CSS files from sending anymore because they are handled by client-side plugin correctly (onmotion)
|
||||
- Enh #15047: `yii\db\Query::select()` and `yii\db\Query::addSelect()` now check for duplicate column names (wapmorgan)
|
||||
- Enh #15076: Improve `yii\db\QueryBuilder::buildColumns()` to throw exception on invalid input (hiscaler)
|
||||
- Enh #15120: Refactored dynamic caching introducing `DynamicContentAwareInterface` and `DynamicContentAwareTrait` (sergeymakinen)
|
||||
- Enh #15135: Automatic completion for help in bash and zsh (Valkeru)
|
||||
- Enh #15216: Added `yii\web\ErrorHandler::$traceLine` to allow opening file at line clicked in IDE (vladis84)
|
||||
- Enh #15219: Added `yii\filters\auth\HttpHeaderAuth` (bboure)
|
||||
@ -104,6 +102,7 @@ Yii Framework 2 Change Log
|
||||
- Enh #15221: Added support for the `--<option> <value>` console option syntax (brandonkelly)
|
||||
- Enh #15221: Improved the `help/list-action-options` console command output for command options without a description (brandonkelly)
|
||||
- Enh #15226: Auto generate placeholder from fields (vladis84)
|
||||
- Enh #15272: Removed type attribute from script tag (aleksbelic)
|
||||
- Enh #15332: Always check for availability of `openssl_pseudo_random_bytes`, even if LibreSSL is available (sammousa)
|
||||
- Enh #15335: Added `FileHelper::unlink()` that works well under all OSes (samdark)
|
||||
- Enh #15340: Test CHANGELOG.md for valid format (sammousa)
|
||||
|
Reference in New Issue
Block a user