85 Commits (master)

Author SHA1 Message Date
Michael Ziegler 81886e6b2c [django 1.7] add BASE_DIR setting to match the new template; remove ADMININS, MANAGERS and TEMPLATE_LOADERS 10 years ago
Michael Ziegler f67c85c4bc fix ROOT_URLCONF, remove markup app 11 years ago
Michael Ziegler 0e720fdc93 fix login and profile urls 11 years ago
Michael Ziegler b2ae81a86c re-enable registration, fix registration.views.register urls 11 years ago
Michael Ziegler 6ebdf09217 remove obsolete ADMIN_MEDIA_PREFIX 11 years ago
Michael Ziegler f0fd785794 fix url tags for Django 1.5, remove MUMBLE_MEDIA_PREFIX in favor of django.contrib.staticfiles 11 years ago
Michael Ziegler 06bfd47333 update SLICEDIR for current Debian packages 12 years ago
Michael Ziegler 0cd8c4a64b add MessageMiddleware which is needed for the admin system 12 years ago
Michael Ziegler de27f8e3e6 add STATIC_URL/STATIC_ROOT settings 12 years ago
Michael Ziegler 0720106f09 adapt settings for Django 1.4 12 years ago
Michael Ziegler e63f9f1391 add USERS_ABOVE_CHANNELS setting to settings.py 13 years ago
Michael Ziegler 288643fe4e add a setting to hide offline servers from the servers list. fixes #144 13 years ago
Michael Ziegler b2a8ada44b remove django_evolution as it seems to cause issues and isn't used anyway. see #157 13 years ago
Michael Ziegler 8c22ddde36 fix DeprecationWarnings about DATABASES setting by converting to the new Django style 13 years ago
Michael Ziegler 12c9423d54 deliver the debug templates only if DEBUG enabled and request IP is in INTERNAL_IPS setting 14 years ago
Michael Ziegler 3d34343124 add SLICEDIR config option to set the slice include dir if it can't be discovered (debian Lenny). fixes #122 14 years ago
Michael Ziegler cf593edc77 set munin graph category to mumble 14 years ago
Michael Ziegler 13f28876b7 make django-registration optional 14 years ago
Michael Ziegler cef594efb9 move images, css and js scripts for the mumble app into a media dir (like the admin), language update 14 years ago
Michael Ziegler 75a3cee5c3 disable the test runner stuff (not needed currently and requires stuff I don't have set up) 14 years ago
Michael Ziegler 412a109f5a add commented EMAIL_* variables to settings 14 years ago
Michael Ziegler fc7237e150 remove CsrfResponseMiddleware and use csrf_tokens in the templates 14 years ago
Michael Ziegler 546b320241 move MUMBLE_DEFAULT_PORT to the "only change if you know what you're doing" section 14 years ago
Michael Ziegler a06f9c3906 add CSRF middlewares to avoid errors when submitting forms 14 years ago
Michael Ziegler abac1b5bbb fix the template_dir and hgignore theme directories 14 years ago
Michael Ziegler 2114a11374 reorganize settings.py and add basic theming support 14 years ago
Michael Ziegler 5a6747c83a a few code style fixes 14 years ago
Michael Ziegler bc13f136f0 add version info to the mumble app, and display the current and newest available version on the imprint page. 14 years ago
Michael Ziegler 0b485d22ab fix the slice path that got a little messed up 14 years ago
Michael Ziegler 86b687aec4 move setting a downloaded image as avatar to MumbleUser.setTextureFromUrl, add setting gravatar when registering 14 years ago
Michael Ziegler 7d293b7224 implement displaying Gravatars in the user detail pages 14 years ago
Michael Ziegler b945a27880 allow the path to the conversion SQL scripts to be configured in settings.py. 14 years ago
Michael Ziegler 1b15a7a263 move the database file to a db subdirectory, to get the perms right when people run "chmod -R <md-dir>/*" 14 years ago
Michael Ziegler 683bff5c7e detect django_evolution 14 years ago
Michael Ziegler 02797c186b remove unnecessary comma 14 years ago
Michael Ziegler af4ffb484b turn INSTALLED_APPS into a list, allowing .append() to be used instead of needing a global variable 14 years ago
Michael Ziegler 84730737c7 fix IDs to be compatible with Munin 1.4, display a bit more info in the graphs and allow stuff to be configured. fixes #77 14 years ago
Michael Ziegler 2e2f34d292 replace secret_key variable with code to automatically generate it and store it in .secret.txt. 14 years ago
Michael Ziegler 5051acfb29 Remove SLICE_VERSION variable and shipped slices. People NEED to set the SLICE variable from now on. 14 years ago
Michael Ziegler a56df76721 If a slice file has been configured, assume the version is correct. 14 years ago
Michael Ziegler 15c570cbb5 add slice for Murmur 1.2.2. 14 years ago
Michael Ziegler 6b85f6f693 automatically detect if rosetta and django_extensions are available 15 years ago
Michael Ziegler fc53d4467d update years in the copyright claims 15 years ago
Michael Ziegler 2ddb96f883 how the f did I manage to miss that this thing already existed? meeeeeh 15 years ago
Michael Ziegler 501dd1a717 remove rosetta. it's awesome, but Debian packaging is unclear for the time being, and it can be re-enabled easily by the user. 15 years ago
Michael Ziegler 432f97e654 use context processors for MEDIA_URL and ROSETTA_ISNTALLED variables 15 years ago
Michael Ziegler ff90422d0d add django-rosetta to make translators' lives easier: 15 years ago
Michael Ziegler a60d703900 move templates to app dirs, rename .htm to .html, clean up i18n 15 years ago
Michael Ziegler b63df9db48 remove ViewResolver fakery and simply get the prefix from MUMBLE_DJANGO_URL. 15 years ago
Michael Ziegler 5be4d4019d automate starting of Murmur and process handling 15 years ago