Final changes to support permissions and roles

This commit is contained in:
Roberto Rosario
2011-02-13 04:33:40 -04:00
parent a47ff7c4b4
commit 344a613514
24 changed files with 455 additions and 71 deletions

View File

@@ -5,3 +5,4 @@
* Changed to a liquid css grid
* Added the ability to group documents by their metadata
* New abstracted options to adjust document conversion quality (default, low, high)
* Added permissions and roles support

View File

@@ -26,6 +26,8 @@
* If theres only one document type on db skip step 1 of wizard - DONE
* Be able to delete staging file - DONE
* Group documents by metadata - DONE
* Permissions - DONE
* Roles - DONE
* Document list filtering by metadata
* Filterform date filtering widget
* Validate GET data before saving file
@@ -42,8 +44,6 @@
* MuliThreading deferred OCR
* Versioning support
* Generic document anotations using layer overlays
* Permissions
* Roles
* Workflows
* Scheduled maintenance (cleanup, deferred OCR's)
* Add tags to documents
@@ -60,6 +60,6 @@
* Support spreadsheets, wordprocessing docs using openoffice in server mode
* WebDAV support
* Handle ziped or rar archives
* Display preferences (Rotation, default zoom)
* Display preferences 'document transformations' (Rotation, default zoom)
* Gallery view for document groups
* Assign default role to new users