[Zope3-Users] launchpad for z3c.extfile

2008-09-01 Thread Jayarajan Jn
Hi, I have been going through z3c.extfile code for last few days. I am interested to contribute towards this project and to be part of the discussions about it. I checked launchpad for this project. But i couldn't see it there... And after a few googling i am here. How can i see the discussions on

[Zope3-Users] Will new release of zope3 include TSL/SSL in zope.sendmail

2008-11-06 Thread Jayarajan Jn
Hi ALL, When will the next release of zope3 will be? will there be a zope3.4c2? By the way i wish to know whether next release will include the latest release of zope.sendmail which has TSL/SSL feature. I have noticed that last release, zope3.4c01 was on 31 Jan 2008. http://www.zope.org/Product

[Zope3-Users] automatic authentication after signup

2008-11-07 Thread Jayarajan Jn
Hi ALL, I have been doing an authentcation package with signup and login/logout features using PAU. When i refered to philips book and the worldcookery example i found the following codes in the signup logic. class SignUpView(BaseSignUpView): signUpForm = ViewPageTemplateFile('signup.pt')

[Zope3-Users] local grants for z3c.rest not working.

2008-12-10 Thread Jayarajan Jn
Hi all, Recently i was looking for some zope3 based solutions for implementing RESTful public API. And i found z3c.rest. To begin with package I have installed it and enabled the the RESTviews for 'Folder' that is provided in the 'tests' sub-folder of z3c.rest. It works fine. Then i changed the Pe

Re: [Zope3-Users] local grants for z3c.rest not working.

2008-12-10 Thread Jayarajan Jn
Also, i have a PAU registered. Still it seems like the PAU is not being contacted for authenticating REST requests. I can Authenticate the principals in principal.zcml only. rgds, Jayarajan J N (IRC nick - jayaraj) On Thu, Dec 11, 2008 at 12:06 PM, Jayarajan Jn <[EMAIL PROTECTED]> wrote: