[Checkins] SVN: Products.PluggableAuthService/ Fixed broken markup.

Malthe Borch mborch at gmail.com
Thu May 28 09:56:44 EDT 2009


Log message for revision 100512:
  Fixed broken markup.

Changed:
  U   Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/doc/CHANGES.txt
  U   Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/plugins/www/zrRoles.zpt
  U   Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/doc/CHANGES.txt
  U   Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/www/zrRoles.zpt
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zrRoles.zpt

-=-
Modified: Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/doc/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/doc/CHANGES.txt	2009-05-28 13:20:50 UTC (rev 100511)
+++ Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/doc/CHANGES.txt	2009-05-28 13:56:44 UTC (rev 100512)
@@ -4,6 +4,8 @@
 PluggableAuthService 1.5.5 (unreleased)
 ---------------------------------------
 
+- Fixed broken markup.
+
 - Don't fail on users defined in multiple user sources on the ZODBGroupManager
   listing page.
 

Modified: Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/plugins/www/zrRoles.zpt
===================================================================
--- Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/plugins/www/zrRoles.zpt	2009-05-28 13:20:50 UTC (rev 100511)
+++ Products.PluggableAuthService/branches/1.5/Products/PluggableAuthService/plugins/www/zrRoles.zpt	2009-05-28 13:56:44 UTC (rev 100512)
@@ -47,8 +47,8 @@
   <td class="form-text" width="25%"
       tal:content="info/description">ROLE DESCRIPTION</td>
   <td class="form-text" width="50%">
-    <a href="?role_id=foo&assign=1"
-       tal:attributes="href string:?role_id=${info/id}&assign=1"
+    <a href="?role_id=foo&amp;assign=1"
+       tal:attributes="href string:?role_id=${info/id}&amp;assign=1"
     >?</a>
     <span
        tal:content="python:','.join( 
@@ -134,9 +134,9 @@
                 "
 >
 <h3> Update Role: <span tal:replace="role_id">ROLE_ID</span>
-     <a href="manage_roles?role_id=role_id&assign=1"
+     <a href="manage_roles?role_id=role_id&amp;assign=1"
         tal:define="url here/absolute_url;
-                    qs string:role_id=${role_id}&assign=1;
+                    qs string:role_id=${role_id}&amp;assign=1;
                    "
         tal:attributes="href string:${url}/manage_roles?${qs}"
      >(Assign)</a>

Modified: Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/doc/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/doc/CHANGES.txt	2009-05-28 13:20:50 UTC (rev 100511)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/doc/CHANGES.txt	2009-05-28 13:56:44 UTC (rev 100512)
@@ -4,6 +4,7 @@
 PluggableAuthService 1.6.2 (unreleased)
 ---------------------------------------
 
+- Fixed broken markup.
 
 PluggableAuthService 1.6.1 (2008-11-20)
 ---------------------------------------

Modified: Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/www/zrRoles.zpt
===================================================================
--- Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/www/zrRoles.zpt	2009-05-28 13:20:50 UTC (rev 100511)
+++ Products.PluggableAuthService/branches/1.6/Products/PluggableAuthService/plugins/www/zrRoles.zpt	2009-05-28 13:56:44 UTC (rev 100512)
@@ -47,8 +47,8 @@
   <td class="form-text" width="25%"
       tal:content="info/description">ROLE DESCRIPTION</td>
   <td class="form-text" width="50%">
-    <a href="?role_id=foo&assign=1"
-       tal:attributes="href string:?role_id=${info/id}&assign=1"
+    <a href="?role_id=foo&amp;assign=1"
+       tal:attributes="href string:?role_id=${info/id}&amp;assign=1"
     >?</a>
     <span
        tal:content="python:','.join( 
@@ -134,9 +134,9 @@
                 "
 >
 <h3> Update Role: <span tal:replace="role_id">ROLE_ID</span>
-     <a href="manage_roles?role_id=role_id&assign=1"
+     <a href="manage_roles?role_id=role_id&amp;assign=1"
         tal:define="url here/absolute_url;
-                    qs string:role_id=${role_id}&assign=1;
+                    qs string:role_id=${role_id}&amp;assign=1;
                    "
         tal:attributes="href string:${url}/manage_roles?${qs}"
      >(Assign)</a>

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2009-05-28 13:20:50 UTC (rev 100511)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2009-05-28 13:56:44 UTC (rev 100512)
@@ -4,6 +4,8 @@
 PluggableAuthService 1.7 (unreleased)
 -------------------------------------
 
+- Fixed broken markup.
+
 - Don't fail on users defined in multiple user sources on the ZODBGroupManager
   listing page.
 

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zrRoles.zpt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zrRoles.zpt	2009-05-28 13:20:50 UTC (rev 100511)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/plugins/www/zrRoles.zpt	2009-05-28 13:56:44 UTC (rev 100512)
@@ -47,8 +47,8 @@
   <td class="form-text" width="25%"
       tal:content="info/description">ROLE DESCRIPTION</td>
   <td class="form-text" width="50%">
-    <a href="?role_id=foo&assign=1"
-       tal:attributes="href string:?role_id=${info/id}&assign=1"
+    <a href="?role_id=foo&amp;assign=1"
+       tal:attributes="href string:?role_id=${info/id}&amp;assign=1"
     >?</a>
     <span
        tal:content="python:','.join( 
@@ -134,9 +134,9 @@
                 "
 >
 <h3> Update Role: <span tal:replace="role_id">ROLE_ID</span>
-     <a href="manage_roles?role_id=role_id&assign=1"
+     <a href="manage_roles?role_id=role_id&amp;assign=1"
         tal:define="url here/absolute_url;
-                    qs string:role_id=${role_id}&assign=1;
+                    qs string:role_id=${role_id}&amp;assign=1;
                    "
         tal:attributes="href string:${url}/manage_roles?${qs}"
      >(Assign)</a>



More information about the Checkins mailing list