• Remember Mailing List

  • membrane 1.2 SVN trunk and Plone required version

    from hedley 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
    
    Thread Outline:
  • Re: membrane 1.2 SVN trunk and Plone required version

    from ra on May 12, 2008 09:12 PM
    Hedley Roos wrote:
    > 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 :(
    
    this is probably moot for you by now, but i'll reply anyway for posterity's sake.
    
    the short answer is that your assessment is correct; the membrane 1.0 release 
    supports Plone 2.5.x, but the version on trunk is leading up to 1.1 and 
    requires Plone 3.0 or greater.
    
    if someone is interested in backporting the membrane performance improvements 
    to the membrane 1.0 branch, i'd have no problem making a 1.0.1 release, but i 
    don't have any plans to do the back-porting personally, sorry.
    
    -r