CHANGELOG.rst 9.6 KB

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