OpenSlides/openslides
Andy Kittner 29057b8b87 Fix exceptions if project path contains non-utf8 characters (#204)
Django converts byte strings in various places to unicode by decoding them from
utf-8, which will break if the filesystem encoding uses something else
(e.g. fileystem encoding is latin1 and the path contains german umlauts).

Avoid these problems by explicitly decoding all paths to unicode using an
appropriate encoding.
2012-05-30 23:30:24 +02:00
..
agenda Fixed missing permission of agenda submenu. 2012-05-23 14:30:42 +02:00
application Add log messages when poll is updated/deleted (#187) 2012-05-20 23:12:50 +02:00
assignment Fixed missing translation in poll_view assignment template (table head). 2012-05-23 14:31:12 +02:00
config Fix wrong translations in forms/ models 2012-05-15 01:08:08 +02:00
locale Fixed missing translation in poll_view assignment template (table head). 2012-05-23 14:31:12 +02:00
participant Minor fixes. 2012-05-21 22:01:09 +02:00
poll Fix initial value for pollform is value is a "special" value (#135) 2012-05-19 14:19:32 +02:00
projector Updated overlay message style in projector template. 2012-05-21 09:21:36 +02:00
static #203: Fixed highlighting more than one active line. 2012-05-20 22:20:17 +02:00
templates #114: Set participants tab inactive if usersettings page is active 2012-05-20 22:34:41 +02:00
utils #195: Fixed unicode string in pdf header. 2012-05-17 21:34:19 +02:00
__init__.py Set version number back to dev mercurial revision 2012-05-25 09:34:50 +02:00
default.settings.py Added missing default TIME_ZONE in default.settings.py. 2012-05-23 14:29:11 +02:00
main.py Add --insecure to runserver args in order to always server static files 2012-05-18 22:34:59 +02:00
openslides_settings.py Fix exceptions if project path contains non-utf8 characters (#204) 2012-05-30 23:30:24 +02:00
urls.py #114: Set participants tab inactive if usersettings page is active 2012-05-20 22:34:41 +02:00