Commit graph

3,665 commits

Author SHA1 Message Date
Romain Bignon
057e7642fa introduce Fabien Grumelard 2013-02-07 14:24:43 +01:00
Laurent Bachelier
73d93f2d09 Make the "base" recipe more complete 2013-02-07 14:22:13 +01:00
Laurent Bachelier
32d7b53e63 Start a "base" recipe
This probably needs to have a "pages" templates too.
2013-02-07 14:22:13 +01:00
Laurent Bachelier
1162aa2fd7 Remove gen_comic_reader.sh
Replaced by tools/boilerplate.py
The templates in it are outdated (the test import for example),
hard to maintain, and do not follow PEP8.
Also, boilerplate.py already sets more fields.
2013-02-07 14:22:12 +01:00
Laurent Bachelier
a913072596 Add basic boilerplate script
With the comic templates from tools/gen_comic_reader.sh
2013-02-07 14:22:12 +01:00
Laurent Bachelier
82f3b6103e paypal: Bigger timeout
For CSV export.
2013-02-07 14:22:12 +01:00
Laurent Bachelier
d424fe5da7 paypal: Fix incorrect login detection
And use "webscr" URLs everywhere.
2013-02-07 14:22:12 +01:00
Romain Bignon
b770163d9b fix crash when there is no selected fields (yes, all the time, why nobody has reported it) 2013-02-07 14:21:06 +01:00
Fabien Grumelard
d18c115555 Fix francetelevisions search 2013-02-07 11:59:54 +01:00
Romain Bignon
a263c266af update regexps 2013-02-06 15:01:03 +01:00
Romain Bignon
89e5a20cb1 fix parsing of some card transactions 2013-02-06 13:06:55 +01:00
Laurent Bachelier
49c37a5600 paypal: Try to convert from utf-8, fall back on latin-1 2013-02-05 20:35:21 +01:00
Romain Bignon
126b5be301 ability to set a ENCODING constant to BasePage which overrides the Browser's one 2013-02-05 20:22:44 +01:00
Laurent Bachelier
e5a3a7055d paypal: Fix for French-language website 2013-02-05 18:15:55 +01:00
Laurent Bachelier
0705ce5b02 paypal: Simpler "real" transaction filtering 2013-02-05 16:57:47 +01:00
Laurent Bachelier
8fdc555367 paypal: Check SSL 2013-02-05 16:32:18 +01:00
Laurent Bachelier
235bc87a0a paypal: Fix OMFG warning 2013-02-05 16:32:18 +01:00
Laurent Bachelier
f5c80141ff paypal: History support through CSV download 2013-02-05 16:32:18 +01:00
Laurent Bachelier
d1fcd6c153 Fix repr() on transactions with unicode labels
repr only wants str.
2013-02-05 16:32:18 +01:00
Laurent Bachelier
91f59a9cef Add a CSV parser 2013-02-05 16:32:18 +01:00
Laurent Bachelier
efbc3b9ef6 paypal: Add function to download the CSV history 2013-02-05 16:32:18 +01:00
Laurent Bachelier
f84e200e15 paypal: Support "american" balance style
Sources: http://i.imgur.com/rtcuMDa.jpg http://i.imgur.com/TNcLbPB.jpg
2013-02-05 16:32:18 +01:00
Laurent Bachelier
0cbd3dee6e paypal: Fix balance parsing with a single currency account 2013-02-05 16:32:18 +01:00
Laurent Bachelier
395d7e5e5d paypal: Proper multi-currency support
An account per currency.
And fix xpath (missing ".").
2013-02-05 16:32:18 +01:00
Laurent Bachelier
6e7599d4e3 paypal: Start support for multiple currencies
For now, ignore everything that is not the primary, and do not use the
converted total.

This is based on http://i.imgur.com/TNcLbPB.jpg
as I have 0 in all currencies for now.
2013-02-05 16:32:18 +01:00
Laurent Bachelier
0e505c0b1d Add basic PayPal module
Limitations for now:
* Only French-style (UUU,CC and not UUU.CC) balances; the choice is not left up to the user so
  it's hard to test
* No history (should be easy to add)
2013-02-05 16:32:17 +01:00
Laurent Bachelier
81e3da8bb0 More robust currency guessing
This allows to parse PayPal balances which includes both symbol and letters, for
instance "$ 42,00 USD".
Also, it does not require adding any new symbols to the regular
expression.
It might break modules, though numerous cases were tested.
2013-02-05 16:32:17 +01:00
Romain Bignon
c76cd0c1c5 detect when website is unavailable 2013-02-05 14:34:49 +01:00
Romain Bignon
34aff683eb fix deferred debit cards parsing 2013-02-05 11:23:42 +01:00
Florent
903b5a6c06 s/entry.link/url/g 2013-02-04 18:41:06 +01:00
Romain Bignon
1a971eae6b do not crash on stockfunds pages 2013-02-04 17:56:58 +01:00
Florent
f9f0bc26b0 Get real ID directly with url2id 2013-02-04 16:35:22 +01:00
Florent
72c230e81d Small coding style issue 2013-02-04 16:35:10 +01:00
Romain Bignon
f61b71fb99 do not crash when an account is unavailable 2013-02-04 14:01:51 +01:00
Romain Bignon
32db47cf37 fix login on societegenerale 2013-02-04 13:46:42 +01:00
Florent
c0fc9c7dd6 Add multi-account support for bills 2013-02-03 11:23:08 +01:00
Florent
124e72aeb8 Display validity date 2013-02-01 10:49:17 +01:00
Florent
87f8b74ab1 Fix crash when no data available 2013-02-01 10:41:27 +01:00
Florent
7fa67bfc04 New certificat 2013-01-30 22:38:32 +01:00
Romain Bignon
b7b7d31771 remove unused imports 2013-01-30 11:36:47 +01:00
Romain Bignon
8550c17cf7 do not cry if an object in not support to be filled by a backend 2013-01-30 11:34:28 +01:00
Florent
9d693bd982 Create an id for calls 2013-01-28 15:45:44 +01:00
Florent
2ddf8f66b9 Take the operation id of the bank 2013-01-26 13:55:29 +01:00
Laurent Bachelier
41c25f4611 pastoob: Support "no expiration" 2013-01-25 17:52:09 +01:00
Laurent Bachelier
cf5b6a95f5 Add command-line parameters to pastoob
And better defaults.
closes #920
2013-01-25 17:52:09 +01:00
Florent
bf3132e8c0 bump to 0.f 2013-01-25 17:23:49 +01:00
Florent
3209289cfe Weboob 0.e released 2013-01-25 17:22:54 +01:00
Laurent Bachelier
d9ceecdf8a Add --insecure to the proper place (no group) 2013-01-25 15:48:55 +01:00
Laurent Bachelier
e407fd1dfa Add mplayer2 support 2013-01-25 13:46:55 +01:00
Florent
7430246c24 Get renew date on mutli accounts 2013-01-25 12:00:08 +01:00