Martin Zimmermann
5744a79e4d
fix test for 88b77ff
2013-09-09 14:52:32 +02:00
Martin Zimmermann
83f7c0201f
use almond.js for single file output
2013-09-09 14:44:04 +02:00
Martin Zimmermann
88b77ffa2d
show markdown by default
2013-09-09 14:14:27 +02:00
Martin Zimmermann
b65b86d664
fix german utils.ago strings
2013-09-09 14:14:10 +02:00
Martin Zimmermann
9484a8fa6f
add heading 'Kommentieren' etc.
2013-09-09 14:13:34 +02:00
Martin Zimmermann
18ebf6f95a
disable threading, use processes
2013-09-09 14:13:05 +02:00
Martin Zimmermann
3037f5926d
clean imports and remove old code
2013-09-09 13:37:57 +02:00
Martin Zimmermann
56ea90d7e0
JavaScript Identicons (awww), closes #8
2013-09-09 13:27:35 +02:00
Martin Zimmermann
bebda530b6
clear comment that still has references
2013-09-09 13:24:47 +02:00
Martin Zimmermann
413fb0c9a6
automatically update time(ago) every minute
2013-09-09 13:24:03 +02:00
Martin Zimmermann
fa277c98c1
disable scrollIntoView
2013-09-09 13:23:18 +02:00
Martin Zimmermann
20f82dcfcd
fix disqus import
2013-09-08 17:37:26 +02:00
Martin Zimmermann
aecab5cf01
scoll into view
2013-09-08 17:24:54 +02:00
Martin Zimmermann
f0c1574c15
remove stale comments from DB, closes #9
2013-09-08 17:21:33 +02:00
Martin Zimmermann
f1ffe444bc
don't remove root msg box on submit, but clear fields
2013-09-08 14:17:46 +02:00
Martin Zimmermann
449c838be3
REMOTE_ADDR is not unicode
2013-09-08 14:13:17 +02:00
Martin Zimmermann
af11656022
add tox.ini
2013-09-08 13:24:45 +02:00
Martin Zimmermann
5cad8fb8b5
clean db interface and comment model
2013-09-08 13:02:25 +02:00
Martin Zimmermann
c7ee35423b
implement db backend for votes/likes #5
2013-09-06 17:19:25 +02:00
Martin Zimmermann
11c6e4d720
remove email column
2013-09-06 15:56:43 +02:00
Martin Zimmermann
59706815e7
add comment.hash to recognize user by email or ip fallback
...
also: fixed test_comment json.dumps(json.loads(json.dumps(...)))
madness.
2013-09-05 23:09:56 +02:00
Martin Zimmermann
35926037a6
fix tests
2013-09-05 21:13:33 +02:00
Martin Zimmermann
3f37b6ff24
fix typos, link a screenshot
2013-09-05 19:52:51 +02:00
Martin Zimmermann
690e642afb
mv
2013-09-05 19:48:28 +02:00
Martin Zimmermann
af8ecbac0c
update README to reflect recent updates
2013-09-05 19:48:17 +02:00
Martin Zimmermann
f6271e5cf6
commit work in progress
...
completely revamp JS client because JS sucks^W^W^W to feature AMD,
require.js, promises and HTML.js.
The comment listing is now more like Disqus and for now comment
retrieval, comment creation and deletion works. Form validation is
rudimentary implemented as well.
replaced Mako with Jinja2 (because... I forgot.), admin interface will
use Bootstrap™ but is not functional yet.
features a progress indicator in case you're sqlite db performs *really*
bad
2013-09-05 19:31:18 +02:00
Martin Zimmermann
7e6fa0438b
use argparse and configparser
2013-09-03 13:40:40 +02:00
Martin Zimmermann
eaedf03c33
add MANIFEST.in
2013-09-03 12:16:11 +02:00
Martin Zimmermann
2d075f867a
move code around™
2013-09-03 12:15:43 +02:00
Martin Zimmermann
cb20f159fb
add bootstrap 2.3.2
2013-09-02 14:58:07 +02:00
Martin Zimmermann
2e233092b7
add jQuery 2.0.3
2013-09-02 14:58:06 +02:00
Martin Zimmermann
dd4ba9263a
refactor all the things (use werkzeug instead of NIH to handle WSGI)
...
Also: use ?uri=%2Fpath%2F as path indicator.
2013-09-02 14:44:53 +02:00
Martin Zimmermann
76d6d46521
add progress bar to migration
2013-09-02 14:22:08 +02:00
Martin Zimmermann
57fa577e54
whatever I made there
2013-09-01 23:40:55 +02:00
posativ
26c74cb521
admin.js now used isso.js as API
...
JS is a horrible language. The more you try to modularize and DRY
it, the greater the LoC grows...
2012-12-17 00:06:46 +01:00
posativ
261f2fe18e
introduce namespaces for JS and trying to escape the pyramid of doom
2012-12-16 23:29:07 +01:00
posativ
525a2828c5
fix Makefile and move utilities to js/utils.js
2012-12-16 20:29:18 +01:00
posativ
a753045f8b
some documentation and move login to /admin/
2012-12-16 19:54:56 +01:00
posativ
588a8c306b
approved comments now move to recent comments
2012-12-16 18:13:03 +01:00
posativ
65c2fce636
better admin 'theme', 304 Not Modified support and minor improvements
2012-12-16 17:59:20 +01:00
posativ
5968a977ab
wrap at 80 chars
2012-12-16 14:00:40 +01:00
posativ
ba33f28f31
update README and make instructions
2012-12-16 13:55:18 +01:00
posativ
eaaf1f4653
moar syntactic sugar
2012-12-16 13:38:24 +01:00
posativ
8e2e90ed4e
add threaded WSGI server mixin to check URL existence on same host :>
2012-12-16 00:46:20 +01:00
posativ
63b990838d
fix tests
2012-12-16 00:31:55 +01:00
posativ
a4514e1f91
rewrite using NIH
2012-12-16 00:14:30 +01:00
posativ
440787ff67
fix Augenkrebs in dashboard
2012-10-28 00:57:31 +02:00
posativ
28162d7ca9
edit comment works when comment is still pending
2012-10-28 00:50:09 +02:00
posativ
2e1831f609
show pending status, add some css
2012-10-28 00:39:23 +02:00
posativ
1bafe193ad
approve comments
2012-10-28 00:39:22 +02:00