Re: RE: [Zope] ZcxOracleDA, LocalFS, ZMySQLDA

2008-07-03 Thread csl
After implementing the Ingres adapter ZEIngresDA I found I was left
high and dry when it came to deprecation messages and all else by
ZEOmega.  I had to fix it myself.  


- Original Message -
From: Jeff Peterson <[EMAIL PROTECTED]>
Date: Saturday, June 28, 2008 3:24
Subject: RE: [Zope] ZcxOracleDA, LocalFS, ZMySQLDA
To: Andreas Jung <[EMAIL PROTECTED]>, "zope@zope.org" 

> I'm not actually having a problem.  I updated those three 
> products to work with 2.11.0 and was wondering if someone could 
> give some guidance to me regarding getting the changes made 
> permanent or at least looked at by the authors.  I emailed 
> each of them but have had no responses.  Given that the 
> authors themselves haven't replied, it occurred to me that the 
> email addresses may be out of date so I turned to the list.
> 
> I have been using Zope for some years now, but have never really 
> needed to submit a patch or anything like that, so the process 
> to get this done is really an unknown for me.
> 
> It's even possible I am using the incorrect products for this 
> release of Zope.
> 
> I noticed too, a minor issue with ZPsycopgDA, it also exists 
> with ZMySQLDA:
> 
> /home/zope/base211/lib/python/OFS/Application.py:809: 
> DeprecationWarning: __init__.py of Products.ZMySQLDA has a long 
> deprecated 'methods' attribute. 'methods' support might be 
> removed in Zope 2.11 or a later feature release. Please use the 
> 'legacy' argument of registerClass instead if the methods are 
> constructors. Or refactor the product using adapters.
>   DeprecationWarning)
> 
> /home/zope/base211/lib/python/OFS/Application.py:809: 
> DeprecationWarning: __init__.py of Products.ZPsycopgDA has a 
> long deprecated 'methods' attribute. 'methods' support might be 
> removed in Zope 2.11 or a later feature release. Please use the 
> 'legacy' argument of registerClass instead if the methods are 
> constructors. Or refactor the product using adapters.
>   DeprecationWarning)
> 
> I am not sure how to fix this, I see refactoring using adapters, 
> but though I have fiddled a bit with Zope3 it's magic is still a 
> relative unknown to me.
> 
> I was just looking for a little direction.  For the most 
> part I have no issues with the migration except with Page 
> Templates, it feels like the "expand macros while editing" is 
> backwards.  I have to uncheck it for the fill-slots and 
> macros to show up properly and I am seeing some strange errors 
> where a slot that is clearly defined in the master template is 
> being rendered as metal:slot rather than metal:fill-slot.  
> But I have just come across this and haven't spent much time 
> looking yet, I am sure a solution will present itself.
> 
> Thanks,
> --
> Jeffrey D Peterson
> Webmaster
> Crary Industries, Inc.
> 
> -Original Message-
> From: Andreas Jung [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 26, 2008 11:34 PM
> To: Jeff Peterson; zope@zope.org
> Subject: Re: [Zope] ZcxOracleDA, LocalFS, ZMySQLDA
> 
> 
> 
> --On 26. Juni 2008 17:03:27 -0500 Jeff Peterson 
> <[EMAIL PROTECTED]>wrote:
> 
> > I upgraded my Zope server to 2.11.0 from 2.8.7.  To do 
> that I needed
> > to update the above 3 products.  I am not sure of the 
> process to get
> > the products updated so others can use them.
> 
> What is your problem? Like in our old installation: you donwload 
> the products and install them in the same way as you did earlier.
> Of course you have to check if those products are compatible 
> with most recent Zope versions (check yourself by installing 
> them, if necessary get back to the authors of the products).
> 
> -aj
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists - 
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
>
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


RE: [Zope] ZcxOracleDA, LocalFS, ZMySQLDA

2008-06-27 Thread Andreas Jung



--On 27. Juni 2008 09:22:58 -0500 Jeff Peterson <[EMAIL PROTECTED]> 
wrote:



I'm not actually having a problem.  I updated those three products to
work with 2.11.0 and was wondering if someone could give some guidance to
me regarding getting the changes made permanent or at least looked at by
the authors.  I emailed each of them but have had no responses.  Given
that the authors themselves haven't replied, it occurred to me that the
email addresses may be out of date so I turned to the list.


If you don't get any responses from the current/former maintainers, I would:

- check the code into some public repository (SVN, directory structure
  based on the current standards)
- make the product work as egg (basically making it a 'Products' namespace
  package + a setup.py with the metadata)
- polish the README if necessary
- release it on PyPI

Andreas

pgpFZAG3lgrYw.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


RE: [Zope] ZcxOracleDA, LocalFS, ZMySQLDA

2008-06-27 Thread Jeff Peterson
I'm not actually having a problem.  I updated those three products to work with 
2.11.0 and was wondering if someone could give some guidance to me regarding 
getting the changes made permanent or at least looked at by the authors.  I 
emailed each of them but have had no responses.  Given that the authors 
themselves haven't replied, it occurred to me that the email addresses may be 
out of date so I turned to the list.

I have been using Zope for some years now, but have never really needed to 
submit a patch or anything like that, so the process to get this done is really 
an unknown for me.

It's even possible I am using the incorrect products for this release of Zope.

I noticed too, a minor issue with ZPsycopgDA, it also exists with ZMySQLDA:

/home/zope/base211/lib/python/OFS/Application.py:809: DeprecationWarning: 
__init__.py of Products.ZMySQLDA has a long deprecated 'methods' attribute. 
'methods' support might be removed in Zope 2.11 or a later feature release. 
Please use the 'legacy' argument of registerClass instead if the methods are 
constructors. Or refactor the product using adapters.
  DeprecationWarning)

