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

Qiang Xue committed
4 5 6
2.0.0-rc under development
--------------------------

7
- Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue)
8
- Bug #2314: Gii model generator does not generate correct relation type in some special case (qiangxue)
suralc committed
9
- Bug #3265: Fixed incorrect controller class name validation (suralc)
10
- Bug #3693: Fixed broken Gii preview when a file is unchanged (cebe)
11
- Enh #2018: Search model is not required anymore in CRUD generator (johonunu)
12
- Enh #3088: The gii module will manage their own URL rules now (qiangxue)
13
- Enh #3222: Added `useTablePrefix` option to the model generator for Gii (horizons2)
Qiang Xue committed
14 15


16 17
2.0.0-beta April 13, 2014
-------------------------
18 19

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

Carsten Brandt committed
34
2.0.0-alpha, December 1, 2013
35 36 37
-----------------------------

- Initial release.