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
Romain Bignon
a40643bf40
factorize aum's Contact.get_text() and boobmsg formatter into ICapContact
2014-05-17 19:07:31 +02:00
Romain Bignon
6fcac89dd5
first step in python3 support
2014-05-17 14:27:55 +02:00
Bezleputh
b140b3fa09
[boobcoming] improve collection management in boobcoming
2014-05-07 15:25:32 +02:00
Florent
f6ee441d08
Fix documentation of get_currency
2014-04-02 10:55:45 +02:00
Florent
74b99c4a8d
Filters on kwargs for find_object
2014-04-02 10:46:31 +02:00
Florent
6591785a10
s/find_id_list/find_object/
2014-04-02 10:31:00 +02:00
Florent
080c4aff81
Introduce find_id_list
...
And code simplification in backends/browsers
2014-04-01 17:40:38 +02:00
Romain Bignon
07a1d04bb6
fix compatibility with redmine 2.4, support start/end/tracker/priority (courtesy of François Revol)
2014-03-30 12:33:56 +02:00
Florent
c7b055b898
Remove unused (and undeclared) ipaddr field
2014-03-27 22:28:17 +01:00
Laurent Bachelier
9079db8acd
Show a user-friendly error message
2014-03-22 12:43:53 +01:00
Florent
23d5127454
Do not set None to the id
2014-03-19 11:22:42 +01:00
Romain Bignon
03ce941ccf
Revert "Rewrite the empty function according to the new NotLoaded"
...
This reverts commit 22606d961f .
2014-03-19 09:16:05 +01:00
Romain Bignon
892b3634a3
copy of NotLoaded and NotAvailable returns the same object
2014-03-19 09:15:38 +01:00