Commit graph

3,240 commits

Author SHA1 Message Date
Romain Bignon
fa2c19cfd3 fix hostname of Aquitaine Centre atlantique bank region 2012-11-12 11:10:41 +01:00
Romain Bignon
c65a31369d fix encoding issue 2012-11-12 09:01:33 +01:00
Romain Bignon
f265722d0a support when website is unavailable 2012-11-12 08:08:06 +01:00
Laurent Bachelier
e7c8e8c772 tests: Use the guessed nosetests for the core tests too 2012-11-11 05:20:30 +01:00
Laurent Bachelier
73443ebe31 tests: Guess the right builder name
when run by buildslaves
2012-11-11 05:17:11 +01:00
Laurent Bachelier
3eba9a809b Allow multiple CERTHASH values in a module
Also fix typos and usage of reserved hash() function.
2012-11-10 18:22:30 +01:00
Laurent Bachelier
da655d84d1 tests: Better way of handling non-module tests
Some were not caught, and they were ran even for a single-module test.
Also, don't include them in the report.
2012-11-10 18:18:32 +01:00
Laurent Bachelier
c9683e08ae tests: Save and submit test results
There is no processing of the reports for now,
but the submit part is done.
2012-11-10 18:18:31 +01:00
Laurent Bachelier
1f310a3d33 Fix many CapVideo-related ConversionWarnings 2012-11-10 18:18:29 +01:00
Laurent Bachelier
9773f9d626 paste*: Remove some test warnings 2012-11-10 18:18:27 +01:00
Romain Bignon
24cbeb47e5 major language fix (courtesy of Pascal Jakobs) 2012-11-10 14:37:45 +01:00
Romain Bignon
47887d5560 add handler in applications 2012-11-10 13:25:07 +01:00
Florent
492dbd5fcc Return BrowserForbidden for action reserved to logued users 2012-11-10 13:23:08 +01:00
Florent
894784995a Add new exception BrowserForbidden 2012-11-10 13:23:00 +01:00
Florent
74725e61fa Allow anonyme login on dlfp (closes #923) 2012-11-10 13:22:45 +01:00
Romain Bignon
3be3689439 correctly use iterators 2012-11-10 13:15:01 +01:00
Romain Bignon
9bdd96271c do not crash if there is no history link for an account 2012-11-10 13:13:02 +01:00
Romain Bignon
df3fdcd123 do not consider special accounts 2012-11-10 13:04:00 +01:00
Romain Bignon
e52c6d6b18 handle login errors 2012-11-10 12:51:43 +01:00
Romain Bignon
33bbe6d451 support payment in several times 2012-11-10 12:37:12 +01:00
Romain Bignon
7344a22b0e fix parsing torrents descriptions 2012-11-10 09:47:37 +01:00
Romain Bignon
e7c6e6b4ab correctly encode login and password 2012-11-09 13:31:29 +01:00
Laurent Bachelier
400056c057 pastebin: Fix login without API 2012-11-08 11:51:54 +01:00
Laurent Bachelier
cf03138308 pastebin: Fix visibility detection
Private has been renamed to Unlisted, and Private is something else.
2012-11-08 11:51:53 +01:00
Laurent Bachelier
f48c81de53 Properly get to the previous path, not home 2012-11-08 11:51:52 +01:00
Laurent Bachelier
c728dfa774 Declare fields to avoid warnings
Also call the init of CapBaseObject. This should have been done
previously, though the usage of id=None isn't ideal. Maybe it should be
split_path.
2012-11-08 11:51:51 +01:00
Laurent Bachelier
0d01f83fb9 Use redirected domain 2012-11-08 11:51:50 +01:00
Florent
e1ee2fb1e8 Do not use inline link but display links regulary 2012-11-07 20:00:00 +01:00
Florent
5e2af20be1 Use clean_relativ_urls for presseurop articles 2012-11-07 18:18:33 +01:00
Florent
a6e80a2206 Simplify presseurop code 2012-11-07 18:15:55 +01:00
Florent
3cb78d1729 Add clean_relativ_urls in genericArticle.py
and use it for ecrans.fr
2012-11-07 18:13:03 +01:00
Florent
4a86b86fd0 Remove tweeter sharing 2012-11-07 17:58:58 +01:00
Florent
d69efe4f40 Datetime human readable 2012-11-07 17:39:53 +01:00
Florent
c1d19e40f8 Get the real thread of an article
Side effect: fix the bug of incorrect date by using boobmsg show
2012-11-07 17:36:35 +01:00
Florent
4a6107615d Increase readability of "id" variable 2012-11-07 17:33:45 +01:00
Florent
1de793307e Take the creation date if no update available 2012-11-07 17:11:34 +01:00
Florent
099d9e2b7f Allow show command in non-interactive mode 2012-11-07 15:34:44 +01:00
Florent
ebd8be9e92 Improve documentation of export_thread 2012-11-07 15:25:19 +01:00
Romain Bignon
db739f9eef update transaction regexps 2012-11-06 18:08:04 +01:00
theo
cf60351830 Add -e to rtmpdump options
Adding -e to rtmpdump.

So instead of:
    rtmpdump -r <url> -o <file>
we will have
    rtmpdump -e -r <url> -o <file>

If <file> doesn't exist, it will be created. So the -e switch doesn't
change anything.

If <file> alredy exists, then rtmpdump will try to complete a previous
download.

That way, if videoob download <id> fails, running the command again
will complete the download without starting again from scratch.
2012-11-06 01:13:45 +01:00
Florent
26084e2bea Search no more case sensitive 2012-11-05 16:40:06 +01:00
Romain Bignon
f323455b7f update AUTHORS 2012-11-04 16:27:13 +01:00
Adrien Kunysz
53b4cd7178 setup.py: be less confusing when make is missing
When make is missing, setup.py prints a message suggesting to install
PyQt4-devel even if it already is. This change with the help of
6788c11a6d63824862d340f82da9de46ef63ee60 makes the message more helpful.

Before:
$ python setup.py
Building Qt applications
Install PyQt4-devel or disable Qt applications (with --no-qt).

After:
$ python setup.py
Building Qt applications
Could not find executable: make
Install missing component(s) (see above) or disable Qt applications (with --no-qt).

Signed-off-by: Adrien Kunysz <adrien@kunysz.be>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-11-04 16:24:59 +01:00
Adrien Kunysz
24119de001 setup.py: print what executable we were looking for
The error message is sometimes confusing. Consider the following
situation on Debian 6.0:

$ python setup.py
Building Qt applications
Install PyQt4-devel or disable Qt applications (with --no-qt).
$ dpkg -l | grep -i python | grep -i qt
ii  python-qt4          4.7.3-1+b1         Python bindings for Qt4
ii  python-qt4-dev      4.7.3-1            Development files for PyQt4

What is really missing is the pyuic4 executable which is provided by
a different package on that distribution. But you have no way to know
that unless you go look into setup.py. This change prints what
executable we are missing as to help diagnose this kind of problem:

$ python setup.py
Building Qt applications
Could not find executable: pyuic4
Install PyQt4-devel or disable Qt applications (with --no-qt).

Notice that until e69adf357b,
the name of the missing executable was printed as well.

Signed-off-by: Adrien Kunysz <adrien@kunysz.be>
Signed-off-by: Romain Bignon <romain@symlink.me>
2012-11-04 16:24:59 +01:00
Romain Bignon
45a5080332 correctly parse label of deferred card transactions 2012-11-04 15:37:01 +01:00
Romain Bignon
72c97ecc8b fix login regexp 2012-11-03 23:32:54 +01:00
Romain Bignon
a7b0d274a0 handle error when service is unavailable 2012-11-01 17:35:21 +01:00
Romain Bignon
8abfd81813 check value of ValueBackendPassword during load 2012-11-01 11:21:59 +01:00
Romain Bignon
592731e29e fix compatibility with python2.6 2012-11-01 11:21:41 +01:00
Florent
477a9bf07f Improve download command to download all subscriptions 2012-10-31 16:12:38 +01:00