Commit Graph

688 Commits

Author SHA1 Message Date
Martin Zimmermann
7f5ff457c1 integrate swedish translation into Isso 2014-12-25 21:28:15 +01:00
Gustav Näslund
da47dbd374 Added swedish translation file 2014-12-13 14:29:40 +01:00
Martin Zimmermann
8918c4a186 Merge pull request #137 from Zimmi48/master
correct order by in sql request
2014-11-17 19:49:08 +01:00
Théo Zimmermann
97015d4034 correct order by in sql request 2014-11-13 13:56:40 +01:00
Martin Zimmermann
b800a8bbe7 Merge pull request #130 from Zimmi48/master
bug fixed: was trying to remove an unexisting span.votes
2014-10-20 15:11:50 +02:00
Théo Zimmermann
d0a0ac39b0 bug fixed: was trying to remove an unexisting span.votes 2014-10-17 09:24:53 +02:00
Martin Zimmermann
74363d44ba Merge branch 'legacy/0.9'
Conflicts:
	CHANGES.rst
	isso/core.py
	setup.py
2014-10-08 18:06:56 +02: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
9c2a48b388 Merge branch 'legacy/0.9'
Conflicts:
	CHANGES.rst
	setup.py
2014-09-25 13:39:47 +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
721e87a843 Merge branch 'legacy/0.9'
Conflicts:
	CHANGES.rst
	docs/docs/configuration/client.rst
	setup.py
2014-08-18 13:09:24 +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
f7e51fd03d Merge branch 'legacy/0.9'
Conflicts:
	CHANGES.rst
	isso/core.py
	setup.py
2014-08-10 12:09:11 +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 &nbsp; insertion, closes #112 2014-08-09 20:28:54 +02:00
Martin Zimmermann
7701dafa13 remove old Markup.js module 2014-07-23 19:06:41 +02:00
Martin Zimmermann
4aaa5bbdd2 fix #106 2014-07-21 17:00:46 +02:00
Martin Zimmermann
57d4380106 fix french 'date-now' 2014-07-16 13:55:49 +02:00
Martin Zimmermann
e02687a066 remove superscript extension from defaults (again) 2014-07-14 19:38:00 +02:00
Martin Zimmermann
392add88e6 disable intra emphasis 2014-07-14 19:34:40 +02:00
Martin Zimmermann
f0d1958cc0 Merge branch 'legacy/0.9'
Conflicts:
	CHANGES.rst
	docs/docs/install.rst
	setup.py
2014-07-13 11:26:23 +02:00
Martin Zimmermann
a89f228477 fix virtualenv path, add yum/apt-get hints and AUR package 2014-07-13 11:22:02 +02:00
Martin Zimmermann
7f82745cd0 Back to development: 0.9.5 2014-07-09 23:23:42 +02:00
Martin Zimmermann
203f9c7c1a Preparing release 0.9.4 2014-07-09 23:23:30 +02:00
Martin Zimmermann
978d22e77e fix wrong status code type 2014-07-09 23:23:12 +02:00
Martin Zimmermann
ce9781df51 Merge branch 'legacy/0.9'
Conflicts:
	CHANGES.rst
	isso/core.py
	isso/dispatch.py
	setup.py
2014-07-09 12:37:53 +02:00
Martin Zimmermann
b59f650c99 Back to development: 0.9.4 2014-07-09 09:40:48 +02:00
Martin Zimmermann
d2769d73b4 Preparing release 0.9.3 2014-07-09 09:40:35 +02:00