Martin Zimmermann
33c02b45b4
Merge remote-tracking branch 'origin/pr/202'
2015-11-08 17:39:04 +01:00
Martin Zimmermann
54952e67ad
Merge remote-tracking branch 'origin/pr/199'
2015-11-08 17:39:01 +01:00
Martin Zimmermann
bf9e803dce
Merge remote-tracking branch 'origin/pr/195'
2015-11-08 17:38:54 +01:00
Steffen Prince
367ee48b76
Pin misaka to 1.x
...
With the release of misaka 2.0, new users experienced breakage when
2.0 was installed (#208 ).
2.0 has a slightly different API, and Python 2.6 support in 2.0 is not
yet released. #212 contains the update to 2.0, so this change should
only be a stopgap until the next misaka release with Py2.6 support.
2015-11-02 09:21:08 -08:00
Sergey Lisakov
45c4e43ba2
Update ru.js
2015-10-27 22:55:59 +01:00
Sergey Lisakov
11dff33450
Update ru.js
2015-09-18 13:15:59 +02:00
Sergey Lisakov
ed0f680e97
Update Russian translation
...
Pluralization will work just fine now with Russian. Also I corrected several typos and added translation for missed "comment-hidden". I installed Isso via pip and have this part of code in other files.
2015-09-15 17:27:03 +02:00
Nick Hu
b9ce411f85
write unit tests for require-email
2015-08-28 16:17:02 +01:00
Nick Hu
cb21af4cc5
Add config for requiring emails
2015-08-28 15:59:48 +01:00
Nick Hu
9e9e7b6f66
Make Vagrant actually work
2015-08-25 13:32:57 +01:00
Mushiyo
2af17b6204
corrected punctuation
2015-08-14 10:35:00 +08:00
Mushiyo
19179b1764
modify to a better translation
2015-08-14 10:22:09 +08:00
Mushiyo
b98133836d
Added zh_TW translation
2015-08-13 23:22:46 +08:00
Martin Zimmermann
5d21e1b20a
pin html5lib due to regression
2015-05-18 00:07:28 +02:00
Martin Zimmermann
88e77bf9a3
typo
2015-05-17 23:45:16 +02:00
Martin Zimmermann
8018a7e23d
update russian translation
2015-05-17 23:45:16 +02:00
Martin Zimmermann
f940d630c4
update changelog
2015-05-17 23:45:16 +02:00
Martin Zimmermann
cd0b41f2a6
Merge pull request #189 from avinassh/patch-1
...
Added instructions to deploy Isso on Openshift
2015-05-17 21:24:43 +02:00
avinassh
23c19a061c
Added instructions to deploy Isso on Openshift
2015-05-17 23:17:15 +05:30
Martin Zimmermann
8f23a73edd
update changelog for 0.9.10
2015-04-11 21:28:31 +02:00
Martin Zimmermann
3a18013db6
Back to development: 0.9.11
2015-04-11 21:27:10 +02:00
Martin Zimmermann
42e0642263
Preparing release 0.9.10
2015-04-11 21:27:03 +02:00
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
3f73d83c99
Merge pull request #184 from wendal/i18n_zh_CN
...
add: zh_CN Translation
2015-04-07 10:35:15 +02:00
wendal
6e4d9ba446
add: zh_CN Translation
2015-04-07 10:47:04 +08:00
Martin Zimmermann
35897ef01f
Merge pull request #175 from Jenselme/fedora
...
Add fedora in the prebuilt-package section of docs/docs/install.rst.
2015-03-07 22:34:20 +01:00
Martin Zimmermann
a2bda63bf0
Merge pull request #174 from Jenselme/smptAuth
...
Correct auth without password or username.
2015-03-07 22:34:04 +01:00
Julien Enselme
7e51915f54
Add fedora in the prebuilt-package section of docs/docs/install.rst.
2015-03-07 16:34:44 +01:00
Julien Enselme
6973128eac
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-03-07 16:00:28 +01:00
Martin Zimmermann
630e76f66c
Merge branch 'legacy/0.9'
...
Conflicts:
CHANGES.rst
isso/ext/notifications.py
isso/utils/http.py
setup.py
2015-03-04 22:13:03 +01: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
9451704d3d
Revert "require html5lib 0.95 or higher, #168 "
...
This reverts commit e97d2aba04
.
2015-02-25 10:30:58 +01:00
Martin Zimmermann
e5219157a7
Merge pull request #172 from xuhdev/fix-159-2
...
Save the session-key as a unicode string in the db
2015-02-25 10:11:34 +01:00
Hong Xu
21e91efbf9
Save the session-key as a unicode string in the db
...
The session-key should be saved as a string, not a byte string.
2015-02-25 00:21:55 -08:00
Martin Zimmermann
957fc72eb1
reject request if reject is actually defined, fix #165
2015-02-24 21:37:57 +01:00
Martin Zimmermann
0466977109
replace bullet with HTML entity, fix #169
2015-02-24 21:34:05 +01:00
Martin Zimmermann
e97d2aba04
require html5lib 0.95 or higher, #168
2015-02-24 21:30:34 +01:00
Martin Zimmermann
aa64b27684
Python 2.7.9 didn't get the context=ssl... backport unfortunately
2015-02-24 20:56:20 +01:00
Martin Zimmermann
e3dedef7ed
Merge pull request #167 from albohlabs/feature/ansible
...
Add ansible for provisioning
2015-02-19 22:32:03 +01:00
Daniel Gräber
09ad29aa81
Remove .idea from gitignore
2015-02-19 19:32:12 +01:00
Martin Zimmermann
e098a199f3
Merge pull request #164 from xuhdev/typo
...
Fix some typos in the intallation doc.
2015-02-19 18:57:40 +01:00