r13296 - in Products.AddRemoveWidget/trunk: Products/AddRemoveWidget/skins/AddRemoveWidget docs

"Roel Bruggink" <[email protected]>
Newsgroups gmane.comp.web.zope.plone.archetypes.cvs
Message-ID <[email protected]>
Author: jaroel
Date: Thu Nov 25 14:51:44 2010
New Revision: 13296

Modified:
   Products.AddRemoveWidget/trunk/Products/AddRemoveWidget/skins/AddRemoveWidget/widget_addremove.pt
   Products.AddRemoveWidget/trunk/docs/HISTORY.txt
Log:
Removed 'unicodeTestIn' call. Fixes #14.

Modified: Products.AddRemoveWidget/trunk/Products/AddRemoveWidget/skins/AddRemoveWidget/widget_addremove.pt
==============================================================================
--- Products.AddRemoveWidget/trunk/Products/AddRemoveWidget/skins/AddRemoveWidget/widget_addremove.pt	(original)
+++ Products.AddRemoveWidget/trunk/Products/AddRemoveWidget/skins/AddRemoveWidget/widget_addremove.pt	Thu Nov 25 14:51:44 2010
@@ -92,7 +92,7 @@
                   <tal:block repeat="item vocabulary/keys">
                     <option
                         value="#"
-                        tal:condition="python:not context.unicodeTestIn(item,selectedItems)"
+                        tal:condition="python:not item in selectedItems"
                         tal:content="python:vocabulary.getValue(item)"
                         tal:attributes="value item;">Item</option>
                   </tal:block>

Modified: Products.AddRemoveWidget/trunk/docs/HISTORY.txt
==============================================================================
--- Products.AddRemoveWidget/trunk/docs/HISTORY.txt	(original)
+++ Products.AddRemoveWidget/trunk/docs/HISTORY.txt	Thu Nov 25 14:51:44 2010
@@ -4,8 +4,8 @@
 1.4.5 (unreleased)
 ------------------
 
-- Nothing changed yet.
-
+* Removed 'unicodeTestIn' call. This fixes #14.
+  [jaroel]
 
 1.4.4 (2010-08-16)
 ------------------

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.