Commit graph

3,512 commits

Author SHA1 Message Date
Laurent Bachelier
ae06ae3384 Add missing "whatis entry" to man pages
This is recommended by Debian.
closes #618
2013-02-13 00:38:33 +01:00
Laurent Bachelier
690747dbf2 Not useful anymore 2013-02-13 00:08:23 +01:00
Laurent Bachelier
8898f7facd paypal: Oops, really fix empty row issue 2013-02-12 22:07:54 +01:00
Romain Bignon
fae00c0131 Revert "[creditmut] transfer now accepts long and short IDs"
This reverts commit 3cbf1d13a6.
2013-02-12 20:22:03 +01:00
Laurent Bachelier
3d67c09311 paypal: Support transaction types 2013-02-12 18:56:33 +01:00
Laurent Bachelier
ca4c97b42f paypal: Handle multiple pages 2013-02-12 18:29:01 +01:00
Laurent Bachelier
4ed53b5de9 paypal: Ignore "empty" rows 2013-02-12 16:54:09 +01:00
Romain Bignon
8b3d4128da fix extraction of video url 2013-02-11 22:04:04 +01:00
Laurent Bachelier
3199c0dd3c Rewrite history fetching (without CSV)
Very simple for now, does not handle going on the next page, or
categorizations (like CSV does).
2013-02-11 18:47:28 +01:00
Laurent Bachelier
99f8a03895 Cache the sucessful protocols
And avoid doing too many failed handshakes.
2013-02-11 14:45:28 +01:00
Laurent Bachelier
085c784691 Fall back on SSLv3 if TLSv1 fails
This is so dirty :(
2013-02-11 14:45:27 +01:00
Florent
757070e7cd Increase RSS size
The RSS feed contains one month of articles. Since the split
of today news in a lot of entries, the size of the feed is
very large.
2013-02-11 14:05:05 +01:00
Romain Bignon
8e496311e0 support all Visa cards (not only Visa Premier) 2013-02-11 09:01:16 +01:00
Romain Bignon
bb67ad369b website has changed the certificate 2013-02-11 08:19:39 +01:00
Romain Bignon
ce12b56ee8 remove two old and useless debug messages 2013-02-10 22:32:02 +01:00
Romain Bignon
a88bbe864b do not go on history page for life assurances 2013-02-10 21:57:31 +01:00
Romain Bignon
8cbdd1fa29 fix unicode issue 2013-02-10 21:57:24 +01:00
Laurent Bachelier
79769265cf fix pyflakes/flake8 issue
date is imported as a module, avoid using it as a variable.
also PEP8 fix.
2013-02-10 20:17:27 +01:00
Romain Bignon
a641687824 remove unused variable 2013-02-10 19:31:46 +01:00
Julien Veyssier
cebebf5350 [wordreference] lazy programming correction 2013-02-10 19:31:42 +01:00
Julien Veyssier
7432cfc465 [wordreference] make result cleaner 2013-02-10 19:23:39 +01:00
Julien Veyssier
d5c391696d [wordreference] works now, dirty fix for a dirty website 2013-02-10 19:23:39 +01:00
Julien Veyssier
c977a6a2fe [piratebay] bug on empty result page corrected 2013-02-10 19:23:39 +01:00
Julien Veyssier
d1c34f89d8 [isohunt] bug if leech or seed is empty corrected 2013-02-10 19:23:39 +01:00
Julien Veyssier
3cbf1d13a6 [creditmut] transfer now accepts long and short IDs 2013-02-10 19:23:39 +01:00
Romain Bignon
2ef5791cf8 merge LoginPage and Login2Page to prevent problems when the website fails with 500 2013-02-10 18:54:30 +01:00
Romain Bignon
63cbeea026 ignore card credits all the time 2013-02-10 17:58:09 +01:00
Romain Bignon
db52ac2619 support market page (but do not display any history) 2013-02-10 17:35:44 +01:00
Romain Bignon
cc31e73f23 on page to update user information, raise BrowserIncorrectPassword 2013-02-10 17:17:06 +01:00
Romain Bignon
5b9c359487 do not support other kind of account histories than CPT 2013-02-10 17:12:23 +01:00
Romain Bignon
3827f5c11f enable check of certificate 2013-02-10 13:35:01 +01:00
Romain Bignon
fd9d069442 add module creditdunord 2013-02-10 02:17:54 +01:00
Romain Bignon
69e4c77257 use recent firefox user agent 2013-02-10 02:17:54 +01:00
Romain Bignon
06b314de48 little fixes
- logger might be a private attribute
- compare rdate to date, not to today
2013-02-10 02:17:54 +01:00
Laurent Bachelier
c1bec2e388 New git URL 2013-02-10 00:52:35 +01:00
Romain Bignon
9aaf775b0f we don't like licking asses 2013-02-08 17:00:47 +01:00
Romain Bignon
63dc4e05da support empty dates for transactions 2013-02-08 14:46:01 +01:00
Romain Bignon
3870559155 fix typo 2013-02-08 14:40:02 +01:00
Laurent Bachelier
589dac7bf0 boilerplate: Fix missing use of the class name 2013-02-08 14:22:45 +01:00
Romain Bignon
a2fcc209f1 support deferred cards 2013-02-08 14:17:08 +01:00
Romain Bignon
f607e0316b use LinearDateGuesser 2013-02-08 14:17:08 +01:00
Romain Bignon
5f78a99c5b create DateGuesser extracted from cragr
it also moves utc2local and local2utc functions into date.py
2013-02-08 14:17:08 +01:00
Fabien Grumelard
a43a01a5cf Add a "id_regexp" parameter to filter results on video id
Signed-off-by: Fabien Grumelard <fabix-symlink@grumi.net>
2013-02-08 14:15:11 +01:00
Florent
3296d57132 Remove useless TODO 2013-02-07 15:49:33 +01:00
Florent
975dbb26c5 Add a default error message on SensorNotFound 2013-02-07 15:49:27 +01:00
Florent
0072b5e076 Allow infinite search with 0 2013-02-07 14:51:38 +01:00
Laurent Bachelier
2eed02568b boilerplate: Use unicode by default for some fields 2013-02-07 14:30:25 +01:00
Romain Bignon
057e7642fa introduce Fabien Grumelard 2013-02-07 14:24:43 +01:00
Laurent Bachelier
73d93f2d09 Make the "base" recipe more complete 2013-02-07 14:22:13 +01:00
Laurent Bachelier
32d7b53e63 Start a "base" recipe
This probably needs to have a "pages" templates too.
2013-02-07 14:22:13 +01:00