Romain Bignon
35f03a00a1
fix crash on coming operations
2014-09-29 00:34:54 +02:00
Bezleputh
9a7d5edb79
[flatboob] add load command
2014-09-27 12:13:17 +02:00
Bezleputh
fd5c565b3b
[leboncoin] allow to choose between owner adverts and agency adverts
2014-09-26 22:48:44 +02:00
Bezleputh
695d969682
[leboncoin] handle query.type
2014-09-26 17:33:26 +02:00
Bezleputh
258eb9a56c
[leboncoin] fix BROWSER naming
2014-09-26 15:42:38 +02:00
Florent
0b58c9a26b
Rename filenames in boilerplate
2014-09-26 11:09:35 +02:00
Florent
0b08f614a1
Adapt leboncoin to new API
2014-09-26 10:36:34 +02:00
Florent
0f4f1222b7
s/backend/module in docstrings
2014-09-26 10:18:12 +02:00
Florent
0088013ae1
Rename BaseBrowser to Browser
2014-09-26 10:18:12 +02:00
Florent
444d36eee8
Rename BasePage to Page
2014-09-26 10:18:12 +02:00
Florent
44dffce7b2
Rename CapBase to Capability
2014-09-26 10:18:12 +02:00
Florent
a64c9f2edb
Rename BaseApplication to Application
2014-09-26 10:18:12 +02:00
Florent
5a1d83b567
Rename BaseModule to Module and Module to LoadedModule
2014-09-26 10:18:12 +02:00
Florent
5c71be36f5
Rename GenericBackend.py to GenericModule.py
2014-09-26 10:18:12 +02:00
Florent
f3aeddffbc
Rename backend.py to module.py
2014-09-26 10:18:12 +02:00
Florent
ac5b410b0d
Update weboob_lint
2014-09-26 10:18:12 +02:00
Florent
9370b2fae7
s/Backend/Module
2014-09-26 10:18:11 +02:00
Florent
5fe0092c2c
Move base_backend.py to base_module.py
2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c
s/BACKEND/MODULE/
2014-09-26 10:18:11 +02:00
Florent
c678dd6b7a
Use Module and not backend in the documentation
2014-09-26 10:18:11 +02:00
Florent
8559af3d6a
s/BaseBackend/BaseModule
2014-09-26 10:18:11 +02:00
Bezleputh
3297651bdc
[leboncoin] fix bugs ( 'Hier' date parsing + getting photo.data)
2014-09-26 00:27:33 +02:00
Bezleputh
3e1a8b735a
[CapHousing] add and handle in leboncoin a new house type : UNKNOWN
2014-09-25 15:41:28 +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
Bezleputh
6cd0515ffe
[leboncoin] add new housing module laboncoin
2014-09-25 10:29:59 +02:00
Bezleputh
7304f1dee1
[CapHousing] add and handle in flatboob house_types field
2014-09-25 10:29:58 +02:00
smurail
26c929ff9d
JSVar: fix encoding issues and simplify code
2014-09-24 16:00:48 +02:00
smurail
128739aceb
JSVar: add cornercase
2014-09-23 11:12:19 +02:00
smurail
72852cee13
let JSVar inherits from parameters of Regexp (like nth)
2014-09-23 11:12:18 +02:00
smurail
eb335e66fc
add an nth parameter to Regexp filter
2014-09-23 11:12:17 +02:00
Romain Bignon
95322811c8
fix missing import
2014-09-22 23:05:22 +02:00
Vincent Paredes
c44c7853d0
backporting mergin_hook to support hook's requests in wheezy
2014-09-22 23:00:03 +02:00
smurail
bb4e91aa2e
prevent mess when copying BaseObject instances
...
Note: to understand this fix, see AbstractElement.__init__ -- it calls
deepcopy on parent.env, it caused copying of objects we do not want to
copy such as thread locks.
2014-09-22 17:33:02 +02:00
Florent
a5260326d3
Return the fullid of not found parcel
2014-09-22 17:11:30 +02:00
Florent
6f1b58d6a5
Catch parcelnotfound by untracking
2014-09-22 17:06:24 +02:00
Florent
6f39752120
Raise ParcelNotFound in colissimo
2014-09-22 17:06:24 +02:00
Florent
828509d72a
Add parcelnotfound exception
2014-09-22 17:06:20 +02:00
Florent
59b573cc8e
Return the real error message, not "label"
2014-09-22 16:48:31 +02:00
Vincent Paredes
12d26a64a9
the account information div's id change, so we look for the dom structure
2014-09-22 14:04:53 +02:00
Florent
0cee8e2c56
Update regexps
2014-09-22 13:59:19 +02:00
Bezleputh
944c5f9a07
[agendadulibre] new module agendadulibre
2014-09-21 12:13:50 +02:00
Bezleputh
e622aa9ad8
[CapCalendar] add Conference event category
2014-09-21 12:13:45 +02:00
Laurent Bachelier
8bf0cba300
core: Use the new vocabulary
2014-09-21 12:13:23 +02:00
Romain Bignon
a4083f89a6
do exactly the same thing than js to always get accounts list
2014-09-21 12:11:50 +02:00
Romain Bignon
dbd87d22ab
move handle_loaders into AbstractElement
2014-09-20 23:51:28 +02:00
Romain Bignon
61aa684c7d
add a realname to smurail
2014-09-20 12:15:33 +02:00
Oleg Plakhotniuk
8f2b3acce6
Rewrite Wells Fargo with browser2 ( closes #1624 )
...
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-09-20 12:10:52 +02:00
Bezleputh
9d36e7a0e6
[minutes20] fix parsing insolite pages parsing
2014-09-18 12:53:50 +02:00
Bezleputh
6e0af47492
[mareeinfo] fix sensor id
2014-09-18 12:53:42 +02:00