Commit graph

74 commits

Author SHA1 Message Date
Laurent Bachelier
7d1c232b38 Fix error when no artist/title
It's hard to reproduce the bug, I had it for a very short time, and
didn't think of saving the HTTP responses.
2012-02-12 15:18:20 +01:00
Laurent Bachelier
b1298452d4 Arte is algo German 2012-02-11 19:07:34 +01:00
Romain Bignon
0c522d948a add housing photos 2012-02-11 19:06:39 +01:00
Romain Bignon
81bf44cec6 fix test 2012-02-11 16:25:24 +01:00
Romain Bignon
42941589c5 add module 'seloger' 2012-02-11 16:25:19 +01:00
Romain Bignon
cddfd39542 add module pap (ICapHousing) 2012-02-11 12:48:45 +01:00
Laurent Bachelier
32b0895ea6 Raise exception instances, not classes 2012-02-11 01:07:21 +01:00
Laurent Bachelier
0fa7060b68 Better descriptions for modules 2012-02-11 00:46:48 +01:00
Laurent Bachelier
de02bc749d Unused 2012-02-10 23:22:50 +01:00
Laurent Bachelier
a38958bf09 Fix crash when there is no author 2012-02-10 14:26:22 +01:00
Xavier G
39f08f9b67 CrAgr: fixed balance retrieval for history-less accounts. (closes #788) 2012-02-10 14:23:44 +01:00
Xavier G
0734e5d21c CrAgr: now handles history-less accounts, at least for Toulouse-like layouts 2012-02-10 14:23:31 +01:00
Laurent Bachelier
5ea30516ac Fix incorrect translation
While this changes constants names, I think it is important as "accused" is
complely wrong. E-mails use the term "Read-receipts" so I chose
to go with RECEIVED.
2012-02-10 01:28:40 +01:00
Romain Bignon
ee2df70981 add icon for ing 2012-02-10 01:25:41 +01:00
Romain Bignon
6b11124091 check if login is failed 2012-02-09 19:05:13 +01:00
Laurent Bachelier
3c428a9a27 Add missing icons from the wiki 2012-02-08 20:24:53 +01:00
Romain Bignon
ac1a5b1efd fix parsing accounts in particular cases 2012-02-08 14:09:23 +01:00
Romain Bignon
e229a730e7 add a logo for boursorama 2012-02-08 13:03:52 +01:00
Romain Bignon
4be4b40509 bump to 0.b 2012-02-05 19:35:30 +01:00
Romain Bignon
9300d08e24 do not try to get hidden photos as they are not available 2012-02-05 19:35:30 +01:00
Romain Bignon
04a022a2dd fix getting profiles when a photo is unavailable 2012-02-05 19:22:51 +01:00
Romain Bignon
d6c594f69d fixes 2012-02-05 19:22:33 +01:00
Romain Bignon
de3f137d85 fix kickass 2012-02-05 17:53:44 +01:00
Romain Bignon
dfb52a2624 verbose error messages in Qt applications (closes #775) 2012-02-05 17:19:36 +01:00
Laurent Bachelier
988542463d Fix piratebay
Move to .se, remove https for downloads, use the correct link for
downloads.
And some cosmetic enhancements
2012-02-05 16:44:16 +01:00
Laurent Bachelier
664e4cc094 Python 2.5 compatibility 2012-02-05 13:39:24 +01:00
Laurent Bachelier
bfb3689456 Add object type filtering to iter_resources 2012-02-05 13:30:02 +01:00
Julien Veyssier
9305df412d [creditmut] internal transfer implemented 2012-02-04 16:57:14 +01:00
Romain Bignon
2b7f6c5bc8 add favicon and tests 2012-02-04 16:19:46 +01:00
Romain Bignon
98da2447b8 remove useless regexp 2012-02-04 16:05:41 +01:00
Romain Bignon
3ebdbbc473 add backend hsbc 2012-02-04 16:04:06 +01:00
Romain Bignon
e1e20a44fe strip agency and key from account IDs 2012-02-04 12:38:33 +01:00
Laurent Bachelier
70034d002d Provide the right extension for downloads 2012-02-04 11:34:41 +01:00
Laurent Bachelier
0dacfa1150 Add support for fetching past emissions URLs
Works with France Inter and France Culture
2012-02-04 02:08:56 +01:00
Romain Bignon
3ebe01b142 add icon for nolifetv 2012-02-03 23:40:42 +01:00
Laurent Bachelier
1a32711fa6 Fix typo in current emission artist for radiofrance 2012-02-03 13:58:04 +01:00
Laurent Bachelier
7ca156116e Support fetching the current FIP song
Sadly the weird encoding stuff is required.
2012-02-03 13:55:03 +01:00
Laurent Bachelier
3c9c2c7490 Split backend.py into backend.py and browser.py
It was becoming too large.
2012-02-03 13:55:02 +01:00
Romain Bignon
815bff0f1a fix handling urls 2012-02-03 13:46:48 +01:00
Laurent Bachelier
682e14c86a Make CapCollection understandable and useable by humans
* Make the declaration of fct and it in the constructor Collection,
 instead of adding them from the outside
* Add a function to flatten a list containing collection (solves the
 radioob search crash)
* Better display of collections in the "ls" command (and display both id
 and title)
* The "cd" command goes to the root of the path (like the UNIX cd)
* Move the Video object of canalplus in a correct path
* Make Collection iterable
* Add comments to CapCollection
* Cache the result of fct in a Collection; it is only called once
* CollectionNotFound errors can be more explicit by providing a path
* Require utf-8 in collection paths
* Code cleanups
2012-02-02 23:44:13 +01:00
Laurent Bachelier
8d15911d67 Fix some failures with badly set 'current' field. 2012-02-02 15:25:13 +01:00
Laurent Bachelier
a37382ff50 Move francebleu into a Collection
Rationale:
* 43 stations for a radio not many people care about
* It's still available by cd francebleu; ls
* The fact that it exists is displayed on the 'root' ls (though poorly,
 but it's CapCollection's/ReplApplication fault).
2012-02-02 15:24:47 +01:00
Laurent Bachelier
a19b1be338 The past participle of split is "split", not "splitted" 2012-02-02 14:26:35 +01:00
Romain Bignon
32b5037e19 disable HTTP debug 2012-02-02 11:11:30 +01:00
Laurent Bachelier
70317ca4e3 Sort radios 2012-02-02 10:31:51 +01:00
Laurent Bachelier
365247bd63 Add support for current France Musique info 2012-02-02 02:24:04 +01:00
Laurent Bachelier
3c20c95891 Report the correct bitrate 2012-02-02 02:00:20 +01:00
Laurent Bachelier
e0e8149bc8 Add all France Bleu stations 2012-02-02 01:53:55 +01:00
Laurent Bachelier
a1359c2303 Add another source for direct
And extract artist / title if possible
2012-02-02 01:08:41 +01:00
Laurent Bachelier
271a387ba5 Rewrite lemouv/franceinter into radiofrance
* Support for France Inter and Le Mouv', and many new radios.
* For some radios only, the current emission is fetched. Previously it was
 wrong for all two of them.
* New icon.
* Fix typo in LICENSE.
* Fix code style.
* Use fillobj() instead of duplicate code.
* Since there is not much left of the originals, I made myself the maintainer.
2012-02-02 00:29:24 +01:00