Commit Graph

23 Commits

Author SHA1 Message Date
Roberto Rosario
58f027db60 Clean up (unused imports, PEP8, etc) 2012-06-08 16:43:54 -04:00
Roberto Rosario
036ec09234 Move the copyfile function to the common app 2012-05-30 12:56:56 -04:00
Roberto Rosario
f589da84fd Added new mimetype app to handle mimetype guessing and provide mimetype related icons when a preview is not available 2011-07-22 03:42:16 -04:00
Roberto Rosario
90e876ca93 Code cleanup 2011-07-21 11:46:15 -04:00
Roberto Rosario
d202d23862 Merge branch 'smart_staging' into master_merge_test
Conflicts:
	apps/common/__init__.py
	requirements/development.txt
	requirements/production.txt
2011-07-21 03:55:21 -04:00
Roberto Rosario
01de394b88 Properly import COMMON_TEMPORARY_DIRECTORY, removed more QUALITY related code 2011-07-21 03:45:14 -04:00
Roberto Rosario
841b02c969 Use python-magic to determine a document's mimetype otherwise fallback to use python's mimetypes library 2011-07-07 21:38:36 -04:00
Roberto Rosario
71a3c218f4 PEP8, pylint and django-lint cleanups 2011-04-08 02:09:39 -04:00
Roberto Rosario
f66c8ec6e2 Fixed error and some warning returned by pylint 2011-04-05 00:04:11 -04:00
Roberto Rosario
6a9e114acb Set all *.py files permissions to 644 2011-03-07 12:15:25 -04:00
Roberto Rosario
d0bea8ffeb Initial version of the GridFS storage driver 2011-03-04 01:08:20 -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
a9bfe7f088 Added document tool that deletes and re-creates all documents filesystem links 2011-02-21 23:46:25 -04:00
Roberto Rosario
064d67746b Delete document metadata if left blank on dataentry 2011-02-15 22:00:49 -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
06d7e5a46a Added multipage document support and document page transformation 2011-02-14 00:18:16 -04:00
Roberto Rosario
2aefe3d028 Moved 3 functions from views.py to utils.py 2011-02-10 23:16:19 -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
0c5b03b715 Moved pretty_size function to common.utils 2011-02-08 19:47:42 -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