[ZCM] [ZC] 1584/ 2 Comment "Add 'extensions' directive in zope.conf "

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Thu Feb 3 11:11:40 EST 2005


Issue #1584 Update (Comment) "Add 'extensions' directive in zope.conf "
 Status Pending, Zope/feature+solution low
To followup, visit:
  http://collector.zope.org/Zope/1584

==============================================================
= Comment - Entry #2 by rodsenra on Feb 3, 2005 11:11 am

This is supposed to be considered for Zope 2.8.

Another collector entry was filed under http://collector.zope.org/ColDev/118

If that was a mistake, and you know how to correct it please do so.
<wink>
________________________________________
= Request - Entry #1 by rodsenra on Nov 18, 2004 2:46 pm


Uploaded:  "extension_conf.patch"
 - http://collector.zope.org/Zope/1584/extension_conf.patch/view
This patch adds the directive 'extensions' to zope.conf. If overriden in zope.conf, then the specified directory will be used for ExternalMethods instead of the default $INSTANCE/Extensions.

This was discussed in the zope users list under the subject 'Give 'Extensions' a configurable directory in zope.conf'.

The changes so far relative to svn truck are:
  
   * /lib/python/Products/ExternalMethod/help/ExternalMethod.py

     - docstring comment


   * /lib/python/Products/ExternalMethod/ExternalMethod.py

     - little typos (not related, but since I was there <wink>)
     - docstring comment


   * /etc/zope.conf

     - new directive 'extensions', comments and example


   * /lib/python/Zope/Startup/zopeschema.xml

     - new directive 'extensions' (type key)

 
   * /lib/python/App/Extensions.py

     - in getPath() check if directive 'extensions' is overriden in zope.conf,
       and use it instead. 


==============================================================



More information about the Zope-Collector-Monitor mailing list