59 Commits (5a6747c83a663b33a9d0fbf6f32641e3f10c98d6)

Author SHA1 Message Date
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 14 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
Michael Ziegler 93ae56bedb add test runner and automate starting of the various Murmur versions 15 years ago
Michael Ziegler 2044c5aa32 change default connstring to Ice. 15 years ago
Michael Ziegler a6db98763b bump default SLICE_VERSION to 1.2.0. 15 years ago
Michael Ziegler f940796260 enable account linking by default. fixes #56 15 years ago
Michael Ziegler 68731f3ea9 display MumbleLinkForm if account linking is enabled in settings.py. TODO: implement saving. see #56 15 years ago
Michael Ziegler 57054778b8 add SHOW_EMPTY_SUBCHANS setting. fixes #54 15 years ago
Michael Ziegler 9457002fa9 oops, accidentally set 1.2.0 as default Murmur version. 15 years ago
Michael Ziegler 30080192cd add copyright headers 15 years ago
Michael Ziegler 451d62903b add LOGIN_REDIRECT_URL to settings, so @login_required and the login view redirect to the profile correctly. fixes #27 - that is, as soon as I update the Debian packages. :) 15 years ago
Michael Ziegler f729c9fa9f clean up settings and throw out that get_script_prefix() fakery from __init__.py, because I have the feeling that this stuff will blow something up horribly. runserver is able to handle MUMBLE_DJANGO_URL not being '/', so this can and must now be configured, period. 15 years ago
Michael Ziegler c22502ddd7 looks like the autodetection finally works... 15 years ago
Michael Ziegler 6d9b553248 I can't get auto detection to work properly, so this needs to be configured. :( 15 years ago
Michael Ziegler eee36058ca listen for first request_start signal to update the paths just-in-time 15 years ago
Michael Ziegler e668504a36 change case of MEDIA_URL in templates, defer resolving in settings.py until after the WSGI daemon had a chance of setting the script prefix 15 years ago
Michael Ziegler bc85e76ed1 changed hardcoded urls to reverse resolved ones, finally allowing m-d to run in a shared apache vhost. 15 years ago
Michael Ziegler 19c452e837 introducing protected mode: if active, people will need the server password to register on private servers. fixes #16 15 years ago
Michael Ziegler bd982d9368 unsetting +x bit (it's not needed anyway and lintian doesn't like it) 15 years ago
Michael Ziegler 0900db9664 added i18n to the code and wrote a German translation file. doesn't cover *everything* yet, but it's a start. 15 years ago
Michael Ziegler a6113dc743 default connstring for new models can now be configured in settings.py 15 years ago
Michael Ziegler cc262af1f2 added SLICE_VERSION line for 1.2.0 (still, this is an alibi commit to test the twitter plugin :) ) 15 years ago
Michael Ziegler cdb617b4f8 added experimental ICE connector for Mumble 1.2.0. can't detect Murmur version before connecting, so this needs to be configured :( 15 years ago
Michael Ziegler 7e25cb7bc1 fixed "url" property overwriting RegisterURL field, moved default port number to settings, port no only shows up if not default 15 years ago
Michael Ziegler 1f67272b9b removed "DAOTYPE" setting (that's what the dbus field in the Mumble model is for), and added an automatic switch between the methods to MumbleCtlBase. repaired management.py. 15 years ago
Michael Ziegler 4b33c6c224 a few refurbishments, more are yet to come 15 years ago
withgod 7a2e4c9866 implements IceCtroller **Texture methods 15 years ago
withgod d25ae7b18a split mctl.py 15 years ago