CHANGELOG.md 1.35 KB
Newer Older
1 2 3 4 5 6 7
Yii Framework 2 gii extension Change Log
========================================

2.0.0 beta under development
----------------------------

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

2.0.0 alpha, December 1, 2013
-----------------------------

- Initial release.