Commit Graph

  • 1cfd056106 format change Michael Ziegler 2009-11-01 12:31:15 +0100
  • 4ee583bef6 add default value for "port" field. Michael Ziegler 2009-11-01 12:30:22 +0100
  • 19f7c38df4 check in the user detail pages for their textures, see #43 Michael Ziegler 2009-10-29 13:41:41 +0100
  • ebf1f59b5c check for an existing texture when building the page, and display a message when none is set. fixes #43 Michael Ziegler 2009-10-29 11:28:34 +0100
  • dddc9e5758 a few last tweaks to fix errors found during testing. fixes #49 Michael Ziegler 2009-10-28 22:51:17 +0100
  • 729ab451d5 move the code that copies config data from murmur to md to the models and add syncing for existing instances, see #49 Michael Ziegler 2009-10-28 22:19:27 +0100
  • a4139c77e1 add (draft) templates for errors 404 and 500 (used by Django if DEBUG is set to False). fixes #42 Michael Ziegler 2009-10-21 10:59:37 +0200
  • fa74e20a3f I REALLY need to install my check-incoming-before-commit hook. Merge again. Lame. Michael Ziegler 2009-10-20 13:36:26 +0200
  • 07b132a378 when registering a player, validate the input name against the server's configured player name regex. fixes #44 Michael Ziegler 2009-10-20 13:35:04 +0200
  • 9457002fa9 oops, accidentally set 1.2.0 as default Murmur version. Michael Ziegler 2009-10-19 18:18:16 +0200
  • a079a7c0ec strip # chars from the server name because munin thinks it's a comment. sorta fixes #38 (it's the closest I can get). Michael Ziegler 2009-10-05 23:57:09 +0200
  • faf7d3ea9d Added tag v0.11 for changeset fc743ec9a943 Michael Ziegler 2009-09-25 22:45:05 +0200
  • 977fa3affe releasing v0.11 (which might be considered RC2.) v0.11 Michael Ziegler 2009-09-25 22:44:58 +0200
  • 64e0b1316c add "User List" string Michael Ziegler 2009-09-25 22:42:20 +0200
  • fdeafa6aa4 remove yes/no translations that aren't necessary anymore Michael Ziegler 2009-09-25 21:04:02 +0200
  • 96afcb4e00 add polish translation, update binaries Michael Ziegler 2009-09-25 20:57:42 +0200
  • dc92c0ec60 fix typo Michael Ziegler 2009-09-25 19:36:03 +0200
  • bbde3f950b fix date/time formats and remove translations for yes and no (django has these itself) Michael Ziegler 2009-09-25 19:33:54 +0200
  • c57f057185 merge Michael Ziegler 2009-09-21 19:33:50 +0200
  • 22d9874746 a few style fixes and docstrings Michael Ziegler 2009-09-21 15:13:49 +0200
  • 409c313426 add doc strings to properties (just found out how to do that correctly :P ) Michael Ziegler 2009-09-21 14:50:08 +0200
  • 858e3706a6 check SECRET_KEY Michael Ziegler 2009-09-21 10:33:25 +0200
  • 30080192cd add copyright headers Michael Ziegler 2009-09-20 00:45:20 +0200
  • f0b567e7a7 improve Sites checks to detect SITE_ID not set or no site of that ID existing, see #30 Michael Ziegler 2009-09-19 23:14:02 +0200
  • 2156c9bb3e add a "checkenv" command to manage.py that runs a few tests on the setup of mumble-django, to prevent configuration problems like bug #30. Michael Ziegler 2009-09-19 23:00:57 +0200
  • 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. :) Michael Ziegler 2009-09-14 20:32:18 +0200
  • 2af74dacc6 update to upstream snapshot b58726. Michael Ziegler 2009-09-06 22:09:18 +0200
  • b80c32325c update registerUser and setRegistration for Murmur snapshot snapshot b58726. Michael Ziegler 2009-09-06 22:05:06 +0200
  • 0164ad6b68 bugfix: when a user without a registration joins, showTexture wasn't found due to the second argument being empty Michael Ziegler 2009-09-05 16:36:22 +0200
  • 3a1d1385ca these AddDefaultCharset directives are unnecessary and considered harmful Michael Ziegler 2009-09-05 13:42:18 +0200
  • 08933063b3 remove Debian Lenny paths as the packages won't work anymore Michael Ziegler 2009-09-05 12:24:11 +0200
  • 091533e6ab style fix Michael Ziegler 2009-09-05 12:23:44 +0200
  • c2613a25ba merge withgod's updated translations Michael Ziegler 2009-09-04 23:47:32 +0200
  • 67d7187b2d add example configurations for apache (shared/dedicated vhost) and lighttpd. fixes #21 Michael Ziegler 2009-09-04 23:46:28 +0200
  • 37818e25d2 add FastCGI handler Michael Ziegler 2009-09-04 23:46:01 +0200
  • 4b07872220 2 translated message add withgod 2009-09-04 16:57:53 +0900
  • 7f960bbef4 Releasing v0.10 (which might be considered RC1). Michael Ziegler 2009-09-01 12:04:44 +0200
  • 13b0d147e3 update changelog v0.10 Michael Ziegler 2009-09-01 12:03:50 +0200
  • 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. Michael Ziegler 2009-09-01 10:17:52 +0200
  • 0e492965ce add new draft for a logo Michael Ziegler 2009-09-01 09:57:50 +0200
  • ff931de723 add shell script to automatically generate a new SECRET_KEY. Michael Ziegler 2009-09-01 09:54:12 +0200
  • b9016bafb0 still a few urls missing... Michael Ziegler 2009-09-01 00:36:22 +0200
  • c22502ddd7 looks like the autodetection finally works... Michael Ziegler 2009-09-01 00:29:20 +0200
  • fcb4989bed auto-detect the script prefix path under which mumble-django is running Michael Ziegler 2009-09-01 00:11:44 +0200
  • 0d06b2bf9a updated language files to use the new keys Michael Ziegler 2009-09-01 00:10:53 +0200
  • 09fd92264d convert urls Michael Ziegler 2009-08-31 23:14:09 +0200
  • 3752f1d09b resolve the correct user view Michael Ziegler 2009-08-31 23:00:14 +0200
  • d49f5c4743 move background-image from .css to template - not pretty, but saves me a view Michael Ziegler 2009-08-31 22:26:28 +0200
  • 6d9b553248 I can't get auto detection to work properly, so this needs to be configured. :( Michael Ziegler 2009-08-31 21:58:36 +0200
  • 24120846aa add missing url tag Michael Ziegler 2009-08-31 21:11:48 +0200
  • eee36058ca listen for first request_start signal to update the paths just-in-time Michael Ziegler 2009-08-31 21:05:41 +0200
  • 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 Michael Ziegler 2009-08-31 20:25:52 +0200
  • bc85e76ed1 changed hardcoded urls to reverse resolved ones, finally allowing m-d to run in a shared apache vhost. Michael Ziegler 2009-08-31 19:26:46 +0200
  • 1c644e4f1d these suck because they create an association to firefox, which is confusing. Michael Ziegler 2009-08-30 12:30:37 +0200
  • 27aa076552 a few style fixes Michael Ziegler 2009-08-30 01:22:57 +0200
  • e1ea6ca469 add a few drafts for a logo Michael Ziegler 2009-08-30 01:04:06 +0200
  • c5497d5618 add sorting Michael Ziegler 2009-08-29 15:34:17 +0200
  • 23c4569564 fix typo in the texture url... Michael Ziegler 2009-08-29 15:21:52 +0200
  • d946a7ad8b work around store.find() comparing as "starts with", thereby finding uid=16 when searching for uid=1. Michael Ziegler 2009-08-29 14:36:59 +0200
  • 2c9ad43f2a finish user admin thingy. fixes #15 Michael Ziegler 2009-08-29 14:23:45 +0200
  • 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 :) Michael Ziegler 2009-08-29 13:15:07 +0200
  • 400072a669 display "is admin" column in the overview list Michael Ziegler 2009-08-29 13:11:59 +0200
  • 44580b161a show user textures in the detail pages Michael Ziegler 2009-08-29 11:19:08 +0200
  • a7784ca796 add check if connecting works to autoconf Michael Ziegler 2009-08-27 23:28:23 +0200
  • 04e31240e6 add "autoconf" command Michael Ziegler 2009-08-26 20:13:24 +0200
  • 28cd9ae8cf fix syntax error for python2.4 (2.5 is fine) Michael Ziegler 2009-08-26 19:23:49 +0200
  • ce3b7142fd updating slice and ctl to work with the Murmur snapshot from 21-Aug-2009 Michael Ziegler 2009-08-22 19:40:16 +0200
  • 9ef3cd5029 add getRegistration methods to the CTL classes as requested by esrms on IRC. Michael Ziegler 2009-08-22 18:03:08 +0200
  • 15283c8087 update croatian translations Michael Ziegler 2009-08-22 14:36:03 +0200
  • 9a240c851c cache control objects Michael Ziegler 2009-08-22 13:28:41 +0200
  • 2b36904e19 updated italian translation Michael Ziegler 2009-08-22 13:14:52 +0200
  • 19c452e837 introducing protected mode: if active, people will need the server password to register on private servers. fixes #16 Michael Ziegler 2009-08-22 12:31:06 +0200
  • 8f86f41de3 add latin translation. hopefully, Django will support it one day. :/ Michael Ziegler 2009-08-21 13:45:27 +0200
  • cb50384ea3 fix W: python-django-mumble: executable-not-elf-or-script Michael Ziegler 2009-08-17 23:07:04 +0200
  • 6395ba8915 Etikett v0.9 für Änderungssatz f6472a67dd2e hinzugefügt Michael Ziegler 2009-07-23 21:30:19 +0200
  • 1574cc6dea releasing v0.9 v0.9 Michael Ziegler 2009-07-23 21:30:15 +0200
  • bd982d9368 unsetting +x bit (it's not needed anyway and lintian doesn't like it) Michael Ziegler 2009-07-23 20:38:45 +0200
  • cd868c1261 added italian translation Michael Ziegler 2009-07-22 22:51:21 +0200
  • 6391e053ef translation add messages withgod 2009-07-21 01:34:32 +0900
  • 5dee17da4c updated and recompiled croatian translation Michael Ziegler 2009-07-20 16:24:25 +0200
  • f2b004d7b9 added help_texts and port number sanity check; and the channel ids are now shown to serveradmins and staff Michael Ziegler 2009-07-20 13:01:18 +0200
  • 2f418fde89 implemented auto port assignment - not such a clean way, but it should work. fixes #6 Michael Ziegler 2009-07-19 19:35:52 +0200
  • 3379501b3b added channel id to channel detail page (visible for admins only) Michael Ziegler 2009-07-19 18:47:09 +0200
  • bc26b173fe updated slice for 1.2.0 to match the one in the newest snapshot Michael Ziegler 2009-07-19 12:49:38 +0200
  • 43e2261b9f add japanese language set withgod 2009-07-19 15:48:42 +0900
  • 52882f9b64 finished and recompiled croatian translation Michael Ziegler 2009-07-18 23:25:10 +0200
  • ab8b089d85 show suppressed people like server-muted in the channel list Michael Ziegler 2009-07-18 21:28:13 +0200
  • e3d48bfe50 added missing translation for "IP obfuscation" Michael Ziegler 2009-07-18 19:50:30 +0200
  • 9890c99a62 Nightchill donated a croatian translation :) Michael Ziegler 2009-07-18 19:40:03 +0200
  • 5d470f4516 merged Michael Ziegler 2009-07-18 17:32:36 +0200
  • 0900db9664 added i18n to the code and wrote a German translation file. doesn't cover *everything* yet, but it's a start. Michael Ziegler 2009-07-18 17:32:07 +0200
  • bba950d334 renamed to Mumble Commander Michael Ziegler 2009-07-15 22:15:01 +0200
  • 8e4fc8f217 saving settings to Murmur works! (: Michael Ziegler 2009-07-15 21:23:46 +0200
  • ebc4e223b0 displaying data from a Django form works now. Next step would be editing. Michael Ziegler 2009-07-15 18:53:47 +0200
  • 61eb7c9130 fixed a few encoding issues Michael Ziegler 2009-07-15 15:10:22 +0200
  • 04a93d0a7e first prototype of a curses based CLI. Selecting servers and viewing a channel list works already! Michael Ziegler 2009-07-15 15:02:04 +0200
  • d6358a8079 fixing a few (actually, quite many) formatting flaws that originate from my, let's call it "data rescue" Michael Ziegler 2009-07-15 01:38:34 +0200
  • 85d49b659f I'm the biggest lucker there is. rly. Michael Ziegler 2009-07-15 01:28:54 +0200
  • 65973518f2 first alpha of a CLI to administer Murmur. this still needs a LOT of improvement, maybe an ncurses interface? Michael Ziegler 2009-07-14 22:40:43 +0200
  • 7f844e245c added docstrings Michael Ziegler 2009-07-12 20:18:43 +0200