Commit Graph

2739 Commits

Author SHA1 Message Date
Roberto Rosario
86d23f2656 The OCR and parsing queue is now active as soon as it is created 2012-05-30 19:26:50 -04:00
Roberto Rosario
166a952f8e Release note update 2012-05-30 18:54:07 -04:00
Roberto Rosario
0cf8fe2dec Update PDFTOTEXT_PATH config option description 2012-05-30 18:53:28 -04:00
Roberto Rosario
7bc61e0cff Documentation update 2012-05-30 18:53:08 -04:00
Roberto Rosario
f21a96ae5b Update compiled translation fixes for Italian 2012-05-30 18:37:43 -04:00
Roberto Rosario
b9d88d2859 Sync Italian translation sources from Transifex 2012-05-30 18:35:50 -04:00
Roberto Rosario
c754a48c92 Initial v0.12.1 release notes 2012-05-30 16:57:49 -04:00
Roberto Rosario
d1ccca4d2e Final updates for the PopplerParser 2012-05-30 16:15:57 -04:00
Roberto Rosario
200e5f3947 Add setting to specify the location of the pdftotext binary 2012-05-30 16:15:30 -04:00
Roberto Rosario
bf12814e0c Log ocr task errors properly 2012-05-30 16:14:53 -04:00
Roberto Rosario
babd3ec2f3 Refacto parser system to be class based, add poppler based PDF parser, allow multiple parsers for each mimetype with fallback 2012-05-30 12:57:25 -04:00
Roberto Rosario
036ec09234 Move the copyfile function to the common app 2012-05-30 12:56:56 -04:00
Roberto Rosario
29791999c2 Allow document mimetypes to be None 2012-05-29 23:54:07 -04:00
Roberto Rosario
d235ca406f Add improve office document conversion with new office converter backend 2012-05-29 04:23:18 -04:00
Roberto Rosario
4331c00b79 Update index view name to display again multi document actions in the index instance view 2012-05-29 03:32:33 -04:00
Roberto Rosario
2ee3542e05 Bump documentation version 2012-05-29 03:18:08 -04:00
Roberto Rosario
ec23b95afe Add Mailing list link to top 2012-05-29 03:07:12 -04:00
Roberto Rosario
a6ee0c9188 Add installation test step 2012-05-29 03:06:54 -04:00
Roberto Rosario
fbed4678fe Add libpng-dev and libjpeg-dev to the installation instructions 2012-05-29 02:49:02 -04:00
Roberto Rosario
26705d1506 Catch OSError exception when calculating document filesystem stats 2012-05-29 02:46:30 -04:00
Roberto Rosario
1f75b76f96 Remove pre-South migration script 2012-05-29 02:40:29 -04:00
Roberto Rosario
7141f5814e Bump version to v0.12.1 2012-05-29 02:37:19 -04:00
Roberto Rosario
b03f9237ef Improve document statistics performance, fix None/0 error when calculating statistics on a empty DB 2012-05-29 02:36:35 -04:00
Roberto Rosario
e0e95af092 Merge remote-tracking branch 'origin/development' into development 2012-05-24 03:06:34 -04:00
Roberto Rosario
5b43299c41 Rename metadata set edit as metadata set members, add proper metadata set edit view 2012-05-24 02:59:30 -04:00
Roberto Rosario
af441349ad Rename version_fields to add_version_fields, fix document description not loading on document edit view 2012-05-24 02:50:02 -04:00
Roberto Rosario
469f8ebdcb Move EncapsulatedObject class to common app 2012-05-24 02:41:45 -04:00
Roberto Rosario
6a8e08db38 Update DocumentContentForm to use document model get_content method 2012-05-24 02:32:19 -04:00
Roberto Rosario
82baf564c6 Add document model get_content method 2012-05-24 02:31:37 -04:00
Roberto Rosario
08d68e7993 Add missing ZOOM_MAX_LEVEL, ZOOM_MIN_LEVEL import 2012-05-23 16:11:48 -04:00
Roberto Rosario
c2d7ce94b1 Disable debug statement causing unicode errors 2012-05-23 01:35:17 -04:00
Roberto Rosario
db0c5be74f Add lazy reverse url resolution for the LOGIN_URL and LOGIN_REDIRECT_URL options 2012-05-23 01:31:32 -04:00
Roberto Rosario
16196a3260 Move the multi item link registration for the main app for consistency 2012-05-23 01:22:07 -04:00
Roberto Rosario
f96725de55 Remove the workflow state permissions 2012-05-23 01:21:41 -04:00
Roberto Rosario
235f77ec70 Have the metadata app add itself the metadata model list columns for the document model 2012-05-23 01:20:43 -04:00
Roberto Rosario
e3a173a2cd Disable advanced search menu entry 2012-05-23 01:19:45 -04:00
Roberto Rosario
fb0070a4ea Move all of the document app's links to a separate file 2012-05-23 01:18:03 -04:00
Roberto Rosario
db13cd1702 Merge branch 'feature/workflows' into development
Conflicts:
	apps/dynamic_search/__init__.py
	requirements/production.txt
2012-05-23 00:23:39 -04:00
Roberto Rosario
15156b326b Remark all state setup permissions, add workflow execution permission 2012-05-23 00:15:20 -04:00
Roberto Rosario
80488d0f96 Rename model Workflow state model 2012-05-23 00:14:56 -04:00
Roberto Rosario
a65031dab5 Add Haystack to the list of software used 2012-05-22 23:46:10 -04:00
Roberto Rosario
35a4a60d42 Merge branch 'feature/haystack' into development
Conflicts:
	requirements/production.txt
2012-05-22 23:42:44 -04:00
Roberto Rosario
b3bcb274a0 Add SEARCH_INDEX_UPDATE_INTERVAL to the documentation 2012-05-22 23:33:35 -04:00
Roberto Rosario
895a5c7e76 Call the update_index in the correct manner 2012-05-22 23:25:55 -04:00
Roberto Rosario
1792599411 Move removal of items marked for indexing to the search_indexes.py file 2012-05-22 23:25:06 -04:00
Roberto Rosario
7e3e3af503 Improve handling of the inserted --mayan_runtime update_index flags 2012-05-22 23:24:17 -04:00
Roberto Rosario
c771177666 Fix tab indentation 2012-05-22 23:24:03 -04:00
Roberto Rosario
3d5fa93be0 Update the requirement file development tool versions 2012-05-22 15:21:03 -04:00
Roberto Rosario
a4da16d8a1 Update upgrade steps to include dynamic_search app migration 2012-05-22 15:20:15 -04:00
Roberto Rosario
09eb1b20de Add migration for the dynamic_search app 2012-05-22 15:20:01 -04:00