Added new setting: side bar search box

This commit is contained in:
Roberto Rosario
2011-03-10 01:54:31 -04:00
parent ed5578832f
commit 6bef320142
16 changed files with 157 additions and 22 deletions

View File

@@ -1,3 +1,6 @@
2011-Mar-10
* Added new setting: side bar search box
2011-Mar-09
* Implemented new PermissioDenied exception middleware handler
* Permissions app api now returns a PermissionDenied exception instead of a custom one
@@ -14,6 +17,9 @@
* Show sentry login for admin users
* Do not reinitialize document queue and/or queued document on reentry
* Try extra hard not to assign same uuid to two documents
* Added new transformation preview size setting
* Renamed document queue state links
* Changed ocr status display sidebar from form based to text based
2011-Mar-08
* Added document action to clear all the document's page transformations

View File

@@ -47,7 +47,11 @@ TODO, WISHLIST
* Show current page in generic list template - DONE
* Enable/disable ocr queue view & links - DONE
Main
====
* Diagnostics (document file <-> document db entry mismatches, orphan files)
* Sidebar search - DONE
Common
======
@@ -70,7 +74,6 @@ Permissions
Documents
=========
* Restrict view permission free form rename
* Skip step 2 of wizard (metadata) if no document type metadata types have been defined
* Tile based image server
* Do separate default transformations for staging and for local uploads
@@ -103,6 +106,7 @@ Documents
* Improve doc page template/view
* Document page edit view
* Show all document's pages content combined
* Create 'simple view' = stripped down document view for non technical users
Filesystem serving
==================
@@ -116,7 +120,7 @@ Search
* Add show_summary method to model to display as results of a search
* Cross model inclusion search - DONE
* Separate view code from search code - DONE
* Sidebar search
* New results only view - DONE
Convert
=======