mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-11 19:20:01 +08:00
Merge pull request #2411 from schmunk42/feature/gii-extension-generator
first draft of the extension generator
This commit is contained in:
@@ -118,9 +118,10 @@ Yii Framework 2 Change Log
|
||||
- Enh #2364: Take into account current error reporting level in error handler (gureedo)
|
||||
- Enh #2387: Added support for fetching data from database in batches (nineinchnick, qiangxue)
|
||||
- Enh #2392: Added `addCssStyle()`, `removeCssStyle()`, `cssStyleFromArray()` and `cssStyleToArray()` to `Html` (qiangxue, kartik-v, Alex-Code)
|
||||
- Enh #2411: Added Gii extension generator (schmunk42)
|
||||
- Enh #2415: Added support for inverse relations (qiangxue)
|
||||
- Enh #2417: Added possibility to set `dataType` for `$.ajax` call in yii.activeForm.js (Borales)
|
||||
- Enh #2436: Label of the attribute, which looks like `relatedModel.attribute`, will be received from the related model if it available (djagya)
|
||||
- Enh #2415: Added support for inverse relations (qiangxue)
|
||||
- Enh #2490: `yii\db\Query::count()` and other query scalar methods now properly handle queries with GROUP BY clause (qiangxue)
|
||||
- Enh #2491: Added support for using the same base class name of search model and data model in Gii (qiangxue)
|
||||
- Enh #2499: Added ability to downgrade migrations by their absolute apply time (resurtm, gorcer)
|
||||
|
||||
Reference in New Issue
Block a user