Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.7 KiB

15 years ago
15 years ago
  1. =======================
  2. mumble-django changelog
  3. =======================
  4. Version 0.5, 18 April 2009:
  5. ------------------------------
  6. * Added redirect for / into urls.py, as this is easier than configuring
  7. it in the Apache config because it doesn't require the user to do
  8. anything.
  9. * Completely refurbished the user interface, now using a YAML template
  10. and ExtJS for some extra cool stuff. Still, the page does not _require_
  11. JavaScript to be enabled in order to function correctly, users with JS
  12. disabled will only see the registration forms and a hint to enable JS.
  13. Version 0.4, 10 April 2009:
  14. ------------------------------
  15. * Various bug fixes.
  16. * Added settings for django-registration to settings.py, so users can
  17. actually find them and don't need to figure these out on their own.
  18. * Added a form for Server Admins (people added to the Admin group on the
  19. root channel) to change a few settings like server password and MOTD.
  20. Version 0.3, 25 March 2009:
  21. ------------------------------
  22. * added basepath autodetection.
  23. * added "Admin on root channel" field that allows editing the ACL of the
  24. root channel, to grant or revoke membership in the "admins" group,
  25. thereby granting/revoking Administrator privileges.
  26. Version 0.2, 24 March 2009:
  27. ------------------------------
  28. * Reorganized settings.py, so only one single line needs to be edited in
  29. order to configure everything.
  30. * Added a syncdb hook that looks for already configured Murmur instances
  31. whenever syncdb is run, and writes found instances and users into the
  32. database.
  33. * Various minor bug fixes.
  34. Version 0.1, 21 February 2009:
  35. ------------------------------
  36. * Set up a Django project that uses the Mumble application to make use
  37. easier for Django inexperienced users
  38. * First official Release