Commit Graph

155 Commits

Author SHA1 Message Date
Roberto Rosario
6eef1f399c Moved the global history icon to the tools menu 2011-05-28 16:39:40 -04:00
Roberto Rosario
6c3aa1f37b Initial commit of the generic history app 2011-05-26 05:07:26 -04:00
Roberto Rosario
1b43ec2c96 Really remove South app and change document metadata fields 'value' from a TextField to a CharField(256) 2011-05-21 00:54:36 -04:00
Roberto Rosario
4abb3c5ebc Merge branch 'new_metadata'
Conflicts:
	requirements/development.txt
	requirements/production.txt
	settings.py
2011-05-21 00:13:38 -04:00
Roberto Rosario
e8b8904469 Added index rebuilding views 2011-05-18 15:43:32 -04:00
Roberto Rosario
2a2fba9ac6 Added document indexes delete support, started merge with filesystem serving app 2011-05-18 14:34:55 -04:00
Roberto Rosario
1d20a10d49 Added a document indexing list view 2011-05-18 11:45:32 -04:00
Roberto Rosario
e83529ae2e Initial commit of the new MPTT based document indexing app 2011-05-17 04:27:43 -04:00
Roberto Rosario
19c361937f Renamed DocumentMetadataindex model to DocumentIndex and moved it to it's own app 2011-05-14 03:50:06 -04:00
Roberto Rosario
bc252d4ae4 Finished conversion of Mayan to the new document grouping app and paradigm 2011-05-12 04:03:05 -04:00
Roberto Rosario
ea20cde597 Created new metadata app and move all code relating metadata to it 2011-05-10 03:41:35 -04:00
Roberto Rosario
07a06617b8 Added South support and initial migrations 2011-05-09 19:08:23 -04:00
Roberto Rosario
9e61213241 Created new smart_settings app and move everything related to app settings to it 2011-05-07 01:32:02 -04:00
Roberto Rosario
7f2c563192 Converted whole project to a smarter method of defining app settings 2011-05-07 01:15:40 -04:00
Roberto Rosario
7469fe991f Made the OCR cache backend used for locking configurable, move ocr locking to queued document from periodic task, added again a random delay fallback in case no cache backend is used 2011-05-06 15:31:49 -04:00
Roberto Rosario
c44a1f947c Added document printing support 2011-05-06 00:46:33 -04:00
Roberto Rosario
6a9178b8f0 Incresed the default recent document to display from 20 to 40 2011-05-04 01:57:06 -04:00
Roberto Rosario
a05c622af6 Added user management app (create, edit, delete users) 2011-05-02 01:05:28 -04:00
Roberto Rosario
e69a85efad Renamed comments app to document_comments to avoid conflics with django comments app 2011-05-01 16:08:34 -04:00
Roberto Rosario
9cebfc978b Added comment app with support for adding and deleting comments to and from documents 2011-05-01 04:40:42 -04:00
Roberto Rosario
488bb7bd02 Initial commit to support document comments 2011-04-30 04:47:58 -04:00
Roberto Rosario
8fbd174643 Initial changes to support document tags 2011-04-27 17:23:52 -04:00
Roberto Rosario
4ed5c8f54c Disabled CELERY_DISABLE_RATE_LIMITS by default 2011-04-25 16:39:54 -04:00
Roberto Rosario
ebdcede59f Made the queue processing interval configurable by means of a new setting: OCR_QUEUE_PROCESSING_INTERVAL 2011-04-23 05:38:59 -04:00
Roberto Rosario
70c3c5e948 Removed the obsolote DOCUMENTS_GROUP_MAX_RESULTS setting option 2011-04-23 02:53:13 -04:00
Roberto Rosario
2a744cefea PEP8, pylint cleanups and removal of relative imports 2011-04-23 02:49:07 -04:00
Roberto Rosario
6cdebb3910 Added the configuration option CONVERTER_GM_SETTINGS to pass GraphicsMagicks specific commands the the GM backend 2011-04-22 02:20:45 -04:00
Roberto Rosario
5b4b281791 Added interactive document page view rotation support 2011-04-21 23:58:41 -04:00
Roberto Rosario
47a9f699fd Added DOCUMENTS_ZOOM_PERCENT_STEP, DOCUMENTS_ZOOM_MAX_LEVEL, DOCUMENTS_ZOOM_MIN_LEVEL configuration options to allow detailed zoom control 2011-04-21 23:27:05 -04:00
Roberto Rosario
d0c2e6fd56 Removed the obsolete DOCUMENTS_TRANFORMATION_PREVIEW_SIZE and DOCUMENTS_GROUP_SHOW_THUMBNAIL setting options 2011-04-20 02:52:11 -04:00
Roberto Rosario
1d8531248a Initial set of changes to support user document folders 2011-04-18 03:26:20 -04:00
Roberto Rosario
78ff5f8584 Added support for listing the most recent accessed documents per user 2011-04-17 05:12:12 -04:00
Roberto Rosario
eaaaa5b645 Added support for the command line program pdftotext from the poppler-utils packages to extract text from PDF documents without doing OCR 2011-04-15 23:59:52 -04:00
Roberto Rosario
428433574a Made Grappelli display the project name in the admin site title 2011-04-13 03:30:07 -04:00
Roberto Rosario
6b5a17af39 Made English the default language for Tesseract if none is specified 2011-04-13 03:25:45 -04:00
Roberto Rosario
b547291784 Don't complain if settings_local.py is not found 2011-04-13 03:23:31 -04:00
Roberto Rosario
d855280a18 Made AVAILABLE_INDEXING_FUNCTION setting a setting of the documents app instead of the filesystem_serving app 2011-04-11 10:19:10 -04:00
Roberto Rosario
283df926d1 Made automatic OCR a function of the OCR app and not of Documents app (via signals)
Renamed setup option DOCUMENT_AUTOMATIC_OCR to OCR_AUTOMATIC_OCR
2011-04-04 15:36:00 -04:00
Roberto Rosario
664ece7a60 Added a new setup option: FILESYSTEM_INDEXING_AVAILABLE_FUNCTIONS - a dictionary to allow users to add custom functions 2011-04-04 14:58:36 -04:00
Roberto Rosario
18b9964786 Added Graphics magick support by means of user selectable graphic convertion backends 2011-03-31 12:23:58 -04:00
Roberto Rosario
043f8f3502 Fixed issue #4, avoid circular import in permissions/__init__.py 2011-03-29 11:04:30 -04:00
Roberto Rosario
1c00514fa3 Added default django-sendfile backend setting 2011-03-25 16:24:00 -04:00
Roberto Rosario
daa22f1f36 Added support to disable the default scrolling JS code included in web_theme app 2011-03-25 16:22:09 -04:00
Roberto Rosario
1e66c77cf6 Invalid page numbers now raise Http404, not found 2011-03-23 16:23:00 -04:00
Roberto Rosario
1ff7c60ecd Fixed the issue of the strip spaces middleware with downloads 2011-03-23 05:30:37 -04:00
Roberto Rosario
3cb0f37b5b Made the concurrent ocr code more granular, per node, every node can handle different amounts of concurrent ocr tasks 2011-03-22 04:17:48 -04:00
Roberto Rosario
f9ab61647e Reduced default delay time 2011-03-22 03:43:18 -04:00
Roberto Rosario
70e5e4c470 Moved navigation code to its own app 2011-03-22 00:54:43 -04:00
Roberto Rosario
bbcc0ead65 * Added a new option OCR_REPLICATION_DELAY to allow the storage some time for replication before attempting to do OCR to a document 2011-03-21 12:24:42 -04:00
Roberto Rosario
f78cbddb87 Merge branch 'master' into multi
Conflicts:
	docs/TODO
2011-03-16 04:59:31 -04:00