From 158061e61a4878cd6bf783052d0768443feeffab Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 22 Apr 2011 00:19:06 -0400 Subject: [PATCH] Updated TODO --- docs/TODO | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/TODO b/docs/TODO index cffd59faaf..d7649f2793 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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 =======