CHANGELOG.rst 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. Changelog
  2. =========
  3. 0.1.2
  4. -----
  5. * [Fix] Issue-14: Fixed ajax fields choices being rendered in page (thanks to dnmellen for the report)
  6. * [Fix] Issue-15: Fixed textarea text wrapping in Firefox
  7. * [Feature] PR-16: Allow usage of select2_lookups filter in ModelForms outside of Admin (thansk to dnmellen for pull request)
  8. * [Fix] Fixed select2_lookups for posted data
  9. * [Feature] Issue-14: Added ajax related field filters
  10. * [Fix] Made booleanfield icons cross browser compatible
  11. * [Fix] Issue-13: Added zh-hans i18n
  12. * [Feature] Separate static browser cache for each jet version
  13. 0.1.1
  14. -----
  15. * [Feature] Added fade animation to sidebar application popup
  16. * [Fix] Issue-10: Fixed ability to display multiple admin form fields on the same line (thanks to blueicefield for the report)
  17. * [Fix] Fixed broken auth page layout for some translations
  18. * [Fix] Issue-11: Fixed setup.py open file in case utf-8 path (thanks to edvm for the report)
  19. 0.1.0
  20. -----
  21. * [Fix] Issue-9: Fixed dashboard application templates not being loaded because of bad manifest (thanks to blueicefield for the report)
  22. * [Fix] Added missing localization for django 1.6
  23. * [Fix] Added importlib requirement for python 2.6
  24. * [Fix] Added python 2.6 test
  25. * [Fix] Fixed coveralls 1.0 failing for python 3.2
  26. * [Improvement] Expand non dashboard sidebar width
  27. 0.0.9
  28. -----
  29. * [Feature] Replace sidemenu scrollbars with Mac-like ones
  30. * [Feature] Added dashboard reset button
  31. * [Feature] Updated sidebar links ui
  32. * [Fix] Fixed filter submit block text alignment
  33. * [Fix] Made boolean field icon style global
  34. * [Fix] Fixed metrics requests timezone to be TIME_ZONE from settings
  35. 0.0.8
  36. -----
  37. * Change license to GPLv2
  38. 0.0.7
  39. -----
  40. * [Feature] Added Google Analytics visitors totals dashboard widget
  41. * [Feature] Added Google Analytics visitors chart dashboard widget
  42. * [Feature] Added Google Analytics period visitors dashboard widget
  43. * [Feature] Added Yandex Metrika visitors totals dashboard widget
  44. * [Feature] Added Yandex Metrika visitors chart dashboard widget
  45. * [Feature] Added Yandex Metrika period visitors dashboard widget
  46. * [Feature] Animated ajax loaded modules height on load
  47. * [Feature] Added initial docs
  48. * [Feature] Added ability to use custom checkboxes without labels styled
  49. * [Feature] Added ability to specify optional modules urls
  50. * [Feature] Added pop/update module settings methods
  51. * [Feature] Added module contrast style
  52. * [Feature] Added module custom style property
  53. * [Feature] Pass module to module settings form
  54. * [Feature] Set dashboard widgets minimum width
  55. * [Feature] Added dashboard widgets class helpers
  56. * [Fix] Fixed toggle all checkbox
  57. * [Fix] Fixed 500 when module class cannot be loaded
  58. * [Fix] Fixed datetime json encoder
  59. * [Fix] Fixed double shadow for tables in dashboard modules
  60. * [Fix] Fixed tables forced alignment
  61. * [Fix] Fixed dashboard ul layout
  62. * [Fix] Fixed language code formatting for js
  63. * [Fix] Fixed 500 when adding module if no module type specified
  64. 0.0.6
  65. -----
  66. * [Feature] Added initial unit tests
  67. * [Fixes] Compatibility fixes
  68. 0.0.5
  69. -----
  70. * [Feature] Added ability to set your own branding in the top of the sidebar
  71. 0.0.4
  72. -----
  73. * [Feature] Added Python 3 support
  74. 0.0.1
  75. -----
  76. * Initial release