Commit Graph
141 Commits
Author SHA1 Message Date
Roberto Rosario 22b5900769 PEP8 cleanups 2015-05-18 20:50:02 -04:00
Roberto Rosario e9ae8905b4 PEP8 Cleanups 2015-05-18 19:58:03 -04:00
Roberto Rosario c03b2cb09c Translation syncronization 2015-05-15 19:11:41 -04:00
Roberto Rosario ea21f4c3fd Fix usage of ugettext to ugettext_lazy 2015-04-07 20:46:35 -04:00
Roberto Rosario 9e3131fbcb Update compiled message files 2015-02-07 04:37:40 -04:00
Roberto Rosario e3e5209bd0 Language translation updates 2015-02-07 01:41:33 -04:00
Roberto Rosario d3c62bf893 Translation files sync 2015-02-06 20:45:55 -04:00
Roberto Rosario 9c2412f487 Fix issue #158 2015-02-06 20:43:25 -04:00
Roberto Rosario a60399404c Update source languge files 2015-02-06 19:38:08 -04:00
Roberto Rosario f79ae247d7 Language translation sync 2015-02-06 16:31:40 -04:00
Roberto Rosario adf47b9399 Fix pk typo in the document version and document submit to ocr functions 2015-01-29 03:12:04 -04:00
Roberto Rosario baf5d9ebef Add more logging to the ocr app's document parsers. Issue #152 2015-01-28 17:33:25 -04:00
Roberto Rosario 5bed264c81 Use unicode_literal w/ bytestring comparison to detect failed PDF parsing again 2015-01-27 21:12:51 -04:00
Roberto Rosario 9ea76d9b62 Update translation files 2015-01-27 16:17:21 -04:00
Roberto Rosario 38b21c839c Disable test for languages other than English until test files for the corresponding languages are added 2015-01-26 19:32:28 -04:00
Roberto Rosario f4d3767b15 PEP8 cleanup, remove unused imports, fix permission check when removing metadata from a document 2015-01-26 19:17:35 -04:00
Roberto Rosario 0e00ede3c9 Simplify button link widget for the tools and setup views. Remove nowrap span of navigation link. 2015-01-26 17:05:41 -04:00
Roberto Rosario b55acb6e12 Normalize import style 2015-01-24 17:05:32 -04:00
Roberto Rosario 806b608177 Remove unicode_literals to detect empty parsing 2015-01-24 14:25:01 -04:00
Roberto Rosario 22a88addfa Do a bytestring comparison instead to determine empty parsing 2015-01-24 12:49:13 -04:00
Roberto Rosario 9a01a23e4c Detech empty PDF parsing by detecting unicode /u000c and not ASCII /x0c 2015-01-24 04:27:57 -04:00
Roberto Rosario 686b2f69dc Translation files updates 2015-01-18 02:40:36 -04:00
Roberto Rosario bd1d293437 Translation updates 2015-01-18 02:05:47 -04:00
Roberto Rosario d511c3d132 Update translation files 2015-01-17 03:28:39 -04:00
Roberto Rosario 7344db5c76 Update translations 2015-01-17 03:16:15 -04:00
Roberto Rosario 101bfbc5da Update apps' source translation files 2015-01-17 03:03:52 -04:00
Roberto Rosario e6d24fd62f Remove the need to use link_spacer for single groups of multi item actions 2015-01-17 02:27:42 -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 99316b3dea Show document of version being sent for OCR in logger output 2015-01-14 18:56:32 -04:00
Roberto Rosario fafd84b8d2 Move magic number variable to the literls.py module 2015-01-14 18:47:31 -04:00
Roberto Rosario 05bc204d99 Update language translation source files 2015-01-11 18:12:06 -04:00
Roberto Rosario f7f71d706d Improve the multi item action dropdown separator appearance 2015-01-08 00:45:18 -04:00
Roberto Rosario aca9d8c9eb Remove unused imports, do PEP8 and DeprecationWarning cleanups 2015-01-05 14:40:59 -04:00
Roberto Rosario be5d5ce5cf Increase ocr node field size from 32 to 256 characters 2015-01-05 04:03:39 -04:00
Roberto Rosario a45bdc5259 Create the default DocumentQueue 2015-01-05 03:50:42 -04:00
Roberto Rosario a4d3a73117 Use TransactionTestCase to try to avoid exceptions in a test blocking DB access in others 2015-01-05 03:34:00 -04:00
Roberto Rosario 0b2fe39526 Separate tests again, TestCase encloses the entire test into a single transaction, an error block all other DB access in the test 2015-01-05 03:23:16 -04:00
Roberto Rosario 3cf9143059 Log error when language cleanup backend fails 2015-01-05 03:20:05 -04:00
Roberto Rosario abee5edc9e Update and improve ocr app tests 2015-01-05 01:27:56 -04:00
Roberto Rosario 84493b7a72 PEP8 Cleanups 2014-11-11 14:58:37 -04:00
Roberto Rosario 6a33b4b131 Close issue #112, Add OCR API endpoints 2014-11-03 02:24:40 -04:00
Roberto Rosario a08d2c0a0c Remove unused permission 2014-11-03 02:03:46 -04:00
Roberto Rosario 1f0f3adcba Make sure base class method arguments match 2014-11-03 00:16:22 -04:00
Roberto Rosario 9f2692d36a PEP8 cleanup, unused import removal 2014-11-02 21:20:29 -04:00
Roberto Rosario ba1729106f Pass arguments to the logger the correct way 2014-11-02 20:55:21 -04:00
Roberto Rosario 654022807f Raise the correct exception 2014-11-02 20:16:09 -04:00
Roberto Rosario 8a5f215779 Update translation sources 2014-10-30 11:39:32 -04:00
Roberto Rosario ae101036eb Update tests 2014-10-30 03:32:20 -04:00
Roberto Rosario 83f4d90fa3 Don't store OCR error log if no document was created 2014-10-29 05:51:23 -04:00
Roberto Rosario 3909d60e9a Issue #56, Remove child_views, child_urls, children_path_regex, children_view_regex link support 2014-10-28 17:41:10 -04:00