CHANGELOG.rst 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. Changelog
  2. =========
  3. 0.9.0
  4. -----
  5. * Almost complete layout rewrite with only 3 template overrides
  6. * Responsive layout for mobile devices
  7. * Reorganized scripts (Browserify + gulp)
  8. * Updated table sortable headers style
  9. * Fixed related object popups bugs
  10. * Added check for JS language files existence before load
  11. * Refactored locale files
  12. * Fixed admin permissions checks
  13. * Fixed compatibility issue with Django 1.10
  14. 0.1.5
  15. -----
  16. * Add inlines.min.js
  17. * Specify IE compatibility version
  18. * Add previous/next buttons to change form
  19. * Add preserving filters when returning to changelist
  20. * Add opened tab remembering
  21. * Fix breadcrumbs text overflow
  22. * PR-65: Fixed Django 1.8+ compatibility issues (thanks to hanuprateek, SalahAdDin, cdrx for pull requests)
  23. * PR-73: Added missing safe template tag on the change password page (thanks to JensAstrup for pull request)
  24. 0.1.4
  25. -----
  26. * [Feature] Side bar compact mode (lists all models without opening second menu)
  27. * [Feature] Custom side bar menu applications and models content and ordering
  28. * [Feature] Related objects actions in nice-looking popup instead of new window
  29. * [Feature] Add changelist row selection on row background click
  30. * [Fix] Better 3rd party applications template compatibility
  31. * [Fix] JET and Django js translation conflicts
  32. * [Fix] Hide empty model form labels
  33. * [Fix] Wrong positioning for 0 column
  34. * [Fix] Issue-21: Init label wrapped checkboxes
  35. * [Improvement] Add top bar arrow transition
  36. 0.1.3
  37. -----
  38. * [Feature] Add theme choosing ability
  39. * [Feature] New color themes
  40. * [Fix] Refactor themes
  41. * [Fix] Rename JET_THEME configuration option to JET_DEFAULT_OPTION
  42. * [Fix] Fixed scrolling to top when side menu opens
  43. * [Fix] Fixed read only fields paddings
  44. * [Fix] Issue-18: Remove unused resources which may brake static processing (thanks to DheerendraRathor for the report)
  45. * [Fix] Issue-19: Fixed datetime today button (thanks to carlosfvieira for the report)
  46. 0.1.2
  47. -----
  48. * [Fix] Issue-14: Fixed ajax fields choices being rendered in page (thanks to dnmellen for the report)
  49. * [Fix] Issue-15: Fixed textarea text wrapping in Firefox
  50. * [Feature] PR-16: Allow usage of select2_lookups filter in ModelForms outside of Admin (thansk to dnmellen for pull request)
  51. * [Fix] Fixed select2_lookups for posted data
  52. * [Feature] Issue-14: Added ajax related field filters
  53. * [Fix] Made booleanfield icons cross browser compatible
  54. * [Fix] Issue-13: Added zh-hans i18n
  55. * [Feature] Separate static browser cache for each jet version
  56. 0.1.1
  57. -----
  58. * [Feature] Added fade animation to sidebar application popup
  59. * [Fix] Issue-10: Fixed ability to display multiple admin form fields on the same line (thanks to blueicefield for the report)
  60. * [Fix] Fixed broken auth page layout for some translations
  61. * [Fix] Issue-11: Fixed setup.py open file in case utf-8 path (thanks to edvm for the report)
  62. 0.1.0
  63. -----
  64. * [Fix] Issue-9: Fixed dashboard application templates not being loaded because of bad manifest (thanks to blueicefield for the report)
  65. * [Fix] Added missing localization for django 1.6
  66. * [Fix] Added importlib requirement for python 2.6
  67. * [Fix] Added python 2.6 test
  68. * [Fix] Fixed coveralls 1.0 failing for python 3.2
  69. * [Improvement] Expand non dashboard sidebar width
  70. 0.0.9
  71. -----
  72. * [Feature] Replace sidemenu scrollbars with Mac-like ones
  73. * [Feature] Added dashboard reset button
  74. * [Feature] Updated sidebar links ui
  75. * [Fix] Fixed filter submit block text alignment
  76. * [Fix] Made boolean field icon style global
  77. * [Fix] Fixed metrics requests timezone to be TIME_ZONE from settings
  78. 0.0.8
  79. -----
  80. * Change license to GPLv2
  81. 0.0.7
  82. -----
  83. * [Feature] Added Google Analytics visitors totals dashboard widget
  84. * [Feature] Added Google Analytics visitors chart dashboard widget
  85. * [Feature] Added Google Analytics period visitors dashboard widget
  86. * [Feature] Added Yandex Metrika visitors totals dashboard widget
  87. * [Feature] Added Yandex Metrika visitors chart dashboard widget
  88. * [Feature] Added Yandex Metrika period visitors dashboard widget
  89. * [Feature] Animated ajax loaded modules height on load
  90. * [Feature] Added initial docs
  91. * [Feature] Added ability to use custom checkboxes without labels styled
  92. * [Feature] Added ability to specify optional modules urls
  93. * [Feature] Added pop/update module settings methods
  94. * [Feature] Added module contrast style
  95. * [Feature] Added module custom style property
  96. * [Feature] Pass module to module settings form
  97. * [Feature] Set dashboard widgets minimum width
  98. * [Feature] Added dashboard widgets class helpers
  99. * [Fix] Fixed toggle all checkbox
  100. * [Fix] Fixed 500 when module class cannot be loaded
  101. * [Fix] Fixed datetime json encoder
  102. * [Fix] Fixed double shadow for tables in dashboard modules
  103. * [Fix] Fixed tables forced alignment
  104. * [Fix] Fixed dashboard ul layout
  105. * [Fix] Fixed language code formatting for js
  106. * [Fix] Fixed 500 when adding module if no module type specified
  107. 0.0.6
  108. -----
  109. * [Feature] Added initial unit tests
  110. * [Fixes] Compatibility fixes
  111. 0.0.5
  112. -----
  113. * [Feature] Added ability to set your own branding in the top of the sidebar
  114. 0.0.4
  115. -----
  116. * [Feature] Added Python 3 support
  117. 0.0.1
  118. -----
  119. * Initial release