Commit Graph

456 Commits

Author SHA1 Message Date
Roberto Rosario
01fffaa59b Update auto_now_add and auto_now for the documents app models 2014-10-18 00:49:49 -04:00
Roberto Rosario
4211f048a0 Explicit new checkout check, remove unused import 2014-10-18 00:45:07 -04:00
Roberto Rosario
1b3233a1b0 Use auto_now_add 2014-10-18 00:42:45 -04:00
Roberto Rosario
297f860012 Use the auto_now_add option, removing the need to override the save method 2014-10-18 00:39:28 -04:00
Roberto Rosario
f594b9c270 Remove the FolderDocuments model simplyfing the Folder model and related views 2014-10-18 00:37:04 -04:00
Roberto Rosario
f039ae60c1 Add API endpoint to attach tags to documents 2014-10-17 22:49:51 -04:00
Roberto Rosario
c2f42bbcd9 Remove reference to unused model 2014-10-17 22:49:31 -04:00
Roberto Rosario
fe79931eec Remove unused import 2014-10-17 22:49:16 -04:00
Roberto Rosario
5557cc40cd Update model name 2014-10-17 22:48:58 -04:00
Roberto Rosario
75575bebcd Add TODO reminder 2014-10-17 22:48:46 -04:00
Roberto Rosario
9a164d6bd3 Don't fail if the taggit app is not installed 2014-10-17 22:48:16 -04:00
Roberto Rosario
f29714c5aa Update code to remove a tag from a document 2014-10-17 19:59:40 -04:00
Roberto Rosario
12744cb7d2 Add API views to create and delete tags 2014-10-17 19:58:17 -04:00
Roberto Rosario
0263745482 Simplify Tag model, remove django-taggit from the requirements 2014-10-17 19:57:37 -04:00
Roberto Rosario
e56ae335e6 Remove widget code and icon usage 2014-10-17 18:40:27 -04:00
Roberto Rosario
0ae7469d1a PEP8 cleanups 2014-10-17 18:34:50 -04:00
Roberto Rosario
ae3135bec8 Remove unused static media 2014-10-17 18:34:36 -04:00
Roberto Rosario
1c2932586e Remove the checkout widget, update and fix checkouts app's urls namepsaces 2014-10-17 18:28:03 -04:00
Roberto Rosario
0e12444c05 Add missing parenthesis 2014-10-17 18:13:24 -04:00
Roberto Rosario
464f0f099b Add API endpoint to remove a tag from a document 2014-10-16 11:16:43 -04:00
Roberto Rosario
46b14eb22f Start using names that make more sense 2014-10-16 00:39:26 -04:00
Roberto Rosario
26e81ec053 Fix method name 2014-10-16 00:39:03 -04:00
Roberto Rosario
7db17e58bd Remove unused document indexing utils module 2014-10-16 00:36:02 -04:00
Roberto Rosario
e909b5db8d Merged the unfinished document states into the development branch, reverting. 2014-10-16 00:31:58 -04:00
Roberto Rosario
2559f67e12 Remove document model first_version property, not used anywhere 2014-10-15 20:49:51 -04:00
Roberto Rosario
598e4e0c25 Issue #30, Initial commit of the document states app 2014-10-14 23:42:16 -04:00
Roberto Rosario
4e2120edfd Add missing namespace 2014-10-14 23:41:28 -04:00
Roberto Rosario
29a5efe511 Hide import of DocumentSerializer, causes migration errors 2014-10-14 23:41:00 -04:00
Roberto Rosario
1f016e6773 Issue #56, Remove obsolete OCR statistics 2014-10-14 05:06:58 -04:00
Roberto Rosario
bdd1855ae5 Issue #3, Removal of the last blind |safe filtering 2014-10-14 05:03:39 -04:00
Roberto Rosario
733dfc3cf7 Encapsulate and properly report invalid requested fields during search 2014-10-14 04:45:37 -04:00
Roberto Rosario
815fb2ec01 Add placeholder serializer class to avoid errors with Django REST Swagger 2014-10-14 04:34:15 -04:00
Roberto Rosario
ce5fd2e684 Add document indexing API endpoint to return the document indexes to which a document belongs 2014-10-14 04:29:44 -04:00
Roberto Rosario
f80ad671e5 Fix object level filtering based on permission 2014-10-14 04:29:14 -04:00
Roberto Rosario
e8891257ce No need to hide the DocumentSerializer import anymore 2014-10-14 04:14:24 -04:00
Roberto Rosario
2f3d62feac Use more consistent names 2014-10-14 04:12:35 -04:00
Roberto Rosario
bc13129e3b Close issue #77, add document view permission to the search app 2014-10-14 04:00:14 -04:00
Roberto Rosario
85c789c039 Register the search app search endpoint 2014-10-14 03:58:45 -04:00
Roberto Rosario
780c55e255 Add dynamic_search app API endpoints, simplify ModelSearch class and search views 2014-10-14 03:40:46 -04:00
Roberto Rosario
229df00e4a Fix typo 2014-10-14 03:36:11 -04:00
Roberto Rosario
0f3c72d095 Remove remaked lines 2014-10-14 03:35:34 -04:00
Roberto Rosario
597415c224 Fix API view name 2014-10-14 03:33:55 -04:00
Roberto Rosario
8e03dd50fd Improve API documentation templating 2014-10-14 01:25:07 -04:00
Roberto Rosario
28a7c9789c Add document_indexing API endpoints 2014-10-13 19:12:16 -04:00
Roberto Rosario
32974f035d Remove unneeded accesor method 2014-10-13 18:21:21 -04:00
Roberto Rosario
c09b423292 Use a modern way to define classes getters & setters 2014-10-13 17:54:11 -04:00
Roberto Rosario
8200204ddc Convert the 'document_save_to_temp_dir' utility function into a method of the Document model 2014-10-13 17:51:28 -04:00
Roberto Rosario
f3de7f84f2 Remove translations for the web_theme app 2014-10-13 17:41:09 -04:00
Roberto Rosario
8e4342da9e PEP8 cleanups 2014-10-13 17:39:49 -04:00
Roberto Rosario
01a15d7f0c PEP8 cleanups 2014-10-13 17:33:23 -04:00