Commit Graph

151 Commits

Author SHA1 Message Date
Roberto Rosario
ec2b313755 Lower image convertion quality if the format is jpg 2011-04-22 02:32:41 -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
dc4075d97d Improved zoom detection from url hack 2011-04-21 23:18:57 -04:00
Roberto Rosario
059835b874 Fixed typo 2011-04-21 04:16:23 -04:00
Roberto Rosario
27d7aed25c Added interactive zoom support to document page detail view 2011-04-21 02:32:30 -04:00
Roberto Rosario
680c33227c Reorganized and trimmed document actions links 2011-04-21 01:04:48 -04:00
Roberto Rosario
c87d5652d9 Added first & last page navigation links to document page view 2011-04-21 00:36:19 -04:00
Roberto Rosario
f4fa7e327d Separated document page detail view into document text and document image views 2011-04-20 22:38:26 -04:00
Roberto Rosario
0e090798ba Added a direct rename field to the local update and staging upload forms 2011-04-20 05:00:10 -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
e7c580f1a8 Changed the side bar document grouping with carousel style document grouping form widget 2011-04-20 02:45:51 -04:00
Roberto Rosario
f05fa53b0b Removed old code from 'recent document' merge 2011-04-18 03:25:48 -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
83671eb75a Added document page navigation 2011-04-16 01:52:32 -04:00
Roberto Rosario
103236a95f Improved messages for all view related to document pages and document page transformations 2011-04-16 01:06:53 -04:00
Roberto Rosario
7d3ebcf9ca Added a document page edit view 2011-04-15 00:37:36 -04:00
Roberto Rosario
bce05d7d83 Added confirmation dialog to document's find missing document file diagnostic 2011-04-15 00:04:31 -04:00
Roberto Rosario
facfc68fc6 Merged the 'new document page view' 2011-04-14 23:33:51 -04:00
Roberto Rosario
af34a5ec5a Fixed document description editing 2011-04-14 15:38:33 -04:00
Roberto Rosario
9ffce6399e Used document MIME type when downloading otherwise use 'application/octet-stream' if none 2011-04-11 22:32:26 -04:00
Roberto Rosario
e8086904d5 Fixed document download in FireFox for documents containing spaces in the filename 2011-04-11 22:18:25 -04:00
Roberto Rosario
b1062c4586 Moved staging file preview creation logic from documents.views to staging.py 2011-04-06 16:15:52 -04:00
Roberto Rosario
5284f273d7 Updated staging files previews to use sendfile instead of serve_file 2011-04-06 15:23:17 -04:00
Roberto Rosario
2ab38522fd PEP8 fixes 2011-04-06 15:04:29 -04:00
Roberto Rosario
f66c8ec6e2 Fixed error and some warning returned by pylint 2011-04-05 00:04:11 -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
b00335ec36 Spanish translation updates 2011-04-01 02:38:53 -04:00
Roberto Rosario
2cb6de79ea Added support for editing the metadata of multiple documents at the same time 2011-04-01 02:24:45 -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
7cac524dfb If only one document is deleted, return to document_list view 2011-03-28 23:05:20 -04:00
Roberto Rosario
3ecbd0bb74 Updated the get_document_image view to use the new sendfile app 2011-03-24 16:42:48 -04:00
Roberto Rosario
8f82c82825 Added small optimizations 2011-03-24 14:19:17 -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
447b2f2817 Added a new diagnostics tab under the tools menu 2011-03-21 01:00:56 -04:00
Roberto Rosario
e49b47bbec Changed message logic so that a message is displayed per document and not per document group 2011-03-19 03:39:11 -04:00
Roberto Rosario
13400c5e58 Implemented button based multi item actions 2011-03-18 17:13:29 -04:00
Roberto Rosario
6a9db45cf1 Added multi document delete 2011-03-18 15:01:02 -04:00
Roberto Rosario
001491f93b Final changes to implement multi document actions 2011-03-18 13:22:54 -04:00
Roberto Rosario
f648aa21a1 Merge remote branch 'origin/master' into multi 2011-03-16 08:16:22 -04:00
Roberto Rosario
1cf8adb395 Fixed repeated field name 2011-03-16 05:23:05 -04:00
Roberto Rosario
f78cbddb87 Merge branch 'master' into multi
Conflicts:
	docs/TODO
2011-03-16 04:59:31 -04:00
Roberto Rosario
fda62e2b86 Small optimization in document list view 2011-03-16 04:57:27 -04:00
Roberto Rosario
d80ec935da Added multi item action subform for generic list subtemplate and related code 2011-03-15 17:34:47 -04:00
Roberto Rosario
c08270755e Initial changes to support multi row actions 2011-03-14 17:04:49 -04:00
Roberto Rosario
e69d9c0928 Added comment 2011-03-12 04:23:04 -04:00
Roberto Rosario
9b22a349d7 Show document file path in storage 2011-03-11 15:21:44 -04:00
Roberto Rosario
8c5ed4a41a Use document preview code for staging file also and error picture literal name removal 2011-03-11 10:16:48 -04:00
Roberto Rosario
9bff8de365 Created 'simple document' for non technical users with all of a document pages content 2011-03-11 03:27:55 -04:00
Roberto Rosario
0a91b7ff7d Don't allow duplicate documents in queues 2011-03-11 01:01:56 -04:00