Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

CHANGELOG.md 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. Yii Framework 2 gii extension Change Log
  2. ========================================
  3. 2.0.5 March 18, 2016
  4. --------------------
  5. - Bug #66: It was impossible to use tables with spaces (cornernote)
  6. - Bug #79: There was no form element to toggle using schema name for class name (phpniki)
  7. - Bug #83: Files were overwritten regardless of answers in console Gii (chernyshev, jeicd)
  8. - Bug #104: Allow reuse of the Gii Module for running multiple actions (cebe)
  9. - Bug #109: Exception was thrown when `yii\rest\UrlRule` was used in `UrlManager::ruleConfig` (lichunqiang)
  10. - Bug #116: Added table prefix autoremoving from the generated model className (umanamente, silverfire)
  11. - Bug #134: Model generator was not validating ActiveQuery namespace (zetamen)
  12. - Enh #20: Added support for composite (multi-column) foreign keys in junction tables (nineinchnick)
  13. - Enh #34: Model generator now skips FKs pointing to non-existing tables (samdark)
  14. - Enh #42: Entire preview code now can be copied by pressing CTRL+C (thiagotalma, samdark)
  15. - Enh #54: Model generator is now able to generate reverse relations (nineinchnick)
  16. - Enh #56: Model generator now generates exist rules based on table foreign keys (Faryshta, samdark)
  17. - Enh #95: More parameters are now available in `query.php` view of model generator (demisang)
  18. - Enh #99: Added `enablePjax` option to wrap GridView with Pjax (Faryshta, silverfire)
  19. - Enh #135: Footer now sticks to the bottom of the page (zetamen)
  20. - Chg #38: Added compatibility with latest Typeahead version (razvanphp)
  21. 2.0.4 May 10, 2015
  22. ------------------
  23. - Bug #5098: Properly detect hasOne relations (nineinchnick)
  24. - Bug #6667: Gii form generator rendering mistake view (pana1990)
  25. - Bug (CVE-2015-3397): Using `Json::htmlEncode()` for safer JSON data encoding in HTML code (samdark, Tomasz Tokarski)
  26. - Enh #2109: Added ability to generate ActiveQuery class for model (klimov-paul)
  27. - Enh #7830: Added ability to detect relations between multiple schemas (nineinchnick)
  28. 2.0.3 March 01, 2015
  29. --------------------
  30. - Chg #7328: Changed the way CRUD generator translates "Create X". Now it's a whole string because of translation difficulties (samdark)
  31. 2.0.2 January 11, 2015
  32. ----------------------
  33. - Bug #6463: The Gii controller generator generates incorrect controller namespace (pana1990)
  34. - Enh #3665: Better default behavior for ModelSearch generated by the crud generator (qiangxue, mdmunir)
  35. 2.0.1 December 07, 2014
  36. -----------------------
  37. - Bug #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller (qiangxue)
  38. - Bug #5745: Gii and debug modules may cause 404 exception when the route contains dashes (qiangxue)
  39. - Bug #6367: Added `yii\gii\generators\crud\Generator` to support customizing view path for the generated CRUD controller (qiangxue)
  40. - Bug: Gii console command help information does not contain global options (qiangxue)
  41. - Enh #5613: Added `--overwrite` option to Gii console command to support overwriting all files (motin, qiangxue)
  42. 2.0.0 October 12, 2014
  43. ----------------------
  44. - Bug #5408: Gii console command incorrectly reports errors when there is actually no error (qiangxue)
  45. - Bug: Fixed table name regression caused by changed introduced in #4971 (samdark)
  46. 2.0.0-rc September 27, 2014
  47. ---------------------------
  48. - Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue)
  49. - Bug #2314: Gii model generator does not generate correct relation type in some special case (qiangxue)
  50. - Bug #3265: Fixed incorrect controller class name validation (suralc)
  51. - Bug #3693: Fixed broken Gii preview when a file is unchanged (cebe)
  52. - Bug #4410: Fixed Gii to preserve database column order in generated _form.php (kmindi)
  53. - Bug #4971: Fixed hardcoded table names in `viaTable` expression in model generator (stepanselyuk)
  54. - Enh #2018: Search model is not required anymore in CRUD generator (johonunu)
  55. - Enh #3088: The gii module will manage their own URL rules now (qiangxue)
  56. - Enh #3222: Added `useTablePrefix` option to the model generator for Gii (horizons2)
  57. - Enh #3811: Now Gii model generator makes autocomplete for model class field (mitalcoi)
  58. - New #1280: Gii can now be run from command line (schmunk42, cebe, qiangxue)
  59. 2.0.0-beta April 13, 2014
  60. -------------------------
  61. - Bug #1405: fixed disambiguation of relation names generated by gii (qiangxue)
  62. - Bug #1904: Fixed autocomplete to work with underscore inputs "_" (tonydspaniard)
  63. - Bug #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue)
  64. - Bug #2712: Fixed missing id in code file preview url (klevron)
  65. - Bug: fixed controller in crud template to avoid returning query in findModel() (cebe)
  66. - Enh #1624: generate rules for unique indexes (lucianobaraglia)
  67. - Enh #1818: Do not display checkbox column if all rows are empty (johonunu)
  68. - Enh #1897: diff markup is now copy paste friendly (samdark)
  69. - Enh #2327: better visual representation of changed files, added header and refresh button to diff modal (thiagotalma)
  70. - Enh #2491: Added support for using the same base class name of search model and data model in Gii (qiangxue)
  71. - Enh #2595: Browse through all generated files using right and left arrows (thiagotalma)
  72. - Enh #2633: Keyboard shortcuts to browse through files (thiagotalma)
  73. - Enh #2822: possibility to generate I18N messages (lucianobaraglia)
  74. - Enh #2843: Option to filter files according to the action. (thiagotalma)
  75. 2.0.0-alpha, December 1, 2013
  76. -----------------------------
  77. - Initial release.