|
1468ddbecb
|
towards supporting python 2 and 3
- use absolute_imports
- make use of six.moves
- use exec instead of execfile
- use list(dict) instead if dict.keys()
|
2016-08-25 18:34:36 +02:00 |
|
|
88c800a093
|
use data['positions']
|
2016-06-30 16:42:56 +02:00 |
|
|
c7157d5001
|
only decode ids for found positions
merge document.view.get_positions into item.utils.get_positions
add flag to decode id before looking up in ids
Followup to 09ebbc9cc6
|
2016-06-30 16:18:07 +02:00 |
|
|
e9863c238e
|
always use get_operator, avoid case-insensitive match if possible
|
2016-06-30 11:28:09 +02:00 |
|
|
051a3578b4
|
inline django 1.9 version of ox.django
|
2016-02-20 10:41:23 +00:00 |
|
j
|
adb831ce70
|
dont turn data into string, fixes #2797
|
2015-05-28 13:10:39 +02:00 |
|
j
|
6c6693e922
|
api rename: getPlaceNames/getEventNames to getPlaces and getEvents, fixes #2609
|
2014-12-22 10:35:39 +00:00 |
|
rolux
|
23ea99734d
|
add missing link in docs
|
2014-12-19 15:47:15 +00:00 |
|
rolux
|
4a084d8405
|
update api docs
|
2014-12-19 12:59:10 +00:00 |
|
rolux
|
6bd001a10a
|
update api docs
|
2014-12-18 20:16:41 +00:00 |
|
rolux
|
0a56268b92
|
update api docs
|
2014-12-18 19:26:37 +00:00 |
|
j
|
9e9bf30c42
|
add new changelog and call add_changelog all over the place
|
2014-12-17 13:45:46 +00:00 |
|
j
|
ceb507020b
|
data is passed to api functions now
|
2014-10-06 08:26:43 +00:00 |
|
j
|
3232ce6989
|
rename Item.itemId to Item.public_id
|
2014-09-19 12:26:46 +00:00 |
|
j
|
e706fbfb9b
|
api documentation takes and returns
|
2013-03-04 19:35:06 +00:00 |
|
j
|
69b1e6c7b2
|
cleanup use of python-ox api
|
2012-05-27 13:52:12 +02:00 |
|
rolux
|
13eec9346b
|
properly escape user names and list names
|
2012-02-22 10:14:07 +00:00 |
|
j
|
67bc4475e9
|
first round of input sanitization
|
2012-02-21 21:56:06 +05:30 |
|
rolux
|
e84a5a6ca9
|
update manage places / manage events
|
2012-02-20 18:31:26 +00:00 |
|
j
|
c017e935ad
|
fix addPlace
|
2012-02-20 17:41:46 +00:00 |
|
j
|
c49cc47c3d
|
update place/event matches in sync
|
2012-02-20 14:09:26 +00:00 |
|
j
|
6e876c2b4d
|
geonames are not unique
|
2012-02-03 14:44:11 +00:00 |
|
j
|
1f1683c5a5
|
create undefined places/events
|
2012-02-01 15:25:18 +00:00 |
|
j
|
ed37cd6924
|
add getPlaceNames/getEventNames api
|
2012-01-14 18:13:40 +05:30 |
|
j
|
107b11893e
|
faster findPlaces query
|
2012-01-14 16:48:02 +05:30 |
|
j
|
bf518ae603
|
places backend, cleanup padma metadata
|
2012-01-13 01:02:54 +05:30 |
|
j
|
e1989eed57
|
use ox.django.api instead of local copy
|
2012-01-04 01:48:47 +05:30 |
|
j
|
cea86aee43
|
use from/toAZ
|
2011-12-18 15:05:49 +05:30 |
|
j
|
c695e76a57
|
return 409 on conflict
|
2011-10-31 16:06:12 +00:00 |
|
j
|
aa24971401
|
match new place
|
2011-10-21 01:52:21 +02:00 |
|
j
|
80ade383f9
|
itemsQuery/clipsQuery
|
2011-10-19 16:20:12 +00:00 |
|
j
|
7761f97090
|
only update matches if names changed
|
2011-10-11 13:00:33 +02:00 |
|
j
|
dd6d015fc0
|
typo
|
2011-10-09 13:49:21 +00:00 |
|
j
|
5b933c22d8
|
select related for some queries
|
2011-10-09 15:39:45 +02:00 |
|
j
|
78e29d254f
|
conflict management
|
2011-10-04 00:47:48 +00:00 |
|
j
|
4027dea8b0
|
list confict/existing name in error message
|
2011-10-04 09:28:19 +02:00 |
|
j
|
dab85ad4fc
|
return each place only once
|
2011-10-02 17:39:34 +02:00 |
|
j
|
bc118c67ee
|
switch to base26 ids
|
2011-10-01 00:28:35 +02:00 |
|
j
|
102f65ab1f
|
basic annotation based clips view
|
2011-06-16 22:00:10 +02:00 |
|
j
|
ca0ddbe4ff
|
itemQuery
|
2011-06-05 18:30:30 +02:00 |
|
rolux
|
c01bb87c13
|
minor changes for filter dialog
|
2011-06-01 22:47:15 +00:00 |
|
j
|
3b85387481
|
positions not ids and other cleanups
|
2011-06-01 13:03:43 +02:00 |
|
rolux
|
645310907f
|
use showType Map option
|
2011-05-30 13:41:56 +00:00 |
|
j
|
41a40de2d7
|
matches
|
2011-05-30 15:40:16 +02:00 |
|
j
|
e316d107a5
|
document type, set default to ''
|
2011-05-30 13:23:49 +02:00 |
|
j
|
59f7421922
|
alternativeNames, bounds
|
2011-05-29 22:35:49 +02:00 |
|
j
|
dc5c9607f7
|
names
|
2011-05-28 15:57:47 +02:00 |
|
j
|
21d701d198
|
places
|
2011-05-28 13:18:45 +02:00 |
|
j
|
6ae8b6c57d
|
aliases
|
2011-03-05 15:31:56 +01:00 |
|
rolux
|
40d2a86524
|
improvements to map
|
2011-02-25 10:23:46 +00:00 |
|