Commit graph

68 commits

Author SHA1 Message Date
Romain Bignon
fc4badf88e merge do_caps() and do_backends() into do() (optional keyword params 'backends' and 'caps') 2010-07-17 13:48:32 +02:00
Romain Bignon
d64842a95f missing enumeration 2010-07-15 22:08:25 +02:00
Christophe Benz
0733e35cd5 add --count option to console applications 2010-07-15 01:30:33 +02:00
Christophe Benz
3175883351 implement fillobj() browser method 2010-07-15 01:21:49 +02:00
Romain Bignon
0435cd7411 comments 2010-07-12 23:53:37 +02:00
Christophe Benz
c20ee8f99f forgot rename 2010-07-12 23:36:14 +02:00
Christophe Benz
ddd0e22d6b check there are selected fields 2010-07-12 14:02:34 +02:00
Christophe Benz
c7d9ef413f do not fail if default formatter is unloadable 2010-07-12 03:24:54 +02:00
Christophe Benz
13137111e4 enhance formatters 2010-07-12 03:16:05 +02:00
Christophe Benz
4698a6c391 change vocabulary 2010-07-12 03:16:05 +02:00
Christophe Benz
5c2ab81e16 change vocabulary
s/module/backend
s/backend/configured_backend
s/frontend/application
2010-07-12 03:07:10 +02:00
Christophe Benz
5547e14e11 enhance formatters 2010-07-11 22:00:18 +02:00
Christophe Benz
54e8dac88b fix CallErrors imports 2010-07-10 22:10:05 +02:00
Christophe Benz
e4b789d340 enhance --select, add --no-header option 2010-07-10 03:27:41 +02:00
Christophe Benz
ce27e88049 first implementation of required fields 2010-07-10 03:26:52 +02:00
Christophe Benz
11475c8325 inform user about backend not found 2010-07-10 02:29:21 +02:00
Christophe Benz
eecd1a40ca add webkit dependency 2010-07-07 19:50:52 +02:00
Christophe Benz
41eea192f4 formatters accept no backend name 2010-07-07 17:20:17 +02:00
Christophe Benz
3bf9c2518b global s/frontends/applications/ 2010-07-07 17:20:17 +02:00
Christophe Benz
1955d1be59 move core files to weboob.core 2010-07-07 17:20:16 +02:00
Christophe Benz
5bbe266c8c new HTML formatter using webkit 2010-06-30 20:20:25 +02:00
Romain Bignon
00f1982c18 pyflakes cleanup 2010-06-30 19:08:33 +02:00
Christophe Benz
9a8ffd971d constrain backend search 2010-06-17 17:04:13 +02:00
Christophe Benz
a0f8137fc5 id decoration belongs to formatter 2010-06-17 15:47:05 +02:00
Christophe Benz
cc610a5e12 add join_id 2010-06-17 01:06:32 +02:00
Christophe Benz
d857f05a3b handle ids and providers frontend-side using helper 2010-06-16 22:13:16 +02:00
Christophe Benz
947d50da4e better handle utf-8 2010-06-16 21:48:48 +02:00
Christophe Benz
72270f3596 print encoded string 2010-06-16 21:47:26 +02:00
Romain Bignon
959de0b1bf do not print result if it is None 2010-06-08 23:53:26 +02:00
Christophe Benz
676a95047d enhance formatters, add table formatter 2010-06-02 02:01:33 +02:00
Christophe Benz
e6d842dfc4 add -s "*" option allowing to display all fields without keys 2010-05-21 19:21:06 +02:00
Christophe Benz
2ddc249b2b enhance formatters 2010-05-21 19:19:28 +02:00
Christophe Benz
fad7d2d56c add ability to add application specific options 2010-05-21 19:18:46 +02:00
Christophe Benz
da00520ad7 rewrite ConsoleApplication.ask with standard modules 2010-05-19 11:54:49 +02:00
Christophe Benz
b6f3b39744 fix pyflakes errors 2010-05-19 11:16:06 +02:00
Christophe Benz
0c425a2e9b no more need to print format result 2010-05-15 04:56:59 +02:00
Christophe Benz
57b2243ada implement where condition 2010-05-15 04:55:30 +02:00
Christophe Benz
0c82c3bd4c oops, bad arguments in user message 2010-05-14 19:08:57 +02:00
Christophe Benz
fbc142981b display available backends to user if none was found 2010-05-14 19:02:09 +02:00
Christophe Benz
5098c4c9d2 except CallErrors from ConsoleApplication 2010-05-14 17:33:57 +02:00
Christophe Benz
8316971aba use logging instead of stderr 2010-05-14 17:33:57 +02:00
Christophe Benz
27242e80ba fix imports 2010-05-11 17:07:23 +02:00
Christophe Benz
40d5cc3e0e change Results API 2010-05-11 16:55:55 +02:00
Christophe Benz
eb9118133b fix for not Results-API compliant frontends 2010-05-11 15:07:17 +02:00
Christophe Benz
73ffa6c6f1 Results API 2010-05-05 19:03:38 +02:00
Christophe Benz
85060b4c3b unused imports 2010-04-28 14:54:28 +02:00
Romain Bignon
3b0db70c64 do not call the deprecated attribute Exception.message 2010-04-24 17:07:55 +02:00
Christophe Benz
9fe6bc976f simplify bash completion 2010-04-23 01:12:45 +02:00
Christophe Benz
a311ba455f add bash completion 2010-04-22 17:15:55 +02:00
Christophe Benz
b3a71d513e remove help command, prefer --help 2010-04-22 17:12:55 +02:00