CHANGELOG.rst 10 KB

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