Commit Graph

47 Commits

Author SHA1 Message Date
j dbf740e55e use .editorconfig 2018-06-19 08:33:26 +02:00
j 4fae41c463 extension should always be lowercase 2017-05-28 13:40:56 +02:00
j 5e37a2d222 add upload to changelog 2017-03-12 22:01:32 +02:00
j 72fdc8ed4d fix sort in collection list view 2017-03-02 12:37:53 +01:00
j bf8c99513b no access to private documents 2017-01-25 00:13:37 +01:00
j 95131a6429 use lower case extensions 2016-10-30 18:23:16 +01:00
j e1f35b1ec8 new documents section 2016-10-30 18:23:16 +01:00
j b7659d6f14 cleanup document cache after upload 2016-09-23 22:58: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 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 09ebbc9cc6
findDocuments: improve performance of positions queries
References #2935
2016-06-28 16:36:55 +01:00
j 051a3578b4 inline django 1.9 version of ox.django 2016-02-20 10:41:23 +00:00
Will Thompson 47d8d67c3d Allow 'query' to be omitted from find*() (fixes #2883)
I hit this in findDocuments() so thought I'd fix them all.
2016-02-15 14:58:50 +00:00
j 54b7c4be9a update dimensions replacing documents, add modified to image urls to get latest version 2015-10-26 16:10:12 +01:00
j 6f9fb06da3 Replace Document, still some cache issues, fixes #2855 2015-10-25 22:08:13 +01:00
Will Thompson b7a83554ab Fix references to findDocument[s] in docstrings 2015-05-20 12:14:21 +02:00
j 6693bfcd0f return document or 404 no 500 2015-02-20 15:13:23 +00:00
j a2e23739b8 return id in response, fixes #2058 2015-02-14 18:29:58 +00:00
j ccfaa7db4a add entity/document relation 2015-02-13 11:06:09 +00:00
rolux ea1a94e9e4 update api docs (omissions, wording, typos) 2014-12-21 13:03:49 +00:00
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 7cfdf7b8db update api docs 2014-12-18 18:18:18 +00:00
j 9e9bf30c42 add new changelog and call add_changelog all over the place 2014-12-17 13:45:46 +00:00
j e98b97842e send 404 not 500 if document does not exist 2014-11-20 13:24:43 +00:00
j ceb507020b data is passed to api functions now 2014-10-06 08:26:43 +00:00
j 3232ce6989 rename Item.itemId to Item.public_id 2014-09-19 12:26:46 +00:00
j df44b0daf4 make per item document info editable if user can edit item 2014-04-17 19:32:30 +00:00
j 7cd152b1d5 refactor chunk upload: return offset, continue at server offset 2014-04-11 16:56:22 +00:00
j 22e3a9eedd upload chunks with offset. fail if uploaded file does not match oshash 2014-04-11 12:08:14 +00:00
j b2c7f3156d add getDocument api, fixes #2313 2014-02-16 10:15:45 +00:00
j 167de4cc97 add thumbnails of pdf pages #2148 2014-02-02 06:30:58 +00:00
j 49057ac14a remove list option from addDocument, fixes #2032 2014-01-16 05:30:54 +00:00
j 3ff178ed83 add option to add documents to all items in list 2014-01-09 08:05:35 +00:00
j b26c5d282f fix sort by description in item view 2014-01-08 09:12:44 +00:00
j b4b8e08231 fix adding items to empty list 2014-01-08 08:35:02 +00:00
j d1014334be fix per item document description 2014-01-08 04:32:57 +00:00
j 0e55faca0d update documents backend 2014-01-07 11:05:10 +00:00
j ff13a30639 add resolution/pages to documents, use poppler-utils to extract pdf pages. 2014-01-04 12:29:11 +00:00
j d1ed4ce79d fix permission error 2014-01-02 12:27:53 +00:00
j 19b8bcfc83 allow uploading/deleting multiple documents, fixes #1960. replace select option with item aware add button, fixes #1961 2014-01-02 10:11:27 +00:00
j c248a4c227 return thumbnails for images instead of full image 2013-12-23 12:32:23 +00:00
j 81706fcf3b change document urls to be /documents/ID/name.ext 2013-12-23 11:26:48 +00:00
j e6117dfc61 fix document upload, add select callback option to document dialog, ctrl-alt-n works to add documents 2013-07-08 11:40:18 +00:00
j 71846d5461 add per item document api 2013-05-27 11:21:08 +00:00
j 8da6badf4c rename files to documents and use media for media files 2013-05-27 10:13:59 +00:00