Commit graph

21 commits

Author SHA1 Message Date
Romain Bignon
d91dad2b2b support currencies 2012-12-06 13:21:13 +01:00
Romain Bignon
4a1e4b5afa bump to 0.e 2012-10-28 20:39:49 +01:00
Laurent Bachelier
3a66728392 Fix crashes with unicode characters in maintainer name
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Romain Bignon
82a617c907 check on login failure 2012-10-02 16:50:34 +02:00
sputnick
b5238ada17 fix after Fortuneo web site changes 2012-09-18 11:34:21 +02:00
Romain Bignon
dde19633d3 set CERTHASH const on most bank modules and others 2012-09-01 13:38:08 +02:00
sputnick
aeacbe45a9 clean up 2012-08-22 14:52:16 +02:00
sputnick
8aa3a10d2a patch since fortuneo web site changes 2012-08-22 14:45:15 +02:00
sputnick
a609c372e1 added a *.replace() to fix a bug line 86 2012-05-30 21:14:09 +02:00
Romain Bignon
ca7fd3c7f2 use logger instead of print in modules 2012-05-13 10:44:48 +02:00
Romain Bignon
b615887c0f add icons and fix tests 2012-05-12 15:48:54 +02:00
Romain Bignon
2f8072e89e bump to 0.d 2012-05-04 21:17:46 +02:00
sputnick
83bdd1b412 added missing "replace(",", ".")" in account list 2012-05-04 11:17:00 +02:00
sputnick
ab8528c517 support for fortuneo "current account" 2012-05-01 22:21:12 +02:00
sputnick
443df5360c added missing operation.raw for pages/accounts_list.py 2012-04-22 19:21:02 +02:00
sputnick
507c9d2c80 fixes on fortuneo module
backend.py
    iter_history() implemented
  browser.py
    '.*/prive/default\.jsp.*' page added to AccountsList to prevent warnings
    full url on self.location() using 'https://' + self.DOMAIN_LOGIN + 'stuff'
  pages/accounts_list.py
    added unicode() to prevent warnings
  test.py
    test really implemented after site maintenance
2012-04-22 18:48:25 +02:00
Romain Bignon
f7421899da several fixes 2012-04-21 22:38:48 +02:00
sputnick
cd5f29a0f9 fixes on fortuneo module
browser.py:
        added condition on login page
        test in home removed
    pages/accounts_list.py
        code  refactor
        BrokenPageError is thrown if the <tr> table is void
        cosmetic changes
        added a TODO for FrenchTransaction implementation
        not needed code lines deleted
        list concatenation in a smarter way
    pages/login.py
        BrowserUnavailable() implemented to throw an exception when the site is in maintenance
        smarter list concatenation
    test.py
        working test (was not really implemented)
2012-04-21 22:38:48 +02:00
sputnick
d9c8e9ccdb 'ls' and 'history' boobank commands implemented for the new backend fortuneo 2012-04-21 22:38:48 +02:00
sputnick
f2b343065f login ok, but "AccountNotFound: Account not found" error 2012-04-21 22:38:48 +02:00
sputnick
38f2f57517 added fortuneo module 2012-04-21 22:38:48 +02:00