Commit Graph

  • 645dc90cd2 Added tag v0.8 for changeset c0ee15d107c8 Michael Ziegler 2009-07-11 14:51:20 +0200
  • 9e900301db preparing for v0.8 release. v0.8 Michael Ziegler 2009-07-11 14:51:15 +0200
  • 7c790ba929 changed *everything* just to handle the new user registration in Murmur 1.2.0. Hope it works. Michael Ziegler 2009-07-11 12:52:50 +0200
  • d5aaa63dee show connecturl at "Server address" field Michael Ziegler 2009-07-11 00:26:54 +0200
  • fb6804d0ff apparently munin doesn't like the order changing (it will change colors in the graphs then), so guarantee a fixed order... Michael Ziegler 2009-07-10 23:12:56 +0200
  • 80d0069e72 playerid where userid should have been Michael Ziegler 2009-07-10 21:57:35 +0200
  • 0e2f58c35e removed dysfunctional unit tests and changed raised exceptions to better fitting class names Michael Ziegler 2009-07-09 00:21:04 +0200
  • 73bda3ca3b added UNIQUE constraints Michael Ziegler 2009-07-07 17:40:17 +0200
  • 48f366c76b renamed "identifier" to "channelid", revoke users admin status before deleting Michael Ziegler 2009-07-07 13:22:04 +0200
  • cabc325773 fixed setting SuperUser password - called the wrong objects :D fixes #11 Michael Ziegler 2009-07-07 12:56:21 +0200
  • 660a9df1fe fixing syntax error Michael Ziegler 2009-07-07 00:22:08 +0200
  • 930f28e8ec added to satisfy Debian. Michael Ziegler 2009-07-06 18:09:09 +0200
  • e7d07b8091 apparently the capitalization of SuperUser has been changed in ICE. fixes #11 Michael Ziegler 2009-07-06 17:43:50 +0200
  • 78a0baf945 changed stubs to raise Exceptions and removed some unnecessary methods. Michael Ziegler 2009-07-06 17:38:12 +0200
  • 5e5b77204d removed info about YAML which should have been removed ages ago... Michael Ziegler 2009-07-06 00:01:22 +0200
  • 496367d053 added a few more missing encode() statements... I hope that's all now :/ Michael Ziegler 2009-07-05 12:34:14 +0200
  • 73b3128117 I *HATE* Ice. Each sting has to be encoded in UTF8. MANUALLY. GAAH. fixes #8 once again. Michael Ziegler 2009-07-05 12:29:28 +0200
  • 7f7e7c27c9 added encoding stuff (I'm spoiled by DBus, that's why I keep forgetting). hopefully fixes #8. Michael Ziegler 2009-07-04 11:48:33 +0200
  • 293e5cfd1d I kinda miss DBus. Really. Michael Ziegler 2009-07-04 11:44:58 +0200
  • b5b9737b21 missing parameter Michael Ziegler 2009-07-04 11:41:05 +0200
  • f4b32b6c62 apparently, this has been changed to use simply a dict in 1.2.0 Michael Ziegler 2009-07-04 11:38:49 +0200
  • 4d3bbee3e3 added check if the player name the user tries to register is already taken svedrin 2009-07-02 17:50:47 +0200
  • b05c39175a removed unneccessary conversions. fixes #8 svedrin 2009-07-02 17:31:54 +0200
  • e5cf652ef6 proudly presenting an overly hacky, but still working Munin plugin that graphs the user count for each server instance! Michael Ziegler 2009-06-29 22:46:27 +0200
  • c404e47450 10em looks stupid on a non-widescreen display. This should work better... svedrin 2009-06-27 12:56:12 +0200
  • 239700e62a fixed isBooted/start/stop methods that withgod simply forgot to implement >_< Michael Ziegler 2009-06-24 23:37:46 +0200
  • a6113dc743 default connstring for new models can now be configured in settings.py Michael Ziegler 2009-06-24 23:19:33 +0200
  • 983eaa396a oops - collateral damage of search and replace Michael Ziegler 2009-06-24 21:23:51 +0200
  • cc262af1f2 added SLICE_VERSION line for 1.2.0 (still, this is an alibi commit to test the twitter plugin :) ) Michael Ziegler 2009-06-22 16:29:14 +0200
  • 48b4ca659f server info and channel description Michael Ziegler 2009-06-19 21:34:53 +0200
  • 1b2dda199b fixed debug messages left from trying to auto-detect the murmur version... Michael Ziegler 2009-06-19 20:53:46 +0200
  • 06d5242364 fixed setting ACL due to "playerid" -> "userid" rename Michael Ziegler 2009-06-19 20:52:15 +0200
  • cdb617b4f8 added experimental ICE connector for Mumble 1.2.0. can't detect Murmur version before connecting, so this needs to be configured :( Michael Ziegler 2009-06-19 20:42:18 +0200
  • 1c2caae81e improved look-and-feel of the profile page (and finally translated it fully to English) Michael Ziegler 2009-06-18 14:34:49 +0200
  • 673115cc71 fixed storing the ACL, and hence granting/revoking admin privileges Michael Ziegler 2009-06-18 13:00:31 +0200
  • 8b84fe9dba changed field description and default of the "dbus" field to use ICE as default Michael Ziegler 2009-06-18 12:33:32 +0200
  • 7e25cb7bc1 fixed "url" property overwriting RegisterURL field, moved default port number to settings, port no only shows up if not default Michael Ziegler 2009-06-18 12:28:05 +0200
  • 75f30b0c84 implemented sorted channel list Michael Ziegler 2009-06-18 12:03:45 +0200
  • 35df252d55 fixed my last two fixes. it was just too late at night yesterday. Michael Ziegler 2009-06-18 10:23:46 +0200
  • d34aa40dbe last fix didn't help... Michael Ziegler 2009-06-18 01:43:10 +0200
  • edc7af8cf4 *sigh* fixed hidden channels breaking the JavaScript Michael Ziegler 2009-06-18 01:34:32 +0200
  • 7fb8c9ea0f fixed auto-hiding of empty channels Michael Ziegler 2009-06-18 01:31:57 +0200
  • 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 Michael Ziegler 2009-06-18 01:22:12 +0200
  • 47dc521d57 fixed "Username@" missing from the channel links Michael Ziegler 2009-06-12 15:39:46 +0200
  • e9de0eca08 auto-truncate channel and player names Michael Ziegler 2009-06-12 15:22:11 +0200
  • 87f06ab8b8 syncdb hook now tries to get the connection string from env variable MURMUR_CONNSTR before asking Michael Ziegler 2009-06-12 15:07:22 +0200
  • 0e7397194b prevent infinite loop + minor improvements Michael Ziegler 2009-06-12 14:38:45 +0200
  • 2dfd02baba channel list will be created correctly even if ICE returns children before their parents Michael Ziegler 2009-06-11 15:46:29 +0200
  • 67d52668f5 encoding issue Michael Ziegler 2009-06-11 15:25:24 +0200
  • bf5a5972c6 fixing player list not working when multiple servers in different installations have the same server ID Michael Ziegler 2009-06-11 14:59:45 +0200
  • 196511928d fixed connection string not being entered correctly Michael Ziegler 2009-06-11 13:53:29 +0200
  • eaa8cc5bad added check for dbus connection string Michael Ziegler 2009-06-11 13:44:42 +0200
  • 1f67272b9b removed "DAOTYPE" setting (that's what the dbus field in the Mumble model is for), and added an automatic switch between the methods to MumbleCtlBase. repaired management.py. Michael Ziegler 2009-06-10 21:53:00 +0200
  • fcf3a16276 added Murmur.ice to COPYRIGHT Michael Ziegler 2009-06-10 17:50:33 +0200
  • eae26314d5 added withgod to authors Michael Ziegler 2009-06-10 17:44:15 +0200
  • 4b33c6c224 a few refurbishments, more are yet to come Michael Ziegler 2009-06-10 17:42:52 +0200
  • 424859c488 if exists utf8 string name user found can't syncdb and more action because DBus/Ice don't same charset DBus is unicode Ice is UTF-8 withgod 2009-06-10 13:48:59 +0900
  • 7a2e4c9866 implements IceCtroller **Texture methods withgod 2009-06-07 18:40:12 +0900
  • 4cb64e052e marge official mumble-django 0.7 code and fix setTexture/getTexture codes not complete. IceController **Texture withgod 2009-06-06 23:31:37 +0900
  • 5c4aadde69 last commit forgot Ctl Class.. withgod 2009-06-04 11:13:20 +0900
  • d25ae7b18a split mctl.py mctl.py base class MumbleCtlDbus.py MumbleCtlIce.py withgod 2009-06-04 00:01:06 +0900
  • 93c72f306d implement setACL. no beauty... withgod 2009-06-03 11:22:29 +0900
  • da9d0c1ea1 set*** method implements. but not just finish setACL. withgod 2009-06-02 20:33:40 +0900
  • 70ee45beb4 implements get**** methods. withgod 2009-06-01 15:28:21 +0900
  • a69fdd2994 Added tag v0.7 for changeset 262bd375e457 Michael Ziegler 2009-05-27 19:28:46 +0200
  • 16736a8518 updated for v0.7, which will now be released. v0.7 Michael Ziegler 2009-05-27 19:28:43 +0200
  • acd5a20a4c removed everything YAML Michael Ziegler 2009-05-27 17:48:15 +0200
  • 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.) Michael Ziegler 2009-05-27 17:47:19 +0200
  • b1f5ffe10c management.py using mctl.py withgod 2009-05-27 11:37:45 +0900
  • 3a0c06fafe added missing port number Michael Ziegler 2009-05-26 11:11:21 +0200
  • 85b234f502 added missing port number to the links Michael Ziegler 2009-05-26 11:05:20 +0200
  • 72df6d5cc8 /mumble now redirects to /mumble/x if only one server has been configured Michael Ziegler 2009-05-25 19:16:04 +0200
  • 046f4ebbd1 changed url to point to "texture.png" instead of .jpg Michael Ziegler 2009-05-19 21:57:18 +0200
  • f96df803c3 merged Michael Ziegler 2009-05-19 21:19:24 +0200
  • 0d51b117f5 added BSD license for Mumble icons Michael Ziegler 2009-05-19 21:17:51 +0200
  • dc93a8efab prepared entry for upcoming v0.7 release Michael Ziegler 2009-05-19 21:17:41 +0200
  • 2dffabcf08 changed output format to PNG because it has transparency Michael Ziegler 2009-05-19 21:16:42 +0200
  • 76d66448fc prevented "server" field on MumbleUser model from being changed once the record has been entered into the database (and hence into murmur). fixes #2 Michael Ziegler 2009-05-19 18:20:18 +0200
  • f585277852 added hint about image size Michael Ziegler 2009-05-18 23:54:37 +0200
  • 787e0ff1d3 implemented current texture to be displayed in the "set texture" form Michael Ziegler 2009-05-18 23:50:32 +0200
  • 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 Michael Ziegler 2009-05-18 22:53:56 +0200
  • d62cb9f453 implemented setting user textures Michael Ziegler 2009-05-18 22:37:51 +0200
  • 5d92a6da78 merged Michael Ziegler 2009-05-18 17:55:28 +0200
  • c38321db63 set favicon Michael Ziegler 2009-05-18 17:54:47 +0200
  • 957f8ae01d without DBus code modesl.py implements basic DBus Controller mctl.py withgod 2009-05-18 22:01:36 +0900
  • 066f9942d1 code review commit... my repo np. withgod 2009-05-18 18:07:15 +0900
  • d0a8a88c2f yet another change to fix #4... Michael Ziegler 2009-05-16 23:55:45 +0200
  • 878315df91 honoured case sensitivity of getConf(). closes: #4 Michael Ziegler 2009-05-16 23:47:47 +0200
  • b884425048 fixed various settings not being updated in Murmur correctly due to case sensitivity of setConf(). closes: #4 Michael Ziegler 2009-05-16 23:46:11 +0200
  • 5f55d6e7c6 merged Michael Ziegler 2009-05-14 10:24:54 +0200
  • 672653bbeb added a line to configure the egg cache directory where necessary. see http://forum.ubuntuusers.de/post/1976518/ Michael Ziegler 2009-05-14 10:24:12 +0200
  • 24ff9ce515 bugfix: used syntax that is not available in python 2.4 Michael Ziegler 2009-05-12 00:16:03 +0200
  • b6a192e0fe fixed wrong request context in the "imprint" view Michael Ziegler 2009-05-02 23:39:08 +0200
  • 2c9291e8df Added tag v0.6 for changeset 0ad46144f7d5 Michael Ziegler 2009-05-02 17:34:40 +0200
  • 22b297b3fc updated for v0.6 release v0.6 Michael Ziegler 2009-05-02 17:34:37 +0200
  • 654311a4f9 tested - now it actually works too Michael Ziegler 2009-05-02 16:27:36 +0200
  • 6ce1563e89 renamed column "default" to "defchan" (default is a reserved word, bad karma), created a script to update the schema from v0.5 Michael Ziegler 2009-05-02 14:54:15 +0200
  • ecbf04d284 added options to configure channel and player name regexes, ip obfuscation and default channel id. Michael Ziegler 2009-05-01 22:59:25 +0200
  • a617cbdffb added copyright and license information Michael Ziegler 2009-05-01 15:10:37 +0200
  • 7d2edb8bae changed copyright notice to clarify GPLv2+ licensing Michael Ziegler 2009-04-29 20:40:42 +0200