Added simple statistics page (total used storage, total docs, etc)

This commit is contained in:
Roberto Rosario
2011-03-20 04:35:21 -04:00
parent 99ae77f573
commit 31d1641fa4
11 changed files with 113 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
2011-Mar-20
* Added simple statistics page (total used storage, total docs, etc)
2011-Mar-18
* Implemented form based and button based multi item actions (button based by default)
* Added multi document delete

View File

@@ -109,7 +109,7 @@ Documents
* Separate free form document rename and require new permission
* Test zip file upload with multi directories zip file
* 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)
* Statistics page (total used storage, total docs, per metadata group, per type, per metadata) - DONE
* Improve doc page template/view
* Document page edit view
* Show all document's pages content combined
@@ -174,3 +174,4 @@ OCR
* Support cuneiform
* Implement StringIO
* Add storage replication delay setting
* Advanced statistics (OCR average completion time, error rate)