Commit graph

3,460 commits

Author SHA1 Message Date
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
Julien Veyssier
a47ec4b5cd [qcineoob] factorisation of events in search results 2014-11-26 08:42:59 +01:00
Julien Veyssier
2ad030c6bb [qcineoob] add 'view thumbnail' for movie and person search results 2014-11-26 08:42:57 +01:00
Julien Veyssier
b99576e9dd [qcineoob] add 'view' and 'view in new tab' buttons for all search results 2014-11-26 08:42:55 +01:00
Bezleputh
cdf3d7b7b7 [windows] well detect gpgv.exe location 2014-11-26 08:41:37 +01:00
Alexandre Morignot
3b9d3770f4 [boobcoming] add search by summary 2014-11-26 08:38:36 +01:00
Alexandre Morignot
f83c0abd95 add a field 'summary' to the Query object 2014-11-26 08:38:36 +01:00
Laurent Bachelier
88df613a53 Fix English: "childs" into "children"
refs #1675
2014-11-22 16:36:03 +01:00
Laurent Bachelier
38359dc8c9 filters: Fix Attr error message
Not always a Link, incorrect English.
2014-11-22 16:35:59 +01:00
Laurent Bachelier
de22d60f72 core: Log full backtrace on module build error 2014-11-22 16:35:55 +01:00
Bezleputh
faa3891f86 remove wconio dependency 2014-11-22 16:32:11 +01:00
Bezleputh
ff18488308 [boobcoming] fix 1667 : boobcoming crashes with no end_date 2014-11-19 10:56:21 +01:00
Guilhem Bonnefille
c81b622c29 weboobcfg: Format capabilities as JSON array
Capabilities was always displayed as a single list of entries
separated by comma. This is not really efficient as the reader has to
parse this string to retrieve atomic informations, even in JSON.

This patch allows to display the capabilities as an array, allowing
standard JSON parsers to immediatly returns a valuable information.
2014-11-18 22:49:38 +01:00
Florent
656440b5ee Add argument for compatibility with python 2.6
Closes: #1651
2014-11-18 22:43:43 +01:00
Romain Bignon
3f5f2b2479 weboob-config info: put all config details in dicts 2014-11-07 17:08:16 +01:00
Bezleputh
86fa4035c4 [base] improve weboob-config info command to allow json formatting 2014-11-07 15:04:43 +01:00
Romain Bignon
4314aa7d69 repositories update: display a message when all modules are up-to-date. 2014-11-05 22:08:54 +01:00
Vincent Paredes
76555238dc fixing month replacing twice 2014-11-05 16:17:29 +01:00
Romain Bignon
75bfb5a38a the default ID is an empty string, not None 2014-11-05 08:22:13 +01:00
Bezleputh
de4a938d7e [CapWeather] browser2 adaptation : do not require an id in constructor 2014-11-05 08:22:13 +01:00
Vincent Paredes
4d2ff7b094 supporting french month abbreviation without dot 2014-11-04 13:58:10 +01:00
Bezleputh
0657800eca [flatboob] display backend in city choice
we need to know this because of a restriction on the number of cities in some backends.
2014-10-30 15:34:30 +01:00
smurail
8688e266b5 Browser.VERIFY can now be a module local file 2014-10-27 15:41:39 +01:00
smurail
2a6fa3fb36 add an asset method to get absolute path of module local files 2014-10-27 15:41:33 +01:00
smurail
a3b51902b9 enable passing the path to a CA file to Browser.VERIFY 2014-10-27 15:29:33 +01:00
Florent
e5067a43b8 Fix alignment of Total line
Fix 232e631ae1
    "change quantity type to decimal number"
and ad31e68143
    "ISIN is a 12 letter word"
2014-10-24 16:43:06 +02:00
Florent
dfead7e925 Sometines the full code is not available. Display description instead 2014-10-23 15:29:43 +02:00
Florent
9c86b8f25b Better explanation for Investment class 2014-10-23 15:20:59 +02:00