CHANGELOG.rst 4.2 KB

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