mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-15 13:58:24 +08:00
Fixes #1958: beforeSubmit in yii.activeform is now executed after validation and before form submission
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user