Michael Ziegler
|
72f2fad025
|
show user comments in their detail pages
|
15 years ago |
Michael Ziegler
|
92d9385f1a
|
add JavaScript snippets to focus the login and registration forms. fixes #46
|
15 years ago |
Michael Ziegler
|
1bf2176870
|
add resync button to the 'users' view. see #55
|
15 years ago |
Michael Ziegler
|
19f7c38df4
|
check in the user detail pages for their textures, see #43
|
15 years ago |
Michael Ziegler
|
ebf1f59b5c
|
check for an existing texture when building the page, and display a message when none is set. fixes #43
|
15 years ago |
Michael Ziegler
|
dc92c0ec60
|
fix typo
|
15 years ago |
Michael Ziegler
|
bbde3f950b
|
fix date/time formats and remove translations for yes and no (django has these itself)
|
15 years ago |
Michael Ziegler
|
0164ad6b68
|
bugfix: when a user without a registration joins, showTexture wasn't found due to the second argument being empty
|
15 years ago |
Michael Ziegler
|
3752f1d09b
|
resolve the correct user view
|
15 years ago |
Michael Ziegler
|
d49f5c4743
|
move background-image from .css to template - not pretty, but saves me a view
|
15 years ago |
Michael Ziegler
|
24120846aa
|
add missing url tag
|
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
|
c5497d5618
|
add sorting
|
15 years ago |
Michael Ziegler
|
d946a7ad8b
|
work around store.find() comparing as "starts with", thereby finding uid=16 when searching for uid=1.
|
15 years ago |
Michael Ziegler
|
2c9ad43f2a
|
finish user admin thingy. fixes #15
|
15 years ago |
Michael Ziegler
|
7ba21f0270
|
add user manager for server admins, see #15. changing an account's owner doesn't work yet, backing up what I have so far :)
|
15 years ago |
Michael Ziegler
|
44580b161a
|
show user textures in the detail pages
|
15 years ago |
Michael Ziegler
|
f2b004d7b9
|
added help_texts and port number sanity check; and the channel ids are now shown to serveradmins and staff
|
16 years ago |
Michael Ziegler
|
3379501b3b
|
added channel id to channel detail page (visible for admins only)
|
16 years ago |
Michael Ziegler
|
ab8b089d85
|
show suppressed people like server-muted in the channel list
|
16 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
|
d5aaa63dee
|
show connecturl at "Server address" field
|
16 years ago |
Michael Ziegler
|
48b4ca659f
|
server info and channel description
|
16 years ago |
Michael Ziegler
|
35df252d55
|
fixed my last two fixes. it was just too late at night yesterday.
|
16 years ago |
Michael Ziegler
|
7fb8c9ea0f
|
fixed auto-hiding of empty channels
|
16 years ago |
Michael Ziegler
|
61b80ddf72
|
merged mmServer class into Mumble model, changed channel viewer to use divs instead of a table (can be more cleanly generated), cleaned up views and removed a whole lot of bad(tm) code
|
16 years ago |
Michael Ziegler
|
47dc521d57
|
fixed "Username@" missing from the channel links
|
16 years ago |
Michael Ziegler
|
e9de0eca08
|
auto-truncate channel and player names
|
16 years ago |
Michael Ziegler
|
a893ea57ee
|
replaced the YAML template with a self-written one due to License problems (Debian won't accept CCA2 and Dirk Jesse didn't respond to a request to update the YAML license.)
|
16 years ago |
Michael Ziegler
|
3a0c06fafe
|
added missing port number
|
16 years ago |
Michael Ziegler
|
85b234f502
|
added missing port number to the links
|
16 years ago |
Michael Ziegler
|
046f4ebbd1
|
changed url to point to "texture.png" instead of .jpg
|
16 years ago |
Michael Ziegler
|
f585277852
|
added hint about image size
|
16 years ago |
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
|
ecbf04d284
|
added options to configure channel and player name regexes, ip obfuscation and default channel id.
|
16 years ago |
Michael Ziegler
|
152a24ba9b
|
updated changelog and install files, and polished the <noscript> messages a bit
|
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
|
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
|
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 |
mistagee
|
f7f7e3c4ff
|
Created a complete Django application wrapping around the Mumble app to make usage for Django inexperienced users easier
|
16 years ago |