Commit Graph

1703 Commits

Author SHA1 Message Date
Roberto Rosario
ec1f97379e Move permissions app links to a separate file 2012-06-08 18:44:25 -04:00
Roberto Rosario
2fe94bb9fa Move sources app links to a separate file 2012-06-08 18:41:51 -04:00
Roberto Rosario
9a4a3a87fe Move user_management app links to a seprate file 2012-06-08 18:36:39 -04:00
Roberto Rosario
176d577142 Move tags app links to a seprate file 2012-06-08 18:33:26 -04:00
Roberto Rosario
9dda1d9035 Move smart_settings links to a separate file 2012-06-08 18:33:08 -04:00
Roberto Rosario
9ee65cad7f Move ocr app links to a seprate file 2012-06-08 18:28:04 -04:00
Roberto Rosario
d8b8dee509 Move metadata app links to a seprate file 2012-06-08 18:24:30 -04:00
Roberto Rosario
c1d7acb6e3 Move sentry and admin link registration to common app 2012-06-08 18:20:43 -04:00
Roberto Rosario
de8c690934 Move main app links to a seprate file 2012-06-08 18:17:57 -04:00
Roberto Rosario
b81c8be616 Move folder app links to a separate file 2012-06-08 18:15:15 -04:00
Roberto Rosario
ed58ed667e Move document_indexing app links to a seprate file 2012-06-08 17:41:14 -04:00
Roberto Rosario
7a94f7679b Move converter app links to a seprate file 2012-06-08 17:40:57 -04:00
Roberto Rosario
bb09910ae7 Move acls apps links to a separate file 2012-06-08 17:33:57 -04:00
Roberto Rosario
61fdfaa2db Move common app links to a seprate file 2012-06-08 17:33:36 -04:00
Roberto Rosario
571002660b Rename variable for readability 2012-06-08 17:17:24 -04:00
Roberto Rosario
3094a940e1 Allow passing request, current_path and current_view parameters to Link instances before resolving them 2012-06-08 17:11:04 -04:00
Roberto Rosario
58f027db60 Clean up (unused imports, PEP8, etc) 2012-06-08 16:43:54 -04:00
Roberto Rosario
c24a3f935e Merge branch 'hotfix/v0.12.1' into development
Conflicts:
	apps/converter/conf/settings.py
	apps/documents/__init__.py
	apps/main/__init__.py
	apps/metadata/__init__.py
	apps/navigation/templatetags/navigation_tags.py
	apps/ocr/__init__.py
	apps/ocr/conf/settings.py
	docs/intro/installation.rst
	docs/releases/index.rst
	requirements/production.txt
2012-06-03 22:50:33 -04:00
Roberto Rosario
2849fd6e79 Detect blank pages with the PopplerParser, raise ParserError to fallback to OCR if all parsers fail 2012-06-03 21:08:22 -04:00
Roberto Rosario
c7ea5271e4 Add logging to converter.api 2012-05-31 01:42:01 -04:00
Roberto Rosario
c6dc854b94 Set the HOME environment to allow libreoffice to run when launched from apache 2012-05-31 01:41:25 -04:00
Roberto Rosario
eed1f6aa7b Add missing import 2012-05-30 19:35:17 -04:00
Roberto Rosario
f2f99bf0ad Change default value of OCR_AUTOMATIC_OCR to True 2012-05-30 19:27:23 -04:00
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
0cf8fe2dec Update PDFTOTEXT_PATH config option description 2012-05-30 18:53:28 -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
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
26705d1506 Catch OSError exception when calculating document filesystem stats 2012-05-29 02:46:30 -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
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