Commit graph

4,632 commits

Author SHA1 Message Date
Bezleputh
5f433d0a86 [wordreference] Fix site change 2013-12-04 12:07:32 +01:00
Florent
bdd54615ad Raise UseError on empty reason
closes #1315
2013-12-04 11:27:27 +01:00
Bezleputh
37a0bd3aa5 [meteofrance] site changes 2013-11-30 17:54:44 +01:00
Romain Bignon
d68de0d0d7 support defered cards 2013-11-29 15:28:34 +01:00
Romain Bignon
1a581a1543 change FrenchTransaction.parse_date to be a class method 2013-11-29 15:14:57 +01:00
Romain Bignon
4d1ed2a430 fix pagination on professional website 2013-11-28 17:09:42 +01:00
Florent
578216b55e Move the test on self.insecure to catch direct calls
Module likes societegenerale includes direct calls
on lowsslcheck, and the option -I (insecure) is not tested.
2013-11-26 18:39:34 +01:00
Romain Bignon
2c0417b2d6 fix crash on page to select account 2013-11-26 17:13:58 +01:00
Romain Bignon
9221f12fdf account IDs can contain anything else than digits 2013-11-26 12:32:26 +01:00
Romain Bignon
95edea1f07 fix crash on special account histories 2013-11-26 11:55:58 +01:00
Romain Bignon
f949b26996 support SEPA orders 2013-11-26 11:36:19 +01:00
Romain Bignon
20c9f84974 fix parameters on request to get professionnal accounts history 2013-11-26 11:36:18 +01:00
Romain Bignon
566f1f8ef3 fix parsing accounts when there are mandated ones 2013-11-25 11:24:16 +01:00
Romain Bignon
efd514d232 fix: sometimes it is not possible to sort by value date in history 2013-11-23 13:21:53 +01:00
Romain Bignon
5ff52844a5 fix connection on other kind of accounts 2013-11-23 13:08:12 +01:00
Romain Bignon
a84979a927 fix authentication on banquepopulaire 2013-11-23 12:47:46 +01:00
Romain Bignon
4784cb59c5 support new authentication system 2013-11-23 12:07:12 +01:00
Vincent A
89e1917a86 videoob: support curl for downloading 2013-11-21 14:19:58 +01:00
Florent
ccfc695f0e Revert part of 32ee771ee0 2013-11-21 14:16:25 +01:00
Vincent A
60dc02e30f velib: add longitude,latitude coordinates attributes to sensors 2013-11-21 14:13:47 +01:00
Vincent A
d3c0051813 velib: include the list of cities in the backend description 2013-11-21 14:13:41 +01:00
Simon Murail
790a685b2d Patch de la capability bank: ajout d'un type pour les dépôts d'espèces
Ci-joint le patch.

Cordialement,
Simon

From a31841ccf4467acf8453d80cee8ff948e5daeb96 Mon Sep 17 00:00:00 2001
From: smurail <simon.murail@budget-insight.com>
Date: Thu, 21 Nov 2013 13:37:24 +0100
Subject: [PATCH 1/1] add TYPE_CASH_DEPOSIT to Transaction

Signed-off-by: smurail <simon.murail@budget-insight.com>
2013-11-21 13:56:38 +01:00
Florent
744a600839 Typo 2013-11-21 10:33:44 +01:00
Florent
6a4f338f05 Some black magic to fix pdf parsing 2013-11-21 10:31:03 +01:00
Florent
32ee771ee0 Fix downloading in non-interactive mode 2013-11-21 10:31:03 +01:00
Romain Bignon
e9bce420a0 new certificate on entreprises."secure".lcl.fr 2013-11-19 12:50:24 +01:00
Romain Bignon
cd0f61d078 use raw label to calculate unique_id 2013-11-15 15:46:44 +01:00
Romain Bignon
e98989c0fd new certificate hash 2013-11-15 15:44:36 +01:00
Roger Philibert
965da2562e add module jacquieetmichel 2013-11-15 13:08:22 +01:00
Bezleputh
7d6fea2dff [Arte] fully fill Artevideo in get_video method in order to fix #1312 2013-11-12 21:02:04 +01:00
Florent
8b2ced6dc5 Do not return None objects on get_object
Fix the "bug" of passing urls to videoob with
multiple backends.
2013-11-07 09:15:58 +01:00
Florent
6a34a874bd Update authors 2013-11-04 11:34:22 +01:00
blckshrk
68a443768f Bug fix on the video research method and coverage improvement.
The bug was solved by changing the maximum value of the 'search index'. Actually Youtube doesn't allow to get more than 500 results. That's why we changed the value of YOUTUBE_MAX_START_INDEX from 1000 to 500.
2013-11-04 11:30:53 +01:00
blckshrk
0006b52c19 Coverage improvement on the backend. 2013-11-04 11:29:57 +01:00
blckshrk
ca0db5e400 Bugs fix and improvement of the coverage.
The correction solved the bug on the get_nb_remaining_free_sms() method which does not work correctly.
2013-11-04 11:29:31 +01:00
blckshrk
ad3de2eb3c Bugs fix and improvement of the coverage.
All fixes done are basically CSS selection corrections due to few changing in the HTML structure of pages.
2013-11-04 11:26:46 +01:00
Florent
f13f7bad6c Prevent some cratchs 2013-11-04 11:24:28 +01:00
blckshrk
002f284d31 Implementation of the new API mechanism + tests
With the new Allocine API needs the query to be signed. So I added a new
method to build the query with the signature algorithm.
Also adding some tests to improve coverage.
2013-11-04 11:15:48 +01:00
Vincent A
665871096a github: implement edit/set issue status 2013-11-02 12:52:07 +01:00
Vincent A
f95b76e356 github: edit issue 2013-11-02 12:36:32 +01:00
Vincent A
3f8169a672 github: don't fetch comments when iterating issues 2013-11-02 12:36:32 +01:00
Vincent A
d91dc46a87 github: let backend drive the requests 2013-11-02 12:33:03 +01:00
Vincent A
c696cfa086 github: lighter iter_issues if repo is the only query criterion 2013-11-02 12:30:17 +01:00
Vincent A
68919a77d3 new bugtracker backend: github 2013-11-01 18:56:12 +01:00
Florent
965dcfc60b Do not crash if one value is NotAvailable 2013-10-31 16:47:29 +01:00
Florent
8f732eafb8 Prevent to catch all urls on arretsurimages module 2013-10-30 16:41:11 +01:00
Florent
774c02fccf Catch alls blogs 2013-10-30 16:40:20 +01:00
Vincent A
2e8598450d velib: add a 'city' config option to act as default filter 2013-10-30 15:28:48 +01:00
Vincent A
6ac2dec74b velib: use the JCDecaux REST API to support additional cities 2013-10-30 15:28:48 +01:00
Florent Fourcot
0443855602 browser.encoding is None 2013-10-30 15:14:14 +01:00