Commit graph

93 commits

Author SHA1 Message Date
j
3232ce6989 rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
j
e381609b9e remove tests, not used 2014-09-05 13:39:43 +02:00
j
cc17a9b6a3 dont call update_matches on self inside update_matches, fixes #1496 2013-07-13 10:22:37 +00:00
j
e706fbfb9b api documentation takes and returns 2013-03-04 19:35:06 +00:00
j
b1d83b0f93 cleanup unused imports and unused variables 2013-02-21 13:28:36 +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
2c07dedac0 add south migrations, convert update to python 2012-11-02 13:41:41 +01:00
j
12226662f8 smarter places/events update 2012-05-27 14:21:08 +00:00
j
59f575d489 disable place/event rebuild tasks, those should not be needed anymore 2012-05-27 12:05:07 +00:00
j
69b1e6c7b2 cleanup use of python-ox api 2012-05-27 13:52:12 +02:00
j
00c8f47541 inbetween queries 2012-04-02 17:33:23 +02:00
j
11b0a06107 typo, fixes #693 2012-03-21 09:13:38 +01:00
j
f2b7ddd7b4 type needs index too 2012-02-24 00:40:49 +05:30
j
c32603dcbc add db indexes to places table 2012-02-24 00:13:45 +05:30
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
43d01b0490 reset more data 2012-02-04 14:02:48 +00:00
j
6e876c2b4d geonames are not unique 2012-02-03 14:44:11 +00:00
j
c450fd2a0b enabled/disabled places/events 2012-02-02 05:16:32 +00:00
j
afaa9178cf return defined 2012-02-01 16:35:57 +00:00
j
1f1683c5a5 create undefined places/events 2012-02-01 15:25:18 +00:00
j
82c83c1309 keep a log of changes 2012-01-31 22:36:10 +05:30
j
bb3f993b70 update celery corntab import 2012-01-27 18:11:28 +05:30
j
7140d4c3f5 move get_matches to annotations 2012-01-17 14:28:33 +05:30
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
265d3d5bcd avoid parallel updates to matches 2012-01-13 16:47:42 +05:30
j
bf518ae603 places backend, cleanup padma metadata 2012-01-13 01:02:54 +05:30
j
d6b9929052 fix get_matches 2012-01-09 00:08:05 +05:30
j
e1989eed57 use ox.django.api instead of local copy 2012-01-04 01:48:47 +05:30
j
4c25291c88 place/event matches 2012-01-02 20:59:43 +05:30
j
2a3c09d0ce update celery import to work with 2.2 2011-12-27 18:51:22 +05:30
j
d5a3231704 black icons, edit places 2011-12-27 08:49:30 +01:00
j
cea86aee43 use from/toAZ 2011-12-18 15:05:49 +05:30
j
0feace7a8b decode_id 2011-11-06 20:36:35 +01:00
j
c695e76a57 return 409 on conflict 2011-10-31 16:06:12 +00:00
j
6dc151cb50 regexp is always true, check if it matches 2011-10-30 23:43:41 +01:00
j
eaab56dcc7 dont match if there is another place/event with a name containing this place/event that is in the string, example York should not match New York 2011-10-30 23:31:26 +01:00
j
eee76a5b5d dont match substrings at beginging of value 2011-10-30 22:40:57 +01:00
j
a9d9a7ca63 make places case-insensitive too 2011-10-30 15:27:26 +01:00
j
fda3802652 only update if number of matches changed 2011-10-30 15:17:21 +01:00
j
e92f0a4d56 name/foo should work too 2011-10-30 15:01:38 +01:00
j
0253cda7e1 , 2011-10-30 14:50:14 +01:00
j
93c24419f1 also match multiword names 2011-10-30 14:46:36 +01:00
j
e71421f597 only find places/events where words match fixes: #58 2011-10-30 12:55:46 +01:00
j
910b8426dc run cron task in the morning 2011-10-27 13:06:13 +02:00
j
dd8aee522c place/event matching task that could be used saving annotations 2011-10-27 10:44:05 +02:00