[Checkins] SVN: Products.PluginRegistry/trunk/Products/PluginRegistry/ Merged 1.1 branch r98425 into the trunk.

Stefan H. Holek stefan at epy.co.at
Sat Mar 28 12:58:30 EDT 2009


Log message for revision 98433:
  Merged 1.1 branch r98425 into the trunk.
  
  Fixed plugin management links on the Active screen.
  

Changed:
  U   Products.PluginRegistry/trunk/Products/PluginRegistry/CHANGES.txt
  U   Products.PluginRegistry/trunk/Products/PluginRegistry/www/active_plugins.zpt

-=-
Modified: Products.PluginRegistry/trunk/Products/PluginRegistry/CHANGES.txt
===================================================================
--- Products.PluginRegistry/trunk/Products/PluginRegistry/CHANGES.txt	2009-03-28 15:10:32 UTC (rev 98432)
+++ Products.PluginRegistry/trunk/Products/PluginRegistry/CHANGES.txt	2009-03-28 16:58:29 UTC (rev 98433)
@@ -4,6 +4,8 @@
 PluginRegistry 1.2 (unreleased)
 -------------------------------
 
+- Fixed plugin management links on the Active screen.
+
 - Fixed deprecation warnings for use of Globals.
 
 - Purge old zope2 Interface interfaces for Zope 2.12 compatibility.

Modified: Products.PluginRegistry/trunk/Products/PluginRegistry/www/active_plugins.zpt
===================================================================
--- Products.PluginRegistry/trunk/Products/PluginRegistry/www/active_plugins.zpt	2009-03-28 15:10:32 UTC (rev 98432)
+++ Products.PluginRegistry/trunk/Products/PluginRegistry/www/active_plugins.zpt	2009-03-28 16:58:29 UTC (rev 98433)
@@ -20,7 +20,7 @@
 
      <td class="form-text">
        <a href="?plugin_type=PTYPE"
-          tal:attributes="href string:?plugin_type=${info/id}"
+          tal:attributes="href string:manage_plugins?plugin_type=${info/id}"
           tal:content="string: ${info/title/title} Plugins"
        >PLUGIN TYPE DESCRIPTION</a>
      </td>



More information about the Checkins mailing list