Michael Ziegler
|
0cd8c4a64b
|
add MessageMiddleware which is needed for the admin system
|
13 years ago |
Michael Ziegler
|
de27f8e3e6
|
add STATIC_URL/STATIC_ROOT settings
|
13 years ago |
Michael Ziegler
|
0720106f09
|
adapt settings for Django 1.4
|
13 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
|
14 years ago |
Michael Ziegler
|
b2a8ada44b
|
remove django_evolution as it seems to cause issues and isn't used anyway. see #157
|
14 years ago |
Michael Ziegler
|
8c22ddde36
|
fix DeprecationWarnings about DATABASES setting by converting to the new Django style
|
14 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
|
15 years ago |
Michael Ziegler
|
fc7237e150
|
remove CsrfResponseMiddleware and use csrf_tokens in the templates
|
15 years ago |
Michael Ziegler
|
546b320241
|
move MUMBLE_DEFAULT_PORT to the "only change if you know what you're doing" section
|
15 years ago |
Michael Ziegler
|
a06f9c3906
|
add CSRF middlewares to avoid errors when submitting forms
|
15 years ago |
Michael Ziegler
|
abac1b5bbb
|
fix the template_dir and hgignore theme directories
|
15 years ago |
Michael Ziegler
|
2114a11374
|
reorganize settings.py and add basic theming support
|
15 years ago |
Michael Ziegler
|
5a6747c83a
|
a few code style fixes
|
15 years ago |
Michael Ziegler
|
bc13f136f0
|
add version info to the mumble app, and display the current and newest available version on the imprint page.
|
15 years ago |
Michael Ziegler
|
0b485d22ab
|
fix the slice path that got a little messed up
|
15 years ago |
Michael Ziegler
|
86b687aec4
|
move setting a downloaded image as avatar to MumbleUser.setTextureFromUrl, add setting gravatar when registering
|
15 years ago |
Michael Ziegler
|
7d293b7224
|
implement displaying Gravatars in the user detail pages
|
15 years ago |
Michael Ziegler
|
b945a27880
|
allow the path to the conversion SQL scripts to be configured in settings.py.
|
15 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>/*"
|
15 years ago |
Michael Ziegler
|
683bff5c7e
|
detect django_evolution
|
15 years ago |
Michael Ziegler
|
02797c186b
|
remove unnecessary comma
|
15 years ago |
Michael Ziegler
|
af4ffb484b
|
turn INSTALLED_APPS into a list, allowing .append() to be used instead of needing a global variable
|
15 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
|
15 years ago |
Michael Ziegler
|
2e2f34d292
|
replace secret_key variable with code to automatically generate it and store it in .secret.txt.
|
15 years ago |
Michael Ziegler
|
5051acfb29
|
Remove SLICE_VERSION variable and shipped slices. People NEED to set the SLICE variable from now on.
|
15 years ago |
Michael Ziegler
|
a56df76721
|
If a slice file has been configured, assume the version is correct.
|
15 years ago |
Michael Ziegler
|
15c570cbb5
|
add slice for Murmur 1.2.2.
|
15 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:
A Django application that eases the translation process of your Django projects
<http://code.google.com/p/django-rosetta/>
|
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 |