Commit Graph

25 Commits

Author SHA1 Message Date
j dbf740e55e use .editorconfig 2018-06-19 08:33:26 +02:00
j e1f35b1ec8 new documents section 2016-10-30 18:23:16 +01: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 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
Will Thompson 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
j 051a3578b4 inline django 1.9 version of ox.django 2016-02-20 10:41:23 +00:00
j 9758b7d312 fail if entity is unknown 2015-06-24 16:41:49 +02:00
Will Thompson 3ad9d4821b Fix findEntities( ... name == x ... ), fixes #2769 2015-05-20 12:30:31 +02:00
Will Thompson 514e1ad36d autocompleteEntities: fix lies in docstring 2015-04-30 22:49:31 +02:00
j 5b7b389661 ignore case checking for existing entities, check for alternative names too, migrate existing double entries, fixes #2754 2015-04-23 12:55:11 +02:00
j c73ac10ed4 log addEntity in changelog 2015-04-14 19:15:59 +01:00
j b5212f2662 add leading word matches, fixes #2663 2015-02-06 15:16:41 +05:30
rolux 3950213960 update api docs 2014-12-19 15:31:57 +00:00
rolux cada20f904 update api docs 2014-12-19 15:05:08 +00:00
rolux 4a084d8405 update api docs 2014-12-19 12:59:10 +00:00
rolux bd2d9f2e57 update api docs 2014-12-18 20:56:28 +00:00
rolux 0a56268b92 update api docs 2014-12-18 19:26:37 +00:00
j 9e9bf30c42 add new changelog and call add_changelog all over the place 2014-12-17 13:45:46 +00:00
j 34506d5b99 entity sort name 2014-12-16 17:44:05 +00:00
j 61bf668957 only return name, leading matches first 2014-12-16 14:59:53 +00:00
j 3946875188 chnage editEntities argument names, fixes #2594 2014-12-16 13:36:37 +00:00
j cfa89206fe add autocompleteEntities 2014-12-01 19:25:01 +01:00
j b7ab390425 towards entity layer 2014-11-20 13:20:48 +00:00
j 60a7beeb23 add user 2014-11-19 19:21:42 +00:00
j 80ce81ac67 add entities backend 2014-11-18 18:16:28 +00:00