Commit Graph

12 Commits

Author SHA1 Message Date
j dbf740e55e use .editorconfig 2018-06-19 08:33: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 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 051a3578b4 inline django 1.9 version of ox.django 2016-02-20 10:41:23 +00:00
Will Thompson 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
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 82c83c1309 keep a log of changes 2012-01-31 22:36:10 +05:30