Commit graph

869 commits

Author SHA1 Message Date
Alexandre Morignot
a2079bedf4 [boobcoming] print 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
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
Alexandre Morignot
3b9d3770f4 [boobcoming] add search by summary 2014-11-26 08:38:36 +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
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
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
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
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
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
Bezleputh
724a18873b [videoob] set non verbose mode for wget when downloading m3u8 (fix #1643) 2014-10-15 11:10:43 +02:00
Laurent Bachelier
4f897a8675 pep8: Fix object comparisons 2014-10-11 01:46:25 +02:00
Laurent Bachelier
21e8f82fd7 pep8: Use "X not in Y" instead of "not X in Y"
flake8 --select E713, semi-manual fixing
2014-10-11 01:27:24 +02:00
Laurent Bachelier
448c06d125 pep8 blank lines fixes
flake8 --select W391,E302,E301,E304

autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Laurent Bachelier
6161a0aacd pep8 fixes, modernizations
autopep8 -a -r -i --select E711,E712,W601,W602,W603,W604,W690,E304,E401,E502 .
Also includes some manual reindentations (many are left after the print()
changes).
Manually checked, some modernizations not commited here.
2014-10-10 23:41:43 +02:00
Romain Bignon
b1f20b5489 fix bcall to to new behavior of do(), and fix QtDo too, and all Qt applications... 2014-10-10 17:34:48 +02:00
Florent
768be7fcc6 Fix "show" for threads in boobmsg 2014-10-10 14:56:40 +02:00
Romain Bignon
eea0eaa2d5 fix compatibility with the new behavior of do() 2014-10-10 14:19:05 +02:00
Florent
628c63f899 Remove backend for do() calls 2014-10-10 14:11:45 +02:00
Romain Bignon
c3c2ed404a return correct exit status code for enable and disable commands 2014-10-09 15:23:18 +02:00
Florent
f5e5584004 Prepare removing of backend in do calls 2014-10-08 17:04:40 +02:00
Florent
fab37e2533 Update send_mail to prepare removing of backend 2014-10-08 16:59:13 +02:00
Florent
93bc66fc60 Prepare to remove backend in do() calls 2014-10-08 16:51:29 +02:00
Bezleputh
77995378c5 [housing] adding a url field in housing capability and management of it in flatboob 2014-10-08 10:45:31 +02:00
Laurent Bachelier
7be9a6468b logging: Create a new level DEBUG_FILTERS
This is a cleaner approach that requires less configuration
in other applications.
This also easily allows us to have another color.

Many checks were made on being exactly at the DEBUG level, they were
fixed to also check on being below DEBUG (i.e. DEBUG_FILTERS).
2014-10-07 17:11:09 +02:00
Romain Bignon
5bd70c564f os.isatty is now forbidden (as stream.fileno() is not implemented by StringIO)
Use stream.isatty() instead.
2014-10-07 09:39:12 +02:00
Romain Bignon
c6c856fa86 fix crash if departure time is not available 2014-10-06 17:31:18 +02:00
Laurent Bachelier
74a4ef6723 Use the print function everywhere
python modernize.py --no-six -f libmodernize.fixes.fix_print -w

With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00
Bezleputh
38bc6819df [flatboob] fix bug type_of_good does not exist anymore 2014-10-01 17:43:21 +02:00
Bezleputh
9a7d5edb79 [flatboob] add load command 2014-09-27 12:13:17 +02:00
Florent
a64c9f2edb Rename BaseApplication to Application 2014-09-26 10:18:12 +02:00
Bezleputh
9c6b2b0581 [qflatboob] manage count to avoid problems during pagination 2014-09-25 10:34:00 +02:00
Bezleputh
15bf492fca [flatboob] ask for query.type in flatboob 2014-09-25 10:29:59 +02:00