From e6e1a7bac0e826f963af2917d618cdbc1c2334fb Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 22 Jan 2014 11:04:56 -0500 Subject: [PATCH] Fixes #1958: `beforeSubmit` in `yii.activeform` is now executed after validation and before form submission --- framework/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/CHANGELOG.md b/framework/CHANGELOG.md index 69362caa0e..b60e949035 100644 --- a/framework/CHANGELOG.md +++ b/framework/CHANGELOG.md @@ -102,6 +102,7 @@ Yii Framework 2 Change Log - Chg #1821: Changed default values for yii\db\Connection username and password to null (cebe) - Chg #1844: `Response::sendFile()` and other file sending methods will not send the response (qiangxue) - Chg #1852: DbConnection::tablePrefix default value now 'tbl_' (creocoder) +- Chg #1958: `beforeSubmit` in `yii.activeform` is now executed after validation and before form submission (6pblcb) - Chg #2025: Removed ability to declare scopes in ActiveRecord (samdark) - Chg #2057: AutoTimestamp attributes defaults changed from `create_time` and `update_time` to `created_at` and `updated_at` (creocoder) - Chg #2063: Removed `yii\web\Request::acceptTypes` and renamed `yii\web\Request::acceptedContentTypes` to `acceptableContentTypes` (qiangxue)