Commit graph

857 commits

Author SHA1 Message Date
j
28f9a01d90 __str__ 2017-04-15 12:29:12 +02:00
j
62ffbca208 pass 0 instead of None 2017-03-11 21:05:52 +02:00
j
d263c4c7f0 position is float 2017-03-11 20:56:37 +02:00
j
7ac8fefcf4 support all metadata keys in add (item) 2017-03-03 18:42:54 +01:00
j
f0a4aba751 use python_2_unicode_compatible 2017-03-03 08:56:35 +01:00
j
b8f191b3c9 more filter->list(filter 2017-02-25 11:41:48 +01:00
j
49c024e87d fix sitemap generation 2017-02-17 15:49:25 +01:00
j
fb74fcc5a7 make sure position is float, fixes #3007 2017-02-17 15:40:53 +01:00
j
2841b65ab4 no -1 items 2017-02-17 15:32:52 +01:00
j
578cfc7799 sitemap 2017-02-16 20:00:50 +01:00
j
a763291808 fix oembed urls 2017-02-16 14:33:51 +01:00
j
12f3901c9a py3 filter->list(filter 2017-02-16 14:24:51 +01:00
j
b566527483 fix short timelines for multipart videos fixes #2985 2017-01-07 16:52:17 +01:00
j
48587d295c format 2017-01-07 16:50:33 +01:00
j
ce2768e45f lookup name and column in indexdef, fixes ./manage.py sqlfindindex 2016-12-31 23:31:29 +01:00
j
14bfb1a451 finish tasks without error if item no longer exists 2016-11-30 11:07:38 +01:00
j
ff4e000954 check against item groups set 2016-11-17 16:09:09 +02:00
j
e1f35b1ec8 new documents section 2016-10-30 18:23:16 +01:00
j
addaa56d85 always clear siteposter cache if poster is removed 2016-10-28 18:15:44 +02:00
j
c19598c4d7 clear siteposter cache too 2016-10-28 17:56:39 +02:00
j
0893715069 add download url for direct uploads 2016-10-10 11:28:21 +02:00
j
cf0fcdbc5f only paste into small timeline if it exists 2016-09-15 15:20:57 +00:00
j
bea661abcf taskId must be in data 2016-09-07 20:23:31 +02:00
j
4d9761a32c make update_external async 2016-09-07 20:16:25 +02:00
j
4d1711cb01 only update subtitles if needed 2016-09-06 00:13:40 +02:00
j
5d43ed0585 Merge changes 2016-09-05 18:17:06 +02:00
j
3cb9281d6d w should never be 0 2016-09-05 18:16:39 +02:00
j
400162e400 full_tile_widths can be 0 for items with many parts 2016-09-05 15:47:36 +02:00
j
1c580a2df7 async update of annotation matches, fixes deadlock in load_subtitles 2016-08-31 18:03:19 +02:00
j
c409b63f25 __future__ print 2016-08-31 01:33:41 +02:00
j
f71334ae25 avoid ad 2016-08-28 13:25:26 +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
83c2e25aac support editable as result in find 2016-08-25 18:32:28 +02:00
j
d7b53aa322 limit cronjob rate if multiple cronjobs end up in queue 2016-08-18 13:41:24 +02:00
j
e1cacdb67a add task queue api 2016-08-17 14:37:59 +02:00
j
0eb873d2cb fix hue, saturation, lightness calculation for multi part items 2016-08-15 15:14:44 +02:00
j
3d6d1be2e6 include oshash in video url to avoid cache issues 2016-08-13 15:36:00 +02:00
j
2157b719ec use more info from sort table, fixes #2953 2016-08-09 15:06:44 +02:00
j
337cafcf76 don't add base keys to Item.data 2016-08-08 15:54:52 +02:00
j
c4a95bc320 update_poster should always update poster 2016-08-05 14:46:27 +02:00
j
5447aab0a1 more current values 2016-07-30 12:04:35 +02:00
j
dcf3acbd44 store facets in NFKD 2016-07-30 12:01:34 +02:00
j
dffb25e0e8 poster might still point to old id, after rename, delete and make new one. fixes #2944 2016-07-30 10:02:53 +02:00
j
5c90ff79a0 cleanup poster cache 2016-07-30 09:39:31 +02:00
j
383ad8a535 fix findMedia by item id 2016-07-24 17:52:33 +02:00
j
f8f951c966 remove outdated fixmes 2016-07-01 17:53:59 +02:00
j
5434ffbf53 make_poster no longer takes arguments 2016-07-01 12:44:07 +02:00
j
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
j
e9863c238e always use get_operator, avoid case-insensitive match if possible 2016-06-30 11:28:09 +02:00
j
b6e4d33a43 add Annotation.findvalue index (used by findClips) 2016-06-30 02:42:24 +02:00