[Zope-dev] Re: manage_workspace => index_html

2001-05-15 Thread The Doctor What
* Bill Anderson ([EMAIL PROTECTED]) [010515 14:45]: > With mozilla, please state the version/buildnumber/daily-build-date. > > I am using the latest 'release' and it works fine here, always has. Nightly build 2001051212 still exhibits the problem. 0.9 works fine. Ciao! -- Line Printer paper i

Re: [Zope-dev] manage_workspace => index_html

2001-05-15 Thread Bill Anderson
On 14 May 2001 15:34:08 -0500, The Doctor What wrote: > My workspace keeps being redirected to index_html > > Example: > http://host/manage_workspace redirects me to http://host/ > > Likewise, http://host/pi/manage_workspace redirects me to > http://host/pi/ > > I don't understand it, but I

Re: [Zope-dev] OR mapping proposal

2001-05-15 Thread Shane Hathaway
On Tue, 15 May 2001, Phillip J. Eby wrote: > If we had a standardized manipulation API or idioms (like JavaBeans) for > application objects, then having lots of ways to *implement* storage would > be a good thing. Different products and offerings could co-exist and > compete in the storage imple

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Chris McDonough
> > Why CatalogAware? You do know that the only thing CatalogAware does > > is add/remove/reindex objects in one particular Catalog when they're > > added, removed, or changed? > > Yes, and this is all I need. Where is the overhead with CatalogAware > objects, then? Any time a parent object is

Re: [Zope-dev] OR mapping proposal

2001-05-15 Thread Phillip J. Eby
At 09:37 AM 5/15/01 -0400, Shane Hathaway wrote: >http://dev.zope.org/Wikis/DevSite/Proposals/ORMappingDB > >Comments encouraged! > I see two themes here: an implementation-independent data management API, and metadata. May I suggest that perhaps a design effort focused specifically on these thr

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Erik Enge
On Tue, 15 May 2001, Chris McDonough wrote: > Why CatalogAware? You do know that the only thing CatalogAware does > is add/remove/reindex objects in one particular Catalog when they're > added, removed, or changed? Yes, and this is all I need. Where is the overhead with CatalogAware objects, t

[Zope-dev] Filling Selection Field in Input Form

2001-05-15 Thread florian_reiser
Hi folks, i program an pivot table as an product. At the initialisation of the instance the user sets what SQL method he wants to use. Do you have me a tip how I can get the field names in my form, so the user can select which he wants to see? The SQL methods name is stored in a variable called

Re: [Zope-dev] [Zope-dev]: zshell

