[Checkins] SVN: Products.PluggableAuthService/trunk/ Fixed chameleon incompatibilities

Joshua LaPlace josh at enfoldsystems.com
Tue Oct 12 21:05:45 EDT 2010


Log message for revision 117483:
  Fixed chameleon incompatibilities
  

Changed:
  U   Products.PluggableAuthService/trunk/CHANGES.txt
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/daGeneric.zpt
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zgGroups.zpt
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/www/pasSearch.zpt

-=-
Modified: Products.PluggableAuthService/trunk/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/trunk/CHANGES.txt	2010-10-13 00:56:48 UTC (rev 117482)
+++ Products.PluggableAuthService/trunk/CHANGES.txt	2010-10-13 01:05:45 UTC (rev 117483)
@@ -14,7 +14,9 @@
   when the ``__ac`` cookie is not ours (but e.g. from plone.session,
   though even then only in a corner case).
 
+- Fixed chameleon incompatibilities
 
+
 1.7.1 (2010-07-01)
 ------------------
 

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/daGeneric.zpt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/daGeneric.zpt	2010-10-13 00:56:48 UTC (rev 117482)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/daGeneric.zpt	2010-10-13 01:05:45 UTC (rev 117483)
@@ -32,7 +32,7 @@
     <form method="post" action=""
           tal:condition="user_map"
           tal:attributes="action string:${my_url}/manage_removeMappings">
-      <input type="hidden" name="user_id" value="">
+      <input type="hidden" name="user_id" value=""/>
 
       <table width="98%">
         <tr>
@@ -89,7 +89,7 @@
 
     <form method="post" action=""
           tal:attributes="action string:${my_url}/manage_addMapping">
-      <input type="hidden" name="user_id" value="">
+      <input type="hidden" name="user_id" value="" />
       <table width="98%" cellpaddding="2">
         <tr>
           <td class="form-label"> Match Type </td>

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zgGroups.zpt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zgGroups.zpt	2010-10-13 00:56:48 UTC (rev 117482)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zgGroups.zpt	2010-10-13 01:05:45 UTC (rev 117483)
@@ -49,8 +49,8 @@
   <td class="form-text" width="25%"
       tal:content="info/description">GROUP DESCRIPTION</td>
   <td class="form-text" width="50%">
-    <a href="?group_id=foo&assign=1"
-       tal:attributes="href string:?group_id=${info/id}&assign=1"
+    <a href="?group_id=foo&amp;assign=1"
+       tal:attributes="href string:?group_id=${info/id}&amp;assign=1"
     >?</a>
     <span
        tal:content="python:','.join( 
@@ -136,9 +136,9 @@
                 "
 >
 <h3> Update Group: <span tal:replace="group_id">GROUP_ID</span>
-     <a href="manage_groups?group_id=group_id&assign=1"
+     <a href="manage_groups?group_id=group_id&amp;assign=1"
         tal:define="url here/absolute_url;
-                    qs string:group_id=${group_id}&assign=1;
+                    qs string:group_id=${group_id}&amp;assign=1;
                    "
         tal:attributes="href string:${url}/manage_groups?${qs}"
      >(Assign)</a>

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/www/pasSearch.zpt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/www/pasSearch.zpt	2010-10-13 00:56:48 UTC (rev 117482)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/www/pasSearch.zpt	2010-10-13 01:05:45 UTC (rev 117483)
@@ -96,17 +96,17 @@
                 tal:condition="request/previous_batch_url|nothing">
             <a href=""
                tal:attributes="href request/previous_batch_url">
-              << Previous
+              &lt;&lt; Previous
             </a>
           </span>
           <span class="form-label"
                 tal:condition="request/next_batch_url|nothing">
             <a href=""
                tal:attributes="href request/next_batch_url">
-              &nbsp;&nbsp;Next >>
+              &nbsp;&nbsp;Next &gt;&gt;
             </a>
           </span>
-        <td>
+        </td>
       </tr>
 
       <tbody tal:condition="results">



More information about the checkins mailing list