[Zope-Checkins] CVS: Zope/lib/python/Products/ZCTextIndex/dtml - addLexicon.dtml:1.8.10.1

Casey Duncan casey@zope.com
Thu, 5 Jun 2003 16:37:35 -0400


Update of /cvs-repository/Zope/lib/python/Products/ZCTextIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv28323/lib/python/Products/ZCTextIndex/dtml

Modified Files:
      Tag: Zope-2_6-branch
	addLexicon.dtml 
Log Message:
Backport casey-zctextindex-fewer-conflicts-branch:

  - Indexes and Lexicon now much less likely to generate write conflicts.
    Previously *any* concurrent index/unindex operation would conflict

  - Performance and scalability fix for queries



=== Zope/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml 1.8 => 1.8.10.1 ===
--- Zope/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml:1.8	Tue Jun  4 15:56:32 2002
+++ Zope/lib/python/Products/ZCTextIndex/dtml/addLexicon.dtml	Thu Jun  5 16:37:04 2003
@@ -53,7 +53,7 @@
             </select>
           <dtml-else>
             <input type="checkbox" name="elements.name:records" 
-                   value="<dtml-var expr="elements[0]">" checked />
+                   value="<dtml-var expr="elements[0]" html_quote>" checked />
           </dtml-if>
         </td>
       </tr>