Commit graph

22 commits

Author SHA1 Message Date
Romain Bignon
2a97ab0074 add a regexp on password field 2012-04-25 13:46:12 +02:00
Romain Bignon
1e7e17cf4a fix when history is empty 2012-04-21 13:29:02 +02:00
Romain Bignon
0be25e5c29 always go on the history page 2012-04-18 11:16:54 +02:00
Pierre Mazière
681f6c0bec LCL: strip balance string
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-04-18 00:55:47 +02:00
Romain Bignon
e8e9302731 fix parsing account label 2012-04-13 14:59:56 +02:00
Romain Bignon
b157e92d5b use decimal.Decimal instead of float to store amounts of money 2012-03-29 16:31:18 +02:00
Pierre Mazière
32b87b47f5 LCL: site specific fix
Reported-by: Ch. Perret <ch.perret@gmail.com>
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
Tested-by:  Ch. Perret <ch.perret@gmail.com>
2012-03-29 16:03:50 +02:00
Pierre Mazière
9a43dce034 LCL: site specific fix
Reported-by: Ch. Perret <ch.perret@gmail.com>
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-03-28 15:02:07 +02:00
Pierre Mazière
b440918eca LCL,BNPorc: fix str to unicode conversion warnings
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-03-28 14:25:54 +02:00
Pierre Mazière
bb6c65bb69 LCL: python 2.5 compatibility
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-03-28 14:25:53 +02:00
Luc Didry
49ad32163d Fix an error of "invalid literal for float()" if the balance is negative
Signed-off-by: Luc Didry <luc@didry.org>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-03-24 08:04:05 +01:00
Romain Bignon
8f282c9ae8 rename iter_operations to iter_coming 2012-03-23 17:07:34 +01:00
Romain Bignon
4422a25421 fix getting accounts 2012-03-15 15:50:47 +01:00
Romain Bignon
8e391d0b88 bump to 0.c 2012-03-14 22:09:24 +01:00
Laurent Bachelier
006e97a8be PEP8 style fixes and other small style fixes
I used autopep8 on some files and did carefully check the changes.
I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
least E501 on any autopep8 run.

Other style fixes not related to PEP8:
* Only use new-style classes. I don't think the usage of old-style
  classes was voluntary. Old-style classes are removed in Python 3.
* Convert an if/else to a one-liner in mediawiki, change docstring style
  change to a comment something that wasn't really appropriate for a
  docstring.
* Unneeded first if condition in meteofrance
2012-03-14 04:51:46 +01:00
Romain Bignon
35688f58c9 Account.link_id becomes a private attribute 2012-03-10 09:03:26 +01:00
Romain Bignon
be14595308 apply changes to ICapBank API 2012-02-26 18:30:40 +01:00
Laurent Bachelier
0fa7060b68 Better descriptions for modules 2012-02-11 00:46:48 +01:00
Romain Bignon
4be4b40509 bump to 0.b 2012-02-05 19:35:30 +01:00
Pierre Mazière
8566c3442d LCL: list 45 days history by default
Signed-off-by: Gilles Quenot <gilles.quenot@gmail.com>
Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-01-25 00:25:13 +01:00
Pierre Mazière
8a70c77b80 LCL: update to fit web site changes
Update login process
Secure login by adding a random value in the URL as in
the original web site
Deal with both Pro and Particulier versions

Signed-off-by: Pierre Mazière <pierre.maziere@gmail.com>
2012-01-24 23:51:58 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00