[Zope3-Users] ForbiddenAttribute error when adding a container

2005-09-13 Thread baiju m
(X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050517 Firefox/1.0.4 (Debian package 1.0.4-2) ... Thanks, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Zope3 article

2005-10-07 Thread baiju m
Hi all, I am a Zope3 beginner, just to summarise my Zope3 study, I started writing an article: http://zissue.berlios.de/z3/Zope3In30Minutes.html Expecting your feedback, send it to : baiju.m.mail at gmail.com Thanks, Baiju M ___ Zope3-users

Re: [Zope3-Users] Validation of schemas?

2005-10-30 Thread baiju m
, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] browser:page and zope.formlib to replace browser:addform?

2005-12-18 Thread baiju m
Hi, Could anyone show a sample code to replace browser:addform with browser:page and zope.formlib? Can I use zope.formlib.form.AddForm for this (its not documented)? Also how to use templates along with zope.formlib forms? Thanks, Baiju M ___ Zope3

Re: [Zope3-Users] problems initializing psycopgda

2006-01-04 Thread baiju m
/psycopg/PSYCOPG-1-1/ This is the latest: http://initd.org/pub/software/psycopg/PSYCOPG-1-1/psycopg-1.1.20.tar.gz Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: Zope 3 Capacities

2006-01-23 Thread baiju m
On 1/24/06, Igor Stroh [EMAIL PROTECTED] wrote: I've got one on zope2.6.4 that's about ~30GB, it's running fine, except that a) It takes ages for zope to start (~15 minutes) b) I have to mount an extra NFS volume in order to pack the DB Are you using DirectoryStorage ? Thanks, Baiju M

Re: [Zope3-Users] introductory app idea: music filesystem browser

2006-02-28 Thread baiju m
Zope 3 application. Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] ForbiddenAttribute add error

2006-03-03 Thread baiju m
have add:: require permission=zope.ManageContent interface=debtman.interfaces.IClaimContainer/ Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] How do I start Zope?

2006-03-03 Thread baiju m
://localhost:8080 Then please have a look at:: http://zissue.berlios.de/z3/Zope3In30Minutes.html (Warning: This is bit outdated) Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] ForbiddenAttribute add error

2006-03-03 Thread baiju m
reply to zope3-users list so that others can also help/learn. Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] ForbiddenAttribute add error

2006-03-03 Thread baiju m
IContainer classes. Can anyone point to the use cases of Folder in the context of IContainer? Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Getting Started Question

2006-04-23 Thread baiju m
? For experimenting with Zope 3, better use to latest Fedora or Ubuntu. Red Hat 9 is very old, I think even Python 2.3 is not available and Python 2.4.2 or later is recommended for Zope 3.2 Here is some quick start guides: http://worldcookery.com/Appetizers -- Baiju M

Re: [Zope3-Users] Formlib and AddForm

2006-05-04 Thread baiju m
://mail.zope.org/pipermail/zope3-users/2005-December/001691.html Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Formlib and AddForm

2006-05-04 Thread baiju m
On 5/4/06, baiju m [EMAIL PROTECTED] wrote: On 5/4/06, Christian Klinger [EMAIL PROTECTED] wrote: snip I have a formlib edit_form for my content type. Now i want use this edit_form as addform. Few months back I have asked a similar question, may be usefull: http://mail.zope.org/pipermail

Re: [Zope3-Users] Two content objects' simultaneous adding

2006-05-20 Thread baiju m
On 5/21/06, Tom Dossis [EMAIL PROTECTED] wrote: baiju m wrote: I have two content objects (both are containers) but I cannot add one It was working in 3.2, now NotYet error is coming in 3.3. Here is the traceback: Why the different behaviour b/w versions? Did you have an active IntId

[Zope3-Users] What's New in Zope 3.3 article

2006-06-20 Thread Baiju M
Hi all, Just started writing this. http://kpug.zwiki.org/WhatIsNewInZope33 I welcome your edits :) This is a wiki page, the format is reStructuredText. Before editing set user options. Regards, Baiju M ___ Zope3-users mailing list Zope3

Re: [Zope3-Users] Getting started with testbrowser

2006-06-27 Thread Baiju M
browser.open('http://localhost/contents.html') Here, in fourth line you again created another 'browser' object without 'Authorization' Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] testing setup

2006-07-18 Thread Baiju M
-cookbook.org/cookbook/recipe06 http://www.zope-cookbook.org/cookbook/recipe07 Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

