Re: [Zope] PUT_Factory equivalent for MKCOL?

2006-10-13 Thread Dieter Maurer
Chris Withers wrote at 2006-10-13 12:00 +0100:
>Is there an equivalent to the PUT_Factory for MKCOL?

Yes, as you can see in "webdav.NullResource.MKCOL":

# Add hook for webdav/FTP MKCOL (Collector #2254) (needed for CMF)
#   parent.manage_addFolder(name)
mkcol_handler = getattr(parent,'MKCOL_handler' ,parent.manage_addFolder)
mkcol_handler(name)



-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] PUT_Factory equivalent for MKCOL?

2006-10-13 Thread Chris Withers

Hi All,

Is there an equivalent to the PUT_Factory for MKCOL?

cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )