CHANGELOG.rst 3.0 KB

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