From a8e11bdc1c5cdf8f91d34f4609f369f4ad2a6441 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 9 Mar 2011 23:13:58 -0400 Subject: [PATCH] Updated Changelog --- docs/Changelog.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Changelog.txt b/docs/Changelog.txt index d0ee6d0a7e..61cbae48d4 100644 --- a/docs/Changelog.txt +++ b/docs/Changelog.txt @@ -5,6 +5,15 @@ * Updated the 404 template to display only a not found message * Moved the login required middleware to the common app * Fixed search app's model.objects.filter indentation, improved result count calculation +* Added dynamic comparison types to search app +* Separated search code from view code +* Correctly calculate show result count for multi model searches +* Fixed OCR queue list showing wrong thumbnail +* Fixed staging file preview +* Show current metadata in document upload view sidebar +* 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 2011-Mar-08 * Added document action to clear all the document's page transformations