CHANGELOG.rst 8.0 KB

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