Christophe Benz
6f63ddd731
ignore *~
2010-11-14 11:08:59 +01:00
Romain Bignon
83b62564c4
update antispam
2010-11-14 11:06:45 +01:00
Romain Bignon
801ca95e05
fix getting my own id when I'm waiting to enter
2010-11-14 00:21:22 +01:00
Romain Bignon
724b008c4f
fix display of function name in cancel message
2010-11-13 02:04:40 +01:00
Romain Bignon
2d4587c147
handle common exceptions even during application loading
2010-11-13 01:48:20 +01:00
Romain Bignon
e1196bc30a
scheduler: fix error when ended task has been already removed
2010-11-13 01:44:09 +01:00
Xavier G
be990c150f
Fixed the CrAgr backend, allowing a second retrieving of the accounts list.
...
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-11-13 01:05:55 +01:00
Romain Bignon
a1937e0c82
fix posting on DLFP
2010-11-12 23:53:40 +01:00
Romain Bignon
a07b64e35d
Xavier is now the CrAgr maintainer
2010-11-12 22:47:50 +01:00
Romain Bignon
1c66261bf5
do not override iter_operations() to let ICapBank raise NotImplementedError
2010-11-12 22:47:22 +01:00
Xavier G
f338439bd7
Implemented history operation for CrAgr backend
...
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-11-12 22:43:26 +01:00
Romain Bignon
2a2ad84d8d
display the 'Missing godchilds' message even if there are not
2010-11-12 20:37:12 +01:00
Laurent Bachelier
e5d4047016
Use basestring instead of str and unicode
2010-11-12 18:52:50 +01:00
Laurent Bachelier
024f217c8b
Use strings instead of integers internally for account IDs
2010-11-12 18:40:23 +01:00
Laurent Bachelier
7d0105c167
Fallback to Python json if there is no simplejson
...
The json module is in Python 2.6 and up.
json does not raise JSONDecodeError, but ValueError. Since
JSONDecodeError is a subclass of ValueError, the except ValueError
will work for both.
2010-11-12 16:34:12 +01:00
Romain Bignon
fda971a7f1
oops typo in call of CallErrors handler
2010-11-12 14:24:43 +01:00
Romain Bignon
1fce063052
several minor fixes
2010-11-11 21:04:34 +01:00
Romain Bignon
d2f9bbb94c
when a page isn't recognized, print 'Response saved to' as a warning
2010-11-11 17:24:22 +01:00
Romain Bignon
6330ab2515
if we're on waiting, go on /invits.php to get my own id
2010-11-11 16:01:40 +01:00
Romain Bignon
4144380dd9
handle LoggedPage
2010-11-11 15:51:16 +01:00
Romain Bignon
7708c497ab
fix when interval is a string instead of an integer
2010-11-11 15:03:28 +01:00
Romain Bignon
8e6e18907c
oops missing imports
2010-11-11 14:59:47 +01:00
Romain Bignon
f3f2b249a2
simulate an activity from fakes (they also rate 0 craps found, and 5 you)
2010-11-11 14:58:52 +01:00
Romain Bignon
ecff9ebb64
ignore when a backend is not found in list
2010-11-11 14:58:10 +01:00
Romain Bignon
26e7604cd4
use exception AdopteBanned instead of BrowserUnavailable
2010-11-11 14:30:40 +01:00
Romain Bignon
fd3ccda664
add the PRIORITY_CONNECTION optimization ( closes #319 )
2010-11-11 14:13:11 +01:00
Romain Bignon
bc978b7112
raise BrowserUnavailable when going on the ban page
2010-11-11 14:09:26 +01:00
Romain Bignon
8c7da03c60
fix: when there are no args, return [] instead of ['']
2010-11-11 13:57:25 +01:00
Romain Bignon
9a8fe8b55e
support stopping of optimizations
2010-11-11 13:57:14 +01:00
Romain Bignon
a889cba908
use create_browser() to use the proxy parameter
2010-11-11 13:45:09 +01:00
Romain Bignon
c5803837fa
rewrite of the repeat scheduler and implement cancel()
2010-11-11 13:23:52 +01:00
Romain Bignon
6b25131bf5
check also if stdin is a tty to enable the pager
2010-11-11 13:23:42 +01:00
Romain Bignon
01acc2c7d4
new command 'weboob-config confirm'
2010-11-11 13:22:43 +01:00
Romain Bignon
d224effe35
fixes
2010-11-11 01:56:03 +01:00
Romain Bignon
3fb2bb6575
factorization of CallErrors exception handlers
2010-11-11 01:43:58 +01:00
Romain Bignon
111fc19683
fix imports
2010-11-11 01:28:53 +01:00
Romain Bignon
fcabbbe19f
rewritting the dating optimization services management (refs #319 )
2010-11-11 01:11:55 +01:00
Romain Bignon
d7fa7ce5ae
fix regexp of config
2010-11-11 01:11:37 +01:00
Romain Bignon
79c7bd9816
get_backend can get an optional 'default' parameter
2010-11-11 01:11:17 +01:00
Romain Bignon
ebe29a061f
new method 'delete' in storage and config
2010-11-11 01:11:00 +01:00
Romain Bignon
bf754b1859
correctly handle errors
2010-11-11 00:17:40 +01:00
Romain Bignon
6c22505f71
update antispam
2010-11-10 21:52:04 +01:00
Romain Bignon
8dc3231d88
remove useless 'inlogin' attribute
2010-11-10 21:52:02 +01:00
nicolas duhamel
9426b9f204
modified: weboob/backends/bp/backend.py
...
modified: weboob/backends/bp/browser.py
new file: weboob/backends/bp/pages/__init__.py
new file: weboob/backends/bp/pages/accounthistory.py
new file: weboob/backends/bp/pages/accountlist.py
new file: weboob/backends/bp/pages/cookie.py
new file: weboob/backends/bp/pages/login.py
2010-11-10 21:27:50 +01:00
Romain Bignon
e842015892
print errors when no message can be found
2010-11-10 13:26:18 +01:00
Romain Bignon
f5cf4795eb
fix parsing incoming mails when no charset is supplied
2010-11-10 12:57:17 +01:00
Romain Bignon
4926ac6ae2
store datetime from newsfeed in the Thread object ( closes #419 )
2010-11-10 00:30:01 +01:00
Romain Bignon
b08dda9bcc
fix if domain of In-Reply-To contains a '@'
2010-11-09 23:48:45 +01:00
Romain Bignon
c8d9d38826
prevent baskets from left sluts
2010-11-09 23:30:58 +01:00
Romain Bignon
08297f5f0b
fill all available fields
2010-11-09 23:27:56 +01:00