Don't allow duplicate documents in queues

This commit is contained in:
Roberto Rosario
2011-03-11 01:01:56 -04:00
parent 6bef320142
commit 0a91b7ff7d
6 changed files with 51 additions and 25 deletions

View File

@@ -1,3 +1,6 @@
2011-Mar-11
* Don't allow duplicate documents in queues
2011-Mar-10
* Added new setting: side bar search box

View File

@@ -52,6 +52,7 @@ Main
====
* Diagnostics (document file <-> document db entry mismatches, orphan files)
* Sidebar search - DONE
* Convert home and about views to use generic_template
Common
======
@@ -63,6 +64,7 @@ Common
* Default button linking to 'Enter' and ESC key for cancel
* Dismiss all messages
* Sidebar multi item action box
* Show big icons in confirmation prompts (ie: document delete)
Permissions
===========
@@ -151,4 +153,7 @@ OCR
* Allow for OCR document requeue on error and requeue limit
* Multiple ocr queue support - STARTED
* Add per node max ocr concurrent execution
* Don't allow duplicate documents in queues - STARTED
* OCR queue schedule support
* Make automatic OCR a function of OCR app and not of Documents app (via signals)