Commit graph

113 commits

Author SHA1 Message Date
Noe Rubinstein
8fcf695783 fix mangafox, chiennes 2012-03-04 09:11:12 +01:00
Romain Bignon
76040343bc raise BrowserHTTPError when the website is unavailable 2012-03-03 19:57:33 +01:00
Romain Bignon
88da52a57a support loan history 2012-03-03 19:57:32 +01:00
Romain Bignon
5ffd892a3d store Operation.date as a datetime.date object 2012-03-03 19:57:32 +01:00
Laurent Bachelier
6544bbfcdc Fix account list: get all accounts
There is also more logic in the xpath query, which I find more readable.
2012-03-03 18:26:59 +01:00
Johann Broudin
4e86d14e12 Add type and label support to CMB backend
Signed-off-by: Johann Broudin <Johann.Broudin@6-8.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-29 18:55:43 +01:00
Noe Rubinstein
c7f5b68c85 Fix Mangafox crash on Comments page 2012-02-29 18:55:19 +01:00
Florent
0b9322eca5 Remove a print... 2012-02-28 13:18:25 +01:00
Florent
54ad584f4c Add the new field for Compte Courant 2012-02-27 16:34:30 +01:00
Xavier G
23dd14e1f9 CrAgr: Transaction objects are now created using datetime.date (closes #800) 2012-02-26 21:11:32 +01:00
Romain Bignon
2aa04564db fix parsing of videos with missing description 2012-02-26 19:12:11 +01:00
Romain Bignon
0badd945a9 fix getting transactions of secondary accounts 2012-02-26 19:03:49 +01:00
Florent
1484251c65 First implementation of freemobile website 2012-02-26 18:35:03 +01:00
Florent
aaab1db43d Parse a comment only if needed 2012-02-26 18:34:05 +01:00
Romain Bignon
be14595308 apply changes to ICapBank API 2012-02-26 18:30:40 +01:00
Romain Bignon
defcacb9db parse categories 2012-02-26 15:07:26 +01:00
Gabriel Kerneis
a722aa7986 [boursorama] Fix IDs of operations 2012-02-22 15:19:46 +01:00
Florent
a81281e79e Fix license and headers 2012-02-22 11:19:20 +01:00
Romain Bignon
f5ca33f80e can looking for a rent or a sale 2012-02-19 18:35:33 +01:00
Romain Bignon
a0e4171af3 fix Newsfeed and GenericBackend 2012-02-18 17:40:22 +01:00
Romain Bignon
44b19e74db fix required version of weboob 2012-02-18 17:18:20 +01:00
Florent
776cf8b74a Change headers 2012-02-18 17:04:32 +01:00
Florent
e502bb2f69 First implementation of « presseurop » module (europeans news aggregator). 2012-02-18 17:04:25 +01:00
Romain Bignon
1d23f42ffa loop on all results pages 2012-02-18 16:21:43 +01:00
Romain Bignon
c172a1b1af remove unused import 2012-02-17 14:43:55 +01:00
Romain Bignon
b6379f7f37 add parameter 'nb_rooms' in queries 2012-02-17 13:25:06 +01:00
Romain Bignon
58e255917c able to fill photos 2012-02-16 17:05:05 +01:00
Romain Bignon
0b74d5a8c4 use mobile API to search housings too 2012-02-16 17:04:54 +01:00
Romain Bignon
7a7dcd3e00 remove mangatoshokan: website is dead 2012-02-15 23:36:50 +01:00
Romain Bignon
7f01e431a6 use an android useragent 2012-02-15 23:01:10 +01:00
Romain Bignon
cbefbe81d2 fix bad behaviors 2012-02-14 20:27:17 +01:00
Romain Bignon
a60def6820 update AUTHORS 2012-02-14 18:29:48 +01:00
Romain Bignon
2e3a8698f8 oops 2012-02-14 18:27:59 +01:00
Romain Bignon
8c96a9dd2a add tests for sachsen 2012-02-14 18:26:55 +01:00
Romain Bignon
8c7232f737 enhance ICapWaterLevel capability 2012-02-14 18:23:19 +01:00
Romain Bignon
2a860200b9 use mobile API to parse housing informations 2012-02-14 18:23:19 +01:00
Romain Bignon
20682b3e94 changes in the CapHounsing API 2012-02-14 18:21:11 +01:00
Florent
82329d7d62 New backend : Sachsen Hochwasser Zentrum (Flooding information of Saxony)
Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-13 22:01:53 +01:00
Florent
3fb8706d61 The account listing is now more robust
Hello,

actually I didn't write this patch. The new contributor is
David Jeanneteau.

Regards,

Florent.

Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2012-02-13 10:47:20 +01:00
Laurent Bachelier
7d1c232b38 Fix error when no artist/title
It's hard to reproduce the bug, I had it for a very short time, and
didn't think of saving the HTTP responses.
2012-02-12 15:18:20 +01:00
Laurent Bachelier
b1298452d4 Arte is algo German 2012-02-11 19:07:34 +01:00
Romain Bignon
0c522d948a add housing photos 2012-02-11 19:06:39 +01:00
Romain Bignon
81bf44cec6 fix test 2012-02-11 16:25:24 +01:00
Romain Bignon
42941589c5 add module 'seloger' 2012-02-11 16:25:19 +01:00
Romain Bignon
cddfd39542 add module pap (ICapHousing) 2012-02-11 12:48:45 +01:00
Laurent Bachelier
32b0895ea6 Raise exception instances, not classes 2012-02-11 01:07:21 +01:00
Laurent Bachelier
0fa7060b68 Better descriptions for modules 2012-02-11 00:46:48 +01:00
Laurent Bachelier
de02bc749d Unused 2012-02-10 23:22:50 +01:00
Laurent Bachelier
a38958bf09 Fix crash when there is no author 2012-02-10 14:26:22 +01:00
Xavier G
39f08f9b67 CrAgr: fixed balance retrieval for history-less accounts. (closes #788) 2012-02-10 14:23:44 +01:00