Michael Ziegler
|
b61b2ea1cd
|
fix syntax error caused by the ie compatibilty patch that prevented the JS from working
|
15 years ago |
Michael Ziegler
|
47eac873bf
|
fix a few typos that prevented the pages from validating, add dtd
|
15 years ago |
Michael Ziegler
|
006cca7269
|
add a few iPhone options and a logo definition
|
15 years ago |
Michael Ziegler
|
630acf1f2b
|
apply patch by puddlejumper to make the JS IE compatible
|
15 years ago |
withgod
|
e7bc200927
|
mobile_index.htm
add iphone viewport(fit iphone width)
view.py
add some mobile user agent
|
15 years ago |
Michael Ziegler
|
6bc848eaa5
|
use the icons from mumble 1.2.0 instead of 1.1.8. fixes #67
|
15 years ago |
Michael Ziegler
|
8570782117
|
fix server list for mobiles
|
15 years ago |
Michael Ziegler
|
4fef7f9e95
|
add views for mobiles (currently only detects BlackBerries, need more browser strings...)
|
15 years ago |
Michael Ziegler
|
d925fec378
|
transform mmObjects to use Murmur's data more directly, and change the templates accordingly
|
15 years ago |
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
|
a4139c77e1
|
add (draft) templates for errors 404 and 500 (used by Django if DEBUG is set to False). fixes #42
|
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
|
b9016bafb0
|
still a few urls missing...
|
15 years ago |
Michael Ziegler
|
09fd92264d
|
convert urls
|
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
|
5e5b77204d
|
removed info about YAML which should have been removed ages ago...
|
16 years ago |
Michael Ziegler
|
48b4ca659f
|
server info and channel description
|
16 years ago |
Michael Ziegler
|
1c2caae81e
|
improved look-and-feel of the profile page (and finally translated it fully to English)
|
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 |