CHANGELOG.rst 9.1 KB

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