Commit graph

2,240 commits

Author SHA1 Message Date
Florent
b986cc12fd Add generic cleanup for newspapers storage 2012-03-09 10:05:13 +01:00
Laurent Bachelier
ee04a92f04 Support magnet URLs in weboorents 2012-03-09 02:49:00 +01:00
Laurent Bachelier
f8843084f0 Display magnet URLs when present 2012-03-09 02:14:54 +01:00
Laurent Bachelier
391783a8b6 Support gzipped responses 2012-03-09 01:35:51 +01:00
Laurent Bachelier
a31a751e28 Clean up the Torrent object
As discussed on IRC, those huge constructors aren't ideal.
Includes misc pep8 fixes.
2012-03-09 00:43:02 +01:00
Laurent Bachelier
5a456c22ac Sign modules.list 2012-03-08 01:54:06 +01:00
Florent
1e4851296c Add rsscomment to newsfeed 2012-03-06 19:30:58 +01:00
Laurent Bachelier
64bf35a7e9 Use libyaml for faster loading and saving
if installed
2012-03-06 19:11:02 +01:00
Romain Bignon
a51219a192 add_backend: do not crash if params is None 2012-03-03 23:19:58 +01:00
Romain Bignon
33a9bf71a8 rename havesex and QHaveSex to havedate and QHaveDate 2012-03-03 22:59:17 +01:00
Romain Bignon
00c784e331 display 'category' in priority, 'type' otherwise 2012-02-28 13:54:26 +01:00
Romain Bignon
dcd25b22eb flush output (useful with table formatter) 2012-02-26 18:40:41 +01:00
Florent
72893d88a0 Add ICapBill 2012-02-26 18:34:41 +01:00
Romain Bignon
234bdf6210 do not change sort of housings after display of a new one 2012-02-26 18:31:35 +01:00
Romain Bignon
d8b1588db0 add a TransactionsFormatter for commands 'history' and 'coming' 2012-02-26 18:31:07 +01:00
Romain Bignon
be14595308 apply changes to ICapBank API 2012-02-26 18:30:40 +01:00
Romain Bignon
b8d05430ec add a 'type' field on Transaction object 2012-02-26 15:05:04 +01:00
Romain Bignon
fbe9ccec04 fix crash when trying to add twice a same module 2012-02-25 13:43:58 +01:00
Romain Bignon
cf58a18f00 fix crash when a bookmarked housing has been removed from website 2012-02-22 12:59:57 +01:00
Florent
b30b6398fa Don't get articles if already seen. 2012-02-22 12:57:00 +01:00
Romain Bignon
f5ca33f80e can looking for a rent or a sale 2012-02-19 18:35:33 +01:00
Romain Bignon
3eddf8e6dd fix unicode issue 2012-02-19 18:34:33 +01:00
Romain Bignon
95ad372afc fix: create an 'id' attribute even if missing in the entry 2012-02-19 13:33:09 +01:00
Romain Bignon
d24ea00611 display enhancements 2012-02-19 12:48:11 +01:00
Romain Bignon
1a09a5d43d get(): do not store default value in tree if key is not found 2012-02-19 12:45:57 +01:00
Romain Bignon
d8d9eaef60 new housings on top 2012-02-19 10:57:27 +01:00
Romain Bignon
f0a41716f7 sort housings by cost/area 2012-02-19 10:36:12 +01:00
Romain Bignon
a0e4171af3 fix Newsfeed and GenericBackend 2012-02-18 17:40:22 +01:00
Romain Bignon
09d113b1be can write notes on housings, display them in list 2012-02-18 17:01:38 +01:00
Romain Bignon
1b76994e79 add button to remove a query 2012-02-18 13:15:00 +01:00
Romain Bignon
c8b6c7087b ability to edit queries 2012-02-18 12:56:11 +01:00
Romain Bignon
f340ac485e support bookmarks 2012-02-18 12:27:44 +01:00
Romain Bignon
f6c2edc64f add a 'fullid' property to get 'ID@backend' 2012-02-18 12:27:18 +01:00
Romain Bignon
379083d2d7 save read housings, and display new ones with a blue background 2012-02-18 11:58:28 +01:00
Florent
a195a5e9c8 Small fixe of the "rssid" method usage (updated)
Sorry, I did a little mistake.

Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-17 16:08:53 +01:00
Romain Bignon
9162f1c09e convert arguments to unicode even if no locales are set 2012-02-17 14:43:09 +01:00
Romain Bignon
b7c23956b6 fix refresh of results when the selected query is missing 2012-02-17 13:55:02 +01:00
Romain Bignon
b6379f7f37 add parameter 'nb_rooms' in queries 2012-02-17 13:25:06 +01:00
Olivier Schwander
825dc0b5b1 Fix path building for config dir and data dir
The paths are now correctly built in the case where $XDG_DATA_HOME and
$XDG_CONFIG_HOME are not empty: the "weboob/" suffix was in the fallback
argument of the os.get.environ.

Signed-off-by: Olivier Schwander <olivier.schwander@ens-lyon.org>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-17 13:21:19 +01:00
Romain Bignon
dee6edef01 display thumnails in the housings list 2012-02-16 17:06:28 +01:00
Romain Bignon
07f105910e add new application qflatboob 2012-02-16 16:29:40 +01:00
Romain Bignon
a93daefb4a improve messages 2012-02-16 00:01:19 +01:00
Romain Bignon
5b9b1bfa16 better browser exceptions handling
Are considered to BrowserHTTPNotFound 403 errors and BrowserStateError.
Also, during StandardBrowser.openurl(), do not retry if error is
BrowserStateError.
2012-02-15 23:56:14 +01:00
Romain Bignon
64c0698266 do not store 'None' in repository's config 2012-02-15 23:43:08 +01:00
Romain Bignon
cbefbe81d2 fix bad behaviors 2012-02-14 20:27:17 +01:00
Romain Bignon
0b8747264e wetboobs supports ICapWaterLevel 2012-02-14 18:23:20 +01:00
Romain Bignon
8c7232f737 enhance ICapWaterLevel capability 2012-02-14 18:23:19 +01:00
Romain Bignon
4dad51ddd7 add a beautiful formater for the 'info' command 2012-02-14 18:23:19 +01:00
Romain Bignon
20682b3e94 changes in the CapHounsing API 2012-02-14 18:21:11 +01:00
Florent
932e2cd416 Add a new capabilitie to display information about a gauge
Signed-off-by: Florent <weboob@flo.fourcot.fr>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-02-13 22:01:51 +01:00