Re: [Zope-dev] IMPORTANT! Zcatalog path handling changes in 2.3

2000-12-30 Thread Chris Withers

Christopher Petrilli wrote:
 
 On 12/18/00 4:24 PM, "Steve Alexander" [EMAIL PROTECTED] wrote:
 
  Doesn't work with 2.3 from CVS, 2000-12-18 21:21 UTC

I had the same problems with 2.2.5b1...

 ACK, I forgot that I also revealed afew bugs in other systems :/  I thought
 that I could just package up Zcatalog, but apparantly not Let me work on
 coming up with something new.

Has any progress been made on this yet?

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] IMPORTANT! Zcatalog path handling changes in 2.3

2000-12-18 Thread Christopher Petrilli

On 12/18/00 4:08 PM, "The Doctor What" [EMAIL PROTECTED] wrote:

 * Christopher Petrilli ([EMAIL PROTECTED]) [001218 14:13]:
 PLEASE take a look at this, and provide feedback ASAP.
 
 I would happy to, it looks like it does what I need (having
 siteaccess).  However, I don't see a clear cut description what's
 changing and how.  What needs to be done (in easy to understand
 language) to make sure it all goes smooth, etc.

It's actually not as big an update as it looks... I simply grabbed the
packages, there's much less changed than it looks like :-)

The big differences are all explained in the link above the file.

 It's a big update, with lots of files.  Will this work with 2.2.4?
 Is it dangerous?  If you're asking for guinea pigs (bweep!) then I'm
 not sure I should be it, as I'm still trying to figure out what's
 going on in many ways.

It should work fine with 2.2.4.

Chris
-- 
| Christopher Petrilli Digital Creations
| [EMAIL PROTECTED]Where Zope comes from


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] IMPORTANT! Zcatalog path handling changes in 2.3

2000-12-18 Thread Steve Alexander

Christopher Petrilli wrote:

 On 12/18/00 4:24 PM, "Steve Alexander" [EMAIL PROTECTED] wrote:
 
 
 Doesn't work with 2.3 from CVS, 2000-12-18 21:21 UTC
 
 
 ACK, I forgot that I also revealed afew bugs in other systems :/  I thought
 that I could just package up Zcatalog, but apparantly not Let me work on
 coming up with something new.

I can get your new ZCatalog to install and run with Zope 2.3 from CVS by 
commenting out the last two lines of 
lib/python/Products/ZCatalog/__init__.py:

   #context.registerHelp()
   #context.registerHelpTitle('Zope Help')

Of course, I miss out on getting help with the new API if I do this :-)


--
Steve Alexander
Software Engineer
Cat-Box limited
http://www.cat-box.net


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )