isso/isso
Martin Zimmermann a29393ee3f replace kriskowal/q with 50 LoC homebrew implementation, part of #51
As a result, it is no longer possible to chain promises
(then().then().then(etc.)), but that is actually not an issue for Isso.

The deferred/promise implementation is roughly based on
http://stackoverflow.com/a/17722683 and stackp/promisejs.
2014-01-07 14:28:10 +01:00
..
css reduce heading size in comments, fix #26 2013-12-12 12:10:50 +01:00
db update docstrings for isso.db 2013-12-17 13:30:37 +01:00
ext Adds STARTTLS support to SMTP notifications 2013-12-19 23:36:06 -05:00
js replace kriskowal/q with 50 LoC homebrew implementation, part of #51 2014-01-07 14:28:10 +01:00
utils simplify JSON response 2013-12-19 08:56:14 +01:00
views simplify JSON response 2013-12-19 08:56:14 +01:00
__init__.py show session-key on application startup 2013-12-17 13:40:32 +01:00
compat.py improve doctests and refactor title extraction 2013-10-29 12:01:45 +01:00
core.py reflect security = ... in docs and print warning if used 2014-01-01 22:20:00 +01:00
dispatch.py isso.dispatch now dispatches multiple sites based on relative URLs 2013-12-08 19:09:56 +01:00
migrate.py add test for disqus import 2013-12-18 13:08:54 +01:00
run.py make_app uses threading.Lock now by default 2013-12-16 15:40:18 +01:00
wsgi.py CORS middleware must return bytes 2013-12-19 08:55:53 +01:00