Re: [Zope-dev] Acquisition wishlist :-)

2001-01-09 Thread Martijn Pieters
On Mon, Jan 08, 2001 at 10:38:22PM +0100, Dieter Maurer wrote: > Martijn Pieters writes: > > On Mon, Jan 08, 2001 at 10:10:34AM +, Chris Withers wrote: > > > You wouldn't need to have index_html = None if it is inherited, since > > > the inherited idnex_html would be used before one is acqu

Re: [Zope-dev] python script

2001-01-09 Thread Chris Withers
Zope mailing lists wrote: > > I recently released 'zopectl', a python script ...gak... now is that a 'python script' or a 'Python Script'? ;-) *grinz* Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

Re: [Zope-dev] index_html = None is bad...

2001-01-09 Thread Chris Withers
Dieter Maurer wrote: > > > It would be much clearer, when "Item" could declare, > it does not want to acquire the methods without > providing a definition. Having seen the example, I think you're right :-) cheers, Chris ___ Zope-Dev maillist - [

[Zope-dev] When to use Rack , Folders w/Customize, etc.

2001-01-09 Thread Johan Carlsson
Hi, Reading up on ZPatterns I'm still confused about some thing's (sometimes more, sometimes less). I wonder: When to use Rack, Folders w/Customize, attribute provider, sheetproviders etc. In which solution do I get ZODB dependens. One important aspect for some of my applications are to be as "

Re: [Zope-dev] When to use Rack , Folders w/Customize, etc.

2001-01-09 Thread Steve Alexander
Johan Carlsson wrote: > Hi, > Reading up on ZPatterns I'm still confused about some thing's (sometimes more, >sometimes less). > > I wonder: > When to use Rack, Folders w/Customize, attribute provider, sheetproviders etc. > > In which solution do I get ZODB dependens. Folder w/ Customizer sup

Re: [Zope-dev] Acquisition wishlist :-)

2001-01-09 Thread Martijn Pieters
On Mon, Jan 08, 2001 at 10:26:25PM +0100, Dieter Maurer wrote: > Chris Withers writes: > > Dieter Maurer wrote: > > > > > > Chris Withers writes: > > > > And I suppose the other part of my wishlist: > > > > > > > > class MyClass(Acquisition.Implicit): > > > > # your_attribute wil

Re: [Zope-dev] ZCatalog and 'fuzzy logic'

2001-01-09 Thread Steve Alexander
Morten W. Petersen wrote: > Is there anyone who could try to give an estimate of how long it would > take to add fuzzy logic (regexp-like) searching capability to the > ZCatalog? > > And reasoning as to why would be appreciated. ;) Right now, you could use an External Method to apply a regex m

Re: [Zope-dev] ZCatalog and 'fuzzy logic'

2001-01-09 Thread Morten W. Petersen
On Tue, 9 Jan 2001, Steve Alexander wrote: > The other option for searching a TextIndex is to use extensions to the > NEAR and AND and OR operators that are currently supported. I guess it > all depends what you mean by "fuzzy matching". Well, to try to explain the problem: If I have 1.000.00

Re: [Zope-dev] python script

2001-01-09 Thread jpenny
On Tue, Jan 09, 2001 at 10:12:36AM +, Chris Withers wrote: > Zope mailing lists wrote: > > > > I recently released 'zopectl', a python script > > ...gak... now is that a 'python script' or a 'Python Script'? ;-) > > *grinz* Damnnation, Chris, everyone knows that it is supposed to be spell

Re: [Zope-dev] ZCatalog and 'fuzzy logic'

2001-01-09 Thread Dieter Maurer
Morten W. Petersen writes: > Is there anyone who could try to give an estimate of how long it would > take to add fuzzy logic (regexp-like) searching capability to the > ZCatalog? I do not think that "fuzzy logic" is strongly related to "regexp-like". Anyway. Fuzzy searching often means "findi

Re: [Zope-dev] Acquisition wishlist :-)

