Romain Bignon
|
9fe4faa6bb
|
add missing docstrings to commands
|
2013-07-28 00:23:31 +02:00 |
|
Romain Bignon
|
8d29aa8a6d
|
flatboob: add command help and do not use limit for cities search
|
2013-07-28 00:13:15 +02:00 |
|
Romain Bignon
|
3bbf4c8a26
|
strip newlines from descriptions in search results
|
2013-07-28 00:05:22 +02:00 |
|
Romain Bignon
|
46d9acd37e
|
display a message when more results are available (closes #1038)
|
2013-07-27 23:40:24 +02:00 |
|
Romain Bignon
|
4c4fb24291
|
ls: display collections before objects
|
2013-07-27 23:40:24 +02:00 |
|
Romain Bignon
|
b99d599aa9
|
remove parameter max_results from all capabilities
|
2013-07-27 23:40:24 +02:00 |
|
Laurent Bachelier
|
c108ca3fc5
|
redmine: Fix missing id class on older versions
Some version of redmine do not have td class="id". Luckily, we can
easily get it another way.
|
2013-07-27 21:36:01 +02:00 |
|
Romain Bignon
|
de45700a49
|
automatically create a storage if STORAGE class attribute is not empty
|
2013-07-27 21:35:02 +02:00 |
|
Romain Bignon
|
70641b6e00
|
new application parceloob
|
2013-07-27 21:34:11 +02:00 |
|
Romain Bignon
|
5c95363ac1
|
reworking of the ICapParcel API (new name of ICapPackageTracking)
|
2013-07-27 21:32:05 +02:00 |
|
Romain Bignon
|
bdf4c13f4e
|
remove useless calls to ReplApplication.flush() (closes #812)
|
2013-07-27 19:00:58 +02:00 |
|
Romain Bignon
|
8b803e7c39
|
fix crash when Account.coming or Account.balance are unavailable
|
2013-07-27 18:48:32 +02:00 |
|
Romain Bignon
|
97ade8e4ec
|
add parameter END_DATE to 'history' and 'coming' commands (closes #1150)
It iterates on all transactions until the specified date
|
2013-07-27 18:44:16 +02:00 |
|
Romain Bignon
|
bcc75c37c7
|
add bold on command syntax in help
|
2013-07-27 18:43:13 +02:00 |
|
Romain Bignon
|
ee1728b27f
|
colorize output of boobank
|
2013-07-27 18:10:52 +02:00 |
|
Romain Bignon
|
599775b3fb
|
when termcolor is missing, fake colored() function can add bold
|
2013-07-27 18:10:14 +02:00 |
|
Romain Bignon
|
bbbca2214b
|
output gay colored results of searches
|
2013-07-27 17:33:29 +02:00 |
|
Romain Bignon
|
9d46a62d6c
|
do not output bold at all when stdout is not a tty
|
2013-07-27 17:20:48 +02:00 |
|
Romain Bignon
|
9094294683
|
default behavior is to unlimit results, except for explicit commands (searches or history)
closes #1139
|
2013-07-27 15:56:45 +02:00 |
|
Romain Bignon
|
f1305f0daa
|
invoking 'help' command from shell display only list of commands (no options)
|
2013-07-27 15:56:45 +02:00 |
|
Laurent Bachelier
|
fd5901b00e
|
Use NamedTemporaryFile(delete=False) instead of mkstemp
|
2013-07-27 15:42:23 +02:00 |
|
Laurent Bachelier
|
c193cae3b9
|
No need to support deprecated cgi module
|
2013-07-27 15:19:58 +02:00 |
|
Laurent Bachelier
|
1025f71eb9
|
pyflakes.sh: Ban more stuff
|
2013-07-27 15:17:47 +02:00 |
|
Laurent Bachelier
|
a6ad7e83ff
|
Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
|
2013-07-27 15:16:16 +02:00 |
|
Laurent Bachelier
|
fb1b8bc5b8
|
Remove some from __future__, forbid 2.5 in setup
|
2013-07-27 14:58:19 +02:00 |
|
Romain Bignon
|
c0740e695d
|
remove useless import of with_statement (we do not support anymore python2.5)
refs #806
|
2013-07-27 14:38:18 +02:00 |
|
Romain Bignon
|
234e22a255
|
in interactive mode, 'transfer' commands asks confirmation (refs #1077)
|
2013-07-27 14:29:04 +02:00 |
|
Romain Bignon
|
a98ab89671
|
get_object supports backend's services returning lists
|
2013-07-27 14:28:10 +02:00 |
|
Romain Bignon
|
745b5fbd1b
|
add method to convert currency value to text
|
2013-07-27 14:27:04 +02:00 |
|
Romain Bignon
|
1a09823c1c
|
listing of backends: fix crash if a module cannot be loaded
|
2013-07-27 14:02:38 +02:00 |
|
Romain Bignon
|
cd96fc8d9a
|
remove 'backends' command from help
|
2013-07-27 14:02:35 +02:00 |
|
Romain Bignon
|
fdcc4ec4b9
|
change '_backend' setting to '_module' (closes #789)
|
2013-07-27 13:47:04 +02:00 |
|
Romain Bignon
|
49f08743b3
|
rename command 'getfile' to 'download'
|
2013-07-27 13:34:40 +02:00 |
|
Romain Bignon
|
e11d71872d
|
print filename where subtitle is saved (closes #1279)
|
2013-07-27 13:34:05 +02:00 |
|
Romain Bignon
|
ca992fcafa
|
save subtitles in a better file name (closes #1278)
|
2013-07-27 13:33:34 +02:00 |
|
Romain Bignon
|
6c0e9e34a2
|
add attribute 'ext'
|
2013-07-27 13:32:11 +02:00 |
|
Laurent Bachelier
|
f97f6afa3c
|
ups: Add icon
|
2013-07-27 10:55:08 +02:00 |
|
Laurent Bachelier
|
ab87a7bdb6
|
Remove wrong +x permissions
|
2013-07-27 10:55:06 +02:00 |
|
Laurent Bachelier
|
a933aae3b8
|
chronopost: Add icon
|
2013-07-27 10:55:05 +02:00 |
|
Noé Rubinstein
|
f1d3f03a92
|
cragr: add support for credit cards
|
2013-07-26 22:56:10 +02:00 |
|
Noé Rubinstein
|
4502b9b015
|
capabilities.bank: add Transaction.unique_id
|
2013-07-26 22:56:09 +02:00 |
|
Noé Rubinstein
|
539eceef2e
|
weboob.tools.date: add parse_french_date
|
2013-07-26 22:56:09 +02:00 |
|
Bezleputh
|
a0a2a1654f
|
resize favicon
|
2013-07-26 22:59:27 +02:00 |
|
Bezleputh
|
1df366598b
|
correct bug when there is no society name
|
2013-07-26 22:49:16 +02:00 |
|
Bezleputh
|
3010b662e3
|
add simplified filters
|
2013-07-26 22:33:33 +02:00 |
|
Bezleputh
|
cf497c5ba1
|
popolemploi : add favicon
|
2013-07-26 22:33:33 +02:00 |
|
Romain Bignon
|
f79ae2d566
|
do not consider accounts without balance
|
2013-07-26 15:09:30 +02:00 |
|
sebastien
|
a5e35a4c6e
|
qhandjoob resize large links focus jobSearch area add backend in the job preview
Signed-off-by: sebastien <sebastien@perso>
|
2013-07-26 11:00:38 +02:00 |
|
Florent
|
5fc90ec3b2
|
pyflages / pep8 fix
|
2013-07-25 17:38:52 +02:00 |
|
Florent
|
455a11b887
|
Introduces François D.
|
2013-07-25 17:28:43 +02:00 |
|