Commit graph

2,774 commits

Author SHA1 Message Date
Romain Bignon
80e9c2638e fix display of results 2013-08-11 10:44:46 +02:00
Laurent Bachelier
bd110e2e90 pastoob: Add help for "infinite" max_age 2013-08-09 00:25:51 +02:00
Laurent Bachelier
2406b26b02 Hide FormFieldConversionWarning too 2013-08-09 00:25:51 +02:00
Romain Bignon
1495017546 truncate label in formatter 'account_list' 2013-08-07 14:13:15 +02:00
Florent
9a0f9d0fc9 Remove condition from core 2013-08-06 19:05:21 +02:00
Florent
29567cffa4 Enable infinite search by default is condition is set 2013-08-06 18:54:49 +02:00
Florent
6b0930ffc5 Move condition from BCall to Repl 2013-08-06 18:45:03 +02:00
Florent
c97f33633a Fix the error message 2013-08-06 18:23:53 +02:00
Florent
78cfe65b2e Add the "grep" operator 2013-08-06 18:12:20 +02:00
Florent
8802d697ba Fix typo 2013-08-06 14:11:52 +02:00
Florent
bd48a75ade Rewrite conditions
Support < and > operators
Simplify some code
2013-08-06 13:46:45 +02:00
Florent
31016c4846 Rewriting of ResultsCondition, first part
Allow to give int, float, and not only strings
Fix AND/OR conditions
Add some comments to unterstand this fucking code
2013-08-05 17:06:16 +02:00
Florent
4dbe7b8c5d Fix OR condition
Return True at the first True result, return False if no condition
match

Closes #1288
2013-08-05 15:56:54 +02:00
Laurent Bachelier
23a71d847b Code style fixes, mostly whitespace 2013-08-04 20:00:19 +02:00
Laurent Bachelier
bfe3ac6bcd Remove comments on deleted code
They were still there because the code was automatically removed.
2013-08-03 22:15:30 +02:00
Romain Bignon
b8a154ac57 add Invstment in __all__ 2013-08-03 22:10:54 +02:00
Laurent Bachelier
21c0c85ddd parceloob: Do not show "None", but an empty string 2013-08-03 22:04:24 +02:00
Florent Fourcot
8030e60a5c Fix copyright 2013-08-03 15:34:56 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Romain Bignon
a50b5b2cce cineoob: little fixes 2013-08-03 13:20:22 +02:00
Romain Bignon
9df4fd37be use repr() to prevent encoding issues 2013-08-03 13:20:22 +02:00
Romain Bignon
ea52051c96 remove unused parameter 'pattern' 2013-08-03 13:20:22 +02:00
Laurent Bachelier
ca04fb80ca Do not crash when repository is invalid
closes #1281
2013-08-03 13:05:14 +02:00
Romain Bignon
eba6f828e3 fix encoding issue 2013-08-03 12:31:22 +02:00
Romain Bignon
82fe5f7df0 several fixes about command helps
- add help on command help
- add bold in do_help instead of get_command_help
- get_commands_doc() returns full help
2013-08-03 12:28:05 +02:00
Laurent Bachelier
e78714b560 Reuse termcolor's environment variable to disable colors 2013-08-03 01:19:05 +02:00
Florent
c470138540 Fix encoding of copyright 2013-08-03 00:07:02 +02:00
Romain Bignon
663278e7b0 colorize 'seeders' and 'leechers' 2013-08-02 13:32:13 +02:00
Florent
33b682d24a Add a timeout to DNS values in cache 2013-08-02 13:09:31 +02:00
Florent
3a5a414e63 Catch empty seeders and leechers 2013-08-02 12:59:12 +02:00
Florent
b058ef785e Add a local DNS cache in browser
Should solve BNP DNS errors
2013-08-02 12:59:12 +02:00
Romain Bignon
8e27838df1 boobank: fix confirmation of transfers 2013-08-02 12:53:27 +02:00
Romain Bignon
e2a67a954a Recipient inherits from Currency 2013-08-02 12:53:27 +02:00
Romain Bignon
6a1ac6d6b6 FrenchTransaction.parse takes a new optional argument 'vdate' 2013-08-01 16:52:16 +02:00
Romain Bignon
c452b2b0aa typo 2013-08-01 14:42:24 +02:00
Romain Bignon
63648a8353 fix formatting if termcolor is not installed
This code was useless anyway
2013-07-30 18:51:49 +02:00
Florent
df2a804de6 s/count parameter/count command/ 2013-07-30 10:57:11 +02:00
Florent
22c963b8ff Improves hint message 2013-07-30 10:47:23 +02:00
Florent
11a5f2eb5b Add attributes to Bill
Closes #1202
2013-07-30 10:42:27 +02:00
Florent
6e20c4256e Add new attributes to Detail
closes #1203
2013-07-30 10:37:04 +02:00
Florent
31800effcf Remove unused import 2013-07-30 10:36:58 +02:00
Florent
4d5b84a2a8 Move Currency from ICapBank to ICapBase 2013-07-30 10:35:25 +02:00
Florent
f940bf42ac Add color to investments 2013-07-30 09:40:06 +02:00
Laurent Bachelier
c47548caa2 CapBank: More help for date fields, introduce vdate 2013-07-29 18:16:28 +02:00
Romain Bignon
8391367346 better error messages 2013-07-28 16:01:25 +02:00
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