Commit Graph

279 Commits

Author SHA1 Message Date
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
Roberto Rosario
ed5578832f Added new transformation preview size setting 2011-03-10 00:24:18 -04:00
Roberto Rosario
73e9eb2d42 Evaluation error don't raise exception anymore and are only show to administrative users 2011-03-09 16:31:42 -04:00
Roberto Rosario
fa073237b2 Show current metadata in document upload view 2011-03-09 15:27:08 -04:00
Roberto Rosario
3a82dbfecb Add content type to avoid strip space middleware conflict 2011-03-09 13:54:34 -04:00
Roberto Rosario
7be725e87a Show error message also if user is superuser 2011-03-09 13:53:41 -04:00
Roberto Rosario
739c2ee299 Converted modules to use the new simpler permission checking 2011-03-09 01:20:07 -04:00
Roberto Rosario
a116f1807c Added document action to clear all the document's page transformations 2011-03-08 02:15:19 -04:00
Roberto Rosario
3ccb01254d Improved exception handling of external programs 2011-03-07 23:24:46 -04:00
Roberto Rosario
41161b2ad7 Converter now differentiates between unknown file format and convert errors 2011-03-07 23:00:27 -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
Roberto Rosario
6ad14fb793 Added content_type to document image file serving 2011-03-06 02:23:25 -04:00
Roberto Rosario
f337cfb425 Optimized document duplicate search 2011-03-05 20:14:48 -04:00
Roberto Rosario
f8ea2cb650 Fixed duplicated document search 2011-03-05 20:07:48 -04:00
Roberto Rosario
0442eafb0c Added a setting to show document thumbnail in metadata group list 2011-03-05 02:01:31 -04:00
Roberto Rosario
c31898b995 If current user is superuser or staff show extra error messages 2011-03-05 01:22:18 -04:00
Roberto Rosario
d0bea8ffeb Initial version of the GridFS storage driver 2011-03-04 01:08:20 -04:00
Roberto Rosario
02eba1ab4a Improve storage file handling 2011-03-03 12:14:20 -04:00
Roberto Rosario
60fb0628e0 Note to self: Don't try to fix error in a rush. Really fix 'document fs delete links' 2011-03-03 10:37:52 -04:00
Roberto Rosario
79f6897d8a Extracted document filesystem serving into a separate app, see docs/Changelog.txt to update database accordingly 2011-02-26 12:50:16 -04:00
Roberto Rosario
ff77b622a9 Moved document save logic to the document Model 2011-02-26 11:15:57 -04:00
Roberto Rosario
a9bfe7f088 Added document tool that deletes and re-creates all documents filesystem links 2011-02-21 23:46:25 -04:00