Commit Graph
70 Commits
Author SHA1 Message Date
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
Roberto Rosario 1786764e5f New abstracted options to adjust document conversion quality (default, low, high) 2011-02-12 04:12:39 -04:00
Roberto Rosario f3fab1b7d9 Finished adding metadata based groups 2011-02-12 01:57:24 -04:00
Roberto Rosario c83c2e0d46 First commit to add metadata groups 2011-02-11 23:08:00 -04:00
Roberto Rosario 1c41b6e05c Added link to delete a staging file 2011-02-11 20:18:41 -04:00
Roberto Rosario 2aefe3d028 Moved 3 functions from views.py to utils.py 2011-02-10 23:16:19 -04:00
Roberto Rosario d4f685cd17 Skip step 1 of create document wizard if only one document type exists 2011-02-10 23:04:33 -04:00
Roberto Rosario 07ac315ac8 Added python-magic for smarter MIME type detection and a new document field: file_mime_encoding 2011-02-10 19:01:55 -04:00
Roberto Rosario 50ae43537c Cleanups 2011-02-10 16:31:10 -04:00
Roberto Rosario ce12e68c08 try to fix the document name issue when downloading a document 2011-02-10 10:53:58 -04:00
Roberto Rosario 78f125b3ad Added document preview and display size view, merged with 960 grid branch 2011-02-10 10:33:57 -04:00
Roberto Rosario 7960438944 Merge branch '960' into merge_test 2011-02-10 09:28:02 -04:00
Roberto Rosario 1bf3c92491 Improved document thumbnail creation logic 2011-02-10 01:47:33 -04:00
Roberto Rosario a1da232ee9 Improved image cache filename creation 2011-02-10 01:29:39 -04:00
Roberto Rosario adf4608a0c It's more reliable to calculate the document checksum on the view and not on the save method, cache thumbnails and previews using document checksum and not the uuid 2011-02-10 01:06:28 -04:00
Roberto Rosario 4ecbf5c13f Removed colums definitions as they are now define in __init__.py 2011-02-10 00:16:07 -04:00
Roberto Rosario fbafb385e5 Changed to a more descriptive message 2011-02-09 23:41:22 -04:00
Roberto Rosario 9c601757a1 Finished document metadata editing changes 2011-02-09 23:22:52 -04:00
Roberto Rosario 9d046a96af Initial updates to add document metadata editing 2011-02-09 16:43:40 -04:00
Roberto Rosario f3f763d762 Added new view to quickly upload a new document using another document's metadata 2011-02-09 16:18:44 -04:00
Roberto Rosario d6afcc64bb Changed file permissions 2011-02-09 13:55:01 -04:00
Roberto Rosario 6569faad11 Added OCR capabilites 2011-02-09 02:12:14 -04:00
Roberto Rosario 52bee20025 Added document thumbnail previews in document list view 2011-02-08 20:35:29 -04:00
Roberto Rosario 37f74a3f26 Moved the converter to its own app 2011-02-08 19:46:46 -04:00
Roberto Rosario 584f525783 Added document size display and now the preview link is available in any view 2011-02-08 19:22:01 -04:00
Roberto Rosario dabe8fad19 Added document preview link and download link 2011-02-08 19:07:00 -04:00
Roberto Rosario 79d7932df0 Added staging file previews support 2011-02-08 17:57:12 -04:00
Roberto Rosario 9a985028eb Cleanups 2011-02-08 02:17:23 -04:00
Roberto Rosario 0674dedd4a Completed refactoring of filesystem indexing 2011-02-08 01:35:24 -04:00
Roberto Rosario 2c9306c04f Initial commit of the new filesystem indexing system 2011-02-07 20:20:57 -04:00
Roberto Rosario c618952f00 Added css grid support to generic_forms template 2011-02-07 17:30:41 -04:00
Roberto Rosario 791742811f Staging file are now indexed by a file content hash, fixed staging file rename on upload 2011-02-07 16:04:17 -04:00
Roberto Rosario d30395e480 Improved data added format in document view and document list views 2011-02-07 01:19:32 -04:00
Roberto Rosario 07e2ca0e7f Successfully merged staging file upload and local file upload views and forms 2011-02-07 00:58:09 -04:00
Roberto Rosario 7da543f7d3 Make document type available names list, available in document edit view 2011-02-06 23:20:16 -04:00
Roberto Rosario a3af46e25e Add Document model method to check if a document exists in the storage backend 2011-02-06 22:44:16 -04:00