CHANGELOG.rst 6.7 KB

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