Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

787 B

Yii Framework 2 gii extension Change Log

2.0.0 beta under development

  • Bug #1405: fixed disambiguation of relation names generated by gii (qiangxue)
  • Bug #1904: Fixed autocomplete to work with underscore inputs "_" (tonydspaniard)
  • Bug #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue)
  • Bug: fixed controller in crud template to avoid returning query in findModel() (cebe)
  • Enh #1624: generate rules for unique indexes (lucianobaraglia)
  • Enh #1818: Do not display checkbox column if all rows are empty (johonunu)
  • Enh #1897: diff markup is now copy paste friendly (samdark)

2.0.0 alpha, December 1, 2013

  • Initial release.