Commit Graph
186 Commits
Author SHA1 Message Date
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 350fdee9c9 Show only document metadata in document list view 2011-02-10 21:16: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 f7b560853b Changed the label message to better reflect its usage 2011-02-10 19:00:58 -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 460ba63740 Added a non scaling fancybox for display size view 2011-02-10 10:53:40 -04:00
Roberto Rosario eb022a821f Remarked two imports by mistake 2011-02-10 10:36:37 -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 e8ee0cdaaa Spanish translation updates 2011-02-10 09:22:13 -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 b12ddb7cc4 Added method to link a model with it's column list to display on the generic list template, this way the same column layout is displayed regarless of the view that generates it. 2011-02-10 00:13:30 -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 ba64dbb4e2 Recreased severity when creating filesystem links 2011-02-09 14:09:49 -04:00
Roberto Rosario d6afcc64bb Changed file permissions 2011-02-09 13:55:01 -04:00
Roberto Rosario 77aa263304 Added sanity checks and better error handling 2011-02-09 12:31:01 -04:00
Roberto Rosario ef8ced4013 Fixed typos in the settings names 2011-02-09 12:30:35 -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 0c5b03b715 Moved pretty_size function to common.utils 2011-02-08 19:47:42 -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 e146e2f0e2 First try at implementing required / optional metadata 2011-02-08 02:18:02 -04:00
Roberto Rosario 9a985028eb Cleanups 2011-02-08 02:17:23 -04:00
Roberto Rosario e40686f593 Cleanups 2011-02-08 02:17:06 -04:00
Roberto Rosario b2aaee514f Make document metadata readonly until signal are implemented 2011-02-08 02:16:25 -04:00
Roberto Rosario 2f22e8b848 Cleanups 2011-02-08 02:16:14 -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 2ddab79ff5 Added translatable label for staing files 2011-02-07 16:03:21 -04:00
Roberto Rosario be267c476c Catch error when listing staging files fails 2011-02-07 14:33:58 -04:00
Roberto Rosario a8bd7da2e2 Spanish translation 2011-02-07 01:43:52 -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 966f8328d1 Added comments to class 2011-02-06 22:45:21 -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
Roberto Rosario 1d70d68505 Document file storage is can now be changed from the settings.py file, better configuration options names 2011-02-06 22:22:01 -04:00
Roberto Rosario f38561099c Added option to enable/disable staging file uploads, added better error reporting when creating staging files list 2011-02-06 20:01:55 -04:00