Florent
|
9b022b2ebe
|
bump to 0.h
|
2013-08-03 14:31:13 +02:00 |
|
Romain Bignon
|
d97d31063b
|
add icons
|
2013-08-03 14:10:57 +02:00 |
|
Laurent Bachelier
|
bbd3eb104b
|
citelis: Add test
|
2013-08-03 13:29:02 +02:00 |
|
Romain Bignon
|
a2c5566e96
|
correctly parse input of get_video
|
2013-08-02 14:12:46 +02:00 |
|
Florent
|
54b66983e6
|
Fix tests if value is 0
|
2013-08-02 13:46:53 +02:00 |
|
Laurent Bachelier
|
dec819fb8c
|
arte: Prevent module from catching all URLs
The split_id function would make the id2url self.DOMAIN check not work.
|
2013-08-02 13:25:40 +02:00 |
|
Romain Bignon
|
f9dc0d7cbd
|
fix crash
|
2013-08-02 12:38:35 +02:00 |
|
Romain Bignon
|
04df80d22b
|
cragr: fix parsing cards
|
2013-08-01 18:08:13 +02:00 |
|
Laurent Bachelier
|
ba40529b3b
|
citelis: Fix warning
|
2013-08-01 16:55:24 +02:00 |
|
Romain Bignon
|
eb55f72d22
|
bnpent: support pagination
|
2013-08-01 16:53:03 +02:00 |
|
Romain Bignon
|
c3f87ad78f
|
banquepop: store vdate
|
2013-08-01 16:52:47 +02:00 |
|
Romain Bignon
|
26ebea7875
|
bpent: support coming transactions
|
2013-07-30 18:52:40 +02:00 |
|
Laurent Bachelier
|
5cbebe0117
|
Use new vdate in modules instead of _val
|
2013-07-30 10:58:22 +02:00 |
|
Laurent Bachelier
|
834c30b1e8
|
citelis: Support transaction history
|
2013-07-30 10:58:22 +02:00 |
|
Laurent Bachelier
|
269de1d283
|
citelis: Get account "balance"
|
2013-07-30 10:58:22 +02:00 |
|
Laurent Bachelier
|
27b3101d6a
|
citelis: Login
|
2013-07-30 10:58:22 +02:00 |
|
Florent
|
4d5b84a2a8
|
Move Currency from ICapBank to ICapBase
|
2013-07-30 10:35:25 +02:00 |
|
Nicolas Duhamel
|
9d6c27c3ea
|
Fix SMS sending
close #1206
|
2013-07-29 18:13:38 +02:00 |
|
Florent
|
b0060b6a08
|
Better check for daily links
|
2013-07-29 12:23:43 +02:00 |
|
Florent
|
cd42bff740
|
Fix parsing of details (site changed)
|
2013-07-29 12:07:35 +02:00 |
|
Romain Bignon
|
1282a32cb1
|
cragr: do not fallback on mobile website when homepage isn't the accounts list
|
2013-07-28 22:56:55 +02:00 |
|
Romain Bignon
|
ca1417d5c7
|
sgpe: skip empty lines
|
2013-07-28 22:54:30 +02:00 |
|
Romain Bignon
|
482a7c3c6c
|
sgpe: fix crash when there isn't any card
|
2013-07-28 21:30:33 +02:00 |
|
Romain Bignon
|
0ab9da2fc6
|
sgpe: support credit cards
|
2013-07-28 20:45:12 +02:00 |
|
Romain Bignon
|
71443efb54
|
creditcooppro: support coming transactions (in addition to card transactions)
|
2013-07-28 19:26:11 +02:00 |
|
Romain Bignon
|
efa39af957
|
sort entries by value date (taken for Transaction.date)
|
2013-07-28 18:55:51 +02:00 |
|
Romain Bignon
|
8ec567572d
|
bnppro: correctly detect coming transactions
|
2013-07-28 17:42:04 +02:00 |
|
Romain Bignon
|
cf71465100
|
don't need to logout if the browser hasn't been used
|
2013-07-28 17:37:23 +02:00 |
|
Romain Bignon
|
b0498473fb
|
bnppe: do not crash with securities accounts
|
2013-07-28 16:01:41 +02:00 |
|
Romain Bignon
|
dcda842322
|
creditcooperatifpro: encode credentials
|
2013-07-28 16:00:22 +02:00 |
|
Romain Bignon
|
2f7e1305c4
|
sgpe: request to 'select' the right number of columns
|
2013-07-28 16:00:07 +02:00 |
|
Romain Bignon
|
ba3704993a
|
sgpe: fix crash on history
CapBaseObject.id is always a string.
|
2013-07-28 15:37:42 +02:00 |
|
Romain Bignon
|
adba87ddcb
|
sgpe: fix login (bad indent)
|
2013-07-28 15:31:00 +02:00 |
|
Romain Bignon
|
37c963b54b
|
fix credentials encoding
|
2013-07-28 11:04:48 +02:00 |
|
Romain Bignon
|
b99d599aa9
|
remove parameter max_results from all capabilities
|
2013-07-27 23:40:24 +02:00 |
|
Laurent Bachelier
|
c108ca3fc5
|
redmine: Fix missing id class on older versions
Some version of redmine do not have td class="id". Luckily, we can
easily get it another way.
|
2013-07-27 21:36:01 +02:00 |
|
Romain Bignon
|
5c95363ac1
|
reworking of the ICapParcel API (new name of ICapPackageTracking)
|
2013-07-27 21:32:05 +02:00 |
|
Laurent Bachelier
|
c193cae3b9
|
No need to support deprecated cgi module
|
2013-07-27 15:19:58 +02:00 |
|
Laurent Bachelier
|
a6ad7e83ff
|
Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
|
2013-07-27 15:16:16 +02:00 |
|
Romain Bignon
|
c0740e695d
|
remove useless import of with_statement (we do not support anymore python2.5)
refs #806
|
2013-07-27 14:38:18 +02:00 |
|
Romain Bignon
|
6c0e9e34a2
|
add attribute 'ext'
|
2013-07-27 13:32:11 +02:00 |
|
Laurent Bachelier
|
f97f6afa3c
|
ups: Add icon
|
2013-07-27 10:55:08 +02:00 |
|
Laurent Bachelier
|
ab87a7bdb6
|
Remove wrong +x permissions
|
2013-07-27 10:55:06 +02:00 |
|
Laurent Bachelier
|
a933aae3b8
|
chronopost: Add icon
|
2013-07-27 10:55:05 +02:00 |
|
Noé Rubinstein
|
f1d3f03a92
|
cragr: add support for credit cards
|
2013-07-26 22:56:10 +02:00 |
|
Bezleputh
|
a0a2a1654f
|
resize favicon
|
2013-07-26 22:59:27 +02:00 |
|
Bezleputh
|
1df366598b
|
correct bug when there is no society name
|
2013-07-26 22:49:16 +02:00 |
|
Bezleputh
|
3010b662e3
|
add simplified filters
|
2013-07-26 22:33:33 +02:00 |
|
Bezleputh
|
cf497c5ba1
|
popolemploi : add favicon
|
2013-07-26 22:33:33 +02:00 |
|
Romain Bignon
|
f79ae2d566
|
do not consider accounts without balance
|
2013-07-26 15:09:30 +02:00 |
|