membrane 1.2 SVN trunk and Plone required version
from
Hedley Roos
on Mar 10, 2008 06:07 AM
In utils.py a call is made to getSiteManager. This getSiteManager is not
in CMFCore 1.6.x which ships with Plone 2.5.x. It only shows up in
CMFCore 2.x.
This effectively means that membrane in the SVN trunk cannot work with
Plone 2.5.x, and the improvements as mentioned on
http://www.jarn.com/blog/membrane-performance cannot be applied.
It is not a trainsmash since I can use membrane 1.0, but importing
thousands of users sure takes a long time :(
Hedley