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 |
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.
|
16 years ago |
Michael Ziegler
|
a6113dc743
|
default connstring for new models can now be configured in settings.py
|
16 years ago |
Michael Ziegler
|
cc262af1f2
|
added SLICE_VERSION line for 1.2.0 (still, this is an alibi commit to test the twitter plugin :) )
|
16 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 :(
|
16 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
|
16 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.
|
16 years ago |
Michael Ziegler
|
4b33c6c224
|
a few refurbishments, more are yet to come
|
16 years ago |
withgod
|
7a2e4c9866
|
implements IceCtroller **Texture methods
|
16 years ago |
withgod
|
d25ae7b18a
|
split mctl.py
mctl.py base class
MumbleCtlDbus.py
MumbleCtlIce.py
|
16 years ago |
withgod
|
b1f5ffe10c
|
management.py using mctl.py
|
16 years ago |
Michael Ziegler
|
a617cbdffb
|
added copyright and license information
|
16 years ago |
Michael Ziegler
|
3c92f0d376
|
created a new template using YAML
|
16 years ago |
Michael Ziegler
|
3cee925da6
|
added default from email address and account activation days, as registration needs them
|
16 years ago |
Michael Ziegler
|
3b7f720451
|
added base path autodetection, so people don't have to configure *anything* anymore...
|
16 years ago |
Michael Ziegler
|
facb069dad
|
added an object that represents the ACL instead of messing with array indices
|
16 years ago |