Commit graph

446 commits

Author SHA1 Message Date
Bezleputh
d012e45527 [collection] browser2 adaptation : do not require an params in constructor 2014-12-18 23:16:18 +01:00
Alexandre Morignot
689fe43ed5 [CapGallery] correct method name
The modules using this capability and galleroob have been corrected too
2014-12-13 13:47:47 +01:00
Oleg Plakhotniuk
d219d1e102 CapShop capability for viewing purchase orders history. Closes #1662 2014-12-01 10:31:45 +01:00
Alexandre Morignot
ec13db7de2 [CapCalendarEvent] default values for Query fields 2014-11-29 17:34:09 +01:00
Alexandre Morignot
9b901bed1f [CapCalendarEvent] add a ticket field to Query 2014-11-29 17:34:09 +01:00
Alexandre Morignot
4803b15721 add ticket status 2014-11-29 17:34:09 +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
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
Alexandre Morignot
f83c0abd95 add a field 'summary' to the Query object 2014-11-26 08:38:36 +01:00
Romain Bignon
75bfb5a38a the default ID is an empty string, not None 2014-11-05 08:22:13 +01:00
Bezleputh
de4a938d7e [CapWeather] browser2 adaptation : do not require an id in constructor 2014-11-05 08:22:13 +01:00
Florent
9c86b8f25b Better explanation for Investment class 2014-10-23 15:20:59 +02:00
smurail
232e631ae1 change quantity type to decimal number 2014-10-23 14:51:51 +02:00
Romain Bignon
88a899e8b3 fix StatusField to be a BaseObject 2014-10-19 13:09:25 +02:00
smurail
d9065796e9 add Emirati Dirham AEB currency 2014-10-13 22:48:55 +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
e2ac8687c6 Always raise instances of NotImplementedError 2014-10-10 23:41:43 +02:00
Florent
628c63f899 Remove backend for do() calls 2014-10-10 14:11:45 +02:00
Bezleputh
c2654ba06d [CapHousing] fix pep8 2014-10-08 10:45:31 +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
Romain Bignon
47c2257490 add Investment.description field 2014-10-07 00:36:29 +02:00
Florent
44dffce7b2 Rename CapBase to Capability 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
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Bezleputh
3e1a8b735a [CapHousing] add and handle in leboncoin a new house type : UNKNOWN 2014-09-25 15:41:28 +02:00
Bezleputh
7304f1dee1 [CapHousing] add and handle in flatboob house_types field 2014-09-25 10:29:58 +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
828509d72a Add parcelnotfound exception 2014-09-22 17:06:20 +02:00
Bezleputh
e622aa9ad8 [CapCalendar] add Conference event category 2014-09-21 12:13:45 +02:00
smurail
1b3b9a72ff let get_currency guess US$ means USD 2014-09-11 19:46:00 +02:00
Romain Bignon
9d4cb49dc5 add documentation on object constants 2014-09-03 07:40:13 +02:00
Romain Bignon
52899a7ca9 add __repr__ on NotAvailable, NotLoaded and _NO_DEFAULT constants to be more readable on doc 2014-09-03 07:21:23 +02:00
Julien Hebert
fe36d697ed closes #1626 : get_audiostream doesnt have pattern param 2014-09-02 06:29:50 +02:00
Romain Bignon
7d8571195f fix docstring issues 2014-08-30 20:45:10 +02:00
Bezleputh
158d3fb627 [CapTravel] brwser2 adaptation : do not require an id in costructor 2014-08-29 19:26:00 +02:00
Romain Bignon
0f1ce1d4b1 add tab to send queries 2014-07-19 15:42:19 +02:00
smurail
a6972d3958 add LBP to currencies 2014-07-09 19:02:23 +02:00
Florent
1ea36ced3f s/BaseCapObject/BaseObject/ (error in documentation) 2014-07-09 13:00:22 +02:00
Florent
e5f11a15eb s/IBaseCap/CapBase/ (refs #1424) 2014-07-09 12:59:31 +02:00
Florent
537b49e6bd DateField/TimeField/Delta are not really a base object 2014-07-09 11:46:46 +02:00
Romain Bignon
e025fb0b20 rename ICap to Cap (closes #1424) 2014-07-05 17:33:44 +02:00
Romain Bignon
51958135cb rename CapBaseObject to BaseObject (refs #1424) 2014-07-05 17:26:05 +02:00
Romain Bignon
ab7057b038 fix repr() and str() on File-based objects 2014-07-05 17:20:53 +02:00
Bezleputh
feb0e378dc [thumbnail] remove data field in to_dict method to avoid json crash during convertion 2014-06-27 09:00:07 +02:00
Bezleputh
aeab3fac71 [json] handle format_collection 2014-06-23 09:29:32 +02:00
Bezleputh
4489356623 [Message] remove required items in Message constructor 2014-05-21 17:53:53 +02:00
Bezleputh
b6fd529249 move id parsing from application to capability 2014-05-20 23:07:40 +02:00
Bezleputh
e33c177212 Manage Albums and Playlists in radioob 2014-05-20 23:07:40 +02:00
Bezleputh
edc49f59b2 [calendar] fix unicode warning 2014-05-19 09:57:38 +02:00