|
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 |
|
|
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
|
ec5158c03a
|
normalize find values and make lower case, also normalize and lowercase quieries
|
2012-11-18 20:26:13 +01:00 |
|
j
|
00c8f47541
|
inbetween queries
|
2012-04-02 17:33:23 +02:00 |
|
j
|
0feace7a8b
|
decode_id
|
2011-11-06 20:36:35 +01:00 |
|
j
|
bc118c67ee
|
switch to base26 ids
|
2011-10-01 00:28:35 +02:00 |
|
j
|
7982ba6b29
|
dont filter empty conditions
|
2011-09-28 18:00:13 +00:00 |
|
j
|
52df791560
|
- use getPage for site dialog
- add events and users dialog and backend
- add some values to preferences/settings dialog
- more migration of backend to new query api
|
2011-09-25 01:09:48 +02:00 |
|
j
|
3b85387481
|
positions not ids and other cleanups
|
2011-06-01 13:03:43 +02:00 |
|
j
|
8dcb5a8e31
|
findPlace by id
|
2011-05-30 14:20:49 +02:00 |
|
j
|
6485a9d924
|
places parseCondition takes 2 arguments
|
2011-05-30 10:54:13 +02:00 |
|
j
|
0bc14bb408
|
conditions
|
2011-05-30 00:07:30 +02:00 |
|
j
|
abb6f82b80
|
clear cache on remove, do not overwrite query but just set default, within
|
2011-05-29 23:43:33 +02:00 |
|
j
|
59f7421922
|
alternativeNames, bounds
|
2011-05-29 22:35:49 +02:00 |
|
j
|
ad4ed30dd6
|
get defaults to None
|
2011-04-23 01:34:01 +02:00 |
|
rolux
|
40d2a86524
|
improvements to map
|
2011-02-25 10:23:46 +00:00 |
|
j
|
f62f254f98
|
places
|
2011-02-24 19:39:58 +01:00 |
|
j
|
2d5f924891
|
cleanup imports and syntax warnings
|
2011-01-01 17:14:42 +05:30 |
|
j
|
b8e5764f3d
|
split models into apps, new api interface
|
2010-11-26 16:07:24 +01:00 |
|