2001-05-15 Thread Jason Cunliffe
> Does any one has an example how to use the zshell ? > I would like to use it. But, I cannot find many documentation on it. Hi The short answer is inside zshell run 'man' adn you will have all the documentation you need to 'use' it. But I suspect yuo have not yet installed zshell succesfully...

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Chris McDonough
> > I'd either make my own CatalogAware-alike mixin class that did things > > a bit differently than CatalogAware (perhaps didn't index on add, and > > didn't unindex on delete), or I'd just manage the whole lot completely > > manually. (How often will each of these million objects change?) > > No

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Erik Enge
On Tue, 15 May 2001, Chris McDonough wrote: > Probably not much difference on bare bulk indexing speed, but I'll bet > that it finishes this time. ;-) We'll see :) > I'd either make my own CatalogAware-alike mixin class that did things > a bit differently than CatalogAware (perhaps didn't inde

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Erik Enge
On Tue, 15 May 2001, Chris Withers wrote: > Why nto go for 2.3.2 final? IIRC, 2.3.2b2 had some nasty ZCatalog bugs > in it... Heh, that's what I get for not keeping up; I didn't even know 2.3.2 final was out. Bleh. :-) ___ Zope-Dev maillist - [EM

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Chris McDonough
> Thanks for the fast reply! > > On Tue, 15 May 2001, Chris McDonough wrote: > > > Have you read > > http://www.zope.org/Members/mcdonc/HowTos/UpgradeToNewCatalog/index_html > > ? I suspect there will be improvement. > > Surely there will be improvement, but not of factors two or three, or > more?

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Chris Withers
Erik Enge wrote: > > This is Zope 2.3.1b1, by the way. I'm changing to Zope 2.3.2b2 as we > speak, but I don't think it will improve performance that much. Why nto go for 2.3.2 final? IIRC, 2.3.2b2 had some nasty ZCatalog bugs in it... cheers, Chris __

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Erik Enge
Thanks for the fast reply! On Tue, 15 May 2001, Chris McDonough wrote: > Have you read > http://www.zope.org/Members/mcdonc/HowTos/UpgradeToNewCatalog/index_html > ? I suspect there will be improvement. Surely there will be improvement, but not of factors two or three, or more? And, I can do t

Re: [Zope-dev] manage_workspace => index_html

2001-05-15 Thread Shane Hathaway
"R. David Murray" wrote: > Now, if the ZMI were rewritten to be session based, and you used > a non-basic-auth based session, you could avoid the problem. > Want to volunteer to do the rewrite? Actually if you install the CMFCore product and put a CookieCrumbler at the root of your site, you get

Re: [Zope-dev] Experiments with ORMapping

2001-05-15 Thread Shane Hathaway
On Mon, 14 May 2001, ender wrote: > i want to thank DC (jim, shane, and paul) for inviting me to come to the new > DC offices. i had a great time and learned a bunch... and met > the BFDL. It was good to talk with you! > i gave a quick overview of the smartobjects design/framework and jim and

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Chris McDonough
> I have a 1GHz Pentium with 1GB RAM and 1GB swap. After > I added all the objects with a little script (that took about 12 hours), I > was going to index them to the Catalog I have. (I had to uncomment the > index_object method's innards in CatalogAwareness.py because of a problem > I mention fu

[Zope-dev] ZCatalog, REQUEST, misc.

2001-05-15 Thread Erik Enge
Hi. I was adding a couple of objects to my system. Turns out, it's over a million of them. I have a 1GHz Pentium with 1GB RAM and 1GB swap. After I added all the objects with a little script (that took about 12 hours), I was going to index them to the Catalog I have. (I had to uncomment the in

Re: [Zope-dev] Re-inventing ZPatterns? (was Experiments with ORMapping)

2001-05-15 Thread Shane Hathaway
On Mon, 14 May 2001, Phillip J. Eby wrote: > At 04:13 PM 5/14/01 -0400, Shane Hathaway wrote: > >Regarding performance, this method is actually ideal IMHO. Data is read > >once, converted to an object, and kept for later connections, just like > >ZODB. > > [shrug] Not any different than ZPattern

Re: [Zope-dev] manage_workspace => index_html

2001-05-15 Thread R. David Murray
On Tue, 15 May 2001, Chris Withers wrote: > If so many browsers do this wrong (the list seems to currently be IE, Mozilla, > Lynx and W3M... at Netscape and you'll have about 99% coverage ;-) maybe it's > Zope that's wrogn by way of being in the minorty? > > peanut-gallery-ly yours, The problem

[Zope-dev] OR mapping proposal

2001-05-15 Thread Shane Hathaway
http://dev.zope.org/Wikis/DevSite/Proposals/ORMappingDB Comments encouraged! Shane ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zo

[Zope-dev] zope early win32 binaries

2001-05-15 Thread Sin Hang Kin
Plesase consider release the binaries for python2(.1) for win32 asap. As my understanding, the current c extensions were pretty stable for zope. what have been under major re-construction is purely in python. Would DC care to release an PYD (DLL) only sub-package for win32 users to test the up-c

[Zope-dev] xmlrpc: Syntax error at line 34: illegal character in content --> Look at what I found out

2001-05-15 Thread Ulrich Eck
Hi chris, hi dieter, I also have this problem with using xmlrpc from a python client with zope. > > RuntimeError: Syntax error at line 34: illegal character in content > > This was the bane of one of our projects to the point where Andy re-wrote > ZMailIn to no-longer use XML-RPC. > > It's to do

Re: [Zope-dev] manage_workspace => index_html

2001-05-15 Thread Toby Dickenson
On Tue, 15 May 2001 09:50:37 +0100, Chris Withers <[EMAIL PROTECTED]> wrote: >Michel Pelletier wrote: >> >> If I recall, this have been broken an fixed in mozilla a few times >> now. Other browsers do this wrong too, like w3m. > >If so many browsers do this wrong (the list seems to currently be

Re: [Zope-dev] manage_workspace => index_html

2001-05-15 Thread Chris Withers
Michel Pelletier wrote: > > If I recall, this have been broken an fixed in mozilla a few times > now. Other browsers do this wrong too, like w3m. If so many browsers do this wrong (the list seems to currently be IE, Mozilla, Lynx and W3M... at Netscape and you'll have about 99% coverage ;-) may