External FAQ (was Re: [Zope3-Users] Formlib, AddForm, raising error in method create)

2006-07-18 Thread Baiju M
few questions added. Now I moved this to a wiki, so I welcome all users contributions (may be only questions). The new location is here: http://kpug.zwiki.org/Zope3Faq Thanks, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org

Re: [Zope3-Users] testbrowser hangs

2006-08-17 Thread Baiju M
this in collector. Also try 3.3 branch. svn co svn://svn.zope.org/repos/main/Zope3/branches/3.3 Zope33 Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] A online book for Zope 3

2006-08-21 Thread Baiju M
Distilled by Martin Fowler and Python in a Nutshell by Alex Martelli. I welcomes your contribution to this work. Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Zope 3 Distilled book update 2

2006-09-02 Thread Baiju M
book by community I have changed the order of chapters, any suggestions? [1] http://zope3.pov.lt/irclogs/%23zope3-dev.2006-08-31.log.html Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Re: Zope 3 Distilled book update 2

2006-09-02 Thread Baiju M
On 9/2/06, Baiju M [EMAIL PROTECTED] wrote: Hi all, (This is about : http://kpug.zwiki.org/Zope3Distilled) I thought just to write an `update 2` of book progress. There was a number of edits in last few days. Please continue your edits. Some of you edited as `anonymous`, but I think

[Zope3-Users] Zope 3 Distilled book update 3

2006-09-06 Thread Baiju M
/Wikis/DevSite/Projects/ComponentArchitecture/FrontPage/Zope3Book Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Zope 3 Distilled book update 3

2006-09-06 Thread Baiju M
On 9/6/06, Benji York [EMAIL PROTECTED] wrote: Baiju M wrote: (This is about : http://kpug.zwiki.org/Zope3Distilled) I recommend you verify that you can use the Distilled name. I believe computer book titles of that form are protected by an Addison-Wesley trademark. How can I verify

Re: [Zope3-Users] Zope 3 Distilled book update 3

2006-09-06 Thread Baiju M
Thanks Benji and Lupa for your suggestions. I am going to change the book title now itself to avoid problems in future. I finalised a simple title for this book, Zope Guide. Yes, no 3 :) Regards, Baiju M ___ Zope3-users mailing list Zope3-users

Re: [Zope3-Users] your questions = KPUG wiki

2006-09-10 Thread Baiju M
is ReStructuredText. Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: Using ZCML for defining global constants ?

2006-09-11 Thread Baiju M
specific names, which are not type checked. Just added this to FAQ: http://kpug.zwiki.org/Zope3Faq Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: When I modify one class in my source code, I need always to restart zope server ?

2006-09-22 Thread Baiju M
is the link : http://kpug.zwiki.org/Zope3Faq Thanks, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: Autocreated content objects

2006-09-25 Thread Baiju M
and opens a connection to the ZODB. I've fixed the trunk so that an IObjectCreatedEvent is generated when the root folder is created. If this is a _bug fix_ and not a _feature_, can we port it to 3.3 also. Of cource in 3.3.1 release only. Regards, Baiju M

Re: [Zope3-Users] Re: Re: So you've just downloaded Zope 3.3....

2006-09-29 Thread Baiju M
in the Zope 3 wiki? Releas page? I was pretty sure someone had been working on such a document. But I couldn't find it at all, which is why I asked here. Thanks, this is now added to : http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/Zope330 Regards, Baiju M

Re: [Zope3-Users] Re: absolute_url in the viewlet ?

2006-10-03 Thread Baiju M
This was already in FAQ: http://kpug.zwiki.org/Zope3Faq#is-there-a-function-with-which-i-can-get-the-url-of-a-zope-object So always look at FAQ first :) Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman

Re: [Zope3-Users] Zope 3.3.0 - Adding Utilities to Content Space

2006-10-09 Thread Baiju M
suggested that perhaps we make zope.app a namespace package in which case zope.app.component could perhaps be distributed individually. Then zope.location would only depend on zope.app.component, not all of zope.app. This is required for complete eggification of Zope 3. Regards, Baiju M

[Zope3-Users] Zope3Faq is moved from KPUG wiki

2006-10-15 Thread Baiju M
wiki.zope.org later) So, please continue your contributions. Now there is sections, so we have to re-organise it a bit. I will move other pages from here to new wiki. Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman

