SVN: PluggableAuthService/branches/1.1/ Merge delta between 1.1b1 and 1.1b2 onto 1.1 release branch.

Tres Seaver <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Log message for revision 39929:
  Merge delta between 1.1b1 and 1.1b2 onto 1.1 release branch.

Changed:
  U   PluggableAuthService/branches/1.1/CHANGES.txt
  U   PluggableAuthService/branches/1.1/doc/CHANGES.txt
  U   PluggableAuthService/branches/1.1/plugins/www/bpActivateInterfaces.zpt

-=-
Modified: PluggableAuthService/branches/1.1/CHANGES.txt
===================================================================
--- PluggableAuthService/branches/1.1/CHANGES.txt	2005-11-05 19:29:44 UTC (rev 39928)
+++ PluggableAuthService/branches/1.1/CHANGES.txt	2005-11-05 19:31:30 UTC (rev 39929)
@@ -1,9 +0,0 @@
-PluggableAuthService Product Change Log
-
-  PluggableAuthService 1.1b1 (2005/07/06)
-
-    - PAS-level id mangling is no more. All (optional) mangling is now
-      done on a per-plugin basis.
-
-    - Interfaces used by PAS are now usable in both Zope 2.7 and 2.8
-      (Five compatible)

Modified: PluggableAuthService/branches/1.1/doc/CHANGES.txt
===================================================================
--- PluggableAuthService/branches/1.1/doc/CHANGES.txt	2005-11-05 19:29:44 UTC (rev 39928)
+++ PluggableAuthService/branches/1.1/doc/CHANGES.txt	2005-11-05 19:31:30 UTC (rev 39929)
@@ -1,5 +1,9 @@
 PluggableAuthService changelog
 
+  PluggableAuthService 1.1b2 (2005/07/14)
+
+    - Missed a 'nocall:' in the Interfaces activation form.
+
   PluggableAuthService 1.1b1 (2005/07/06)
 
     - PAS-level id mangling is no more. All (optional) mangling is now

Modified: PluggableAuthService/branches/1.1/plugins/www/bpActivateInterfaces.zpt
===================================================================
--- PluggableAuthService/branches/1.1/plugins/www/bpActivateInterfaces.zpt	2005-11-05 19:29:44 UTC (rev 39928)
+++ PluggableAuthService/branches/1.1/plugins/www/bpActivateInterfaces.zpt	2005-11-05 19:31:30 UTC (rev 39929)
@@ -13,7 +13,7 @@
        tal:define="interfaces here/listInterfaces">
   <tr tal:repeat="info here/plugins/listPluginTypeInfo">
     <td align="left" valign="top" class="form-label"
-        tal:define="interface info/interface;
+        tal:define="interface nocall:info/interface;
                     method python:info['methods'][0];
                     interface_name info/id;
                     title info/title;

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
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.