Re: [Zope-dev] MySQL with LAST_INSERT_ID()

2001-01-08 Thread Arno Gross
Dieters assumption was right. LAST_INSERTED_ID() returns a numeric value and that seems to be the problem. So if I change the statement as this: SELECT CONV(LAST_INSERT_ID(),10,10) it works (CONV returns a string!) P.S. Soren, maybe you can update your HowTo with a short note. Another

Re: [Zope-dev] Zope from CVS for Windows

2001-01-08 Thread Chris Withers
Steve Alexander wrote: Is anyone regularly building Zope from CVS for Windows? I want to try something out on a Zope 2.3 build on windows, but I don't have easy access to windows development tools. Is there a How-To on this? I'd love to run off CVS Zope at least some of the time, but I

[Zope-dev] Documentation

2001-01-08 Thread Chris Withers
Dieter Maurer wrote: You can control for an explicit acquiring object that some attributes are acquired implicitly Ooo... cool :-) Where can I find out about it? Guess! ... in the Acquisition documentation. Each Zope installation has one (though on a place where

Re: [Zope-dev] CatalogAware

2001-01-08 Thread Chris Withers
Michael Bernstein wrote: that's definitely a 'bad' thing :-( Why is that bad? A custom object management UI ('Postings' and 'Moderation' tabs) seems appropriate for Squishdot. I wouldn't want to manage postings from the standard management interface. Hmmm... it does mean you can't cut,

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

2001-01-08 Thread Chris Withers
Dieter Maurer wrote: Chris Withers writes: And I suppose the other part of my wishlist: class MyClass(Acquisition.Implicit): # your_attribute will be acquied # index_html won't index_html = None No, that is not enough! As a side effect to turn off

[Zope-dev] ZCatalog Docs

2001-01-08 Thread Chris Withers
Where is/are the most accurate and up-to-date documentation source(s) for ZCatalog in terms of search syntax and the different indexing types? cheers, Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev

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

2001-01-08 Thread Martijn Pieters
On Mon, Jan 08, 2001 at 10:10:34AM +, Chris Withers wrote: Dieter Maurer wrote: Chris Withers writes: And I suppose the other part of my wishlist: class MyClass(Acquisition.Implicit): # your_attribute will be acquied # index_html won't

Re: [Zope-dev] Zope from CVS for Windows

2001-01-08 Thread Toby Dickenson
On Sun, 07 Jan 2001 10:39:45 +, Steve Alexander [EMAIL PROTECTED] wrote: Is anyone regularly building Zope from CVS for Windows? I want to try something out on a Zope 2.3 build on windows, but I don't have easy access to windows development tools. I think you may be out of luck, unless

Re: [Zope-dev] Zope from CVS for Windows

2001-01-08 Thread Steve Alexander
Toby Dickenson wrote: On Sun, 07 Jan 2001 10:39:45 +, Steve Alexander [EMAIL PROTECTED] wrote: Is anyone regularly building Zope from CVS for Windows? I want to try something out on a Zope 2.3 build on windows, but I don't have easy access to windows development tools. I think

[Zope-dev] filename extension

2001-01-08 Thread Olaf Zanger
hi there, some information on zope.org says that in the early future ftp access should be possible not only to dtml-methods, -documents but also to Zsql-methods. to be future proof (and windows software proof) we'd like to have .xxx extensions for all our methods (fac_browse_method.sql that

Re: [Zope-dev] CatalogAware

2001-01-08 Thread Michael Bernstein
Chris Withers wrote: Michael Bernstein wrote: No, I'm creating two different applications, an image archive and a book catalog. Both need to handle large numbers of items. The standard management interface does not scale to the number of objects involved from a usability

Re: [Zope-dev] Re: Spitter.c Hack

2001-01-08 Thread Jason Spisak
Tres: Okay, I uploaded it to my member folder. http://www.zope.org/Members/jspisak/Splitter/ I wasn't usinga sandbox for this, I just downloaded the source for 2.2.4 Here's the diff -u though: --- Zope-2.2.4-src/lib/python/SearchIndex/Splitter.cThu Jan 4 10:41:15 2001 +++

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

2001-01-08 Thread Jason Cunliffe
Hello I am cross poisting this becaese I beleie it merits responee fom both lists.. 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

[Zope-dev] Easy SQL question

2001-01-08 Thread Keith . Larson
Hello , I am trying to pull text from a Mysql DB into a page inside zope. I have the ZMYSQL connection setup and tested . for example : select renderText From Phrases where phrase_id = 3 and lang =1 I have also gotten the ZSQL method tested and working example : Arguments

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

2001-01-08 Thread Shane Hathaway
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 parties and potential clients. Zope

Re: [Zope-dev] Easy SQL question

2001-01-08 Thread Steve Alexander
[EMAIL PROTECTED] wrote: I believe that this is close dtml-call "REQUEST.set('phrase_id', foo)" dtml-in expr="langtest()" dtml-var expr="_['sequence-item'].renderText" /dtml-in but is foo supposed to be my var of whatever I want passed ? how

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

2001-01-08 Thread Mohan Baro
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 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason

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

2001-01-08 Thread Andy McKay
For example some headings I see a real need for: NAME [default now], DATE[created, last modified] SIZE, TYPE[meta-type], USER[default=owner], DEPTH, COUNT, CHANGES, PROPERTY, DISPLAY This is just more dtml, since most of the mangement interface is done using dtml-in over a simple set of

[Zope-dev] zopectl 0.0.1

2001-01-08 Thread Zope mailing lists
I recently released 'zopectl', a python script that acts as a configurable front end to the z2.py script, implementing the defacto standard unix process control commands: zopectl start, zopectl stop, zopectl restart. I wrote it to simplify management of a server that runs several zope instances,

Re: [Zope-dev] PartitionedFileStorage - Eek!

2001-01-08 Thread Shane Hathaway
Jason Cunliffe wrote: Shane Hathaway [EMAIL PROTECTED] wrote: Now BerkeleyStorage is on its way and once that's ready, PartitionedFileStorage will have such a small audience that it won't be worth the trouble. Oh well, it was a fun experiment. Can you pleae expand on this.. what

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

2001-01-08 Thread Dieter Maurer
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 acquired, surely? Yup. If you don't want to have any index_html *at all*,

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

2001-01-08 Thread Dieter Maurer
Chris Withers writes: Dieter Maurer wrote: Chris Withers writes: And I suppose the other part of my wishlist: class MyClass(Acquisition.Implicit): # your_attribute will be acquied # index_html won't index_html = None No, that is not

[Zope-dev] WikiName Overloading (RE: [Zope-Annce] ZWiki 0.8.1 released)

2001-01-08 Thread Jay, Dylan
Here's the beef: Want to use ZWiki but have a slightly different version of what you want a wikiname to be? In my case I wanted to include TLAs as wikinames as my industry is full of them and its really handy to have to automatically hyperlinked so anyone can give the definition and references

Re: [Zope-dev] filename extensionboundary=------------865D189079029FB9A426EFA9

2001-01-08 Thread Dieter Maurer
Olaf Zanger writes: Dies ist eine mehrteilige Nachricht im MIME-Format. --865D189079029FB9A426EFA9 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Please do not post MIME messages! expr="fac_browse_method.sql(id=10)" zope gernerates an error.

Re: [Zope-dev] zopectl 0.0.1

2001-01-08 Thread Bill Anderson
Zope mailing lists wrote: I recently released 'zopectl', a python script that acts as a configurable front end to the z2.py script, implementing the defacto standard unix process There exists in CVS (and perhaps 2.3.whateveralphaversionitis?) a zctl.py that also includes zeo controls, you

[Zope-dev] (no subject)

2001-01-08 Thread vspdo
GET YOUR OWN 100 MEG WEBSITE FOR ONLY $11.95 PER MONTH TODAY! STOP PAYING $19.95 or more TODAY for your web site, WHEN YOU CAN GET ONE FOR ONLY $11.95 PER MONTH! DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE READY TO

[Zope-dev] ZPatterns and ZClass Views

2001-01-08 Thread Roch'e Compaan
I was wondering to what extent people using ZPatterns find the Views one can set up for a ZClass tolerant of the Role-centric approach followed by ZPatterns. For example: I have two Specialists, DocumentedProducts and Products. The Products specialist manages ZClasses of type