From 5c68dde13cc8323bde8fb0d42a852b3716845ef3 Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Wed, 27 May 2015 12:01:46 +0300 Subject: [PATCH] CHANGELOG.md fixed --- framework/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 80ae00b..8b6b58b 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -5,15 +5,21 @@ Yii Framework 2 Change Log ----------------------- - Bug #7305: Logging of Exception objects resulted in failure of the logger i.e. no logs being written (cebe) +- Bug #7374: Use proper INSERT syntax with default values when no values are specified (nineinchnick) - Bug #7707: client-side `trim` validator now passes the trimmed value to subsequent validators (nkovacs) - Bug #8322: `yii\behaviors\TimestampBehavior::touch()` now throws an exception if owner is new record (klimov-paul) - Bug #8451: `yii\i18n\Formatter` did not allow negative unix timestamps as input for date formatting (cebe) +- Bug #8483: sequence name in `Schema::getLastInsertId()` was not properly quoted (nineinchnick) +- Bug #8506: Cleaning of output buffer in `Widget::run()` conflicts with `Pjax` widget which did the cleanup itself (cebe, joester89) +- Bug #8544: Fixed `yii\db\ActiveRecord` does not updates attribute specified at `optimisticLock()` after save (klimov-paul) - Bug: Fixed string comparison in `BaseActiveRecord::unlink()` which may result in wrong comparison result for hash valued primary keys starting with `0e` (cebe) - Enh #6043: Specification for 'class' and 'style' in array format added to `yii\helpers\Html` (klimov-paul) +- Enh #7169: `yii\widgets\ActiveField` now uses corresponding methods for default parts rendering (klimov-paul) - Enh #8070: `yii\console\controllers\MessageController` now sorts created messages, even if there is no new one, while saving to PHP file (klimov-paul) - Enh #8286: `yii\console\controllers\MessageController` improved allowing extraction of nested translator calls (klimov-paul) - Enh #8415: `yii\helpers\Html` allows correct rendering of conditional comments containing `!IE` (salaros, klimov-paul) - Enh #8444: Added `yii\widgets\LinkPager::$linkOptions` to allow configuring HTML attributes of the `a` tags (zinzinday) +- Enh #8486: Added support to automatically set the `maxlength` attribute for `Html::activeTextArea()` and `Html::activePassword()` (klimov-paul) - Chg #6354: `ErrorHandler::logException()` will now log the whole exception object instead of only its string representation (cebe)