Romain Bignon
|
c409675e6c
|
fix compatibility with python2.6
|
2014-05-19 07:23:12 +02:00 |
|
Laurent Bachelier
|
14b1b56914
|
browser2: Add an option to convert POST data to the proper encoding
And autodetect it on forms. There is no other way to know what is the
expected encoding.
|
2014-05-19 01:01:25 +02:00 |
|
Laurent Bachelier
|
22ce4438e5
|
pastealacon: Port to Browser2
It works, but there are a lot of things that could be improved.
|
2014-05-19 00:31:31 +02:00 |
|
Laurent Bachelier
|
45ba413a4b
|
pastoob: Add "info" command
|
2014-05-19 00:25:59 +02:00 |
|
Romain Bignon
|
e4d4ed206f
|
correctly handle _proxy_ssl backend's private config
|
2014-05-18 18:35:12 +02:00 |
|
Romain Bignon
|
535f5fc0a1
|
do not crash on 'like' messages
|
2014-05-18 16:46:14 +02:00 |
|
Romain Bignon
|
54d9efd05a
|
better profile parsing
|
2014-05-18 15:11:35 +02:00 |
|
Romain Bignon
|
b948c3247b
|
use fixed dates for messages
|
2014-05-18 13:54:31 +02:00 |
|
Romain Bignon
|
f33ba07b30
|
don't crash on removed contacts
|
2014-05-17 19:17:12 +02:00 |
|
Romain Bignon
|
db2494d3ad
|
can use okc with monboob
|
2014-05-17 19:07:37 +02:00 |
|
Romain Bignon
|
a40643bf40
|
factorize aum's Contact.get_text() and boobmsg formatter into ICapContact
|
2014-05-17 19:07:31 +02:00 |
|
Romain Bignon
|
06cdb82476
|
add alias for Ahmed misspelling name
|
2014-05-17 18:31:04 +02:00 |
|
Romain Bignon
|
1ca3c09479
|
handle sent page
|
2014-05-17 18:25:25 +02:00 |
|
Romain Bignon
|
e5a730be49
|
introduce Ahmed
|
2014-05-17 18:21:18 +02:00 |
|
Romain Bignon
|
3e3d121bff
|
first sent message is configurable
|
2014-05-17 18:19:13 +02:00 |
|
Romain Bignon
|
5dc9c8a2d4
|
ignore error when notes are not implemented on contacts
|
2014-05-17 18:18:20 +02:00 |
|
Romain Bignon
|
cbe5b3a47d
|
remove useless optimizations and fix code
|
2014-05-17 18:02:24 +02:00 |
|
Ahmed Bousadia
|
64bfc47695
|
Adding a message to send to ok profile walker
|
2014-05-17 17:15:56 +02:00 |
|
Ahmed Boussadia
|
16477b4649
|
Adding rating support for OKC browser and PROFILE_WALKER optimizer
|
2014-05-17 17:15:55 +02:00 |
|
Ahmed Boussadia
|
720fd5ba1a
|
Improving okc profile alker optimizer
|
2014-05-17 17:15:53 +02:00 |
|
Ahmed Boussadia
|
bf4300e9be
|
Adding profile walker to okc
|
2014-05-17 17:15:52 +02:00 |
|
Ahmed Boussadia
|
641bbf7a7a
|
Query visit a profile for OKC implemented
|
2014-05-17 17:15:50 +02:00 |
|
Ahmed Boussadia
|
296d6b7c9f
|
Starting work on okc module : adding optimization
|
2014-05-17 17:15:46 +02:00 |
|
Romain Bignon
|
0349e85360
|
display card as accounts (closes #1362)
|
2014-05-17 16:44:32 +02:00 |
|
Romain Bignon
|
ee8b57b437
|
add keywords in .desktop files (closes #1356)
|
2014-05-17 16:09:37 +02:00 |
|
Romain Bignon
|
19ae5d6312
|
add linesep to output content if file is not sys.stdout (closes #1383)
|
2014-05-17 15:55:03 +02:00 |
|
Romain Bignon
|
62b8ca70c6
|
sorry Olf, I've in fact broken weboob-repos
|
2014-05-17 15:07:56 +02:00 |
|
Romain Bignon
|
15a58d5647
|
import browser exceptions from weboob.tools.exceptions
|
2014-05-17 14:56:07 +02:00 |
|
Romain Bignon
|
e434bb90e2
|
all browser2 modules may import exceptions from weboob.tools.exceptions
|
2014-05-17 14:27:56 +02:00 |
|
Romain Bignon
|
3e1dec519e
|
move ParseError into weboob.tools.exceptions
|
2014-05-17 14:27:55 +02:00 |
|
Romain Bignon
|
6fcac89dd5
|
first step in python3 support
|
2014-05-17 14:27:55 +02:00 |
|
Romain Bignon
|
7c1e08eb96
|
move browser exceptions into weboob.tools.exceptions
|
2014-05-17 14:27:55 +02:00 |
|
Romain Bignon
|
b4bdb1fc92
|
use URL.id2url to parse url if any, and ignore unwanted urls
|
2014-05-17 14:27:55 +02:00 |
|
Romain Bignon
|
686a3b77e8
|
fix URL.id2url (give the browser instance to URL.build())
|
2014-05-17 14:27:34 +02:00 |
|
Laurent Bachelier
|
82f47bff88
|
Allow forcing a Page content encoding
|
2014-05-16 15:37:24 +02:00 |
|
Laurent Bachelier
|
e01b39c8d2
|
Also ignore URLs where all kwargs were not used
|
2014-05-16 11:47:25 +02:00 |
|
Laurent Bachelier
|
6e9910ae9a
|
Only use full-name substitutions, to allow % in URLs
|
2014-05-16 11:47:25 +02:00 |
|
Laurent Bachelier
|
28d16c01eb
|
Allow a default equal to None
get(..., default=None) will now be able to work.
|
2014-05-16 11:44:29 +02:00 |
|
Florent
|
e5b46abf2d
|
Fix conversion warning
|
2014-05-15 16:06:24 +02:00 |
|
Florent
|
3e2f740922
|
[canalplus] Do not assume the number of available qualities
|
2014-05-15 15:13:24 +02:00 |
|
Bezleputh
|
e0753f9a23
|
[canalplus] fix play and download
|
2014-05-15 14:49:37 +02:00 |
|
Bezleputh
|
99be5d9e13
|
[canalplus] fix browsing categories
|
2014-05-14 23:18:01 +02:00 |
|
Bezleputh
|
47c634e90c
|
[webcontentedit] add a -r parameter to get command to precise revision id.
The aim is to allow to get compound words
|
2014-05-14 11:42:43 +02:00 |
|
Bezleputh
|
2d22590cbd
|
[mediawiki] fix encoding error
|
2014-05-14 10:15:21 +02:00 |
|
Bezleputh
|
e63255e0be
|
[francetelevisions] fix unicode warning
|
2014-05-13 00:05:03 +02:00 |
|
Florent
|
1f17d9f265
|
Fix title getter (TorrentsPage and TorrentPage)
|
2014-05-12 16:36:10 +02:00 |
|
Roger Philibert
|
a9d4cfdc66
|
oups, remove of specific code not aimed to be push'd
|
2014-05-10 17:21:52 +02:00 |
|
Roger Philibert
|
0e38bab406
|
add a root message for the "match" event
|
2014-05-10 15:02:38 +02:00 |
|
Romain Bignon
|
54f7643423
|
add a signature to messages
|
2014-05-10 11:59:55 +02:00 |
|
Roger Philibert
|
3005886e3d
|
sort threads by last activity date
|
2014-05-10 11:59:42 +02:00 |
|