CHANGELOG.rst 4.6 KB

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