Commit graph

28 commits

Author SHA1 Message Date
j
f0a4aba751 use python_2_unicode_compatible 2017-03-03 08:56:35 +01:00
j
3ac08aa806 make moveMedia async 2016-09-08 00:29:31 +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
88c800a093 use data['positions'] 2016-06-30 16:42:56 +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
051a3578b4 inline django 1.9 version of ox.django 2016-02-20 10:41:23 +00:00
j
4219246909 db migration 2016-02-20 15:15:01 +05:30
j
e738503380 remove old migrations 2016-02-19 15:17:18 +00:00
j
6b1ce30eb2 from __future__ import print_function 2016-02-18 16:19:26 +05:30
j
c17f0a4376 add new file for r5049 2015-10-12 18:43:41 +01:00
rolux
69254bbe48 changeid can also be list of ids, use text 2015-10-12 15:25:24 +01:00
j
af86445b2e use username not user 2015-05-18 23:01:19 +02:00
j
562a506d68 include user in change event 2015-05-08 08:39:31 +02:00
f9ba4d1bf1 findChangeLog: don't crash if sort is unspecified
This would crash:

    api.findChangeLogs(keys=[])

because there's no 'name' key for changelog entries. Instead, default to
chronological order, newest first.
2015-05-06 19:00:44 +02:00
j
e7f83f674e add inital implementation for a websocket, disabled by default for now 2015-04-28 23:05:15 +05:30
j
ff5d9633ce add db index on changelog.created 2015-04-15 15:00:52 +05:30
j
2325c71c21 fix limit by created 2015-04-14 20:13:19 +01:00
rolux
cada20f904 update api docs 2014-12-19 15:05:08 +00:00
j
a1008f87c9 findChangeLogs is bound to canManageUsers 2014-12-17 14:01:06 +00:00
j
ed7c5b8a6d its created not date. 2014-12-17 13:56:45 +00:00
j
9e9bf30c42 add new changelog and call add_changelog all over the place 2014-12-17 13:45:46 +00:00
j
2f154aa610 add basic changelog api 2014-12-16 13:44:27 +00:00
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
4f7c7e9abe add method to recover an item from changelog 2013-09-11 12:18:01 +02:00
j
2c07dedac0 add south migrations, convert update to python 2012-11-02 13:41:41 +01:00
j
82c83c1309 keep a log of changes 2012-01-31 22:36:10 +05:30