Commit graph

146 commits

Author SHA1 Message Date
Florent
a64c9f2edb Rename BaseApplication to Application 2014-09-26 10:18:12 +02:00
Bezleputh
bc0a9b89db [boobot/twitter] fix purge system 2014-09-09 11:25:10 +02:00
Romain Bignon
78a6bc4151 remove duplicated file 2014-09-06 12:23:44 +02:00
Bezleputh
ef3637f0c4 [boobot] fix check_twitter method 2014-09-05 15:53:18 +02:00
Bezleputh
3a7010f478 [boobot] add a check_twitter method 2014-09-05 13:55:10 +02:00
Bezleputh
927a35ec0d [XBMC] add missing init file 2014-09-02 21:39:36 +02:00
Bezleputh
1b5e632610 [XBMC] fix date management 2014-09-02 21:37:28 +02:00
Bezleputh
15fc10ed8a [XBMC] fix translation files 2014-09-02 20:11:32 +02:00
Bezleputh
5a932bdf30 [XBMC] no count restiction on ls command 2014-09-02 18:11:26 +02:00
Bezleputh
94b193d5fa [XBMC] use videoobmc instaed of videoobmc2 2014-09-02 18:10:12 +02:00
Bezleputh
579db854e8 [contrib] fix pyflakes in xbmc plugin 2014-09-02 17:51:12 +02:00
Bezleputh
d1839bfcd4 [contrib] add a xbmc plugin that interracts with videoob 2014-09-02 16:48:17 +02:00
Florent
58b0977ad9 Rename generic-munin to weboob-generic. Move documentation
Fixes #1355
2014-09-01 12:30:29 +02:00
Florent
3493cd0e9d Move munin scripts in munin folder 2014-09-01 12:30:29 +02:00
Romain Bignon
431e0f2b48 fix %searchquote on unicode strings 2014-08-07 14:53:21 +02:00
Romain Bignon
4aa7092a0c add command %delquote 2014-08-07 14:53:07 +02:00
Laurent Bachelier
dd4a66be77 Some missing renames of ICap to Cap
refs #1424
2014-07-09 12:50:32 +02:00
Florent
3ab0cf2899 Remove a useless file 2014-07-07 16:28:13 +02:00
Florent
3bb28b9b80 Update the README of munin-generic 2014-07-07 16:12:26 +02:00
Florent
9f8d866a80 s/ICap/Cap in contrib 2014-07-07 16:09:25 +02:00
Florent
be1f8707ff Encode and decode ID's in generic-munin 2014-05-20 23:07:40 +02:00
Bezleputh
06bfed431a [windows] fix bugs in windows installer scripts 2014-05-20 17:25:26 +02:00
Florent
d087bc3c92 Remove some files of windows installer 2014-05-19 23:09:30 +02:00
Florent
9ca0bbae6a bump to 0.j 2014-05-19 22:45:35 +02:00
Romain Bignon
0d90e9dfab fix unicode issues 2014-04-15 13:45:25 +02:00
Romain Bignon
c6c7039d75 add quoting commands 2014-04-15 13:45:25 +02:00
Bezleputh
d6304f80f8 [windows installer] improve 64 bit management 2014-02-06 11:30:15 +01:00
Bezleputh
5134f23a9e improve windows installer script 2014-01-12 20:44:15 +01:00
Florent
a82f57512c bump to 0.i 2014-01-08 23:40:16 +01:00
Laurent Bachelier
5149c12cec Workaround for flake8 / recent pyflakes 2013-12-18 00:14:19 +01:00
Bezleputh
7643da7f60 [Windows install] coorect bugs and add architecture management 2013-12-05 12:43:24 +01:00
Florent
965dcfc60b Do not crash if one value is NotAvailable 2013-10-31 16:47:29 +01:00
Florent Fourcot
42d4db47bf Update HOW_TO 2013-10-16 23:47:59 +02:00
Florent
64ff95396c Fix indentation 2013-10-16 23:46:46 +02:00
Bezleputh
72a4de7e30 [Contrib] add windows installer 2013-10-16 23:45:50 +02:00
Florent
58b51a4b77 Print help instead of crash 2013-09-18 16:28:36 +02:00
Florent
edbe8b454d Add get_object_list in generic-munin 2013-08-12 17:08:22 +02:00
Romain Bignon
3900818482 fix call to ICapVideo.search_videos (API changed) 2013-08-06 22:43:17 +02:00
Florent
9b022b2ebe bump to 0.h 2013-08-03 14:31:13 +02:00
Laurent Bachelier
a6ad7e83ff Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Laurent Bachelier
a012abd98b boobot: Update keywords 2013-07-14 19:15:05 +02:00
Laurent Bachelier
a946fa8f0d boobot: Rewrite any kind of space (newline, tab) 2013-07-04 00:13:34 +02:00
Laurent Bachelier
bd28eca0f6 boobot: Remove punctuation at the end when 404 2013-06-29 00:34:28 +02:00
Laurent Bachelier
2b7761fe9b Ooops, it broke the first two required // 2013-06-29 00:04:57 +02:00
Laurent Bachelier
8acc696623 boobot: Some lib versions do not handle // well 2013-06-27 14:54:22 +02:00
Laurent Bachelier
70442b3044 boobot: More encoding fixes 2013-06-25 00:31:49 +02:00
Laurent Bachelier
a488edbd69 boobot: Support ignored users
And ignore irkers by default
2013-06-23 21:17:13 +02:00
Laurent Bachelier
46022720a1 boobot: Proper ^C closing 2013-06-23 20:37:21 +02:00
Laurent Bachelier
b6021ec90d boobot: Try to use HTML encoding 2013-06-23 20:26:12 +02:00
Laurent Bachelier
f7c169bcbd boobot: URL quoting creates more problems than in solves 2013-06-23 20:14:20 +02:00