Roberto Rosario
|
71ac2cbf79
|
With full document OCR queue and per document type OCR queuing, re_queueing OCR errors is redundant, removing.
|
2015-10-21 03:58:09 -04:00 |
|
Roberto Rosario
|
14184b8c76
|
Add view to queue document for OCR by document type.
|
2015-09-27 01:37:57 -04:00 |
|
Roberto Rosario
|
6ca6cd9f21
|
PEP8 Cleanusp (549 warnings).
|
2015-09-16 04:15:10 -04:00 |
|
Roberto Rosario
|
e1a04d9838
|
Convert document trash view to CBV. Improve ConfirmView based CBVs.
|
2015-09-15 02:02:38 -04:00 |
|
Roberto Rosario
|
561b56b12a
|
Replace usage of get_context_data with get_extra_context.
|
2015-08-15 03:02:02 -04:00 |
|
Roberto Rosario
|
f7f2135cad
|
Convert OCR error entry list view to CBV.
|
2015-08-14 14:54:32 -04:00 |
|
Roberto Rosario
|
97bba65668
|
Code style updates, change lists to tuples.
|
2015-08-13 15:27:22 -04:00 |
|
Roberto Rosario
|
3b728328ad
|
PEP8 cleanups, E501.
|
2015-07-23 04:05:29 -04:00 |
|
Roberto Rosario
|
4527563d89
|
PEP8 cleanups, specially E501 line too long.
|
2015-07-22 18:21:37 -04:00 |
|
Roberto Rosario
|
ec9d7d09a1
|
Include in context the document for which OCR will be queued.
|
2015-07-18 03:57:45 -04:00 |
|
Roberto Rosario
|
afe6644321
|
Use shorter confirmation messages.
|
2015-07-17 19:52:17 -04:00 |
|
Roberto Rosario
|
653a145914
|
Add tool view to perform OCR on all documents at once.
|
2015-07-17 13:04:51 -04:00 |
|
Roberto Rosario
|
e891fe9525
|
PEP8 cleanups and code style cleanups.
|
2015-07-10 17:19:36 -04:00 |
|
Roberto Rosario
|
8727f093e0
|
Don't initialize a document type's OCR settings via the view, do so via signal on document type creation.
|
2015-07-06 01:36:17 -04:00 |
|
Roberto Rosario
|
bee9ae32c3
|
Call the correct super class
|
2015-07-03 03:19:13 -04:00 |
|
Roberto Rosario
|
ace76fc69c
|
Update apps for new ACLs refactor.
|
2015-07-01 16:36:20 -04:00 |
|
Roberto Rosario
|
1c084aa07b
|
Split Permission and StoredPermission class and model into different modules. Simplified the Permission class.
|
2015-06-28 01:03:29 -04:00 |
|
Roberto Rosario
|
d26402974a
|
Allow registering permission from the permission namespace. Replace all permission variables to be lowercase (style guide reserver uppercase variables for constants and literals).
|
2015-06-28 00:19:49 -04:00 |
|
Roberto Rosario
|
72b91b79ac
|
Move document type's OCR settings from the documents app to the OCR app
|
2015-06-24 01:52:33 -04:00 |
|
Roberto Rosario
|
ad7a5d8244
|
Update document OCR submit views to CBV views
|
2015-06-19 19:07:44 -04:00 |
|
Roberto Rosario
|
08a8ae2554
|
Move document page content code to the OCR app. Prep work for issue #186.
|
2015-06-17 00:21:35 -04:00 |
|
Roberto Rosario
|
74bd69b61c
|
Remove OCR cleanup view
|
2015-06-09 03:29:15 -04:00 |
|
Roberto Rosario
|
23fc9f1e36
|
Merge main and common apps, extract authentication functionality to new authentication app. Closes issues #179 and #180
|
2015-04-06 16:09:54 -04:00 |
|
Roberto Rosario
|
5dabc0a34a
|
Add new appearance app to hold all of the base templates, images, icons and external packages related to the frontend and look of the project
|
2015-03-30 02:17:40 -04:00 |
|
Roberto Rosario
|
9c2412f487
|
Fix issue #158
|
2015-02-06 20:43:25 -04:00 |
|
Roberto Rosario
|
b55acb6e12
|
Normalize import style
|
2015-01-24 17:05:32 -04:00 |
|
Roberto Rosario
|
e6754c9a6f
|
Update the OCR app to work based on document versions not documents, document version are the module which hold the document pages instances. Remove old OCR document queue and replace with a single module for OCR processing error entries. Increase compatibility with Django 1.7 and Python 3.
|
2015-01-15 03:01:43 -04:00 |
|
Roberto Rosario
|
2c2dfa88cc
|
Issue #84, Remove template context variable 'object_name' to improve ease of translation
|
2014-10-28 02:36:43 -04:00 |
|
Roberto Rosario
|
a728690335
|
Issue #56, #97, Make multi item links a drop down list of actions, remove unused code
|
2014-10-27 16:26:13 -04:00 |
|
Roberto Rosario
|
71e8502614
|
Remove confirmation template's form icon
|
2014-10-25 02:21:44 -04:00 |
|
Roberto Rosario
|
0d38a1239d
|
PEP8 cleanups
|
2014-10-18 00:55:55 -04:00 |
|
Roberto Rosario
|
9662d14e9c
|
Issue #40, finish remaining '/' hardcoded redirects
|
2014-10-09 20:05:42 -04:00 |
|
Roberto Rosario
|
c2e35694d8
|
Unify the method to submit document for OCR, fix OCR error document re-queue view
|
2014-10-09 14:08:48 -04:00 |
|
Roberto Rosario
|
8bac1525be
|
PEP8 cleanups
|
2014-10-08 19:39:16 -04:00 |
|
Roberto Rosario
|
f26f202c4d
|
Use different queues for the background tasks
|
2014-10-03 03:22:35 -04:00 |
|
Roberto Rosario
|
a613c65fde
|
Update the OCR app to use Celery, remove OCR config options OCR_REPLICATION_DELAY, OCR_NODE_CONCURRENT_EXECUTION, OCR_QUEUE_PROCESSING_INTERVAL
|
2014-10-03 01:19:59 -04:00 |
|
Roberto Rosario
|
74cf4c413f
|
Import cleanups, reorganization, PEP8 cleanups
|
2014-10-02 02:01:08 -04:00 |
|
Roberto Rosario
|
06dd1b3368
|
Issue #39, Explicitly captalize string now that they are not capitalized blindly by the templates
|
2014-10-02 01:17:27 -04:00 |
|
Roberto Rosario
|
b42e9badf6
|
Move common templates to apps/main/templates/main/*
|
2014-08-26 02:44:49 -04:00 |
|
Roberto Rosario
|
6b169b4526
|
Modernize exception handling, and improves Python 3.x compatibility
|
2014-07-20 16:42:30 -04:00 |
|
Roberto Rosario
|
ecb6733cd4
|
PEP8 cleanups, unused imports cleanups
|
2014-06-29 14:14:27 -04:00 |
|
Roberto Rosario
|
9187e7c5f8
|
Remove use of backported object_list generic function view
|
2014-06-26 15:57:11 -04:00 |
|
Roberto Rosario
|
3ec31a890e
|
Remove all OCR queue transformation code
|
2014-06-25 10:44:43 -04:00 |
|
Roberto Rosario
|
ac061f2203
|
PEP8 Cleanups, simple sintax errors fixes
|
2014-06-25 02:53:12 -04:00 |
|
Roberto Rosario
|
0209d13150
|
Change quotation char usage, remarked code cleanups
|
2014-06-25 02:22:11 -04:00 |
|
Roberto Rosario
|
eda2592106
|
Cleanup import, quoting style
|
2014-06-20 19:59:33 -04:00 |
|
Roberto Rosario
|
ec1745b50b
|
Initial changes to support the new Django 1.6 project structure
|
2014-06-15 13:13:21 +02:00 |
|