Commit Graph

16 Commits

Author SHA1 Message Date
Roberto Rosario
93a6aae9c2 Fix staging file filename hashing not working with unicode filenames 2012-03-03 01:12:56 -04:00
Roberto Rosario
cebb22731c Calculate a staging file id from the hash of its full filepath and not of the contents
Can finally close issue #1
2012-02-25 23:45:48 -04:00
Roberto Rosario
028c134bfd The OSError doesn't like unicode text, change it to plain Exception class (Sergei Glita) 2012-02-11 20:05:58 -04:00
Roberto Rosario
34311fb17e Cleanups, permissions separation into explicit module, absolute import update 2012-01-02 03:48:26 -04:00
Roberto Rosario
38a035685b Only allow clickable thumbnails for staging files with a valid image 2011-11-07 02:08:28 -04:00
Roberto Rosario
557c960094 Updated python converter backend, document model and staging module to use the new get_mimetype API 2011-11-07 00:05:25 -04:00
Roberto Rosario
0a2591d58f Removed unused import, PEP8 cleanups 2011-08-12 02:13:23 -04:00
Roberto Rosario
cd0b1577a7 Renamed the exception UnknownFormat to UnkownFileFormat and updated all
backends get_page_count method to raise it, having the api's get_page_count
function decide how to handle the exception
2011-08-05 03:24:01 -04:00
Roberto Rosario
37677e89f0 Added support for showing a staging file's thumbnail 2011-07-24 05:15:56 -04:00
Roberto Rosario
90e876ca93 Code cleanup 2011-07-21 11:46:15 -04:00
Roberto Rosario
0fe032f7c9 Finished fixing new document transformations 2011-07-16 01:09:36 -04:00
Roberto Rosario
743ae0fce0 Initial commit of the converter image transformation refactor 2011-07-15 06:16:14 -04:00
Roberto Rosario
415f0c8daa Refactored the converter backend system 2011-07-13 22:53:33 -04:00
Roberto Rosario
83de8c7b49 PEP8 Cleanups 2011-07-06 03:22:53 -04:00
Roberto Rosario
ee3abd16ec Document upload working from local and from staging folders 2011-07-06 01:51:29 -04:00
Roberto Rosario
2816c1f86f Got upload view working, staging preview and delete working ok 2011-07-06 01:31:27 -04:00