Commit graph

123 commits

Author SHA1 Message Date
Romain Bignon
57cbb758f4 parameters to get polls, board, wiki and tracker 2011-03-21 13:35:43 +01:00
Romain Bignon
65a8470335 factorize 2011-03-21 11:28:42 +01:00
Romain Bignon
c74bd6e028 support sondages 2011-03-21 10:56:02 +01:00
Romain Bignon
e1523608fb support the 'suivi' section 2011-03-21 10:40:45 +01:00
Romain Bignon
5ac0c3d729 update tests 2011-03-19 11:28:22 +01:00
Romain Bignon
55a8154f39 the DLFP backend implements ICapContent 2011-03-19 11:24:36 +01:00
Romain Bignon
4a864a97af support wiki and forums 2011-03-19 09:27:42 +01:00
Romain Bignon
e5d40200a7 attribute Message.is_me 2011-03-18 11:12:53 +01:00
Romain Bignon
57cbc29883 Comment and Article are now children of Content 2011-03-18 10:57:00 +01:00
Romain Bignon
c9252a855b support signatures 2011-03-16 13:50:12 +01:00
Romain Bignon
3ec82c9f4c ability to add a tag on a content 2011-03-15 16:33:44 +01:00
Romain Bignon
73c4a43c07 usernames can have a '-' in them 2011-03-13 15:01:04 +01:00
Romain Bignon
5192694f24 support stopping iteration on messages 2011-03-09 09:26:21 +01:00
Romain Bignon
406475d7b9 fix parsing of username in comments 2011-03-08 12:34:51 +01:00
Romain Bignon
cea58c23e4 new attribute 'username' on comments 2011-03-08 11:05:56 +01:00
Romain Bignon
6d1124018e unused import 2011-03-07 17:48:23 +01:00
Romain Bignon
6d53ee478b method to post to the board 2011-03-07 17:47:44 +01:00
Romain Bignon
e5b2c1d7e5 support board 2011-03-07 17:47:44 +01:00
Romain Bignon
73b6b1e655 new method get_comment 2011-03-07 08:47:17 +01:00
Romain Bignon
6a779135c1 ability to plusse/moinse a comment 2011-03-05 21:54:57 +01:00
Romain Bignon
3cb6ca033f bump to 0.7 2011-03-01 13:57:23 +01:00
Romain Bignon
ffca80282b fix encoding errors when sending a comment 2011-02-28 10:53:40 +01:00
Romain Bignon
669c1f05f2 better comments urls 2011-02-25 17:01:30 +01:00
Romain Bignon
5b4a917787 fix timezone of dates 2011-02-25 10:53:27 +01:00
Romain Bignon
144bb8a7e4 works with DLFP2.0RoR-ng 2011-02-24 21:36:19 +01:00
Romain Bignon
2ebb9a844d bump to 0.6 2011-01-08 12:30:28 +01:00
Christophe Benz
851b2d34ca code clean, split too long lines 2010-12-08 18:10:44 +01:00
Romain Bignon
9d65fbf7af fix when author is None 2010-12-03 14:05:43 +01:00
Romain Bignon
a83a81dde8 bump to 0.5 2010-12-01 19:55:59 +01:00
Christophe Benz
18e02f2fea handle multiple receivers in messages 2010-11-22 15:28:27 +01:00
Romain Bignon
bbd7b66413 don't need to logout from dlfp if the browser hasn't been used 2010-11-18 12:24:49 +01:00
Romain Bignon
fd2bb8abb1 close session at deinit 2010-11-18 09:35:12 +01:00
Romain Bignon
a1937e0c82 fix posting on DLFP 2010-11-12 23:53:40 +01:00
Romain Bignon
4926ac6ae2 store datetime from newsfeed in the Thread object (closes #419) 2010-11-10 00:30:01 +01:00
Romain Bignon
bea732d534 bump to version 0.4 2010-11-01 23:21:37 +01:00
Romain Bignon
c15bca8743 replace tt> to i> 2010-10-28 21:13:13 +02:00
Romain Bignon
2d2a942494 use Value* classes instead of ConfigField 2010-10-26 21:02:42 +02:00
Romain Bignon
e8af3cc3b9 change email address 2010-10-23 11:18:22 +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
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
046c6ef0e3 Remove import of unused function (id2url) 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
Romain Bignon
c959feacac bump version of backends and applications to 0.3 2010-10-11 10:31:44 +02:00
Romain Bignon
208784e448 oops, the markup is 'cite' and not 'blockquote' 2010-10-09 19:18:49 +02:00
Romain Bignon
a3ccf3dfde replace blockquote to i 2010-10-05 17:41:13 +02:00
Romain Bignon
5ff69b8048 support sending HTML messages 2010-10-04 22:51:57 +02:00
Romain Bignon
05e28f9b52 fix get_thread with an id instead of a Thread instance 2010-10-04 21:15:43 +02:00
Romain Bignon
71f18ce7f6 bump version of every applications to 0.2 2010-09-25 07:39:40 +02:00
Romain Bignon
d1f805145d fix parsing of comments when templeet sucks, and display comments URL in signatures 2010-09-09 16:00:08 +02:00
Romain Bignon
87cd2bebec fix typo and raise an error when trying to post a news or telegrams 2010-08-31 10:17:52 +02:00