Commit graph

5,571 commits

Author SHA1 Message Date
Romain Bignon
41f07101cd fix set of debit date for card transactions 2014-07-03 16:00:30 +02:00
Romain Bignon
d1a1938780 fix sort of transactions
It now sorts transactions on each page instead of doing it globally
2014-07-01 20:38:09 +02:00
Romain Bignon
18c1f46922 ability to override the flush() method 2014-07-01 20:37:58 +02:00
Vincent Paredes
7f03596605 adding support for oney 2014-07-01 19:19:11 +02:00
Vincent Paredes
714a0e7617 matching content with url using is_here 2014-07-01 15:52:51 +02:00
Romain Bignon
0008cf17f1 order transactions by date to prevent LinearDateGuesser to be duped by the f*cking website 2014-07-01 12:10:17 +02:00
Romain Bignon
8d38e60f05 certificate changed 2014-06-30 19:08:11 +02:00
Bezleputh
fc7c478a2e [twitter] do not iterate all tweets in tests 2014-06-27 09:00:07 +02:00
Bezleputh
ce60db2e57 [iformatter] move format_dict methods' content from PrettyFormatter to IFormatter 2014-06-27 09:00:07 +02:00
Bezleputh
feb0e378dc [thumbnail] remove data field in to_dict method to avoid json crash during convertion 2014-06-27 09:00:07 +02:00
Romain Bignon
a9a4fbc1a2 certificate updated (closes #1414) 2014-06-25 10:15:11 +02:00
Laurent Bachelier
9481628252 Add Oleg Plakhotniuk to AUTHORS, minor fixes 2014-06-23 23:52:26 +02:00
Oleg Plakhotniuk
983ef7b925 Paypal transactions history fetching with adaptive steps.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>

closes #1406
2014-06-23 23:46:09 +02:00
Vincent A
51ebf99763 sueurdemetal: fix broken module due to departments containing letters 2014-06-23 16:08:43 +02:00
Bezleputh
aeab3fac71 [json] handle format_collection 2014-06-23 09:29:32 +02:00
Bezleputh
7b5ab26d0f [repl] move format_collection from repl to ifromatter 2014-06-23 09:28:26 +02:00
Romain Bignon
b725101e47 remove unused import 2014-06-23 09:14:18 +02:00
Oleg Plakhotniuk
9a2f0d55aa Retrieve all transactions from the history. Merchant and regular account support. All transactions add up to balance.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>

closes #1406
2014-06-22 22:37:20 +02:00
Oleg Plakhotniuk
8875fad439 Table and Json formatters can write output to a file now.
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>

closes #1412
2014-06-22 19:08:28 +02:00
Laurent Bachelier
36a4b78e67 make_man: Tell that it was generated automatically
So people don't waste time altering them, but alter the source instead.
2014-06-20 17:58:51 +02:00
Laurent Bachelier
b9c6176628 browser2: Allow setting query string params on build_url
The outcome is exactly the same as using requests with the "params"
parameter.
2014-06-20 17:58:51 +02:00
Laurent Bachelier
5dd0e9e0ec Small style fixes 2014-06-20 17:58:51 +02:00
Tanguy Ortolo
c098ac32bc Correct multiple language error
"Information" is always singular in English.
The verb "allows" requires a direct complement ("to allow one to do
something", not "to allow to do something").
2014-06-20 17:39:19 +02:00
Romain Bignon
b57dd8c669 fix compatibility with website changes 2014-06-20 10:14:33 +02:00
Bezleputh
49a665303b [twitter] fix problem of pagination while using list command without configured user.
The process retrieved all tweets from each account.
The command was then unusable.
2014-06-19 18:19:56 +02:00
Bezleputh
079bab9710 [grooveshark] catch exception when id is not an integer 2014-06-19 18:15:36 +02:00
Bezleputh
d1b5ea7d7d [grooveshark] display users playlists only when spli_tpath length is 0 2014-06-19 18:15:36 +02:00
Vincent Texier
4b9d48a391 Fix bug bad characters in titles
The parser returns duble encoded unicode titles we have to convert to utf-8
2014-06-19 18:00:17 +02:00
Bezleputh
d5460c4f8c [twitter] ignore double tweets 2014-06-19 18:00:17 +02:00
Vincent Paredes
095ad4aedf new login image for virtkeyboard 2014-06-19 16:35:18 +02:00
Romain Bignon
f0e66f1ecd fix certificate change 2014-06-19 12:11:22 +02:00
Bezleputh
347740c831 [Radioob] fix bug when a radio id contains a dot 2014-06-19 11:58:45 +02:00
Florent
c751b80bb6 Use fullid parameter and not a local formatting 2014-06-18 16:07:11 +02:00
Florent
8fee458824 Add some warnings 2014-06-18 15:45:18 +02:00
Florent
38a8fd00b7 Introduce parse_fields function 2014-06-18 15:45:11 +02:00
Florent
b105b8df19 Fix definition of DISPLAYED_FIELDS 2014-06-18 15:34:59 +02:00
Florent
7244665495 Set fields in a consistant way with do() 2014-06-18 15:20:46 +02:00
Florent
020124d5ff Remove the '*' special fields in formatter 2014-06-18 15:19:35 +02:00
Oleg Plakhotniuk
196dac615a Get more transactions on paypal
close #1405
2014-06-18 15:02:50 +02:00
Oleg Plakhotniuk
a2bbd19a75 Fix call of test.py
close #1403
2014-06-18 15:00:50 +02:00
Oleg Plakhotniuk
0572b710c3 Fix call of pyflakes on Archlinux
close #1404
2014-06-18 14:58:54 +02:00
Vincent Texier
f9ac001c39 Fix bug in page list
Signed-off-by: Vincent Texier <vit@free.fr>
2014-06-18 14:54:38 +02:00
Florent
30732318b5 Introduce the DISPLAYED_FIELDS in formatter 2014-06-17 15:45:13 +02:00
Florent
b0349f0e8c Try to guess if we need to change the formatter 2014-06-17 15:43:04 +02:00
Bezleputh
b163888988 [twitter] fix bug when twitter lies to us saying there are more results and returns an empty page 2014-06-17 14:57:42 +02:00
Laurent Bachelier
3010ae7a70 pastebin: Convert to browser2, fix some little things
Stop testing public posts, this has been failing for a long time.
Retrieve the date, though it isn't in the capability yet.
Move most of the code in browser.py now that it is cleaner and simpler.

Some more improvements should be coming, but it is already in a much
better state than it was.
2014-06-17 00:48:30 +02:00
Laurent Bachelier
b013828ad0 browser2: Add a filter to change the base element used for selectors 2014-06-17 00:48:30 +02:00
Bezleputh
b75d6dafcf [repl] change formatter when it cannot handle all selected fields 2014-06-16 21:43:35 +02:00
Bezleputh
b8a1df26c1 fix unicode warning 2014-06-16 21:43:34 +02:00
Laurent Bachelier
c20e97d070 pastealacon: Can now use specialized Browser exception 2014-06-16 14:38:56 +02:00