CHANGELOG.rst 5.6 KB

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