Commit Graph

1885 Commits

Author SHA1 Message Date
Roberto Rosario
243e5c01fa Add app level loggin used by the new decorator 2012-07-30 10:57:16 -04:00
Roberto Rosario
5b5b6fd785 Improve logging 2012-07-30 10:56:57 -04:00
Roberto Rosario
198538df4f Use the new simple lock decorator to simplify a job processor task 2012-07-30 10:56:12 -04:00
Roberto Rosario
96a1b68221 Fix some simple typos 2012-07-30 10:55:32 -04:00
Roberto Rosario
ba2f2fc455 Add database migrations for the job processor app 2012-07-30 10:55:05 -04:00
Roberto Rosario
28f9f32d91 Add decorator helper for simple locks 2012-07-30 10:54:43 -04:00
Roberto Rosario
3762f90ada Use the new .myself method of Node 2012-07-30 09:23:10 -04:00
Roberto Rosario
e0abb02df0 Improve Node.objects.myself to do a refresh 2012-07-30 09:22:37 -04:00
Roberto Rosario
486f983d4b Refactor job processing app to do actual job queue and job subprocess launching, remove queue mananger app, update ocr app to use new job processing app 2012-07-30 07:36:02 -04:00
Roberto Rosario
b15f5538e1 Add OCR migration and doc update 2012-07-29 05:33:37 -04:00
Roberto Rosario
d2e6df4dde Initial changes for the new queue based OCR processing 2012-07-29 05:33:04 -04:00
Roberto Rosario
d97b3f344d Add shorthand get() class method for Singleton class 2012-07-29 05:32:17 -04:00
Roberto Rosario
9c6f10cc1c Add queue manager app 2012-07-29 05:31:45 -04:00
Roberto Rosario
e442979ff2 flake8 cleanups 2012-07-29 02:09:42 -04:00
Roberto Rosario
96bd7cc044 Add missing PermissionDenied import 2012-07-29 01:59:21 -04:00
Roberto Rosario
ddcc5921b9 Use relative imports in the ocr app 2012-07-29 01:57:13 -04:00
Roberto Rosario
7bfc960f9b Update documents and ocr apps to register their statistics to the statistics app instead of the other way around 2012-07-29 01:56:32 -04:00
Roberto Rosario
bd2fbe605c Add support for registering of statistics functions instead of statics app importing from other apps 2012-07-29 01:55:27 -04:00
Roberto Rosario
3b44c785ca Update documentation to include mention of DEBUG_ON_EXCEPTION 2012-07-29 01:20:46 -04:00
Roberto Rosario
6fa0c226b0 Add PDB on exception debug tool and config setting 2012-07-29 01:14:32 -04:00
Roberto Rosario
d1e59b1d7b Migrate all remaining apps with models classes to South 2012-07-29 01:13:50 -04:00
Roberto Rosario
74ec57b931 Move multi item link registration back to their separate apps until a better solution is found 2012-07-29 00:09:18 -04:00
Roberto Rosario
e9c9b785c4 Final French translation sync 2012-07-28 17:00:48 -04:00
Roberto Rosario
13447a5f24 French translation work sync 2012-07-28 15:30:48 -04:00
Roberto Rosario
4c71139055 Update the styling templatetag to not replace but append CSS classes 2012-07-28 05:42:54 -04:00
Roberto Rosario
24fc48ad85 Use the text_area_div css for the document page content edit text area 2012-07-28 05:42:21 -04:00
Roberto Rosario
cf76d98546 Make the HTML div area widgets text bold 2012-07-28 05:41:46 -04:00
Roberto Rosario
e2835ec85c Change document content windows from a <div> to a <pre> to conserve space formatting 2012-07-28 05:41:10 -04:00
Roberto Rosario
2812f007a1 Handle unicode in TextParser 2012-07-28 04:46:23 -04:00
Roberto Rosario
f77c886e51 Register TextParser for OCR based on the list of MIME type it supports 2012-07-28 04:45:45 -04:00
Roberto Rosario
7e83a1074e Change the OCR_AUTOMATIC_OCR default to True, as per version 0.12.x 2012-07-28 04:45:05 -04:00
Roberto Rosario
6fa16ebb7e Add TextParser to the converter pipeline 2012-07-28 04:44:23 -04:00
Roberto Rosario
0c9a2d2c5d Remove unused converter test file 2012-07-28 03:19:06 -04:00
Roberto Rosario
0ec1cc3823 Add text parser and render using Pygments 2012-07-28 02:22:45 -04:00
Roberto Rosario
4c8a81e2d3 Adjust document indexing permissions 2012-07-27 05:32:44 -04:00
Roberto Rosario
d59f975715 Add support for updating indexing per document type 2012-07-27 05:26:14 -04:00
Roberto Rosario
b0eac5ffc3 Make the generate_choices_w_labels index based on the content type model name (spaceless) and not on the verbose name 2012-07-27 05:05:53 -04:00
Roberto Rosario
a36d15b4e6 Add comments to the user management views 2012-07-27 04:19:23 -04:00
Roberto Rosario
e6bbd5335d Fix bootstrap execute link sprite name 2012-07-27 03:57:15 -04:00
Roberto Rosario
bd4f25df15 Check for tesseract and unpaper using the config settings path, add pdftotext to the install report, make the version code smarter to catch unknown errors 2012-07-27 03:26:05 -04:00
Roberto Rosario
e9185784a7 Prepare the new diagnostics, statistics and maintenance apps for translation 2012-07-27 01:24:20 -04:00
Roberto Rosario
2aff8ce165 Fix imports 2012-07-27 01:20:16 -04:00
Roberto Rosario
d2d3429183 Point apps to the new maintenance app 2012-07-27 01:19:39 -04:00
Roberto Rosario
54d836ba07 Change link variable name to avoid import conflicts 2012-07-27 01:19:13 -04:00
Roberto Rosario
f16fd37b61 Fix syntax error 2012-07-27 01:18:46 -04:00
Roberto Rosario
4fad1c3305 Move diagnostics, statistics and maintenance functions from the main app into separate apps 2012-07-27 01:06:56 -04:00
Roberto Rosario
f8d94be59d Remove unused links from main app 2012-07-27 00:48:09 -04:00
Roberto Rosario
d41195c6a0 Update translation files 2012-07-27 00:47:54 -04:00
Roberto Rosario
12487ccbca Tweak strings 2012-07-27 00:36:12 -04:00
Roberto Rosario
da1232d615 Fix and update translation files 2012-07-27 00:03:52 -04:00