[Zope-dev] Re[2]: [Zope-dev] ZCatalog and Umlaut Problems

2000-05-21 Thread Geir Bækholt
on Thursday, May 18, 2000 mindlace wrote : [snip] m> ./start -L 'my_locale' m> Assuming you're using zope 2.1.4 or later. m> I did it with Portuguese (./start -L 'pt_PT'), and all funny portuguese m> characters (çêã etc.) catalog properly. You may need to reindex after m> restarting. m> ~mind

[Zope-dev] Please HELP: Nested ZClass, Nested instance

2000-05-21 Thread Park, Karl
Title: Please HELP: Nested ZClass, Nested instance Hello All My name is Karl Park. I am preety new, but very serious in developing on Zope, because my company's intranet is going to move to Zope. There's one problem that I have been struggling with, but still I couldn't find solutions for it.

[Zope-dev] Re: Re: [Zope-dev] ZPatterns framework improvements

2000-05-21 Thread Phillip J. Eby
At 03:51 PM 5/21/00 -0400, Tres Seaver wrote: > >This is really just the classic Observer pattern, a la GoF Design >Patterns. "ObjectAdded" and "ObjectRemoved" are events a >"RackObserver" would register for; "AfterCreate", "Changed", >and "BeforeDestroy" are events of the "hosted" object itself

[Zope-dev] ZSQL methods inside of ZClasses

2000-05-21 Thread Lindell Alderman
I want to create a ZClass that will incorporate a number of ZSQL methods. I have a couple of questions about how I should do this. 1. I don't want to tie my ZClass to a particular database adapter. But to create my ZSQL methods inside of my zclass I need a connection. How do I circumvent this?

[Zope-dev] authorization and SQL-methods

2000-05-21 Thread Peter Toneby
Hi I'm using the latest cvs-version of Zope and I seem to not be able to acces ZSql-methods, I get the login-box, but I can't login as anyone (I have tried to login as superuser, myself (owner/manager) and not at all, but all I get is not authorized. The methods do work in management-mode, but no

[Zope-dev] Re: Re: [Zope-dev] ZPatterns framework improvements

2000-05-21 Thread Tres Seaver
"Phillip J. Eby" <[EMAIL PROTECTED]> wrote: > > At 05:28 PM 5/19/00 +, Jason Spisak wrote: > >Phillip J. Eby: > > > >> I'm not actually real fond of the DDO term, because "Dynamic > >> Data Object" > >> doesn't quite do justice to what these things actually are. I am > >> definitely open to

[Zope-dev] Create an empty DTML Method

2000-05-21 Thread Lindell Alderman
I want to write some dtml code that will add a DTML method that is totally empty. The add_DTMLMethod method in Zope puts in the default Zope content. How do I avoid that? -L ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/li

[Zope-dev] ZPatterns Wiki updated

2000-05-21 Thread Phillip J. Eby
FYI, the ZPatterns Wiki at: http://www.zope.org/Members/pje/Wikis/ZPatterns/ Has been updated to reflect planned additions for 0.4.0, as well as more detail on things that are in 0.3.0 and 0.2.0. In particular, the PlugIns system has more documentation, and the entire DataManagers subsystem no

Re: [Zope-dev] ZPatterns framework improvements

2000-05-21 Thread Michael Bernstein
"Phillip J. Eby" wrote: > > So anyway, "index" now seems rather inadequate to describe these indexing, > search-agenting, business-ruling objects. (Change Monitors? Knowbots? > Indexing Agents? Index Rules? Object Matchers?) If you have any name > suggestions, I'd love to hear 'em. :) - Pu

[Zope-dev] catalogaware dtml document

2000-05-21 Thread Sin Hang Kin
Is it possible (worth?) to make dtml-document catalogue aware by default? Or to allow the creater to decide this behavior by setting a property? Rgs, Kent Sin - kentsin.weblogs.com kentsin.imeme.net ___ Zope-Dev maill

Re: [Zope-dev] ZPatterns framework improvements

2000-05-21 Thread Kevin Dangoor
- Original Message - From: "Phillip J. Eby" <[EMAIL PROTECTED]> To: "Jason Spisak" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, May 21, 2000 11:14 AM Subject: Re: [Zope-dev] ZPatterns framework improvements > The basic idea is that an "indexing" plugin receives objectAdded()

Re: [Zope-dev] ZPatterns framework improvements

2000-05-21 Thread Phillip J. Eby
At 05:28 PM 5/19/00 +, Jason Spisak wrote: >Phillip J. Eby: > >> I'm not actually real fond of the DDO term, because "Dynamic Data Object" >> doesn't quite do justice to what these things actually are. I am >> definitely open to suggestions for a better name. (Facade? PlaceHolder? >> Inside