Updated TODO
This commit is contained in:
10
docs/TODO
10
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
|
||||
=======
|
||||
|
||||
Reference in New Issue
Block a user