Commit Graph

194 Commits

Author SHA1 Message Date
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
Roberto Rosario
3bbcb9f471 Fixed list concatenation 2011-03-16 04:51:51 -04:00
Roberto Rosario
709f2a14e3 Display sane message when settings_local is not found 2011-03-15 03:01:35 -04:00
Roberto Rosario
b303df58e4 Disabled the strip_spaces_widdleware as it was causing problems with the document downloads 2011-03-11 03:24:41 -04:00
Roberto Rosario
6bef320142 Added new setting: side bar search box 2011-03-10 01:54:31 -04:00
Roberto Rosario
ed5578832f Added new transformation preview size setting 2011-03-10 00:24:18 -04:00
Roberto Rosario
322c1a40d2 Added new permission denied middleware 2011-03-09 01:19:16 -04:00
Roberto Rosario
baafb6f86b Moved login required middleware to common apps 2011-03-08 23:35:44 -04:00
Roberto Rosario
5a57a58913 Allow search across related fields, optimzed for speed and memory, added LIMIT setting, search elapsed time 2011-03-08 03:35:43 -04:00
Roberto Rosario
13c4d1e751 Added configurable location setting for file based storage 2011-03-07 23:46:09 -04:00
Roberto Rosario
118e3d2e4a Merge remote branch 'origin/master' 2011-03-07 18:20:37 -04:00
Roberto Rosario
6a9e114acb Set all *.py files permissions to 644 2011-03-07 12:15:25 -04:00