Added document tool that deletes and re-creates all documents filesystem links

This commit is contained in:
Roberto Rosario
2011-02-21 23:46:25 -04:00
parent 7365113d92
commit a9bfe7f088
10 changed files with 75 additions and 11 deletions

View File

@@ -16,3 +16,4 @@
* Added sentry to monitor and store error for later debugging
* Zip files can now be uncompressed in memory and their content uploaded individually in one step
* Added per document duplicate search and a tools menu option to seach all duplicated documents
* Added document tool that deletes and re-creates all documents filesystem links

View File

@@ -41,6 +41,7 @@ TODO, WISHLIST
* Scheduled maintenance (cleanup, deferred OCR's) - DONE
* Tesserat default option ocr setup - DONE
* Check duplicated files using checksum - DONE
* Link to delete and recreate all document links - DONE
* Role editing view under setup - STARTED
* Document list filtering by metadata
* Filterform date filtering widget
@@ -53,7 +54,6 @@ TODO, WISHLIST
* Document model's delete method might not get called when deleting in bulk
from a queryset
* Allow metadata entry form to mix required and non required metadata
* Link to delete and recreate all document links
* Versioning support
* Generic document anotations using layer overlays
* Workflows
@@ -83,6 +83,7 @@ TODO, WISHLIST
* Restrict view permission free form rename
* Add per node max ocr concurrent execution
* Skip step 2 of wizard (metadata) if no document type metadata types have been defined
* Add permissions support to menus
ISSUES