[Zope3-dev] KeywordIndex

2005-07-18 Thread Jeff Shell
I'm working on a simple application which is the first time I get to use the catalog in Zope 3. I'm writing against Zope 3.1b1. I was dismayed not to see KeywordIndex in the main catalog set, but then I found it in zope.index.keyword. But it seems to be a bit behind. I have it somewhat working

Re: [Zope3-dev] KeywordIndex

2005-07-18 Thread Gary Poster
On Jul 18, 2005, at 11:14 AM, Jeff Shell wrote: I'm working on a simple application which is the first time I get to use the catalog in Zope 3. I'm writing against Zope 3.1b1. I was dismayed not to see KeywordIndex in the main catalog set, but then I found it in zope.index.keyword. But it

[Zope3-dev] Re: ServerControlForm.html / Restart, Shutdown does not work

2005-07-18 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stephan Richter wrote: On Saturday 16 July 2005 03:48, Adam Groszer wrote: If I click Shutdown on the ServerControlForm.html it does not shutdown Zope, but responds with a simple You shut down the server. message in the browser and Zope is still

Re: [Zope3-dev] KeywordIndex

2005-07-18 Thread Michel Pelletier
On Mon, 2005-07-18 at 12:00 -0400, [EMAIL PROTECTED] wrote: Date: Mon, 18 Jul 2005 09:14:16 -0600 From: Jeff Shell [EMAIL PROTECTED] Subject: [Zope3-dev] KeywordIndex To: zope3-dev@zope.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1 I'm working on a simple

[Zope3-dev] zope.security.interfaces.ForbiddenAttribute: ('utcoffset', UTC)

2005-07-18 Thread Garrett Smith
This might be something on my end, but I figure I'd throw it out in case it's related to any changes related to naïve/non-naïve time zones. Here's the relevant part of the traceback: File /opt/aktari/zope/src/zope/i18n/format.py, line 175, in format info = buildDateTimeInfo(obj,

[Zope3-dev] Z-I with GCC 4

2005-07-18 Thread Chris Spencer
I tried installing Zope Interface on FC4 using GCC 4, and I received the following error: running install running build running build_py running build_ext building 'zope.interface._zope_interface_coptimizations' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe

[Zope3-dev] Formatting dates

2005-07-18 Thread Garrett Smith
Now that dates have UTC time zones associated with them, will we be adjusting how they're displayed in various views? Somehow it doesn't seem appropriate to display UTC by default. I'd assume Zope would use the server's timezone offset. -- Garrett

Re: [Zope3-dev] KeywordIndex

2005-07-18 Thread Jeff Shell
Hi Gary! I'd be very interested in this. It's not critical for me right now, so there's no need to rush making something available. I have an inefficient but fun solution for my system that can be replaced when this comes along. I primarily wanted to know the state of the indexes. Is what's there