Commit graph

2,828 commits

Author SHA1 Message Date
Romain Bignon
9ef76bb8a7 fix unused imports/variables 2012-04-09 11:24:15 +02:00
Romain Bignon
7559a4c93d strip all kind of spaces, check decimal values signs 2012-04-09 11:23:13 +02:00
Romain Bignon
87a58baa50 correctly check debug level to print exception when a module can't be loaded 2012-04-09 11:22:55 +02:00
Romain Bignon
10dc63e4fa support display of history and coming transactions 2012-04-09 11:21:28 +02:00
Romain Bignon
dd15bcde74 do not stop timer because of an exception 2012-04-09 10:12:58 +02:00
Romain Bignon
76180bdda0 add backtraces in CallErrors message 2012-04-09 10:12:28 +02:00
Romain Bignon
4006506292 add keywords and enhance fetching of board messages 2012-04-09 10:11:31 +02:00
Romain Bignon
16be6df4d0 fix loading hds module 2012-04-09 10:10:55 +02:00
Romain Bignon
101eabf17a fix format of dicts 2012-04-07 23:15:06 +02:00
Romain Bignon
189896de02 fix parsing video IDs 2012-04-06 16:08:02 +02:00
Romain Bignon
c437c99ead add missing parameter 2012-04-06 13:57:01 +02:00
Noé Rubinstein
99641aee5c mangafox: fix domain name change 2012-04-06 12:24:12 +02:00
Florent
bffe58eb9d Use transaction parsing tools for livret A account 2012-04-04 13:39:47 +02:00
Florent
bdaebf89bc Use transactions parsing tools for Compte Courant 2012-04-04 13:12:10 +02:00
Romain Bignon
9e6fb48dee fix transfer formatter 2012-04-04 09:14:35 +02:00
lucien
657e2213ac common language interface and wordreference backend
Conflicts:

	modules/wordreference/pages.py
	weboob/applications/translaboob/translaboob.py
2012-04-03 22:52:40 +02:00
lucien
9efbeff8a4 changed the googletranslate favicon in order to specify the translation service 2012-04-03 22:41:26 +02:00
Romain Bignon
f2157c4cfb fix some conversion warnings 2012-04-03 22:40:49 +02:00
Romain Bignon
fc849995f4 rewrite of the formatters system 2012-04-03 22:40:38 +02:00
Romain Bignon
efb18d9dce add a method copy() 2012-04-03 22:40:02 +02:00
Florent
89701bbcf5 Remove unused file 2012-04-02 16:40:33 +02:00
lucien
3f5bd779ac translaboob icon and googletranslate favicon 2012-04-01 22:39:27 +02:00
Romain Bignon
9163113291 add a test script 2012-04-01 19:43:00 +02:00
Roger Philibert
3db704a28c [boobmsg] Reject empty messages by default 2012-04-01 19:39:57 +02:00
Romain Bignon
4c8170449f update AUTHORS 2012-04-01 19:35:29 +02:00
Romain Bignon
a8166a4719 several fixes in the new ICapTranslate capability, module and application 2012-04-01 19:32:05 +02:00
Roger Philibert
4b05f77329 [app/console] use EDITOR env variable to edit input 2012-04-01 19:28:11 +02:00
lucien
7c573b47a6 * translaboob is a weboob application for automatic translation
* new capability is defined, ICapTranslate
* googletranslate is a backend for the translaboob application
2012-04-01 18:46:13 +02:00
Romain Bignon
2c42416a4f add guides 2012-04-01 17:41:39 +02:00
Romain Bignon
7082571acf update code documentation 2012-04-01 17:41:20 +02:00
Romain Bignon
4c47e42dee convert values to unicode 2012-04-01 15:56:43 +02:00
Romain Bignon
4ff134db63 remove unused import 2012-04-01 15:56:38 +02:00
Gabriel Kerneis
38da7e2565 boursorama and bp: convert labels to unicode 2012-04-01 15:55:25 +02:00
Gabriel Kerneis
30a0f916bf boursorama: ignore spurious accounts
account.id must be a string.
2012-04-01 15:55:21 +02:00
Gabriel Kerneis
ee59891f62 boursorama: parse categories and date 2012-04-01 14:30:13 +02:00
Romain Bignon
4f0e1bc456 remove unused import 2012-04-01 11:28:30 +02:00
Romain Bignon
91c0dd5c82 remove double spaces from hsbc raw labels 2012-04-01 11:27:51 +02:00
Gabriel Kerneis
d9a367fab8 bnporc: parse categories 2012-04-01 11:23:35 +02:00
Gabriel Kerneis
0f6393e642 bank: add a 'category' group in patterns 2012-04-01 11:23:35 +02:00
Gabriel Kerneis
87399a2efa bnporc: more precise matching for transferts 2012-04-01 10:41:08 +02:00
Romain Bignon
fe5fa70094 check keywords on the dlfp board 2012-03-31 10:44:00 +02:00
Romain Bignon
27b742328c add an IRC bot 2012-03-30 17:39:37 +02:00
Roger Philibert
cd49be70b8 [okc] Add an empty page for /home 2012-03-29 23:58:21 +02:00
Roger Philibert
f8d7840f1b [okc] Use unicode type instead of str 2012-03-29 23:58:21 +02:00
Roger Philibert
528db5235c [okc] Date parsing improvements 2012-03-29 23:58:21 +02:00
Roger Philibert
39625632a1 [okc] Reply sending 2012-03-29 23:58:21 +02:00
Roger Philibert
b0f1035ae8 [boobmsg] Use url suffix to save photos with their extension 2012-03-29 23:16:47 +02:00
Romain Bignon
c79b8622e8 save IDs as integers in storage 2012-03-29 21:04:29 +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