Commit graph

1,630 commits

Author SHA1 Message Date
Juke
08252358eb new backend 2011-02-19 16:59:31 +01:00
Xavier G
111a49e00e CrAgr: Fixed the history operation so that it basically works when every non-ASCII character on the bank website is replaced with two interrogation marks.
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-02-19 15:21:24 +01:00
Clément Schreiner
69018eeff3 Adds drop-down list for choosing a backend. 2011-02-17 20:50:09 +01:00
Romain Bignon
0b1a445027 fix broken API 2011-02-17 18:42:18 +01:00
Romain Bignon
9db6ac268b update AUTHORS 2011-02-17 17:14:22 +01:00
Clément Schreiner
6979604e6f Support for more than 10 revisions in mediawiki.
Maximum number of revisions in iter_revisions is now 500, the API's limit
for normal users.

webcontentedit has been updated to use the 'count' option for do_log().
2011-02-16 23:19:50 +01:00
Clément Schreiner
d8cb5230ca Fix encoding in do_log() 2011-02-16 23:03:47 +01:00
Clément Schreiner
c783d37673 Adds option for marking edits as minor. 2011-02-16 22:38:41 +01:00
Clément Schreiner
a6f5ef2049 New command: do_log(page).
This new command displays the last revisions of the page.

TODO: specific formatter (it should display the history like git log).
2011-02-16 22:33:28 +01:00
Clément Schreiner
5d24cec733 Implemented iter_revisions. Various minor fixes.
The methode iter_revisions(page) is now implemented, and yiels the last
ten revisions of the page, as 'Revision' objects.

Various fixes, like removing unused imports.
2011-02-16 22:23:49 +01:00
Clément Schreiner
200ab648bb New object type: Revision. Renamed 'log_content'.
- object Revision for representing a revision of a page.
- log_content is now iter_revisions
2011-02-16 22:22:06 +01:00
Clément Schreiner
3624110e94 Fix 'Invalid token' error 2011-02-16 21:17:07 +01:00
Clément Schreiner
179d6ec75e New backend: mediawiki.
Features working:
 - get_content()
 - push_content()
 - get_content_preview()
TODO:
 - log_content()
 - check for encoding problems
2011-02-16 20:45:54 +01:00
Clément Schreiner
cbe44de033 showPreview() was not working as intended; fixed.
The preview text displayed in the previewEdit widget was the text of
the content opened from the wiki, and not the text entered by the user
in the contentEdit widget.
2011-02-16 19:54:19 +01:00
Clément Schreiner
6509d95659 Adds checkbox for marking edits as 'minor'. 2011-02-16 19:05:04 +01:00
Clément Schreiner
690decc54b Adds argument for marking an edit as 'minor' 2011-02-16 16:30:48 +01:00
juke
3df800f978 optimise exception catching closes #501 2011-02-16 10:42:01 +01:00
juke
10ede04aee add url to signature closes #499 2011-02-15 16:52:28 +01:00
juke
6a40375b6a boobmsg can export to a file closes #490 2011-02-15 12:31:40 +01:00
Julien Veyssier
bef9ac5fd7 [kickass] size span detection improved (fixes #497) 2011-02-13 23:30:10 +01:00
juke
23009fe4a9 use stdout in format() closes #469 2011-02-11 18:52:08 +01:00
juke
15a82c59f0 closes #489 2011-02-11 14:36:10 +01:00
Juke
87bf1f0d58 PEP 8 2011-02-11 14:15:38 +01:00
Juke
fe7b8d082c add export_thread
add export_thread to boobmsg

working show_thread
2011-02-11 08:55:05 +01:00
juke
3c33a53a3b closes #486 2011-02-10 17:16:30 +01:00
Juke
73e7d50e7f use stderr closes #470 2011-02-10 17:16:07 +01:00
Juke
85c7cf3093 use id2url closes #480 2011-02-10 17:15:56 +01:00
juke
9fb8b150f2 line too long 2011-02-10 17:15:13 +01:00
Juke
cc5e768ab2 line too long 2011-02-08 01:48:11 +01:00
Juke
dc12855f55 unused import 2011-02-08 01:46:43 +01:00
Juke
d41733628d fix no-author closes #478 2011-02-08 01:44:36 +01:00
Juke
fa2c51a777 incorrect import closes #477 2011-02-08 01:26:42 +01:00
Romain Bignon
8c161c26bc icon for new 'minutes20' backend 2011-02-07 15:38:20 +01:00
Romain Bignon
0756b47025 fix version of backend (0.1 => 0.6) 2011-02-07 15:38:15 +01:00
Romain Bignon
248b808206 fix when username/password is invalid 2011-02-07 15:37:02 +01:00
Romain Bignon
df1ae8cdb9 fix with python <2.6 2011-02-07 15:36:31 +01:00
juke
a8cc51ad0e closes #475 2011-02-07 14:27:31 +01:00
Romain Bignon
948f295ad3 update AUTHORS 2011-02-07 14:18:16 +01:00
Johann Broudin
21a7ab33cb Correct an error in the description of the function buildurl 2011-02-07 14:15:32 +01:00
juke
40279a744f closes #474 2011-02-07 13:41:26 +01:00
Juke
e97e6ede5d add read flag 2011-02-07 11:31:27 +01:00
Juke
119df19f5b fix bug #473 can't parse ledirect url 2011-02-07 11:31:21 +01:00
juke
63efb6f96a fix Bug #472 add Message.children 2011-02-04 20:02:26 +01:00
juke
2db0fe5a75 fix Bug #471 IS_HTML Flag 2011-02-04 19:53:38 +01:00
Romain Bignon
5d3981cd44 get the current song instead of the previous one 2011-02-04 14:54:55 +01:00
juke
08aecc10d1 fix 2011-02-04 11:15:05 +01:00
juke
7548a6165b implement ste_message_read() 2011-02-04 11:15:04 +01:00
juke
fc71859106 implement iter_unread_messages() 2011-02-04 11:15:03 +01:00
juke
9ffe369600 remove cleanboob 2011-02-04 11:15:00 +01:00
juke
d629115c6d implement minutes20.iter_threads() 2011-02-04 11:14:58 +01:00