Installation of ReplaceSupport
This product has been tested with Zope 2.7.0 and is expected to work with all versions of Zope from 2.3.3 upwards. Please also see the Release Information.
There are two ways to install:
Simple Installation
Untar ReplaceSupport-1.0.2.tar.gz into your Products directory
Restart Zope
All your folders should now have an additional "Replace" tab
Advanced Installation (Recommended)
If you choose this installation method please also read the INSTALL.txt
file included in the archive. Note: You must use this method if you want to see the
"Replace" tab in a ZClass Product.
Untar ReplaceSupport-1.0.2.tar.gz into your Products directory
Edit
ReplaceSupport/__init__.py
and comment out the last line reading:import SimplePatch
Edit
lib/python/OFS/__init__.py
and append the following lineimport Products.ReplaceSupport.AdvancedPatch
Restart Zope
Again, all your folders should now have an additional "Replace" tab
Permissions
If you do not see the "Replace" tab, make sure you have the "Search & replace in objects" permission set.