Commit graph

1,356 commits

Author SHA1 Message Date
Christophe Benz
07bca34982 change docstr 2010-11-17 20:48:54 +01:00
Christophe Benz
a3d5f08939 unused attribute 2010-11-17 20:48:51 +01:00
Christophe Benz
f2b493b5e5 unused method (the same as in parent class) 2010-11-17 20:48:49 +01:00
Romain Bignon
d1596e0487 ask: if choices are too long, display a list with labels instead of onliner question 2010-11-17 20:44:33 +01:00
Romain Bignon
4f2a01816b choice of sex is m/f instead of 0/1 2010-11-17 20:43:56 +01:00
Romain Bignon
b6821b0567 fixes related to ModuleLoadError 2010-11-17 19:43:25 +01:00
Romain Bignon
6a242eb30f fix getting of url when filling contact 2010-11-17 19:30:51 +01:00
Christophe Benz
cb5502f1d9 display contacts URL in qhavesex 2010-11-17 18:42:50 +01:00
Christophe Benz
3c78b37f95 add url to contacts 2010-11-17 18:42:39 +01:00
Christophe Benz
56df443aa9 add new URL for cragr accounts page 2010-11-17 16:27:01 +01:00
Christophe Benz
bf5741759a enhance inspect, use browser.location then browser.open as fallback 2010-11-17 16:26:52 +01:00
Christophe Benz
f41d5157c1 return original backtrace only if debug level 2010-11-17 15:36:20 +01:00
Christophe Benz
da9bbe67d2 sort cragr regions alphabetically 2010-11-17 15:16:06 +01:00
Christophe Benz
f0c3e6029a introduce ModuleLoadError 2010-11-17 15:05:53 +01:00
Christophe Benz
c900413e64 catch error if no backend name is given, indicate hint 2010-11-17 14:18:10 +01:00
Christophe Benz
692caf9453 add a quiet mode for load_module 2010-11-17 14:17:38 +01:00
Christophe Benz
16fe553f51 fix english error, display exception message 2010-11-17 14:17:03 +01:00
Christophe Benz
25b9a48b59 add spaces to slashes for choices 2010-11-17 12:33:26 +01:00
Christophe Benz
05bf302824 add other credit agricole URLs 2010-11-17 12:17:05 +01:00
Christophe Benz
f8c0de39bd introduce per-region website in cragr backend 2010-11-17 11:00:51 +01:00
Romain Bignon
a166b13be1 fix: correctly get transfer error 2010-11-17 00:48:49 +01:00
Christophe Benz
2ab29ac070 implement tostring for html5lib parser 2010-11-16 15:30:13 +01:00
Christophe Benz
e3cc16a156 check for account ID param 2010-11-16 15:30:12 +01:00
Romain Bignon
76429c5f29 oops 2010-11-16 15:20:44 +01:00
Romain Bignon
3417cf5a1b fix handling 2010-11-16 15:14:45 +01:00
Romain Bignon
fe85423051 handle transfer errors 2010-11-16 15:07:40 +01:00
Romain Bignon
23f6a60521 raise AccountNotFound instead of returning it. 2010-11-16 14:36:39 +01:00
Romain Bignon
bd1eb19250 check if transfer failed 2010-11-16 14:12:21 +01:00
Christophe Benz
afae06efc1 factorize wget user agent 2010-11-16 12:16:14 +01:00
Christophe Benz
0c0d63a9e0 ignore ctags file 2010-11-16 12:16:06 +01:00
Romain Bignon
b2d4dc2525 fix call to warning() 2010-11-16 11:42:43 +01:00
nicolas duhamel
b5e016f9ba finished to use BaseBrowser (closes #422) 2010-11-16 11:05:38 +01:00
Romain Bignon
5b33e4047e print call errors to stderr 2010-11-15 23:21:28 +01:00
Romain Bignon
65b9913fef check if the password rotation has been succeed 2010-11-15 23:21:16 +01:00
Romain Bignon
8932919f1e new option 'baskets' 2010-11-15 22:59:42 +01:00
Romain Bignon
c35497e582 load readline history in main() instead of constructor 2010-11-15 22:02:59 +01:00
Romain Bignon
8e2551fed1 do not crash if the 'info' command can't find the specified backend 2010-11-15 21:08:38 +01:00
Romain Bignon
dd6dbe005e do not quit after display of profile 2010-11-15 21:08:27 +01:00
Romain Bignon
8f61fbd0d7 new command 'query' 2010-11-15 13:22:55 +01:00
Romain Bignon
b4fb1a43fa new optimization QUERIES_QUEUE to enqueue queries in case no charms are available 2010-11-15 13:22:42 +01:00
Romain Bignon
430ef6cb25 new method 'send_query' in ICapContact 2010-11-15 13:21:58 +01:00
Romain Bignon
9aada8824f fix ina when there is no result 2010-11-15 12:24:26 +01:00
Christophe Benz
5825b9f304 do not specify white color (37 value) for bold 2010-11-15 11:59:34 +01:00
Christophe Benz
557cae23e4 english fix :) 2010-11-15 11:45:22 +01:00
Romain Bignon
5a8203c2b6 fix unicode error when a message can't be posted 2010-11-15 11:20:29 +01:00
Romain Bignon
0746942e02 accept backends name with only letters and digits 2010-11-14 22:18:56 +01:00
Romain Bignon
f4e2588842 use backend instance name for logger 2010-11-14 22:12:30 +01:00
Romain Bignon
d42ac3ea0d store 'ROOT' special section in a constant 2010-11-14 21:47:43 +01:00
Romain Bignon
c644aacd29 fix: use ResultsCondition in BackendsCall instead of hack in Weboob (refs #372) 2010-11-14 21:46:48 +01:00
Christophe Benz
5fc8c14b2d fix #372 conditions should not be treated by formatters 2010-11-14 15:04:20 +01:00