Commit Graph

49 Commits

Author SHA1 Message Date
j dbf740e55e use .editorconfig 2018-06-19 08:33:26 +02:00
j 12f3901c9a py3 filter->list(filter 2017-02-16 14:24:51 +01:00
j 844d1697bd remove unused annotation.tasks.update_matches 2016-09-06 00:19:36 +02:00
j d53659c0c4 move annotation update_matches logic into models 2016-09-05 23:46:36 +02:00
j 1c580a2df7 async update of annotation matches, fixes deadlock in load_subtitles 2016-08-31 18:03:19 +02:00
j 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
j 337cafcf76 don't add base keys to Item.data 2016-08-08 15:54:52 +02:00
j 4f28c2c548 fix annotation import, values are decoded in d1.9 2016-03-05 15:36:47 +05:30
j e22cc432b3 use transaction.atomic 2016-02-19 21:55:09 +05:30
Will Thompson ace04688f2 Entity.save(): update annotations async (fixes #2827, kinda) 2015-09-02 14:32:16 +02:00
j 83013bbe5e Update items when entities are renamed (fixes #2825) 2015-08-26 19:42:03 +02:00
j 34f2cfe290 avoid updating item if another annotation was added or edited since dispatching the update_item event 2015-05-20 00:20:50 +05:30
j d492619be6 entity names are only unique by type 2015-02-06 12:42:19 +05:30
j f1db36dd26 dont fail with no added annotations 2014-12-23 15:21:05 +00:00
j 3088beb5bc layer 2014-12-18 18:26:34 +00:00
j beca371b43 handle unknown entities. 2014-12-17 19:20:00 +00:00
j 901bd37e90 resolve entity to name, get_by_name for add/edit annotation api calls 2014-12-16 16:39:45 +00:00
j 55f9f8b82b typo 2014-11-18 18:21:41 +00:00
j 928cc11663 wrap annotation updates into transactions 2014-11-18 14:55:21 +00:00
j 3232ce6989 rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
j 12fa7edb53 add annotationLanguages 2014-07-18 14:28:09 +00:00
j 7ef70a04e0 dont use transaction for annotation import, fixes #2356 2014-03-13 10:25:29 +01:00
j 4fe4070e1f update facets if layer in facet_keys 2014-02-13 11:08:28 +00:00
j 2f7ce45233 config['filter'] is gone 2013-10-07 09:19:15 +00:00
j 07af51ce22 fix adding event annotation 2013-04-30 14:25:01 +00:00
j 29008d0eae add addAnnotations api to batch import many annotations, update importAnnotations dialog 2013-03-04 15:41:25 +00:00
j 19a56af125 only cleanup clips related to item, gets to slow with many annotations 2012-05-27 15:16:07 +00:00
j 12226662f8 smarter places/events update 2012-05-27 14:21:08 +00:00
j 69b1e6c7b2 cleanup use of python-ox api 2012-05-27 13:52:12 +02:00
j 11b0a06107 typo, fixes #693 2012-03-21 09:13:38 +01:00
j 558306a629 dont look over places/events if empty annotation 2012-03-10 02:33:03 +01:00
j 2ae9035a37 places too 2012-03-09 23:53:52 +01:00
j 4969719231 newlines 2012-03-09 23:47:36 +01:00
j 4f16b59458 find matches accros newlines 2012-03-09 23:37:54 +01:00
j e09fd09bdf reduce db roundtrip in update_matching 2012-03-09 13:12:11 +01:00
j 4629d64361 avoid DoesNotExist errors while updating matches 2012-02-21 03:29:51 +05:30
j 40ee2a0860 place/event annotations always need a place/event object. set formated date on annotations 2012-02-18 09:59:56 +00:00
j f3d20abe99 remove clips without annotations 2012-02-15 22:03:19 +05:30
j b9129b10c7 update in memory object too 2012-02-15 18:02:52 +05:30
j 8520c06680 sync find/sort table saving annotations, fixes #401 2012-02-15 17:57:42 +05:30
j 23d4afd9c0 delete undefined places/events that do not match anymore 2012-02-03 13:53:48 +05:30
j 5b041be8d9 dont mingle name if its exact 2012-02-03 12:25:11 +05:30
j 041a272c4d update matching places/events 2012-02-03 12:13:15 +05:30
j 916bd3d393 typo 2012-02-01 23:05:28 +00:00
j 1f1683c5a5 create undefined places/events 2012-02-01 15:25:18 +00:00
j 06069b71e2 match places/events in any case, update url-list in torrent to match current url 2012-01-17 16:09:45 +05:30
j 4d06bacfc4 update place/event matches on change 2012-01-02 23:05:10 +05:30
j 2a3c09d0ce update celery import to work with 2.2 2011-12-27 18:51:22 +05:30
j dd8aee522c place/event matching task that could be used saving annotations 2011-10-27 10:44:05 +02:00