[Zope-CVS] CVS: Products/QueueCatalog/dtml - queue.dtml:1.3

Shane Hathaway shane@zope.com
Wed, 18 Jun 2003 15:38:00 -0400


Update of /cvs-repository/Products/QueueCatalog/dtml
In directory cvs.zope.org:/tmp/cvs-serv16520/dtml

Modified Files:
	queue.dtml 
Log Message:
Added minimal unit tests and brought in sync with work done for a customer.

- The processing limit is now enforced with more precision.  Until
  now, you could get stuck in a situation where you had to process
  thousands of queue entries in a single transaction.  Fixed.

- Add to the catalog immediately only if there are indexes to update
  immediately.

- After processing the queue, show how many items were processed.

- Minor reformatting.



=== Products/QueueCatalog/dtml/queue.dtml 1.2 => 1.3 ===
--- Products/QueueCatalog/dtml/queue.dtml:1.2	Tue Aug  6 18:02:40 2002
+++ Products/QueueCatalog/dtml/queue.dtml	Wed Jun 18 15:37:29 2003
@@ -13,6 +13,7 @@
     <p><b>&dtml-q_size; item(s) queued.</b></p>
     
     <form action="manage_process">
+      <input name="count" type="text" size="5" value="20">&nbsp;&nbsp;
       <input type="submit" value=" Process Queue " />
     </form>