Commit graph

57 commits

Author SHA1 Message Date
Romain Bignon
8e391d0b88 bump to 0.c 2012-03-14 22:09:24 +01:00
Romain Bignon
5744a5b7a1 fix 'weboob-config list' filtered by capabilities (closes #786) 2012-02-07 19:11:51 +01:00
Romain Bignon
4be4b40509 bump to 0.b 2012-02-05 19:35:30 +01:00
Romain Bignon
b3c797978a automatically install missing modules referenced in ~/.weboob/backends 2012-01-19 10:48:26 +01:00
Romain Bignon
9d87c8bc37 "weboob-config update" installs missing modules referenced in ~/.weboob/backends 2012-01-17 17:59:03 +01:00
Romain Bignon
14a7a1d362 support repositories to manage backends (closes #747) 2012-01-17 17:00:05 +01:00
Romain Bignon
eb3f681136 bump to 0.a 2011-10-10 11:38:02 +02:00
Romain Bignon
e731f42cb9 new method ConsoleApplication.acquire_input() to read stdin friendly 2011-07-11 22:18:25 +02:00
Romain Bignon
53e22d9f4b bump to 0.9 2011-05-08 18:31:44 +02:00
Michael Scherer
98e3da921b add enable and disable command to weboob-config
Signed-off-by: Michael Scherer <misc@zarb.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-05-08 16:40:04 +02:00
Romain Bignon
c587ce65b0 weboob-config can't be run in interactive mode anymore 2011-05-08 14:38:54 +02:00
Laurent Bachelier
8075d538f0 Better messages and return codes in applications
Use stderr and return codes >0 when it makes sense.
Loose return code conventions:
* 1 for generic errors
* 2 for user input errors
* 3 for remote errors (not found, etc.)
* 4 for not implemented
2011-05-04 00:44:43 +02:00
Romain Bignon
7e2bb91b3b change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
Romain Bignon
31a0a0a8be bump to 0.8 2011-04-04 10:30:09 +02:00
Romain Bignon
3cb6ca033f bump to 0.7 2011-03-01 13:57:23 +01:00
Romain Bignon
51246a77c0 fix pyflakes 2011-03-01 13:19:04 +01:00
Romain Bignon
7677ce4016 "weboob-config edit" prompts user to edit one backend, instead of opening ~/.weboob/backends with $EDITOR. 2011-02-28 10:50:14 +01:00
Romain Bignon
81f9980623 update copyrights 2011-01-14 23:03:52 +01:00
Romain Bignon
2ebb9a844d bump to 0.6 2011-01-08 12:30:28 +01:00
Christophe Benz
e9ede31053 fix parse_args conflict 2010-12-13 16:18:23 +01:00
Christophe Benz
5bdd1540fe s/parseargs/parse_args 2010-12-13 15:42:20 +01:00
Romain Bignon
78bfa70f23 set a description for every application 2010-12-09 12:03:38 +01:00
Romain Bignon
a83a81dde8 bump to 0.5 2010-12-01 19:55:59 +01:00
Christophe Benz
ea33ef4cc6 english fix 2010-11-22 01:07:27 +01:00
Romain Bignon
b6821b0567 fixes related to ModuleLoadError 2010-11-17 19:43:25 +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
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
01acc2c7d4 new command 'weboob-config confirm' 2010-11-11 13:22:43 +01:00
Romain Bignon
bea732d534 bump to version 0.4 2010-11-01 23:21:37 +01:00
Romain Bignon
833c25f8d9 new command 'register' (refs #294) 2010-10-30 10:55:24 +02:00
Romain Bignon
8777e6c1d3 weboob-config now supports new Value* classes instead of BackendConfig ones 2010-10-26 21:02:42 +02:00
Romain Bignon
f51bd5b7d4 fix 'list' and 'backends' commands 2010-10-15 18:02:15 +02:00
Romain Bignon
c959feacac bump version of backends and applications to 0.3 2010-10-11 10:31:44 +02:00
Christophe Benz
29ca1a7a11 fix split bug, forget flush 2010-09-27 18:54:30 +02:00
Christophe Benz
3c8adf391c fix indentation 2010-09-27 18:54:16 +02:00
Christophe Benz
c2af558743 handle case if no backend name is specified 2010-09-27 14:57:26 +02:00
Christophe Benz
57f1bd3cdf Cmd commands must have one argument 2010-09-27 14:57:26 +02:00
Romain Bignon
71f18ce7f6 bump version of every applications to 0.2 2010-09-25 07:39:40 +02:00
Romain Bignon
04037e7893 repl: interactive add of backends when no one is loaded at startup 2010-09-25 00:57:54 -04:00
Romain Bignon
aee0e49cc8 -b is handled by BaseApplication 2010-09-24 21:56:49 -04:00
Romain Bignon
d0730472d8 oops fix bad function name 2010-09-24 13:45:50 -04:00
Romain Bignon
37a53b783a port every console applications to ReplApplication 2010-09-24 12:58:27 -04:00
Romain Bignon
60077e8f0a fix list of backends 2010-08-31 18:08:47 +02:00
Romain Bignon
9f5c9aeebc renamed BackendsLoader to ModulesLoader 2010-08-24 11:03:39 +02:00
Romain Bignon
404d7290ba a lot of pyflakes and pylint fixes 2010-08-13 22:23:10 +02:00
Romain Bignon
1fd52b7ba8 enhancement of backends configuration 2010-08-13 12:00:24 +02:00
Christophe Benz
4ee379f33c print utf-8 strings 2010-08-02 17:04:33 +02:00
Romain Bignon
8c9bf2a38d reorganization order of commands and rename 'configured' to 'listconfigured' 2010-08-02 14:35:21 +02:00
Romain Bignon
e5a27692b5 fix bad backend name (closes #342) 2010-08-01 20:14:29 +02:00