Commit graph

2,341 commits

Author SHA1 Message Date
Alexandre Morignot
689fe43ed5 [CapGallery] correct method name
The modules using this capability and galleroob have been corrected too
2014-12-13 13:47:47 +01:00
Johann Broudin
349e577967 New virginradio backend 2014-12-13 13:37:18 +01:00
Romain Bignon
670ab85f71 banquepopulaire: fix crash for new cards with no debited history 2014-12-10 19:03:34 +01:00
Romain Bignon
902fec0f5b detection of disabled accounts 2014-12-10 19:03:23 +01:00
Romain Bignon
4ae48fb7c0 bred: the 'categorie' key isn't always in json 2014-12-10 19:00:02 +01:00
Romain Bignon
9d1155955e correctly fix the problem with streamed calls on requests (closes #1683)
Do not close explicitly the socket, as it is closed automatically when all
the data is consumed.
2014-12-10 11:36:09 +01:00
Baptiste Delpey
3301f578a2 paypal : we now ignore transactions with no 'displayAmount' 2014-12-08 13:28:05 +01:00
Romain Bignon
c80924f571 fix login on new website (needs upper case login) 2014-12-08 13:16:12 +01:00
bdelpey
9b52ff5140 paypal fix for #11152 KeyError: 'counterparty' 2014-12-08 11:37:10 +01:00
Romain Bignon
91c5bc3661 fix compatibility with Decimal of python2.6 (closes #1685) 2014-12-08 11:31:03 +01:00
Florent
e54d1391d7 Update regexp 2014-12-07 20:07:23 +01:00
Romain Bignon
b48b3c926f ignore summary lines in history tables 2014-12-07 20:02:20 +01:00
Romain Bignon
a8455d4376 fix pyflakes issues 2014-12-07 16:27:27 +01:00
Romain Bignon
a9b2f5fe66 support new website of bred 2014-12-07 16:27:24 +01:00
Oleg Plakhotniuk
fe254f3279 Order charges xpath fix. Part of #1684 2014-12-06 23:00:23 -06:00
Oleg Plakhotniuk
df53b12d4f Generate payment transaction if there aren't any. Part of #1684 2014-12-06 21:06:02 -06:00
Oleg Plakhotniuk
c7a4da7f6e New discount: "Lightning Deal". Part of #1684 2014-12-06 21:05:07 -06:00
Oleg Plakhotniuk
f437f2d3c8 Skip "In transit" orders. Part of #1684 2014-12-06 21:04:30 -06:00
Bezleputh
f8d91bb8e3 [explorimmo] site changed 2014-12-05 00:05:34 +01:00
Bezleputh
7773f227a5 [hybride] fix Date parsing 2014-12-05 00:05:33 +01:00
Romain Bignon
8972743bd7 handle useless pages to prevent being redirected to mobile version 2014-12-04 08:50:50 +01:00
Romain Bignon
446bb3416c lcl: website change, rewrite with browser2 2014-12-03 23:23:04 +01:00
Romain Bignon
dfbd82d933 add new hashes for virtkeyboard 2014-12-03 11:50:43 +01:00
Romain Bignon
606aca1bd5 set type on card transactions 2014-12-03 08:43:31 +01:00
Vincent Paredes
1938aaaccd fixing coming date with an other label 2014-12-02 14:45:52 +01:00
Vincent Paredes
226c4853a1 fixing statefull website with account's link changing 2014-12-02 14:45:52 +01:00
bdelpey
70cf9426ba fix accounts parsing 2014-12-02 14:45:52 +01:00
Oleg Plakhotniuk
456271a2bd Amazon online store module (http://www.amazon.com). Closes #1663 2014-12-01 10:31:45 +01:00
Alexandre Morignot
3c1b69fdea [residentadvisor] search by ticket status 2014-11-29 17:34:09 +01:00
Alexandre Morignot
f1482dd218 [residentadvisor] add ticket status 2014-11-29 17:34:09 +01:00
Alexandre Morignot
b1787cd38e correct price regex 2014-11-29 17:34:08 +01:00
Julien Veyssier
74a26bf9b4 [allocine] fix : accents were causing problems in search 2014-11-28 15:12:58 +01:00
Romain Bignon
cb511a7245 fix inconsistent history on loan accounts if there is no init date 2014-11-27 14:22:23 +01:00
Julien Veyssier
f87a8a685f [cineoob] give roles informations in persons_in_common and movies_in_common, imdb and allocine adapted 2014-11-26 15:32:58 +01:00
Romain Bignon
372da14347 forgot to parse investment labels 2014-11-26 15:11:08 +01:00
Romain Bignon
c4f658341c support investments detail 2014-11-26 14:56:16 +01:00
Romain Bignon
a069ae387e detection of accounts type 2014-11-26 14:27:01 +01:00
Julien Veyssier
5506fdb46e [imdb] fix 'N/A' value in movie release date 2014-11-26 08:43:15 +01:00
Julien Veyssier
e2547b5c84 [imdb] fix : python datetime is locale-dependent, waiting for better fix 2014-11-26 08:43:12 +01:00
Alexandre Morignot
cbc67ee5a6 [residentadvisor] search by summary 2014-11-26 08:38:36 +01:00
Alexandre Morignot
482d45e6b5 booked_entries needs a int, not a float 2014-11-26 08:38:36 +01:00
Vincent Paredes
bf5dd493a8 handling new website account for individual 2014-11-26 08:38:31 +01:00
Vincent Paredes
8ce5602a72 When balance is zero, paypal add a class to the div 2014-11-26 08:36:39 +01:00
Romain Bignon
810fa4592d remove unused imports 2014-11-24 21:31:44 +01:00
Alexandre Morignot
12a9aa9508 New module residentadivsor
Add the support of www.residentadvisor.net, a calendar of clubbing event.
Inherits of CapCalendarEvent and offers the following :
  - search event by date and city
  - (un)attend to event if credentials are supplied

A function search_events_by_title is implemented in ResidentadvisorBrowser,
although not used, in hope that this functionality becomes possible in a near
futur.
2014-11-24 16:53:37 +01:00
Romain Bignon
4cc87efbd2 caissedepargne: fix getting card accounts on old website 2014-11-22 18:39:33 +01:00
Julien Veyssier
29738edd29 [allocine] remove excessive quote_plus call on pattern to make multi-word search work again 2014-11-22 16:37:42 +01:00
Laurent Bachelier
88df613a53 Fix English: "childs" into "children"
refs #1675
2014-11-22 16:36:03 +01:00
Romain Bignon
a56d3f54c7 support new authentication on some region websites 2014-11-22 15:03:55 +01:00
Bezleputh
a794dbd19b [biplan] site changed 2014-11-19 00:05:25 +01:00