05534f2de4
fix import
2017-08-04 17:32:36 +02:00
ed97ae2423
avoid cache
2017-08-02 17:12:38 +02:00
d75f94ffcb
typo
2017-07-26 15:36:59 +02:00
0043eab61d
image might not be ready
2017-07-26 15:33:15 +02:00
6e7fe215da
refactor find
2017-07-26 13:33:08 +02:00
c6638cef13
list/map py3
2017-06-06 14:50:51 +02:00
62ffbca208
pass 0 instead of None
2017-03-11 21:05:52 +02:00
7ac8fefcf4
support all metadata keys in add (item)
2017-03-03 18:42:54 +01:00
fb74fcc5a7
make sure position is float, fixes #3007
2017-02-17 15:40:53 +01:00
2841b65ab4
no -1 items
2017-02-17 15:32:52 +01:00
578cfc7799
sitemap
2017-02-16 20:00:50 +01:00
a763291808
fix oembed urls
2017-02-16 14:33:51 +01:00
12f3901c9a
py3 filter->list(filter
2017-02-16 14:24:51 +01:00
ff4e000954
check against item groups set
2016-11-17 16:09:09 +02:00
e1f35b1ec8
new documents section
2016-10-30 18:23:16 +01:00
addaa56d85
always clear siteposter cache if poster is removed
2016-10-28 18:15:44 +02:00
c19598c4d7
clear siteposter cache too
2016-10-28 17:56:39 +02:00
0893715069
add download url for direct uploads
2016-10-10 11:28:21 +02:00
bea661abcf
taskId must be in data
2016-09-07 20:23:31 +02:00
4d9761a32c
make update_external async
2016-09-07 20:16:25 +02:00
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
83c2e25aac
support editable as result in find
2016-08-25 18:32:28 +02:00
3d6d1be2e6
include oshash in video url to avoid cache issues
2016-08-13 15:36:00 +02:00
2157b719ec
use more info from sort table, fixes #2953
2016-08-09 15:06:44 +02:00
f8f951c966
remove outdated fixmes
2016-07-01 17:53:59 +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
8ac78f3bd6
remove unused force flag from make_poster, update_timeline
2016-06-26 23:24:11 +02:00
2cec1b9ad5
s/import Image/from PIL import Image/g
2016-06-25 20:39:29 +02:00
fd9d3bdabf
flake8 + map->[]
2016-06-15 14:34:46 +02:00
652df88342
return 404
2016-04-04 15:50:07 +02:00
f0b8b2b81e
check that range is [int, int]
2016-03-17 16:06:08 +01:00
eeaeda3970
Support WebVTT subtitle export
2016-03-11 14:16:23 +01:00
c6f9f87c8e
Fix autocompleteSort with multiple keys ( fixes #2893 )
...
QuerySet.order_by() takes each key as a separate argument, not as a
single comma-separated string.
2016-03-03 18:15:37 +05:30
051a3578b4
inline django 1.9 version of ox.django
2016-02-20 10:41:23 +00:00
f060601d40
django 1.9 returns parsed value not raw data
2016-02-20 15:15:02 +05:30
62caf55fe6
stop using RequestContext
2016-02-20 15:15:02 +05:30
1cc795995d
user.get_profile()->user.profile
2016-02-19 22:06:11 +05:30
3e8f28ff47
update imports
2016-02-19 22:06:10 +05:30
6b1ce30eb2
from __future__ import print_function
2016-02-18 16:19:26 +05:30
j
5da83f6f6d
don't return empty string for undefined values, handle in context browser
2015-05-23 15:11:18 +05:30
4d6466779f
autocomplete: fix typo in docstring
2015-04-30 22:48:07 +02:00
51c3df9660
typo: permissino permission in 403 errors
2015-04-28 18:12:00 +02:00
j
e604ba73bd
remove debug output
2015-04-25 13:08:24 +02:00
9ac5dc7ba9
[PATCH] Fix find()'s docs on nested subconditions
...
The documentation says that you need to write (P & Q) | R
like this:
{
'conditions': [
{
'query': {
'conditions': [P, Q],
'operator': '&'
}
},
R
],
'operator': '|'
}
but actually you need to omit the { 'query': ... } wrapping the
subclause. Including it crashes parseCondition() at:
v = condition['value']
for the obvious reason.
2015-03-05 14:17:02 +05:30
j
2a63a3b300
dont include null values in lookup
2015-02-16 16:12:44 +00:00
j
2e246dd06e
cleanup
2015-02-16 16:02:18 +00:00
j
7ae02d5678
implement lookup
2015-02-16 16:00:26 +00:00
j
708e6e5b2c
fixx add movie
2015-01-24 15:49:57 +05:30
rolux
0f1ecec5b5
update api docs (find)
2014-12-21 12:46:35 +00:00
rolux
0dd956e231
update api docs ('my groups' query)
2014-12-21 11:34:41 +00:00