CHANGELOG.md 3.47 KB
Newer Older
1 2 3
Yii Framework 2 gii extension Change Log
========================================

Qiang Xue committed
4 5 6
2.0.2 under development
-----------------------

7
- Bug #6463: The Gii controller generator generates incorrect controller namespace (pana1990)
8
- Enh #3665: Improved Gii CRUD generated code to support setting initial conditions via initializing search model (mdmunir, fsateler, samdark) 
Qiang Xue committed
9 10


Qiang Xue committed
11
2.0.1 December 07, 2014
Qiang Xue committed
12 13
-----------------------

14
- Bug #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller (qiangxue)
15
- Bug #5745: Gii and debug modules may cause 404 exception when the route contains dashes (qiangxue)
16
- Bug #6367: Added `yii\gii\generators\crud\Generator` to support customizing view path for the generated CRUD controller (qiangxue)
17
- Bug: Gii console command help information does not contain global options (qiangxue)
18
- Enh #5613: Added `--overwrite` option to Gii console command to support overwriting all files (motin, qiangxue)
Qiang Xue committed
19 20


Qiang Xue committed
21 22
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
23

24
- Bug #5408: Gii console command incorrectly reports errors when there is actually no error (qiangxue)
25
- Bug: Fixed table name regression caused by changed introduced in #4971 (samdark)
Qiang Xue committed
26 27


28 29
2.0.0-rc September 27, 2014
---------------------------
mitalcoi committed
30

31
- Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue)
32
- Bug #2314: Gii model generator does not generate correct relation type in some special case (qiangxue)
suralc committed
33
- Bug #3265: Fixed incorrect controller class name validation (suralc)
34
- Bug #3693: Fixed broken Gii preview when a file is unchanged (cebe)
35
- Bug #4410: Fixed Gii to preserve database column order in generated _form.php  (kmindi)
36
- Bug #4971: Fixed hardcoded table names in `viaTable` expression in model generator (stepanselyuk)
37
- Enh #2018: Search model is not required anymore in CRUD generator (johonunu)
38
- Enh #3088: The gii module will manage their own URL rules now (qiangxue)
39
- Enh #3222: Added `useTablePrefix` option to the model generator for Gii (horizons2)
Qiang Xue committed
40
- Enh #3811: Now Gii model generator makes autocomplete for model class field (mitalcoi)
41
- New #1280: Gii can now be run from command line (schmunk42, cebe, qiangxue)
Qiang Xue committed
42 43


44 45
2.0.0-beta April 13, 2014
-------------------------
46 47

- Bug #1405: fixed disambiguation of relation names generated by gii (qiangxue)
48
- Bug #1904: Fixed autocomplete to work with underscore inputs "_" (tonydspaniard)
49
- Bug #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue)
Kevin LEVRON committed
50
- Bug #2712: Fixed missing id in code file preview url (klevron)
51
- Bug: fixed controller in crud template to avoid returning query in findModel() (cebe)
Luciano Baraglia committed
52
- Enh #1624: generate rules for unique indexes (lucianobaraglia)
53
- Enh #1818: Do not display checkbox column if all rows are empty (johonunu)
Alexander Makarov committed
54
- Enh #1897: diff markup is now copy paste friendly (samdark)
Alexander Makarov committed
55
- Enh #2327: better visual representation of changed files, added header and refresh button to diff modal (thiagotalma)
56
- Enh #2491: Added support for using the same base class name of search model and data model in Gii (qiangxue)
Thiago Talma committed
57
- Enh #2595: Browse through all generated files using right and left arrows (thiagotalma)
Thiago Talma committed
58
- Enh #2633: Keyboard shortcuts to browse through files (thiagotalma)
Luciano Baraglia committed
59
- Enh #2822: possibility to generate I18N messages (lucianobaraglia)
Thiago Talma committed
60
- Enh #2843: Option to filter files according to the action. (thiagotalma)
61

Carsten Brandt committed
62
2.0.0-alpha, December 1, 2013
63 64 65
-----------------------------

- Initial release.