css
|
add option to hide voting feature, closes #115
|
2014-08-18 12:32:16 +02:00 |
db
|
fix 'undefined name 'buffer'' on Python 3.x
|
2014-11-09 21:17:36 +01:00 |
demo
|
add doctype and charset
|
2014-04-24 17:38:53 +02:00 |
ext
|
SMTP authentication uses bytes, not unicode, fixes #126
|
2014-09-25 13:35:39 +02:00 |
js
|
fix editing when avatars are disabled
|
2014-11-26 00:06:54 +01:00 |
tests
|
add support for html5lib below 0.95, #168
|
2015-02-25 10:48:11 +01:00 |
utils
|
typo
|
2015-02-25 10:57:55 +01:00 |
views
|
do not export email field
|
2014-08-11 10:39:07 +02:00 |
dispatch.py
|
from __future__ import unicode_literals
|
2014-07-09 09:19:48 +02:00 |
run.py
|
from __future__ import unicode_literals
|
2014-07-09 09:19:48 +02:00 |
wsgi.py
|
add compatibility middleware for werkzeug 0.8, #170
|
2015-02-25 10:37:51 +01:00 |