/home/zope/base211/lib/python/OFS/Application.py:809: DeprecationWarning: 
__init__.py of Products.ZPsycopgDA has a long deprecated 'methods' attribute. 
'methods' support might be removed in Zope 2.11 or a later feature release. 
Please use the 'legacy' argument of registerClass instead if the methods are 
constructors. Or refactor the product using adapters.
  DeprecationWarning)

I am not sure how to fix this, I see refactoring using adapters, but though I 
have fiddled a bit with Zope3 it's magic is still a relative unknown to me.

I was just looking for a little direction.  For the most part I have no issues 
with the migration except with Page Templates, it feels like the "expand macros 
while editing" is backwards.  I have to uncheck it for the fill-slots and 
macros to show up properly and I am seeing some strange errors where a slot 
that is clearly defined in the master template is being rendered as metal:slot 
rather than metal:fill-slot.  But I have just come across this and haven't 
spent much time looking yet, I am sure a solution will present itself.

Thanks,
--
Jeffrey D Peterson
Webmaster
Crary Industries, Inc.

-Original Message-
From: Andreas Jung [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 26, 2008 11:34 PM
To: Jeff Peterson; zope@zope.org
Subject: Re: [Zope] ZcxOracleDA, LocalFS, ZMySQLDA



--On 26. Juni 2008 17:03:27 -0500 Jeff Peterson <[EMAIL PROTECTED]>
wrote:

> I upgraded my Zope server to 2.11.0 from 2.8.7.  To do that I needed
> to update the above 3 products.  I am not sure of the process to get
> the products updated so others can use them.

What is your problem? Like in our old installation: you donwload the products 
and install them in the same way as you did earlier.
Of course you have to check if those products are compatible with most recent 
Zope versions (check yourself by installing them, if necessary get back to the 
authors of the products).

-aj
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] ZcxOracleDA, LocalFS, ZMySQLDA

2008-06-26 Thread Andreas Jung



--On 26. Juni 2008 17:03:27 -0500 Jeff Peterson <[EMAIL PROTECTED]> 
wrote:



I upgraded my Zope server to 2.11.0 from 2.8.7.  To do that I needed to
update the above 3 products.  I am not sure of the process to get the
products updated so others can use them.


What is your problem? Like in our old installation: you donwload the 
products and install them in the same way as you did earlier.

Of course you have to check if those products are compatible with most
recent Zope versions (check yourself by installing them, if necessary get 
back to the authors of the products).


-aj


pgp9iaLe3fQwm.pgp
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] ZcxOracleDA, LocalFS, ZMySQLDA

2008-06-26 Thread Jeff Peterson
I upgraded my Zope server to 2.11.0 from 2.8.7.  To do that I needed to update 
the above 3 products.  I am not sure of the process to get the products updated 
so others can use them.

Any guidance is appreciated.

--
Jeffrey D Peterson
Webmaster
Crary Industries, Inc.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )