Commit graph

3,587 commits

Author SHA1 Message Date
Pierre Mazière
178c7cd406 add the possibility to define Field type argument as a string
instead of:
class A:
    x = Field("This must be an instance of class B",B)

we could write:
class A:
    x = Field("This must be an instance of class B","B")

The use case is when B is a child of A and thus cannot be used
before its definition

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2015-01-31 15:34:38 +01:00
Jean-Philippe Dutreve
e5e745d2da Extend the delay to 31 days (instead of 7) for date_max_bump of several DateGuesser.
Signed-off-by: Jean-Philippe Dutreve <jdutreve@winancial.com>
2015-01-26 08:23:07 +01:00
Romain Bignon
e442342bf9 do not tell user about disabling of urllib3 warnings 2015-01-24 12:03:43 +01:00
Romain Bignon
130cec8c5a add Slugify filter 2015-01-21 14:16:58 +01:00
Romain Bignon
de97d45c74 clean cached objects before getting new ones 2015-01-18 13:38:26 +01:00
Romain Bignon
47232308a9 prompt user to accept an untrusted keyring (closes #771) 2015-01-16 12:21:51 +01:00
Vincent Paredes
920583eae7 try to disable warnigns in urllib3, to support urllib3 version in backport 2015-01-13 10:37:50 +01:00
Bezleputh
21affed283 handle attribute error when stdout does not habe encoding attribute (ie xbmcout) 2015-01-11 12:06:16 +01:00
Romain Bignon
faf40c9c1f as BrowserSSLError now inherits from BrowserUnavailable, change exception catching to handle it (refs #1702) 2015-01-08 10:46:03 +01:00
Florent
0237112dd6 Fix pep8 on boobank 2015-01-03 12:58:31 +01:00
Romain Bignon
043b2cd814 add a command 'budgea' to export accounts and transactions to Budgea 2015-01-03 12:48:50 +01:00
Romain Bignon
fa3424667f add an APIBrowser 2015-01-03 12:48:50 +01:00
Romain Bignon
0ce0a7e9b5 DomainBrowser: ability to give the baseurl in constructor 2015-01-03 12:48:50 +01:00
Romain Bignon
e5cf80aec8 add method Browser.set_profile 2015-01-03 12:48:50 +01:00
Romain Bignon
48ca3e5127 add an IPhone profile 2015-01-03 12:48:50 +01:00
Bezleputh
4d6fba9e7a [Date] Add a translation for january 2015-01-02 09:21:35 +01:00
Laurent Bachelier
2c53edd5ac Do not crash with bundled urllib3 2015-01-01 12:21:19 +01:00
Bezleputh
aca28a3d5a [filter] handle TypeError exception raised by parse_date in DateTime Filter 2015-01-01 12:16:01 +01:00
Florent Fourcot
76da33368f Encode properly output in console.py (fix #1673) 2014-12-31 18:15:48 +01:00
Bezleputh
ded5a06ac3 Do not display urllib3 warning if there is no certificate verification 2014-12-30 14:58:31 +01:00
Romain Bignon
38a3de1ef9 fix API to store optimization name in object ID 2014-12-20 16:20:03 +01:00
Bezleputh
d012e45527 [collection] browser2 adaptation : do not require an params in constructor 2014-12-18 23:16:18 +01:00
Guilhem Bonnefille
2a4d6ac41d [config] add installation status in modules subcommand
It is usefull to be able to list all modules, their capabilities
and also their installation state in a single request.
2014-12-15 20:40:57 +01:00
Alexandre Morignot
689fe43ed5 [CapGallery] correct method name
The modules using this capability and galleroob have been corrected too
2014-12-13 13:47:47 +01:00
Alexandre Morignot
527a6d6b5c [boobcoming] handle error correctly in do_attends 2014-12-13 13:47:37 +01:00
Romain Bignon
9d1155955e correctly fix the problem with streamed calls on requests (closes #1683)
Do not close explicitly the socket, as it is closed automatically when all
the data is consumed.
2014-12-10 11:36:09 +01:00
Bezleputh
d0cac165ef [videoob] fix #1683 : fix problem with stream parameter in request.get in python-requests v2.5 2014-12-08 20:59:52 +01:00
Romain Bignon
a8455d4376 fix pyflakes issues 2014-12-07 16:27:27 +01:00
Romain Bignon
c42f4b61d8 do not use PROTOCOL_SSLv3 as it is deprecated, use bad named PROTOCOL_SSLv23 instead 2014-12-05 16:51:31 +01:00
Bezleputh
c3e824c403 catch AttributeError while counting columns 2014-12-05 14:12:40 +01:00
Bezleputh
c3b5dbc316 [windows] fix probleme using NamedTemporaryFile on windows 2014-12-05 00:05:33 +01:00
Romain Bignon
321f6f8633 correctly count columns when there is an attribute "colspan" 2014-12-03 23:23:04 +01:00
Oleg Plakhotniuk
d219d1e102 CapShop capability for viewing purchase orders history. Closes #1662 2014-12-01 10:31:45 +01:00
Julien Veyssier
e153109f2c [qcookboob] tab navigation implemented (closes #1290) 2014-12-01 09:45:44 +01:00
Alexandre Morignot
ec13db7de2 [CapCalendarEvent] default values for Query fields 2014-11-29 17:34:09 +01:00
Alexandre Morignot
1142868dd7 [boobcoming] search by ticket status 2014-11-29 17:34:09 +01:00
Alexandre Morignot
9b901bed1f [CapCalendarEvent] add a ticket field to Query 2014-11-29 17:34:09 +01:00
Alexandre Morignot
a2079bedf4 [boobcoming] print ticket status 2014-11-29 17:34:09 +01:00
Alexandre Morignot
4803b15721 add ticket status 2014-11-29 17:34:09 +01:00
Julien Veyssier
9f2961c9a3 [qcineoob] protection against same-person movies in common and same-movie persons in common 2014-11-28 15:12:58 +01:00
Julien Veyssier
4c54ef017e [cineoob] movies in common sorted by release year, year displayed in short desc 2014-11-28 15:12:58 +01:00
Julien Veyssier
987b5d5da5 [qcineoob] movies in common sorted by release year, year displayed in short desc 2014-11-28 15:12:58 +01:00
Julien Veyssier
44161d3c70 [qcineoob] increase biography field size 2014-11-28 15:12:58 +01:00
Samuel Loury
bd7891f202 Allow ResultsCondition to compare timedelta
The user may now use conditions on durations (from the audio and the video
capabilities) in repl applications.

The documentation has been updated to take this change into account.
2014-11-28 14:55:55 +01:00
Julien Veyssier
b4832b3c54 [qcineoob] better display of search results, spacer added 2014-11-26 15:33:03 +01:00
Julien Veyssier
6ec12f70db [cinema] a person may have several roles in a movie, cap and apps adapted 2014-11-26 15:33:02 +01:00
Julien Veyssier
1968bc6c95 [qcineoob] movies in common implemented in person page 2014-11-26 15:33:00 +01:00
Julien Veyssier
74b0b231f1 [qcineoob] persons in common implemented in movie page 2014-11-26 15:32:59 +01:00
Julien Veyssier
f87a8a685f [cineoob] give roles informations in persons_in_common and movies_in_common, imdb and allocine adapted 2014-11-26 15:32:58 +01:00
Romain Bignon
35e2e38207 remove unused imports 2014-11-26 08:47:22 +01:00