Re: [Zope-dev] 2 Zopes

2000-10-26 Thread Gregor Heine
Hi, Can anyone tell me a way to get Zope Objects from the first Zope-Installation to the second. I need this because i have to program a Product to putting data into different Zope Installations from one point of the Web. My boss want this way because he want a central point for

[Zope-dev] How to use methods in a deeper folder?

2000-10-26 Thread Loibl Johann
Hi, I would like to use a SQL-Method which exists in a deeper folder; e.g. in dtml-Method /eins/zwei/index_html there exists dtml-in "/eins/zwei/drei/sqlMethod" dtml-var something /dtml-in and my sqlMethod is situated in folder /eins/zwei/drei/ Why doesn't this work? Could someone

Re: [Zope-dev] How to use methods in a deeper folder?

2000-10-26 Thread Phil Harris
Hannes, There are a few ways to do this: dtml-in "eins.zwei.drei.sqlMethod" or dtml-with eins dtml-with zwei dtml-with drei dtml-in sqlMethod or dtml-with "restrictedTraverse('/eins/zwei/drei/sqlMethod')" all have their problems/advantages. try some of the above and see how

Re: [Zope-dev] Bindings and Votings

2000-10-26 Thread Chris Withers
Michel Pelletier wrote: Sorta. There is a bindings tab on PythonMethods where you assign names to various variables that show up in your namespace. 'self' is the container. 'context' is the context. So: self.objectValues() will allways call the container whereas:

Re: [Zope-dev] __replaceable__ or whatever it is ;-)

2000-10-26 Thread Shane Hathaway
Chris Withers wrote: I was wondering how the stuff for attributes that are replaceable in instance and singleton attributesis getting on. Itamar says the code is in the CVS for Zope, but neither of us can find any documentation. FYI I actually added the docs in two places, but they were

RE: [Zope-dev] Bindings and Votings

2000-10-26 Thread Toby Dickenson
...but can you bind self to the context or, more perversely, context to the container? As the first line in your PythonMethod: self,context = context,self But why would you want to? ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] Bindings and Votings

2000-10-26 Thread Chris Withers
Toby Dickenson wrote: As the first line in your PythonMethod: self,context = context,self Haha... I forgot what it's like to have real assignment in TTW methods ;-) But why would you want to? No particular reason, just wondering :-) Chris

[Zope-dev] Flat Database/ZPatterns api, performance ?

2000-10-26 Thread Simon Michael
Flat Database (was ListMate) is just what I need to whip up an interface for non-technical administrators - thanks. So I migrated two data tables ("workshops" "registrations") from gadfly to flatdb instances using the CSV import feature, and the admin interface is working fine. I'm having a

Re: [Zope-dev] Flat Database/ZPatterns api, performance ?

2000-10-26 Thread Itamar Shtull-Trauring
Simon Michael wrote: Flat Database (was ListMate) is just what I need to whip up an interface for non-technical administrators - thanks. So I migrated two data tables ("workshops" "registrations") from gadfly to flatdb instances using the CSV import feature, and the admin interface is

[Zope-dev] Documentation Documentation on dev.zope.org

2000-10-26 Thread Amos Latteier
Hello Zope Developers, I've added two documents to dev.zope.org How to Document Your Zope Product http://dev.zope.org/Documentation/DocsProcedures/ProductDoc How to Document Your Changes to Zope http://dev.zope.org/Documentation/DocsProcedures/ZopeChanges They are wikis so dive in

Re: [Zope-dev] Unit testing, ZUnit - It is in the fishbowl, please comment

2000-10-26 Thread Lalo Martins
The proposal below is in the fishbowl, at http://dev.zope.org/Wikis/DevSite/Proposals/UnitTestingProducts The approach will be, developing the standalone ZUnit Product while the proposal is in the fishbowl, then push for the proposal (integrating it with App/Product*.py). Expect a first release

[Zope-dev] HiperDOM example (objlink, that is) ?

2000-10-26 Thread Gregor Hoffleit
Hi, perhaps I'm too stupid, but I don't grok how the objlink method in the HiperDOM example has to look like. Could somebody post an example ? Gregor ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev