Commit graph

1,195 commits

Author SHA1 Message Date
Romain Bignon
710d8ffd54 fix compare of two messages 2010-10-30 12:27:21 +02:00
Romain Bignon
2fa00066ba unused import 2010-10-30 11:26:04 +02:00
Romain Bignon
8fc7860150 $full and $direct selectors work 2010-10-30 11:24:49 +02:00
Romain Bignon
833c25f8d9 new command 'register' (refs #294) 2010-10-30 10:55:24 +02:00
Romain Bignon
e3458248ab new command 'backends register' (closes #294) 2010-10-30 10:55:12 +02:00
Romain Bignon
b87f97165d when updating search page, do not keep old profiles to visit 2010-10-30 09:59:22 +02:00
Romain Bignon
28e57001bc add a messages refresh button, and better handler of contacts selection 2010-10-30 09:58:52 +02:00
Romain Bignon
487284fe5c do not crash when contacts list is empty 2010-10-28 21:13:23 +02:00
Romain Bignon
c15bca8743 replace tt> to i> 2010-10-28 21:13:13 +02:00
Romain Bignon
39a40ee654 unused import 2010-10-28 00:05:17 +02:00
Romain Bignon
711f2c73a3 print call errors 2010-10-28 00:05:05 +02:00
Romain Bignon
d99822d848 disable filter on white peoples 2010-10-27 23:56:08 +02:00
Romain Bignon
16b7b1d9be do not display columns with only None values 2010-10-27 23:45:48 +02:00
Romain Bignon
8997b1fe27 enhancements of register 2010-10-27 23:45:28 +02:00
Romain Bignon
d6e28f60a5 add CSV formatter (closes #350) 2010-10-27 08:24:16 +02:00
Romain Bignon
a792b6601c support new Values* classes and ICapAccount with a 'Register' button (closes #390) 2010-10-26 21:02:45 +02:00
Romain Bignon
8777e6c1d3 weboob-config now supports new Value* classes instead of BackendConfig ones 2010-10-26 21:02:42 +02:00
Romain Bignon
e709f40b8a AuM implements ICapAccount 2010-10-26 21:02:42 +02:00
Romain Bignon
2d2a942494 use Value* classes instead of ConfigField 2010-10-26 21:02:42 +02:00
Romain Bignon
f995d86023 new capability ICapAccount (closes #389) 2010-10-26 21:02:27 +02:00
Romain Bignon
b34b6d7901 add Value* classes and ValuesDict as OrderedDict container 2010-10-26 20:58:32 +02:00
Romain Bignon
1e881da190 oops fix when coming is NotAvailable (closes #411) 2010-10-25 21:51:16 +02:00
Romain Bignon
cabdbe078f use a specific formatter for 'list' and ability to use previous # in interactive mode for other commands (closes #410) 2010-10-25 20:25:27 +02:00
Romain Bignon
e8af3cc3b9 change email address 2010-10-23 11:18:22 +02:00
Romain Bignon
bd44734f78 display a notice to encourage user to contribute when NotImplementedError is raised 2010-10-23 11:15:14 +02:00
Romain Bignon
05e1058066 add a warning when html2text is not found 2010-10-19 15:05:02 +02:00
Romain Bignon
41a76723b6 do not use a bold prompt (there are a several of problems) 2010-10-19 10:42:03 +02:00
Christophe Benz
a1e8a67225 add sex, age and godfather keys to aum backend, for register 2010-10-19 10:41:41 +02:00
Romain Bignon
e64d4fc288 set message as read when viewing one, and display unread messages in yellow in list 2010-10-17 16:24:09 +02:00
Romain Bignon
8199dd0581 add -p only if $EDITOR is vim 2010-10-17 15:10:21 +02:00
Romain Bignon
0b646e0e14 do not display columns when all values are NotLoaded or NotAvailable 2010-10-17 15:01:32 +02:00
Romain Bignon
908764b4c8 use the 'table' formatter as default 2010-10-17 14:47:46 +02:00
Romain Bignon
2556da6fbd better errors management in webcontentedit 2010-10-17 14:47:42 +02:00
Romain Bignon
f0215a89b5 do not enable the 'Reply' button when backend doesn't implement ICapMessagesPost 2010-10-17 11:44:39 +02:00
Romain Bignon
221282ac82 introduce Pierre Mazière 2010-10-17 00:19:37 +02:00
Romain Bignon
89e2c29447 fix falling back to default formatter 2010-10-16 22:24:59 +02:00
Romain Bignon
57435cbcf7 correctly reload when backends have been modified 2010-10-16 19:19:18 +02:00
Romain Bignon
870625f792 introduce clemux 2010-10-16 19:08:29 +02:00
Romain Bignon
2968b4f7b6 fix: class attributes are shared between instances, do not use them here 2010-10-16 19:00:03 +02:00
Romain Bignon
3e643ef7ab use 'table' as default formatter in boobank 2010-10-16 18:59:45 +02:00
Romain Bignon
fe39601810 backend newsfeed version is 0.3 (conforming to weboob version) 2010-10-16 18:58:54 +02:00
Clément Schreiner
1be1af5a5d Fixes a small mistake in NewsfeedBackend.set_message.read 2010-10-16 18:48:54 +02:00
Clément Schreiner
11ad4ac948 Finished first version of newsfeed backend.
- Several feeds tested with QBoobMsg and apparently working correctly.
 - NewsfeedBackend.set_message_read() untested, but should be working.
 - weboob.tools.newsfeed provides content even when not provided as such by the
feed, using the "summary" instead.
2010-10-16 18:47:51 +02:00
Clément Schreiner
a47b19a8b5 Allows missing messages title or author. 2010-10-16 18:47:51 +02:00
Clément Schreiner
046c6ef0e3 Remove import of unused function (id2url) 2010-10-16 18:47:51 +02:00
Clément Schreiner
3f78167be5 Add missing copyright comments 2010-10-16 18:47:51 +02:00
Clément Schreiner
6472fdbc3f Removed test (that prevented the NewsFeed backend to work) 2010-10-16 18:47:51 +02:00
Clément Schreiner
a5470b9ce6 Add tool to manage RSS/Atom feeds
- weboob.tools.newsfeed a class representing a feed
 - the DLFP backend has been updated to use weboob.tools.newsfeed
2010-10-16 18:47:51 +02:00
Clément Schreiner
8b7b34e4cb New backend: newsfeed (Atom and RSS feeds, all versions supported by feedparser),
using ICapMessages capability.
iter_threads and get_thread tested with weboob-cli and seem basically functional.
iter_unread_messages not working; set_message_read untested.
2010-10-16 18:47:51 +02:00
Romain Bignon
916400467e use "basestring" instead of "(str,unicode)" 2010-10-16 17:44:09 +02:00