Commit Graph

846 Commits

Author SHA1 Message Date
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
Martin Zimmermann
4c9a2aba30 fetch polish translation 2015-02-19 18:56:27 +01:00
Daniel Gräber
7725cfeefc Remove old apache conf 2015-02-19 17:59:11 +01:00
Daniel Gräber
b37487dcef Add comments for debugging 2015-02-19 16:40:46 +01:00
Daniel Gräber
aea85f807f Edit uwsgi and nginx use tcp socket 2015-02-19 16:39:58 +01:00
Daniel Gräber
5a29d2742d Remove virtualenv 2015-02-19 15:20:54 +01:00
Daniel Gräber
6deacf9527 Update add myself to contributors list 2015-02-19 13:38:48 +01:00
Daniel Gräber
894086bda2 Fix catch socket timeout and error exceptions 2015-02-19 13:38:48 +01:00
Daniel Gräber
63c3e1252c Update gitignore 2015-02-19 13:38:48 +01:00
Daniel Gräber
8387a5390f Replace vagrant shell provisioning with ansible 2015-02-19 13:38:48 +01:00
Hong Xu
81d09bfbe4 Fix some typos in the intallation doc. 2015-02-18 16:09:32 -08:00
Martin Zimmermann
0d55dadf46 Merge pull request #163 from albohlabs/patch-1
Fix npm uglifyjs missing package error
2015-02-17 22:30:24 +01:00
Daniel Gräber
763586448a Fix npm uglifyjs missing package error
uglifyjs has been [unpublished](https://www.npmjs.com/package/uglifyjs). Instead use uglify-js.
2015-02-17 17:16:34 +01:00
Martin Zimmermann
5f511023e9 Merge pull request #158 from rolisz/patch-1
Catch exception in anonymize function
2015-02-02 00:13:01 +01:00
Roland Szabo
2a3075d0fb Catch exception in anonymize function 2015-02-01 17:30:35 +01:00
Martin Zimmermann
26b889d381 Merge remote-tracking branch 'origin/pr/157'
Conflicts:
	isso/js/app/i18n.js
2015-01-30 15:43:02 +01:00
Matias
1957f4f99f Update CONTRIBUTORS.txt 2015-01-29 15:59:46 -03:00
Matias
dc172975ee Update CONTRIBUTORS.txt 2015-01-29 03:06:51 -03:00
Matias
c5496b103d Added spanish translation
Added spanish translation
2015-01-29 02:59:52 -03:00
Matias
68a8c2c380 Update client.rst 2015-01-29 02:55:50 -03:00
Matias
4d7fc956ab Create es.js
Added spanish translation
2015-01-29 02:53:53 -03:00
Martin Zimmermann
e271851b50 fetch greek translation 2015-01-28 23:14:21 +01:00
Martin Zimmermann
f80460a685 Merge pull request #152 from jelmer/dutch
Import transifex improvements to Dutch translation.
2015-01-22 09:09:18 +01:00
Jelmer Vernooij
00c4d4149e Import transifex improvements to Dutch translation. 2015-01-21 23:46:50 +01:00
Martin Zimmermann
81756dcefa Merge pull request #150 from jelmer/dutch
Add Dutch translations.
2015-01-21 23:31:34 +01:00
Jelmer Vernooij
dcb7f6457c Add Dutch translations. 2015-01-17 21:54:01 +01:00
Martin Zimmermann
7c4565afc7 Merge pull request #148 from richard-fine/feature/vagrant
Vagrant support
2015-01-03 22:44:46 +01:00
Richard Fine
6ac5e8c6d0 Reverted change to demo file; changed web server config to mount the uWSGI app at the root, as it turns out it's capable of serving the demo file itself 2015-01-03 13:07:41 +00:00
Richard Fine
18118ec080 tell uWSGI to auto-reload when .py files are changed during development 2015-01-03 02:22:01 +00:00
Richard Fine
3977a8d00d set up Vagrant support to make it easy to get a dev environment going quickly 2015-01-03 02:00:04 +00:00
Martin Zimmermann
a6c859c5a5 add changelog for 0.10 2014-12-25 23:17:52 +01:00
Martin Zimmermann
f47df75422 use system's CA certificates for Python 2.7.9 or higher to verify TLS connection 2014-12-25 22:49:28 +01:00
Martin Zimmermann
d70eb160b9 Merge branch 'legacy/0.9'
Conflicts:
	isso/migrate.py
2014-12-25 21:53:31 +01:00
Martin Zimmermann
83d3c7443c remove email field from JSON example 2014-12-25 21:30:54 +01:00
Martin Zimmermann
d6602b7fe4 Merge branch 'pr/143' 2014-12-25 21:28:26 +01:00
Martin Zimmermann
7f5ff457c1 integrate swedish translation into Isso 2014-12-25 21:28:15 +01:00
Martin Zimmermann
afe6ece865 Merge branch 'pr/144' 2014-12-25 21:08:55 +01:00
Martin Zimmermann
b45f39e662 resolve when comment is in moderation queue, too 2014-12-25 21:08:10 +01:00
Théo Zimmermann
bba91b3f93 don't lose comment if it failed to create 2014-12-19 15:19:55 +01:00
Gustav Näslund
da47dbd374 Added swedish translation file 2014-12-13 14:29:40 +01:00