Commit Graph
942 Commits
Author SHA1 Message Date
Roberto Rosario 536382caef Properly access the taggit models to transfer to the existing tags to the new tags.Tag model. Issue #154 2015-02-10 05:13:12 -04:00
Roberto Rosario f455bdbd2e Don't point field to a foreign key that doesn't exists yet, make migration dependant on actstream to avoid actstream error when deleting the obsolete content types, add frozen taggit model specifications to avoid taggit content type to be asked to be deleted during migration 0002. Issue #154 2015-02-10 05:08:24 -04:00
Roberto Rosario 93c11c7c4a Don't overwrite settings/local.py in subsequent initialsetup executions 2015-02-09 22:36:17 -04:00
Mathias Behrle 9bdc8a5927 Cleanup of the legacy history app.
The app was migrated to the events app and old translation files
are confusing translators.
2015-02-09 20:26:41 +01: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 e3fe3f9966 Remove unused tags apps template tags 2015-02-06 16:33:02 -04:00
Roberto Rosario f79ae247d7 Language translation sync 2015-02-06 16:31:40 -04:00
Roberto Rosario 67b6b77c11 Fix issue #157 2015-02-06 16:26:24 -04:00
Mathias Behrle 3076c0d8a5 Migrate actstream before deleting stale document types. (Issue #153) 2015-01-30 04:14:06 +01:00
Mathias Behrle e65f2deb2b Don't try to migrate defective documents.
This change hardens the migration to not fail on documents without
doucument version from a failed import ('Uninitialized document').
2015-01-30 03:27:09 +01:00
Roberto Rosario 3e3c21b375 Don't try to link tags to documents until documents are created. Issue #154. 2015-01-29 03:49: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 ca3158cf82 The office converter doesn't need to have unicode or str methods. Issue #152 2015-01-28 17:32:44 -04:00
Roberto Rosario 766e7be49f Add more logging to the office backend initialization code 2015-01-28 17:26:07 -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 19236c7564 Document indexing app translation source update 2015-01-27 19:51:19 -04:00
Roberto Rosario 67a6ffc246 Don't delete root instance node of indexes when deleting empty index instance nodes. 2015-01-27 19:50:03 -04:00
Roberto Rosario 20a9d8508c Show index items count instead of index nodes count 2015-01-27 19:41:38 -04:00
Roberto Rosario d6c6edae2b Make optional the comment field of workflow transition form 2015-01-27 19:35:29 -04:00
Roberto Rosario 9ea76d9b62 Update translation files 2015-01-27 16:17:21 -04:00
Roberto Rosario 4c130a2a46 Update expected text in documents app functional test 2015-01-27 16:07:28 -04:00
Roberto Rosario dd73d33434 Don't retry failed converter tasks 2015-01-27 14:01:40 -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 baf6240435 Make link spacer smaller 2015-01-26 19:20:14 -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 73f0a4082a Convert front page button selection to be dynamic 2015-01-26 18:22:55 -04:00
Roberto Rosario 1494390f0b Shorten project description 2015-01-26 18:04:53 -04:00
Roberto Rosario 0cea9d007a Merge project description and about templates 2015-01-26 18:03:30 -04:00
Roberto Rosario 010bb06ae4 Remove unused templates 2015-01-26 17:56:53 -04:00
Roberto Rosario b839034561 Move dynamic search app templates into a static subdirectory 2015-01-26 17:54:24 -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 1e461d020c Normalize import style 2015-01-26 16:32:16 -04:00
Roberto Rosario 1ca15b1f84 Move main app static media files to static/main/images 2015-01-26 16:29:30 -04:00
Roberto Rosario 8c3eb6714d Add two more sample metadata parsing functions: parse date and parse time 2015-01-26 16:21:52 -04:00
Roberto Rosario df45a73012 Use PasswordInput widget to hide email based source password field data 2015-01-24 18:05:27 -04:00
Roberto Rosario dc36ffecee Increase default interval for interval based sources, avoid problems with email service providers 2015-01-24 17:59:31 -04:00
Roberto Rosario fdecba281e Add an user and a comment field to workflow transitions log. Index the datatime field of workflow logs. 2015-01-24 17:28:30 -04:00
Roberto Rosario 01b040b4dd Use Django's builtin reverse_lazy 2015-01-24 17:07:58 -04:00
Roberto Rosario b55acb6e12 Normalize import style 2015-01-24 17:05:32 -04:00
Roberto Rosario 850ad53fb1 Improve pluralization 2015-01-24 14:46:13 -04:00
Roberto Rosario febe21db1b Improve document related views titles messages, improve pluralization. 2015-01-24 14:25:31 -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 de5994414d Ignore exceptions when gathering git information 2015-01-24 04:35:30 -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