Commit graph

247 commits

Author SHA1 Message Date
Romain Bignon
3cb6ca033f bump to 0.7 2011-03-01 13:57:23 +01:00
Romain Bignon
78d601390a fix encoding problems 2011-03-01 13:34:10 +01:00
Romain Bignon
51246a77c0 fix pyflakes 2011-03-01 13:19:04 +01:00
Romain Bignon
7677ce4016 "weboob-config edit" prompts user to edit one backend, instead of opening ~/.weboob/backends with $EDITOR. 2011-02-28 10:50:14 +01:00
Romain Bignon
460f9a423c fix reload of backends list 2011-02-26 18:29:08 +01:00
Romain Bignon
f1aec0d629 load threads list at startup 2011-02-26 11:47:41 +01:00
Romain Bignon
38d6052afb add a button to configure backends 2011-02-26 11:47:01 +01:00
Romain Bignon
7e080ec262 fix crash when children is None instead of a list 2011-02-26 11:13:03 +01:00
Romain Bignon
97ccd6ecc2 catch errors when trying to bind the SMTP server (closes #485) 2011-02-26 10:56:02 +01:00
Romain Bignon
cc2f4f33b7 fix detection of changes when the init content is empty 2011-02-26 10:45:28 +01:00
Romain Bignon
a84b3ea5a3 remove the useless '--to_file' parameter on boobmsg 2011-02-26 10:27:38 +01:00
Romain Bignon
2a964247e6 new parameter -t to 'post' command 2011-02-24 21:37:35 +01:00
juke
f60e40fc9c docstring do_export_thread closes #500 2011-02-22 10:37:45 +01:00
Romain Bignon
a856434188 fix the 'log' command 2011-02-19 18:54:01 +01:00
Clément Schreiner
69018eeff3 Adds drop-down list for choosing a backend. 2011-02-17 20:50:09 +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
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
juke
6a40375b6a boobmsg can export to a file closes #490 2011-02-15 12:31:40 +01:00
Juke
fe7b8d082c add export_thread
add export_thread to boobmsg

working show_thread
2011-02-11 08:55:05 +01:00
juke
9ffe369600 remove cleanboob 2011-02-04 11:15:00 +01:00
Juke
4379541cfe unused import 2011-02-04 11:14:52 +01:00
juke
b3e830665b don't use tostring(), maybe add method='text' 2011-02-04 11:14:47 +01:00
juke
75859bd5f4 try to resolve this fucking encoding bug 2011-02-04 11:14:46 +01:00
juke
717a579008 try to move to ICapMessages 2011-02-04 11:14:45 +01:00
juke
4bd3a976a6 20 minutes backend + cleanboob 2011-02-04 11:14:43 +01:00
Clément Schreiner
3cbb5671d3 Small fixes and changes in qwebcontentedit and ICapContent.
- content preview's html code is now cleaner
 - ICapContent.preview_content() renamed to ICapContent.get_content_preview()
 - tab "preview" was shown first when starting qwebcontentedit. Fixed.
2011-02-03 15:09:27 +01:00
Clément Schreiner
dcb2375fd1 New application qwebcontentedit
Status: ugly GUI, editing and saving a page mostly working,
preview support in progress
2011-02-01 15:08:39 +01:00
Romain Bignon
81f9980623 update copyrights 2011-01-14 23:03:52 +01:00
Romain Bignon
2ebb9a844d bump to 0.6 2011-01-08 12:30:28 +01:00
Romain Bignon
983883dc66 fix pipe of message to boobmsg (closes #455) 2011-01-02 22:49:02 +01:00
Romain Bignon
80b45b2cea fix encoding problems (closes #453) 2010-12-16 14:41:42 +01:00
Christophe Benz
e9ede31053 fix parse_args conflict 2010-12-13 16:18:23 +01:00
Christophe Benz
5bdd1540fe s/parseargs/parse_args 2010-12-13 15:42:20 +01:00
Romain Bignon
edee4b51b3 correctly split ID from In-Reply-To header 2010-12-09 18:00:25 +01:00
Romain Bignon
78bfa70f23 set a description for every application 2010-12-09 12:03:38 +01:00
Christophe Benz
3dd50f363d remove unnecessary brackets 2010-12-08 18:10:42 +01:00
Romain Bignon
d546294964 add a description 2010-12-08 17:55:38 +01:00
Romain Bignon
c836e3c1ec correctly set the 'receivers' field 2010-12-08 12:19:37 +01:00
Romain Bignon
657b47bd6a ability to send a message which is not a reply (closes #437) 2010-12-08 12:14:11 +01:00
Romain Bignon
809c2c622e rewrite of do_post(); it can get the message on command line instead of stdin 2010-12-08 12:11:53 +01:00
Romain Bignon
590f2c5ae2 help of commands more understandable (refs #445) 2010-12-08 10:26:58 +01:00
Romain Bignon
8827b15496 fix when no city is given 2010-12-07 16:33:27 +01:00
Romain Bignon
31921549a7 use specific formatter for 'current' command 2010-12-06 15:26:54 +01:00
Romain Bignon
7919b947ce use special formatters, support completion 2010-12-06 13:19:25 +01:00
Romain Bignon
a83a81dde8 bump to 0.5 2010-12-01 19:55:59 +01:00
Romain Bignon
7be8efbab4 fix unicode issues 2010-12-01 19:29:29 +01:00