Martin Zimmermann
59bfde7c03
idiomatic python
...
* make "process_fetched_list" private
* rename fetch_args to args
* a few logic simplifications
2014-05-03 11:23:12 +02:00
Martin Zimmermann
4ee509ed02
Merge branch 'feature/75', closes #75
2014-05-03 00:33:31 +02:00
Martin Zimmermann
123ea26ca9
handle WP's query-string "pages" and variable WXR namespaces
...
Site links such as /?p=1234 are imported *as is* and maybe do work in
Isso. Do not use a query-based URL structure as permalinks. Ever.
Also, depending on the pages you are going to export, WXR' XML namespace
may change from ../export/1.0/ to ../export/1.2/. Isso tries to import
any WXR 1.x
2014-05-03 00:16:54 +02:00
Srijan Choudhary
26ae30f76c
Update docs
2014-05-03 01:52:32 +05:30
Srijan Choudhary
26d26ae71b
Add i18n for "Hidden"
2014-05-03 01:37:28 +05:30
Srijan Choudhary
8879db59b8
Show all comments if limit/nested_limit set as inf
2014-05-03 01:17:11 +05:30
Srijan Choudhary
baef73f1e8
Change default values of config params
2014-05-03 01:16:47 +05:30
Srijan Choudhary
ab927e39d0
Add a reveal on click parameter
2014-05-03 01:16:03 +05:30
Srijan Choudhary
2e2fba89a6
Add some tests
2014-05-03 01:14:33 +05:30
Srijan Choudhary
abc0eaaf1d
Handle limit/nested_limit zero
...
This returns zero comments now
2014-05-03 01:14:23 +05:30
Martin Zimmermann
333bba728b
update docs
2014-05-02 11:57:47 +02:00
Martin Zimmermann
346b60a9b3
disqus import imports anonymized IP address now
2014-05-02 11:43:13 +02:00
Martin Zimmermann
39101c2ac7
Disqus import uses Progressbar class as well
2014-05-02 11:40:16 +02:00
Martin Zimmermann
12f8af8434
add initial support to import WordPress comments
2014-04-30 18:57:17 +02:00
Martin Zimmermann
263095cf5f
allow Travis CI to disturb the IRC channel
2014-04-30 15:39:50 +02:00
Martin Zimmermann
9dabf88b93
Travis supports Python 3.4 now
...
http://gehrcke.de/2014/04/travis-ci-finally-supports-python-3-4/
2014-04-30 15:26:37 +02:00
Martin Zimmermann
0154113c80
replace assert with assertEqual
2014-04-30 15:24:58 +02:00
Martin Zimmermann
910da2a6c0
refactor disqus migration code into a class
2014-04-30 15:07:11 +02:00
Martin Zimmermann
cb36107eda
reword and clean documentation
2014-04-28 19:42:36 +02:00
Srijan Choudhary
54b156844b
Add max-comments limit for nested replies
2014-04-27 11:44:18 +05:30
Srijan Choudhary
f5da45e525
Correct total comments count
2014-04-26 22:54:55 +05:30
Srijan Choudhary
76d5dbc97f
Take max comments to load from config.js
2014-04-25 01:07:40 +05:30
Srijan Choudhary
8dbf4d5337
Client side changes for new API
...
* Handle hierarchal comments data format
* New comments fetching parameters: limit, parent, after
* Link to load more comments
2014-04-25 00:09:48 +05:30
Srijan Choudhary
a5d8a0cfe1
Change in API: hidden_replies field instead of passed_replies
2014-04-25 00:09:48 +05:30
Srijan Choudhary
3c3e83b05c
Bug in API: Reply count should also filter by the after value passed
2014-04-25 00:09:48 +05:30
Srijan Choudhary
8fdceeaafb
Handle edge cases occuring in tests
2014-04-25 00:09:48 +05:30
Srijan Choudhary
71024cea70
API update - new comments format
2014-04-25 00:09:48 +05:30
Martin Zimmermann
d3aa8129c4
Merge branch 'pr/85'
2014-04-24 17:39:31 +02:00
Martin Zimmermann
a753efe42d
add doctype and charset
2014-04-24 17:38:53 +02:00
Srijan Choudhary
cb0acc5ac0
Add a basic demo page
2014-04-24 01:22:30 +05:30
Martin Zimmermann
087b9e98ff
fix tx-push script to work with GNU mktemp
2014-04-23 10:24:29 +02:00
Martin Zimmermann
b9102b44e2
fix russian translation for "Anonymous"
2014-04-23 10:23:55 +02:00
Martin Zimmermann
9706d7df12
... but Travis does not ship Python 3.4
2014-04-21 10:53:47 +02:00
Martin Zimmermann
f48cbf65b0
add Python 3.4 to Tox and Travis CI
2014-04-21 10:43:51 +02:00
Martin Zimmermann
26cc7eb634
Merge branch 'feature/79', closes #79
2014-04-21 10:37:59 +02:00
Martin Zimmermann
344f94e5a0
rm forward (reference) arrow
2014-04-21 10:27:37 +02:00
Martin Zimmermann
1e5878bec3
auto-correct wrong/invalid parent to max nesting level of 1
2014-04-21 10:23:45 +02:00
Martin Zimmermann
ce14726f2f
set parent to null if parent is not top-level comment
2014-04-20 18:24:00 +02:00
Martin Zimmermann
24adafa25b
increase db version after migration
2014-04-20 16:38:13 +02:00
Martin Zimmermann
9ee0a1a2eb
reply to comment now nests to max. level of 1, part of #79
2014-04-20 16:30:18 +02:00
Martin Zimmermann
5d2daa1244
add db migration, part of #79
2014-04-20 15:39:43 +02:00
Martin Zimmermann
1253d40422
Merge branch 'fix/issue-77'
2014-04-09 10:40:31 +02:00
Martin Zimmermann
f09b6b9bdb
preserve line breaks when editing comments, finally closes #77
2014-04-09 10:34:13 +02:00
Martin Zimmermann
748da790da
Merge branch 'fix/issue-77'
2014-03-29 18:50:16 +01:00
Martin Zimmermann
13d979e290
Back to development: 0.8.3
2014-03-29 18:48:26 +01:00
Martin Zimmermann
16d79891da
Preparing release 0.8.2
2014-03-29 18:48:06 +01:00
Martin Zimmermann
4444abc3d6
Merge branch 'fix/issue-77' into legacy/0.8
2014-03-29 18:47:43 +01:00
Martin Zimmermann
5ab3a7bed4
remove white-space: pre, closes #77
2014-03-29 18:47:02 +01:00
Martin Zimmermann
d6237de982
Back to development: 0.8.2
2014-03-29 13:14:08 +01:00
Martin Zimmermann
d5f3a118bb
Preparing release 0.8.1
2014-03-29 13:13:42 +01:00