2001-01-09 Thread Dieter Maurer
Martijn Pieters writes: > > It would be much clearer, when "Item" could declare, > > it does not want to acquire the methods without > > providing a definition. > > And then inherit the fact that your parent class doesn't acquire? You > always have to pay attention to what order you use whe

Re: [Zope-dev] RE: [Zope] ZDESIGN IDEAS = How to improve 'manage'?

2001-01-09 Thread Ken Manheimer
[This thread should not be crossposted to both mailling lists. I'm following up to zope-dev, and will post a note to zope saying i did so. In general, please do *not* cross-post - it's almost never justified, certainly isn't in this case.] On Tue, 9 Jan 2001, Mohan Baro wrote: > My view is th

[Zope-dev] Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Martijn Pieters
On Mon, Jan 08, 2001 at 11:19:36AM -0500, Jason Cunliffe wrote: > The need to improve the manage interface has grown urgently clear to me > while using Zope myself, designing for all sorts of community and > collaborative Zope-based projects, demos for a number of innocent > bystanders, interested

[Zope-dev] Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Martijn Pieters
On Mon, Jan 08, 2001 at 12:18:37PM -0500, Mohan Baro wrote: > Are you planning a manage_install for products? > The ability for superusers to install complelte products directly through > the management interface, no need for ftp. > similar to import/export feature I hope not! Anyone gaining ma

[Zope-dev] Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Joachim Werner
> > - You can work with full SSL-encryption, maybe even client certificates. > >This is much more secure than TELNET or FTP. (Unfortunately, SSH/SCP, > >while being the "better TELNET/FTP" is not always an option, and it > >always opens up more than necessary) > > what exactly does S

[Zope-dev] Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Jonas Luster
* Joachim Werner sez: > Again you are right, but as Zope is really easy to install, I'd guess that it > is not only used (and installed) by "uberadmins" who know exactly what they > are doing ... Hmmm... coming to think about it. Zope comes with /Extensions as drwxrwxr-x and UID='nobody' in z

[Zope-dev] ZCatalog and 'fuzzy logic'

2001-01-09 Thread Morten W. Petersen
Is there anyone who could try to give an estimate of how long it would take to add fuzzy logic (regexp-like) searching capability to the ZCatalog? And reasoning as to why would be appreciated. ;) -Morten ___ Zope-Dev maillist - [EMAIL PROTECTED] ht

Re: [Zope-dev] Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Joachim Werner
On Tuesday 09 January 2001 15:41, Martijn Pieters wrote: > On Mon, Jan 08, 2001 at 12:18:37PM -0500, Mohan Baro wrote: > > Are you planning a manage_install for products? > > The ability for superusers to install complelte products directly through > > the management interface, no need for ftp. >

[Zope-dev] Re: [Zope] Re: [Zope-dev] Re: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Jonas Luster
* Joachim Werner sez: Ok, let me try to understand this one. I am a bit dumb, sorry... > - You can work with full SSL-encryption, maybe even client certificates. >This is much more secure than TELNET or FTP. (Unfortunately, SSH/SCP, >while being the "better TELNET/FTP" is not always an

[Zope-dev] RE: [Zope] ZCatalog and 'fuzzy logic'

2001-01-09 Thread sean . upton
My understanding is that part of the problem is that sorting a dataset based upon regular expression (doesn't matter what algorithm you use) creates a rather large tree of possibilities that is largely impractical to sort, at least not without a lot of overhead. My compromise for the searches t

[Zope-dev] RE: [Zope] ZDESIGN IDEAS = How to improve 'manage' ?

2001-01-09 Thread Mohan Baro
My view is that as a sysadmin, I rather give ZOPE superuser/manager the ability install products through ZOPE, rather than giving them access to the OS. Another view I have is that I do not want my developers to think about which platform they are working on. ZOPE runs on a variety of OSes and e

[Zope-dev] ZPatterns Non-TTW developement

2001-01-09 Thread Johan Carlsson
Hi again, 1. Are there any parts of the ZPattern that demands TTW developement? After reading alote of intresting discussions I find that there is alote of talk about ZClasses, but as I understand it they can be Python subclasses of ZPattern base classes as well? 2. If I want to write a default