Laurent Bachelier
3a66728392
Fix crashes with unicode characters in maintainer name
...
Change every mention of MAINTAINER to avoid future issues.
2012-10-24 13:29:30 +02:00
Laurent Bachelier
571db865ab
Simpler acquire_input()
...
Might work with Python 2.5 as a side-effect of not using delete.
2012-10-21 18:02:06 +02:00
Laurent Bachelier
770c0877a0
pastoob: Abort if paste is empty
2012-10-21 17:49:32 +02:00
Laurent Bachelier
7281453e0c
White background should not be forced
...
closes #823
2012-10-18 23:46:06 +02:00
Romain Bignon
47df1413ae
use %r instead of %s to prevent encoding errors
2012-10-16 14:47:03 +02:00
Florent
2676966a71
Update standard formater
2012-09-27 13:14:03 +02:00
Florent
8091d9042a
Add "reason" field to Transfer
2012-09-27 13:14:03 +02:00
Romain Bignon
3ea8494e80
fix certificate check
2012-09-05 15:55:12 +02:00
Romain Bignon
bf3206418b
display a custom bold warning on SSLError
2012-09-01 13:37:18 +02:00
Romain Bignon
56797a7d0c
automagically check certificate fingerprint if CERTHASH class attribute is set
2012-09-01 13:36:30 +02:00
Florent
702b56d594
SSL workaround
2012-09-01 12:56:23 +02:00
Florent
681b83e4b3
Add balance command to leclercmobile
2012-08-29 16:52:05 +02:00
Florent
757167a6eb
Add new command "balance" for boobill
2012-08-29 16:52:05 +02:00
Florent
f6c212ca72
Add a new command for ICapBill
...
Useful for pre-paid subscription
2012-08-29 16:52:05 +02:00
Romain Bignon
a7c024e3bc
strip EUR from amount strings
2012-07-31 16:48:52 +02:00
Romain Bignon
1f9934765d
add the nigger language
2012-07-25 14:36:17 +02:00
Romain Bignon
538578c83f
don't crash when there the input is empty
2012-07-23 17:25:07 +02:00
Romain Bignon
8677d8b183
raise a BrowserIncorrectPassword exception when handling a 401
2012-07-22 21:12:51 +02:00
Florent
d0c7a18d20
Add suggestion of commands in case of if "unknown"
...
Very useful to find the good short alias...
2012-07-20 19:32:50 +02:00
Florent
37c68b7ba6
Search and execute short command alias
2012-07-20 19:31:24 +02:00
Alexandre Franke
cc3ba3a263
QIF spec requires capitalized "type"
...
close #898
2012-07-16 17:58:55 +02:00
Romain Bignon
7ee2d29792
clean_amount is now a class method
2012-07-02 14:00:36 +02:00
Romain Bignon
7cf060a5f6
add a check if the year is on two digits
2012-06-27 16:37:03 +02:00
Romain Bignon
8e550b4196
handle UserError during fillobj
2012-06-16 13:52:03 +02:00
Romain Bignon
1880761517
add command 'events'
2012-06-15 17:30:19 +02:00
Romain Bignon
8645d9a990
nickname selectable ( closes #869 )
2012-06-11 21:27:38 +02:00
Romain Bignon
1cd27395de
check if matched arguments in transactions are not None
2012-05-31 13:40:57 +02:00
Florent
bad531679a
Fix table formatter with 0.6 version
...
I didn't see a way to only align header...
2012-05-21 17:47:34 +02:00
Romain Bignon
f16f1ddb87
fix exception
2012-05-15 09:36:07 +02:00
Arno Renevier
bfe39958bd
allow wetboob to display temperatures either on celsius or on fahrenheit
...
Close #843
2012-05-10 15:13:34 +02:00
Romain Bignon
ba1879d501
use imp instead of __import__
2012-05-07 14:03:21 +02:00
Romain Bignon
aa0084a37d
use module imp instead of __import__
2012-05-07 13:59:27 +02:00
Romain Bignon
fa197cce6e
correctly check new version of module
2012-05-05 16:26:00 +02:00
Romain Bignon
ccdc73e99f
fix selection of product
2012-05-05 16:24:56 +02:00
Romain Bignon
0976b5cd68
use hashlib instead of deprecated md5 module
2012-05-05 11:27:34 +02:00
Romain Bignon
2f8072e89e
bump to 0.d
2012-05-04 21:17:46 +02:00
Romain Bignon
b37c2160b5
when many products are found, ask user to select one
2012-05-04 20:48:33 +02:00
Romain Bignon
f7214e5e62
ability to format dicts
2012-05-04 16:27:49 +02:00
Romain Bignon
c498d41aef
fix printing unicode error
2012-05-04 10:59:18 +02:00
Florent
b5d7dbee7b
Fix infinite loop recursion
2012-04-30 17:09:15 +02:00
Florent
02d5fb4c15
Valid feed for w3c validator
2012-04-30 11:28:44 +02:00
Romain Bignon
6f46c41743
do not fail during fullobj() if the object is not supported by backend
2012-04-28 16:38:55 +02:00
Romain Bignon
bbcf8c7854
remove 'install' command
2012-04-28 15:46:57 +02:00
Romain Bignon
f5625240cc
use get_object() instead of inner functions
2012-04-28 15:26:00 +02:00
Florent
d36618a7b8
Add a atom formatter for boobmsg
...
Example of use case (in a cron) :
boobmsg export_all -n -1 -f atom -b presseurop > /var/www/press.atom
And a cool full atom feeds can be broadcasted to all
rss readers.
2012-04-27 16:35:35 +02:00
Romain Bignon
e5474c26a1
remove '-' from readline delims
2012-04-27 14:31:44 +02:00
capitaldata
5e8ac671da
add list-modules option in the command line interface
...
ex: radioob> backends list-modules
Signed-off-by: capitaldata <capitaldata@capitaldata-desktop2.(none)>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-04-27 14:31:40 +02:00
Florent
1b5c2f680d
s/river/gauges/ (old command to new command)
...
This fix documentation of "help" command
2012-04-27 13:34:39 +02:00
Florent
80c0f88474
Add new qif formatter: use label and rdate if exist
2012-04-27 13:33:52 +02:00
Romain Bignon
057c23f10b
can set a parameter '_debug_dir' to backend
2012-04-26 14:59:10 +02:00