CHANGELOG.rst 3.1 KB

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