Re: [Zope3-Users] iteration over non sequence in wcdwz3 example

2007-03-05 Thread Baiju M
that your interface (IRecipe or whatever) really inherit from zope.interface.Interface Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Authentication howto

2007-06-14 Thread Baiju M
developers) Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] zope.formlib view action is calling two times ?

2007-09-04 Thread Baiju M
('.') def handle_preview_action(self, action, data): print Test self.output = Test When I click 'Preview' or 'Save' button, the actions are called two times, any idea ? Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http

Re: [Zope3-Users] Re: best way to get started nowadays?

2007-09-26 Thread Baiju M
= 3.4_dev_r73715 zope.app.securitypolicy = 3.4.0a1 Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Re: [Zope] Static Zope 3 APIDOC available!

2007-09-28 Thread Baiju M
it work with eggs. If you are interested, please let me know! Great news ! Congratulations to you all !! Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] wiki refactoring

2008-01-31 Thread Baiju M
if the new pages look reasonable. I have kept the older FAQ around - if I don't hear from anyone in the next couple of days, I'll assume that it's ok to replace the old with the new. Great work ! +1 for replacing old FAQ with new one. Regards, Baiju M

Re: [Zope3-Users] Re: Zope eggification - impressions

2008-02-07 Thread Baiju M
way - maybe it's not that hard, but I can't really find a good entry point to that topic. http://pypi.python.org/pypi/zopeproject Are you planning to move the source code from Sandbox to main directory in subversion ? Regards, Baiju M ___ Zope3

Re: [Zope3-Users] Re: Zope eggification - impressions

2008-02-08 Thread Baiju M
(2nd edition, as long as it's still available) or a paperback (3rd edition). Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] z3ext

2008-02-12 Thread Baiju M
of using 'z3ext.portal' as the main entry point, a non-namespace package would be better. (z3extcms, z3extportal or something like that). 2. There is a new version of bootstrap.py inside buidout source tree. 3. A basic tutorial about how to use this CMS would be great. Regards, Baiju M

Re: [Zope3-Users] z3ext

2008-02-12 Thread Baiju M
it is? http://svn.zope.org/book/trunk/messageboard/ Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Buildout recipe for setting up a WSGI application for Zope 3 ?

2008-02-21 Thread Baiju M
Hi, Is there any buildout recipe for setting up a WSGI application for Zope 3 ? I know zopeproject is an option, but I am looking for a recipe which does something similar. Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http

Re: [Zope3-Users] worldcookery on zopeproject buildout

2008-04-11 Thread Baiju M
: include package=zope.viewlet file=meta.zcml/ Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Different menu items for different views for the same context

2008-08-06 Thread Baiju M
=myapp.skinning.layer.IMyappBrowserLayer weight=2 / I do not want this viewlet appear when I open some views registerd for `myapp.main.interfaces.IMyapp`. How can I do that ? Can I use layer feature in some way to solve this ? or anything I missed here ? Regards, Baiju M

[Zope3-Users] New Zope 3 name: BlueBream

2010-01-10 Thread Baiju M
And we are working on documentation: http://packages.python.org/bluebream/ There are many things to be done, especially documenting migration from Zope 3.4 KGS to BlueBream 1.0 Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org https

Re: [Zope3-Users] New Zope 3 name: BlueBream

2010-01-19 Thread Baiju M
On Mon, Jan 11, 2010 at 8:01 AM, Baiju M mba...@zeomega.com wrote: Hi All,        There was a discussion about new name for Zope 3: BlueBream Almost everyone accepted the idea in development list: https://mail.zope.org/pipermail/zope-dev/2010-January/039119.html There is a package which

Re: [Zope3-Users] LocafFS in zope3?

2010-03-08 Thread Baiju M
Hi Roy, On Mon, Mar 8, 2010 at 7:47 PM, Roy Mathew rmath...@gmail.com wrote: Hi all, Is there a ztk/zope3 egg that presents a directory view, and allows file upload and listing. Seems like a pretty common need, and I wanted to find out before trying to write my own. Google search showed me

Re: [Zope3-Users] BlueBream 1.0 released !

2011-01-19 Thread Baiju M
/bluebream-1.0.cfg Congratulations for the final release :) Regards, Baiju M ___ Zope3-users mailing list Zope3-users@zope.org https://mail.zope.org/mailman/listinfo/zope3-users