[Zope-dev] SearchIndex Splitter lowercase indexes?

2001-05-25 Thread E. Seifert
Hi Michel, Michel Pelletier wrote: The splitter should really be a modular component. That's what vocabularies were origninally for, to store language specific artifacts like word lists and splitters. For example, stripping the ing suffix obviously only makes sense in English. so if you want

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Chris McDonough
To further try to track this problem down, I've developed a burger, fries, coke application in honor of this thread. So far, I've eaten 84 burgers, 31 cokes, and 42 fries. I can't seem to break this thing, and I'm not hungry anymore. :-( I just wanted to throw this out there. I'm certain

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Chris McDonough
Matt Hamilton wrote: Just to add myself to the list, I too am having problems with CoreSessionTracking :( I am trying to find a test case for the problem, but I really can't replicate it. It first I thought it was a cookie issue, but I am now noting down the session id generated and it

[Zope-dev] re: manage interface

2001-05-25 Thread Derek Quayle
To do this you just have to create a new user defined role and give permissions for that role to allow editing through the manage interface. This is all done through the security tab. Once you get your head around how the security works this will be no problem for you wabirdman [EMAIL

Re: [Zope-dev] Wildcards in TextIndex query. Do they work?

2001-05-25 Thread Erik Enge
On Thu, 24 May 2001, Michel Pelletier wrote: I don't think you are using a globbing vocabulary. But globbing works for other queries. In the same catalog. If you are not using a glob vocab, I suspect it stripped out the ? and is hitting on 'eri'. Do you have that word anywhere? I tried

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Matt Hamilton
On Fri, 25 May 2001, Chris McDonough wrote: Bummer. How long is the session data container timeout set for? Are you sure you're just not exceeding the timeout? The session timeout is 120 minutes. I am using an external SessionDataComainter stored in the normal undo-able ZODB (I'm not

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Chris McDonough
Matt Hamilton wrote: Looking into it further I don't think it is a CST fault :) I think I have fixed the problem. It was me not setting _p_changed on an object with a dict after adding items to the dict. Hence the session wasn't being lost, just the conents of the cart itself were not very

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Chris McDonough
Chris McDonough wrote: If the answer is 2, everything's not so fine. I'll likely need to change the CST code to unwrap acquisition-wrapped objects before storing them, just to head potential problems off at the pass. I just did a preliminary test, and it appears that it *is* storing

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Chris Withers
Chris McDonough wrote: To further try to track this problem down, I've developed a burger, fries, coke application in honor of this thread. So far, I've eaten 84 burgers, 31 cokes, and 42 fries. I can't seem to break this thing, and I'm not hungry anymore. :-( Sorry, but I had to :-)

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Chris Withers
Chris McDonough wrote: Note that I just changed CST to unwrap aq-wrapped objects just in case, I always wondered why Squishdot did this, now I know :-) cheers, Chris ___ Zope-Dev maillist - [EMAIL PROTECTED]

[Zope-dev] ZCatalog patch for indexing larger amounts of text

2001-05-25 Thread abel deuring
Hi all, I got problems similar to those described by Erik Enge a few weeks ago with indexing a somewhat larger amount of text (~500 MB in ~194000 objects): Zope tends to eat up all available memory (640MB in my case) and swap space. The main problem seem to be that the classes Zcatalog,

RE: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Bjorn Stabell
Chris McDonough: [...] weeping (although grateful for the exchange), I'm sorry Chris. We didn't give you a very good debugging chase. I know how frustrating bug reports like Help! It doesn't work is, but I guess it's very hard to troubleshoot bugs in frameworks since there's so much

Brought to you live: The Bug (RE: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8))

2001-05-25 Thread Bjorn Stabell
By the way, Chris, you can see the bug in action at our site by going to: http://www.beijingsammies.com:7380/sammies/ The website has not been launched yet, so be careful guys. Also, don't try ordering, unless you're in Chaoyang district, Beijing, China. :) The site may be slow since

RE: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Bjorn Stabell
Nope, couldn't have been, because: I couldn't set _p_changed from Python Script, but I changed the last line setting the shopping_cart object in the session to: session.set('shopping_cart', cart.copy()) This should create a fresh copy of the dict, which should be sufficent notice for

Re: Randomness (RE: [Zope-dev] CoreSessionTracking 0.8)

2001-05-25 Thread Chris McDonough
Hi Joachim, I'm confused as to the utility of this bit of code. You loop over the items in the REQUEST.form dict, putting them all into session storage except for 'file'. Then you loop over all the items in the session data object, putting them into the REQUEST.other dict. Why the first step?

[Zope-dev] Zope hanging on startup

2001-05-25 Thread Andy McKay
Anyone else getting occasional hangs from Zope on start up? Sometimes it starts, sometimes it seems to just hang from command line or service. Windows 2k Zope 2.3.0 Cheers. -- Andy McKay. ___ Zope-Dev maillist - [EMAIL PROTECTED]

Re: [Zope-dev] Zope hanging on startup

2001-05-25 Thread Phil Harris
Weird, same thing just starting happening to me a few minutes ago?!?! Win2k Zope 2.3.2 Phil - Original Message - From: Andy McKay [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 26, 2001 12:53 AM Subject: [Zope-dev] Zope hanging on startup Anyone else getting occasional

Re: [Zope-dev] Zope hanging on startup

2001-05-25 Thread Andy McKay
Hmm its Friday afternoon syndrome. Time for a bit of debugging me thinks. Cheers. -- Andy McKay. - Original Message - From: Phil Harris [EMAIL PROTECTED] To: Andy McKay [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, May 25, 2001 4:58 PM Subject: Re: [Zope-dev] Zope hanging on