Julien Enselme
7e58f6b97c
Correct auth without password or username.
...
If no username is set, returns an empty string. So the test `username is
not None` is always True. Idem for password. This can lead to
authentication problems. This commit fixes the test to `if username and
password` as it was in the previous version.
2015-04-11 21:26:50 +02:00
Martin Zimmermann
beca18a344
Back to development: 0.9.10
2015-03-04 21:58:04 +01:00
Martin Zimmermann
c8655731d6
Preparing release 0.9.9
2015-03-04 21:57:40 +01:00
Martin Zimmermann
ed38ce13d8
update changelog
2015-03-04 21:56:22 +01:00
Martin Zimmermann
f5566c1325
encode username/password in SMTP auth only for Python 2, fix #146
2015-03-04 21:44:39 +01:00
Martin Zimmermann
596acb7f79
request with User-Agent 'Isso/...', #151
2015-03-04 21:33:01 +01:00
Sergey
56c81c2d06
Update ru.js
2015-03-04 21:10:42 +01:00
Martin Zimmermann
45053f9c0c
catch errors in http response
2015-03-04 21:09:28 +01:00
Martin Zimmermann
8e4db5a7a2
typo
2015-02-25 10:57:55 +01:00
Martin Zimmermann
f681002e7e
add support for html5lib below 0.95, #168
2015-02-25 10:48:11 +01:00
Martin Zimmermann
c3c519ad0e
add compatibility middleware for werkzeug 0.8, #170
2015-02-25 10:37:51 +01:00
Martin Zimmermann
83d3c7443c
remove email field from JSON example
2014-12-25 21:30:54 +01:00
Martin Zimmermann
4b97684e22
fix editing when avatars are disabled
2014-11-26 00:06:54 +01:00
Martin Zimmermann
c9be737f5e
document broken stdout notifications, #138
2014-11-25 23:18:50 +01:00
Martin Zimmermann
89d6ea076b
add --empty-id flag to import weird Disqus exports, fixes #135
2014-11-25 22:59:05 +01:00
Martin Zimmermann
928198f340
update translations
2014-11-16 14:27:42 +01:00
Martin Zimmermann
a1be81f6c8
add UnicodeDecodeError to troubleshooting (via #93 )
2014-11-16 14:25:48 +01:00
Martin Zimmermann
4b64615f92
set encoding to UTF-8 for Disqus and WordPress import, also fixes #93
2014-11-12 22:34:07 +01:00
Martin Zimmermann
0d6d975f98
use /opt/isso as virtualenv and add a simple sysvinit script
...
The SysVinit script is not tested, but it looks fine to me. Also added a
few lines on how to execute `isso` when using a virtualenv from the
outside (both changes suggested on IRC).
2014-11-09 23:03:28 +01:00
Martin Zimmermann
f0a0f40223
add fallback localStorage implementation if not functional, #134
2014-11-09 22:13:26 +01:00
Martin Zimmermann
f06be982e7
add target to lint for Python 2 and 3
2014-11-09 21:18:05 +01:00
Martin Zimmermann
d469324392
fix 'undefined name 'buffer'' on Python 3.x
2014-11-09 21:17:36 +01:00
Martin Zimmermann
da174cd712
Back to development: 0.9.9
2014-10-08 17:59:55 +02:00
Martin Zimmermann
33a1edafac
Preparing release 0.9.8
2014-10-08 17:59:29 +02:00
Martin Zimmermann
a07296b9fd
update changelog
2014-10-08 17:53:53 +02:00
Martin Zimmermann
88be07d5de
import backports.configparser before configparser, #128
...
backports.configparser got a major rewrite and an upgrade from 3.3 to
3.5 imports the wrong configparser module on Python 2.6/2.7.
Hopefully, this commit makes it work again. Alternatively, you can
remove the old configparser module(s):
rm lib/python2.7/site-packages/configparser*
And re-install configparser from PyPi.
2014-10-07 12:09:41 +02:00
Martin Zimmermann
9aaac16d17
add #125 and #129 to troubleshooting
2014-10-06 13:07:48 +02:00
Julien Lamy
4bc70dd09b
Update documentation for deployment with mod_wsgi
2014-09-27 12:11:59 +02:00
Martin Zimmermann
1bfd4fb916
Back to development: 0.9.8
2014-09-25 13:35:58 +02:00
Martin Zimmermann
278f5c74bc
Preparing release 0.9.7
2014-09-25 13:35:50 +02:00
Martin Zimmermann
6a3a9ea114
SMTP authentication uses bytes, not unicode, fixes #126
...
Encode configuration variables as ascii, ignoring non-ascii characters
(Python's smtplib is not yet able to support the UTF8SMTP).
2014-09-25 13:35:39 +02:00
Martin Zimmermann
ad1fdfdb32
add note about broken WXR (use xmllint to fix)
2014-09-23 11:14:15 +02:00
Martin Zimmermann
6c345f5d81
Back to development: 0.9.7
2014-08-18 12:35:02 +02:00
Martin Zimmermann
9f90e67f0a
Preparing release 0.9.6
2014-08-18 12:34:51 +02:00
Martin Zimmermann
4b4b4a6a66
add changes for 0.9.6
2014-08-18 12:32:20 +02:00
Martin Zimmermann
c712d196d7
add option to hide voting feature, closes #115
2014-08-18 12:32:16 +02:00
Martin Zimmermann
e2911da560
fix #106
2014-08-18 11:53:31 +02:00
Martin Zimmermann
d21aed83f8
save name, email and website in localStorage, closes #119
2014-08-11 12:48:55 +02:00
Martin Zimmermann
d9098b83f0
use different identifiers to avoid mixin events
2014-08-11 12:48:05 +02:00
Martin Zimmermann
c8acd461d3
do not export email field
2014-08-11 10:39:07 +02:00
Martin Zimmermann
1a4b252bfe
Back to development: 0.9.6
2014-08-10 12:00:18 +02:00
Martin Zimmermann
3e8d8f0122
Preparing release 0.9.5
2014-08-10 11:59:47 +02:00
Martin Zimmermann
77508ffb3a
add changes for 0.9.5
2014-08-10 11:59:40 +02:00
Martin Zimmermann
5e76d406dc
add link to Docker image
2014-08-10 11:45:12 +02:00
Martin Zimmermann
881788a049
fix <time> semantics and add title attribute, closes #104
...
The browser shows a human-readable, absolute timestamp when hovering the
"time ago" element
2014-08-10 11:33:45 +02:00
Martin Zimmermann
0f1b95a125
add log to file option, closes #103
2014-08-10 10:55:25 +02:00
Martin Zimmermann
8a58afc8e6
fix order of converting HTML back to text
...
Fixes a regression introduced by ad9384e
, which escapes wanted line
breaks, such as <br /> and <div>.
2014-08-09 21:01:56 +02:00
Martin Zimmermann
4a8cbcd8f0
limit request size, closes #107
2014-08-09 20:55:02 +02:00
Martin Zimmermann
7008e88314
prevent insertion, closes #112
2014-08-09 20:28:54 +02:00
Martin Zimmermann
57d4380106
fix french 'date-now'
2014-07-16 13:55:49 +02:00