Commit Graph
212 Commits
Author SHA1 Message Date
Roberto Rosario 84c47d4ab6 Merge branch 'release/v0.12'
Conflicts:
	apps/documents/models.py
	apps/history/api.py
	apps/ocr/__init__.py
2012-02-27 12:57:11 -04:00
Roberto Rosario da6d1c474b Update compiled translation files 2012-02-22 16:14:40 -04:00
Roberto Rosario 4e1c8ff0eb Initial Polish translation by mic (https://www.transifex.net/accounts/profile/mic/) 2012-02-22 16:05:53 -04:00
Roberto Rosario f484e1a9c3 PEP8 and general cleanups 2012-02-22 11:57:00 -04:00
Roberto Rosario 5bc61ca70e Remove unused test files 2012-02-22 11:55:48 -04:00
Roberto Rosario 87b042101d Convert app to use project tools new dynamic children view regex 2012-02-21 15:45:45 -04:00
Roberto Rosario cc0040a88b Language source files updates, Spanish translation updates 2012-02-12 15:33:26 -04:00
Roberto Rosario e7825dedb6 Fix 'get_image_cache_name() takes exactly 3 arguments (2 given)' (Barry Rowlingson, SaintGermain) 2012-02-09 02:24:18 -04:00
Roberto Rosario eef1114be2 Add transaction rollback 2012-02-06 14:56:27 -04:00
Roberto Rosario a707a3f29e Backport OCR app fixes 2012-02-04 13:59:56 -04:00
Roberto Rosario 2dfad128e2 Language source and translations updates 2012-02-02 14:56:15 -04:00
Roberto Rosario 58bea814f1 Remove deprecated OCR task view 2012-01-27 16:33:29 -04:00
Roberto Rosario d9aa63f8ca Remove Sentry and celery from Mayan EDMS 2012-01-23 20:00:39 -04:00
Roberto Rosario 8d3824ea51 Only try create the defautl OCR queue after the database has been created 2012-01-23 19:20:37 -04:00
Roberto Rosario 2bfa30a59e Fix indentation from tab to spaces 2012-01-22 05:44:08 -04:00
Roberto Rosario 8a5825a275 Convert tabs to spaces 2012-01-19 12:04:02 -04:00
Roberto Rosario 3b997f0d8f Silence AlreadyQueued
For the moment until support for queueing document versions is avaiable
2012-01-19 11:55:53 -04:00
Roberto Rosario 970cb74d35 PEP8 cleanups 2012-01-18 14:37:15 -04:00
Roberto Rosario f9a3c4611b PEP8 cleanups, remove OCR_CACHE_URI 2012-01-18 13:53:02 -04:00
Roberto Rosario 5ec2386ec1 Update the OCR app to apply auto OCR queueing to new document version not only to the initial document upload 2012-01-03 04:56:25 -04:00
Roberto Rosario 1f44b1bc6c Add ACL support to the OCR app 2012-01-03 04:37:30 -04:00
Roberto Rosario b89c55ed18 Codying style update, added comments 2012-01-03 04:37:03 -04:00
Roberto Rosario 34311fb17e Cleanups, permissions separation into explicit module, absolute import update 2012-01-02 03:48:26 -04:00
Roberto Rosario 600ba153af Merge branch 'feature/document_signature_app' into feature/ACL_support_w_permission_refactor
Conflicts:
	apps/django_gpg/__init__.py
	apps/django_gpg/views.py
	apps/tags/__init__.py
2012-01-01 20:50:28 -04:00
Roberto Rosario f91f5fd70f Fix get_image_cache_name regression in ocr app 2011-12-17 23:24:13 -04:00
Roberto Rosario b1c495e22a Merge branch 'development' into feature/ACL_support_Default_class_ACL 2011-12-13 15:02:43 -04:00
Roberto Rosario 15e935173e Update complete Italian translation 2011-12-13 12:01:59 -04:00
Roberto Rosario 314029fe3d Update the ocr app to use the new class based permissions and remove initialization hack 2011-12-08 16:46:25 -04:00
Roberto Rosario cf3e07d728 Initial Italian language sync 2011-12-07 15:53:04 -04:00
Roberto Rosario 3b943af6d8 Update translation files 2011-12-05 13:55:33 -04:00
Roberto Rosario 1e38369919 Update parser to use the latest version of a document when extracting text 2011-12-02 05:56:34 -04:00
Roberto Rosario 8c02c4c426 Disable ocr document queue signal
It appears Django executes signals using the same process
as the caller, effectively blocking the view until the OCR process
completes which could take several minutes :/
2011-12-02 05:55:42 -04:00
Roberto Rosario d83e8b5428 Initial set of model, form and API changes to support document versions 2011-12-02 02:51:59 -04:00
Roberto Rosario 922971274f Add office document text extractor 2011-12-01 04:54:14 -04:00
Roberto Rosario 6d9b6f9ada Add more debugging logging and update to only process 1 queue item per execution
Previously the task_process_document_queues processed all the pending queue
items it could find, this could lead to the of inexisting queue items
from a stale queryset
2011-12-01 04:48:24 -04:00
Roberto Rosario c63721cbf6 Move OCR queue document requeueing from the view to the model and add proper exception 2011-12-01 04:47:27 -04:00
Roberto Rosario 31ea558b60 Update the REPLICATION_DELAY default to be 0 seconds 2011-12-01 04:46:00 -04:00
Roberto Rosario 29f547ee48 Update the queue signal processor to only trigger ocr queue processing on newly submitted documents and not requeued documents 2011-12-01 04:44:38 -04:00
Roberto Rosario deb09d3d83 Re enabled tesseract language specific OCR processing and added a 1 time language neutral retry for failed language specific OCR 2011-11-22 17:46:18 -04:00
Roberto Rosario 667af2a442 Added multiple document OCR submit link 2011-11-22 17:45:56 -04:00
Roberto Rosario 290fcc925b Added signal processing to the ocr queue to speed up ocr queue processing 2011-11-22 15:42:41 -04:00
Roberto Rosario dc63c3225e Updated ocr task to use the new lock manager abstracted class 2011-11-22 15:42:04 -04:00
Roberto Rosario 78685b9fc5 Reduce the ocr lock name size 2011-11-22 15:22:20 -04:00
Roberto Rosario c9e8f2fac0 Updated the ocr app to use the lock manager 2011-11-22 15:07:29 -04:00
Roberto Rosario eabc694b56 Updated language source file 2011-11-22 11:29:21 -04:00
Roberto Rosario 21927c00bb Updated the ocr and document indexing apps to the new maintenante register function 2011-11-21 05:42:53 -04:00
Roberto Rosario 1f8c180567 Spanish translation updates 2011-11-07 00:34:15 -04:00
Roberto Rosario 7577f5b0e4 Added Russian locale post OCR cleanup backend (Сергей Глита [Sergei Glita]) 2011-11-06 01:21:19 -04:00
Roberto Rosario f0c019f6fc Reduce severity of the messages displayed when no OCR backend is found for a language 2011-11-06 01:06:43 -04:00
Roberto Rosario 6d81185fc1 Updated compiled language files 2011-11-04 13:16:59 -04:00