Commit graph

3,587 commits

Author SHA1 Message Date
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
Florent
c2d7b662aa Format integer for quantity 2014-10-23 15:16:51 +02:00
smurail
ad31e68143 ISIN is a 12 letter word 2014-10-23 14:51:55 +02:00
smurail
232e631ae1 change quantity type to decimal number 2014-10-23 14:51:51 +02:00
Bezleputh
dec5789e37 detect xml encoding 2014-10-22 11:46:15 +02:00
smurail
137590e819 fix wrong encoding detection logic 2014-10-22 11:38:28 +02:00
Romain Bignon
eaf6b15a08 dump of tiles: save full image too 2014-10-21 17:56:18 +02:00
smurail
ab15874754 fix not logical arguments order 2014-10-21 10:28:18 +02:00
smurail
81c30b0d9f add a JSValue filter to look for literals 2014-10-21 10:27:59 +02:00
smurail
586ed197bf Regexp: nth param can now be '*' to find all 2014-10-21 10:27:53 +02:00
smurail
977f5a9f02 cleaner way to get rid of BOM for CsvPage 2014-10-20 17:13:01 +02:00
smurail
a6a7130b31 add ChecksumPage mixin 2014-10-20 17:13:01 +02:00
smurail
237036ce3e new api for content, encoding, and document building 2014-10-20 17:13:01 +02:00
Romain Bignon
88a899e8b3 fix StatusField to be a BaseObject 2014-10-19 13:09:25 +02:00
Laurent Bachelier
92fd11e4cf browser tests: More Pythonic names 2014-10-19 00:28:44 +02:00
Laurent Bachelier
0a3300c891 browser tests: Fixes
pyflakes/pep8, test name in setup.cfg, remove useless comments
2014-10-19 00:28:43 +02:00
juliaL03
8a6c657194 Tests method Groupe Julia Lille1
Signed-off-by: juliaL03 <julia.leven@etudiant.univ-lille1.fr>
2014-10-19 00:28:43 +02:00
Laurent Bachelier
3fcfc9a980 form: Add comments 2014-10-19 00:28:43 +02:00
Laurent Bachelier
fd3484e063 filters: Add Unicode normalization to CleanText
With a default to 'NFC'.
This is inspired by python-ftfy, which has a nice explanation of the modes:
https://github.com/LuminosoInsight/python-ftfy

I think K is too strong to be a default, however C has zero visual differences
and should be the most common way to represent Unicode characters.
2014-10-19 00:28:43 +02:00
Florent
d6da9843db Set copyright in applications 2014-10-17 17:57:42 +02:00
Florent
feb1405813 bump to 1.1 2014-10-17 14:10:38 +02:00
Florent
ac1e85d505 Update android user agent 2014-10-17 11:36:18 +02:00
Romain Bignon
f183e5e80c fix certificate check on servers which don't allow SSLv3 2014-10-16 11:37:21 +02:00
Bezleputh
724a18873b [videoob] set non verbose mode for wget when downloading m3u8 (fix #1643) 2014-10-15 11:10:43 +02:00