CHANGELOG.rst 6.6 KB

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