Michael Ziegler
|
787e0ff1d3
|
implemented current texture to be displayed in the "set texture" form
|
16 years ago |
Michael Ziegler
|
0da3477e00
|
moved texture tab to the right so the tab indices for the admin panel is correct and error handling will switch to the correct tab
|
16 years ago |
Michael Ziegler
|
d62cb9f453
|
implemented setting user textures
|
16 years ago |
Michael Ziegler
|
5d92a6da78
|
merged
|
16 years ago |
Michael Ziegler
|
c38321db63
|
set favicon
|
16 years ago |
withgod
|
957f8ae01d
|
without DBus code modesl.py
implements basic DBus Controller mctl.py
|
16 years ago |
withgod
|
066f9942d1
|
code review commit...
my repo np.
|
16 years ago |
Michael Ziegler
|
d0a8a88c2f
|
yet another change to fix #4...
|
16 years ago |
Michael Ziegler
|
878315df91
|
honoured case sensitivity of getConf(). closes: #4
|
16 years ago |
Michael Ziegler
|
b884425048
|
fixed various settings not being updated in Murmur correctly due to case sensitivity of setConf(). closes: #4
|
16 years ago |
Michael Ziegler
|
5f55d6e7c6
|
merged
|
16 years ago |
Michael Ziegler
|
672653bbeb
|
added a line to configure the egg cache directory where necessary. see http://forum.ubuntuusers.de/post/1976518/
|
16 years ago |
Michael Ziegler
|
24ff9ce515
|
bugfix: used syntax that is not available in python 2.4
|
16 years ago |
Michael Ziegler
|
b6a192e0fe
|
fixed wrong request context in the "imprint" view
|
16 years ago |
Michael Ziegler
|
2c9291e8df
|
Added tag v0.6 for changeset 0ad46144f7d5
|
16 years ago |
Michael Ziegler
|
22b297b3fc
|
updated for v0.6 release
|
16 years ago |
Michael Ziegler
|
654311a4f9
|
tested - now it actually works too
|
16 years ago |
Michael Ziegler
|
6ce1563e89
|
renamed column "default" to "defchan" (default is a reserved word, bad karma), created a script to update the schema from v0.5
|
16 years ago |
Michael Ziegler
|
ecbf04d284
|
added options to configure channel and player name regexes, ip obfuscation and default channel id.
|
16 years ago |
Michael Ziegler
|
a617cbdffb
|
added copyright and license information
|
16 years ago |
Michael Ziegler
|
7d2edb8bae
|
changed copyright notice to clarify GPLv2+ licensing
|
16 years ago |
Michael Ziegler
|
63f4aef910
|
moved all copyright information about mumble-django, ExtJS and YAML into the COPYRIGHT file
|
16 years ago |
Michael Ziegler
|
abf565014d
|
changed copyright notice to clarify GPLv2+ licensing
|
16 years ago |
Michael Ziegler
|
a1e0584597
|
small, but noticeable bug that caused the root channel to appear in the links. meh.
|
16 years ago |
Michael Ziegler
|
40fe9bba76
|
Added tag v0.5 for changeset 907c71e62d03
|
16 years ago |
Michael Ziegler
|
152a24ba9b
|
updated changelog and install files, and polished the <noscript> messages a bit
|
16 years ago |
Michael Ziegler
|
c6a08e6e1f
|
these are now unneccessary too...
|
16 years ago |
Michael Ziegler
|
68214ea6a0
|
removed unneccessary stuff left from the old template
|
16 years ago |
Michael Ziegler
|
c65bb88074
|
fixed too small width of the left div which can easily cause an ugly line break
|
16 years ago |
Michael Ziegler
|
366722f3e1
|
player profiles
|
16 years ago |
Michael Ziegler
|
62e46f89cf
|
JS is now generated for Anon too
|
16 years ago |
Michael Ziegler
|
49bec6bc16
|
added links for players so JS will work
|
16 years ago |
Michael Ziegler
|
451511cde7
|
lol fail
|
16 years ago |
Michael Ziegler
|
c3b8da0561
|
implemented detail views
|
16 years ago |
Michael Ziegler
|
bd61a84010
|
built a few nice interface features using ExtJS (JavaScript is not and will not be _required_ to use this website, the basics will work without it)
|
16 years ago |
Michael Ziegler
|
df3c1d039c
|
various layout tunings
|
16 years ago |
Michael Ziegler
|
3c92f0d376
|
created a new template using YAML
|
16 years ago |
Michael Ziegler
|
cea8c2c07b
|
corrected whitespace
|
16 years ago |
Michael Ziegler
|
ab92032cf6
|
added / url to standard urls (easier than redirect in apache config), repaired showContent
|
16 years ago |
Michael Ziegler
|
03739178f3
|
Added tag v0.4 for changeset ab8eb2df2952
|
16 years ago |
Michael Ziegler
|
e2854bc7d5
|
updated changelog for v0.4. forms.py: only whitespace changes
|
16 years ago |
Michael Ziegler
|
a2f34a764c
|
removed ssl settings from admin form, because the key must be kept secret and imho most users won't want to change this anyway
|
16 years ago |
Michael Ziegler
|
f51a52bc13
|
added rudimentary "admin" view to allow server admins to configure their servers without being able to alter "hoster only" config options
|
16 years ago |
Michael Ziegler
|
ca4ba79461
|
altered "settings" import to fit the django way, which should be better portable
|
16 years ago |
Michael Ziegler
|
8380cd6c2f
|
updated to replace "" with noname in the RegistrationName
|
16 years ago |
Michael Ziegler
|
35c72922fe
|
updated to use a default email address from settings when owner is None
|
16 years ago |
Michael Ziegler
|
3cee925da6
|
added default from email address and account activation days, as registration needs them
|
16 years ago |
Michael Ziegler
|
482043561f
|
this didn't check the server instance, hence it only worked reliably when a single instance was running during syncdb
|
16 years ago |
Michael Ziegler
|
008f938d79
|
changed to update only if owner and password given (cant update without owner due to email)
|
16 years ago |
Michael Ziegler
|
91fc0a75b3
|
fixed to work with psycopg2
|
16 years ago |