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.
Michael Ziegler
432f97e654
use context processors for MEDIA_URL and ROSETTA_ISNTALLED variables
|
16 years ago |
| .. |
|
locale
|
1 message translated.
|
16 years ago |
|
management
|
add mm{shell,syncdb,runserver} commands that allow to choose a Murmur version first
|
16 years ago |
|
templates/mumble
|
move templates to app dirs, rename .htm to .html, clean up i18n
|
16 years ago |
|
templatetags
|
use decorator syntax
|
16 years ago |
|
MumbleCtlDbus.py
|
move handling of the "playername"/"username" config field to the CTLs
|
16 years ago |
|
MumbleCtlIce.py
|
fix version autodetection to work with 1.2.1
|
16 years ago |
|
Murmur_1-1-8.ice
|
added experimental ICE connector for Mumble 1.2.0. can't detect Murmur version before connecting, so this needs to be configured :(
|
17 years ago |
|
Murmur_1-2-0.ice
|
update slice for 1.2.0 beta
|
16 years ago |
|
Murmur_1-2-1.ice
|
add slice for 1.2.1 (it's basically the same as 1.2.0, but well...)
|
16 years ago |
|
__init__.py
|
added copyright and license information
|
17 years ago |
|
admin.py
|
validate that the address and port are available by trying to bind when saving a new server instance. fixes #57
|
16 years ago |
|
forms.py
|
validate that the address and port are available by trying to bind when saving a new server instance. fixes #57
|
16 years ago |
|
mctl.py
|
clear cache, fix a few glitches in the tests
|
16 years ago |
|
mmobjects.py
|
use the icons from mumble 1.2.0 instead of 1.1.8. fixes #67
|
16 years ago |
|
models.py
|
move handling of the "playername"/"username" config field to the CTLs
|
16 years ago |
|
murmurenvutils.py
|
add mm{shell,syncdb,runserver} commands that allow to choose a Murmur version first
|
16 years ago |
|
testrunner.py
|
increase verbosity, fix testAddrPortUnique test to use the correct connstring
|
16 years ago |
|
tests.py
|
increase verbosity, fix testAddrPortUnique test to use the correct connstring
|
16 years ago |
|
urls.py
|
add views for mobiles (currently only detects BlackBerries, need more browser strings...)
|
16 years ago |
|
utils.py
|
create ChannelInfo objects like ice does for dbus as well, prevent Ice errors from being hidden by an IndexError
|
16 years ago |
|
views.py
|
use context processors for MEDIA_URL and ROSETTA_ISNTALLED variables
|
16 years ago |