Updated TODO

This commit is contained in:
Roberto Rosario
2011-04-22 00:19:06 -04:00
parent 5b4b281791
commit 158061e61a

View File

@@ -114,8 +114,8 @@ Documents
* Don't append an extension separator if extension is non existant
* Statistics page (total used storage, total docs, per metadata group,
per type, per metadata) - DONE
* Improve doc page template/view
* Document page edit view
* Improve doc page template/view - DONE
* Document page edit view - DONE
* Show all document's pages content combined
* Create 'simple view' document view for non technical users - DONE
* Unify document form classes
@@ -151,6 +151,12 @@ Convert
* Cache.cleanup function to delete cached images when document hash
changes
* Support ExactImage
* Optimize zoom resizing
# if size:
# extra_options += u' -resize %d' % (int(size) * zoom / 100)
# else:
# if zoom != 100:
# extra_options += u' -resize %d%% ' % zoom
Storage
=======