Commit graph

1,011 commits

Author SHA1 Message Date
Christophe Benz
f46eab4b67 set nsfw true by default 2010-09-27 18:53:44 +02:00
Christophe Benz
1fd34fe715 avoid python side effect 2010-09-27 14:57:26 +02:00
Christophe Benz
c2af558743 handle case if no backend name is specified 2010-09-27 14:57:26 +02:00
Christophe Benz
b896f5f75c use jquery chaining 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
Christophe Benz
d384a10810 reset queue before return 2010-09-27 14:57:26 +02:00
Romain Bignon
706c59a9a2 youtube backend doesn't load anymore if python-gdata is missing 2010-09-27 13:19:09 +02:00
Romain Bignon
4f73e8535e catch every CallErrors errors in repl applications 2010-09-27 13:17:08 +02:00
Romain Bignon
95c445223c change output of 'backends list' command 2010-09-27 00:18:04 +02:00
Romain Bignon
7efc743694 store listed accounts and completion on 'coming', 'history' and 'transfer' commands 2010-09-27 00:05:33 +02:00
Romain Bignon
5c53bb52b5 completion on IDs for 'info' and 'play' (closes #396) 2010-09-27 00:04:23 +02:00
Romain Bignon
cca5e98888 set the FIELDS attribute to Thread and Message classes 2010-09-26 23:37:03 +02:00
Romain Bignon
c8bb18ea4b FIELDS isn't a field 2010-09-26 23:36:52 +02:00
Romain Bignon
56cc59cf5e fix fetching information of a video 2010-09-26 21:35:11 +02:00
Laurent Bachelier
79ab361d54 Fix startup error 2010-09-26 20:19:30 +02:00
Romain Bignon
f4f9ef25f4 fixes when no backends are loaded 2010-09-25 02:16:07 -04:00
Romain Bignon
11e7d2e3c1 get profile only for new messages 2010-09-25 08:06:00 +02:00
Romain Bignon
9d1b50ebe7 add profile information in mail signatures (fix regression) 2010-09-25 01:55:29 -04:00
Romain Bignon
71f18ce7f6 bump version of every applications to 0.2 2010-09-25 07:39:40 +02:00
Romain Bignon
ec45f3c2f0 fix monboob do_ methods 2010-09-25 07:30:46 +02:00
Romain Bignon
4d5a5003a7 load backends before calling main() 2010-09-25 01:28:34 -04:00
Romain Bignon
1e6de0f12e add commands 'backends add' and 'backends remove' 2010-09-25 01:17:06 -04: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
27be2bdb25 use bold in prompt 2010-09-24 15:00:31 -04:00
Romain Bignon
73304380c3 add command 'play' (and now videoob is stateful) 2010-09-24 14:59:48 -04:00
Romain Bignon
96a9bb4b8f completion of command 'formatter' 2010-09-24 14:19:46 -04:00
Romain Bignon
0eba4302a5 override complete() to change the behaviour of Cmd completion 2010-09-24 13:56:24 -04:00
Romain Bignon
d0730472d8 oops fix bad function name 2010-09-24 13:45:50 -04:00
Romain Bignon
86acc67ccc remove PromptApplication (replaced by ReplApplication) 2010-09-24 13:04:15 -04:00
Romain Bignon
37a53b783a port every console applications to ReplApplication 2010-09-24 12:58:27 -04:00
Nicolas Duhamel
81706f23ad Add a transfer capability and implante it in bp and boobank
Make a transfer in boobank like that:

>transfer fromaccountid toaccoundid amount

Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-24 18:05:32 +02:00
Christophe Benz
06cbda9d4d implement formatter options 2010-09-24 18:03:50 +02:00
Christophe Benz
29de886fe6 add nsfw command 2010-09-24 18:03:48 +02:00
Christophe Benz
4f4897e0f2 add formatter command 2010-09-23 19:48:52 -04:00
nicolas
af8842bb0b Committer: nicolas <nicolas@NicolasDesktop.(none)>
New backend, bp, La Banque Postale
Implante
 - get_accounts_list
 - get_history

	new file:   weboob/backends/bp/__init__.py
	new file:   weboob/backends/bp/backend.py
	new file:   weboob/backends/bp/browser.py

Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-23 17:17:58 -04:00
Christophe Benz
13a1f2a8a5 enhance select command, add condition command 2010-09-23 13:24:59 -04:00
Romain Bignon
65bcd201e0 fixes on console applications 2010-09-23 17:05:32 +02:00
Romain Bignon
6bbc6f599e fix things related to help output, completion and intro 2010-09-21 19:49:04 -04:00
Romain Bignon
17544397dd fix callback 2010-09-21 13:10:55 -04:00
Christophe Benz
9e2345eeb9 implement select command 2010-09-21 13:10:52 -04:00
Christophe Benz
ab4a427586 new ReplApplication base class 2010-09-21 13:10:48 -04:00
Romain Bignon
0dc4485076 fix script 2010-09-17 19:09:46 -04:00
Romain Bignon
54f9220555 fix output when no backends is configured 2010-09-17 19:08:04 -04:00
Romain Bignon
d1f805145d fix parsing of comments when templeet sucks, and display comments URL in signatures 2010-09-09 16:00:08 +02:00
Romain Bignon
5a33463fb9 missing import 2010-09-01 14:05:11 +02:00
Romain Bignon
5fc4ead2ac split tests and ignore when the website is not available 2010-09-01 13:39:50 +02:00
Romain Bignon
c63fcc8c7d check when the account is blocked 2010-09-01 13:38:33 +02:00
Romain Bignon
738ddc9c60 fix parsing duration when >1h 2010-09-01 12:08:43 +02:00
Romain Bignon
0b3b020798 iter_unread_messages() doesn't raise any exception when website is unavailable 2010-08-31 18:09:11 +02:00