Commit Graph
155 Commits
Author SHA1 Message Date
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
Roberto Rosario 5b4f2ecb57 Final changes to support duplicate document search 2011-02-21 19:32:03 -04:00
Roberto Rosario c10845ab9c Initial duplicate finder commit 2011-02-20 18:25:11 -04:00
Roberto Rosario ed3b9d3453 Added zip file 'uncompress on upload' support 2011-02-19 04:28:40 -04:00
Roberto Rosario 875c772e5a Add cancel button to document page transformation delete confirmation 2011-02-18 23:16:59 -04:00
Roberto Rosario 17f75ef5a2 Fixed wrong document variable name 2011-02-18 23:15:09 -04:00
Roberto Rosario 51af1bf796 Improved document page detail view & links 2011-02-18 00:40:47 -04:00
Roberto Rosario 595d7227a2 Added navigation link from document page view and document page transformation back to document view 2011-02-17 23:27:25 -04:00
Roberto Rosario 8a8a42ee19 Updated Spanish translations 2011-02-17 05:00:35 -04:00
Roberto Rosario 77b8a432a2 Added distributed OCR queue support 2011-02-17 04:37:35 -04:00
Roberto Rosario 15afaadc4c Added preliminary views to add/remove document page transformations 2011-02-16 03:31:46 -04:00
Roberto Rosario ac81a5a2f5 Added 'No' button to document delete confirmation 2011-02-15 20:58:24 -04:00
Roberto Rosario 1b494b4200 Make default transformation application a method of Document, and execute on both upload methods 2011-02-15 20:44:19 -04:00
Roberto Rosario b217470283 Identify current document in a metadata group list 2011-02-15 20:32:34 -04:00
Roberto Rosario 0eb9774618 Fixed regression caused by c8d5e26b4c 2011-02-15 19:56:03 -04:00
Roberto Rosario c87b9932c6 Apply default transformations to staging previews 2011-02-15 15:48:31 -04:00
Roberto Rosario c8d5e26b4c Fix error accidental delete of staging file on preview 2011-02-15 15:27:34 -04:00
Roberto Rosario 8d07419d01 Reverted unicode changes, made things worse 2011-02-14 14:32:59 -04:00
Roberto Rosario e7600fa876 Handle unicode url data from the metadata 2011-02-14 13:41:15 -04:00
Roberto Rosario 72eb897e4d Change format as per ugettext request 2011-02-14 02:28:08 -04:00
Roberto Rosario fbc8bc960a Decoupled page transformation interface, added default transformation support 2011-02-14 02:11:39 -04:00
Roberto Rosario 06d7e5a46a Added multipage document support and document page transformation 2011-02-14 00:18:16 -04:00
Roberto Rosario 65d1e5b176 Initial updates to support document tranformations 2011-02-13 17:01:51 -04:00
Roberto Rosario 344a613514 Final changes to support permissions and roles 2011-02-13 04:33:40 -04:00
Roberto Rosario a47ff7c4b4 Initial updates to support permissions 2011-02-12 05:45:34 -04:00