[Zope-Annce] Announcing the Release of Zope version 2.8.9.1

2007-03-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On behalf of Zope Corporation and the Zope community I am pleased to
announce the release of Zope 2.8.9.1.  You can download the sources
from http://www.zope.org/Products/Zope/2.8.9.1/;,
  http://www.zope.org/Products/Zope/2.8.9.1

This bugfix release corrects a problem introduced in 2.8.9, which
prevented starting Zope in background / daemonized mode.

New features of Zope 2.8.x

   - ZODB 3.4 with MVCC (multi version concurrency control) support.
 MVCC solves nearly every problem with ZODB read-conflict errors
 which is very important for high-traffic Zope sites.

   - Extension Classes were rewritten as Python new-style classes making
 all features of Python new-style classes available in Zope
 objects. This includes support for cyclic garbage collection.

   - Integration of Zope 3 technologies through Five
 (see http://codespeak.net/z3/five/)

More Information

  For more information on what is new in this release, see the
  CHANGES.txt files for the release:

http://www.zope.org/Products/Zope/2.8.9.1/CHANGES.txt;,
 http://www.zope.org/Products/Zope/2.8.9.1/CHANGES.txt

  See also:

   http://www.zope.org/Wikis/DevSite/Projects/Zope2.8/OverView;
http://www.zope.org/Wikis/DevSite/Projects/Zope2.8/OverView

  For more information on the available Zope releases, guidance for
  selecting the right distribution and installation instructions,
  please see:

   http://www.plope.com/Books/2_7Edition/InstallingZope.stx;,
http://www.plope.com/Books/2_7Edition/InstallingZope.stx

Reporting Bugs

  Please report all the bugs you have found to the Zope bugtracker:

   http://collector.zope.org/Zope;,
http://collector.zope.org/Zope

Supported Python versions

  At this time the only **supported** and **recommended** Python
  versions are 2.3.5 and 2.3.6.

  Using Python 2.4.X is **not supported** and **not recommended** at
  this time. Python 2.4.X will be supported when a security audit takes
  place.

  This means that you are using Python 2.4 + Zope 2.8 at **your own
  risk**. This warning also applies to binary packages that install Zope
  packages ogether with a system wide Python 2.4 installation (e.g.
  Fedora, SuSE...).

  Such installations are in general not supported. In addition there
  some third-party products and Python packages that don't work with
  Python 2.4 and can cause trouble when using Python 2.4.


- --
===
Tres Seaver  +1 540-429-0999  [EMAIL PROTECTED]
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGDCIL+gerLs4ltQ4RAjV8AJ4qc4gChSxhoDQC2E+l+5UbbTr2kgCgiDZf
f23x570Y4wNvsWcS55QZ8+o=
=CNr8
-END PGP SIGNATURE-
___
Zope-Announce maillist  -  Zope-Announce@zope.org
http://mail.zope.org/mailman/listinfo/zope-announce

  Zope-Announce for Announcements only - no discussions

(Related lists - 
 Users: http://mail.zope.org/mailman/listinfo/zope
 Developers: http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope-Checkins] SVN: Zope/tags/2.8.9.1/ - Tagged third dot release.

2007-03-29 Thread Tres Seaver
Log message for revision 73926:
   - Tagged third dot release.

Changed:
  U   Zope/tags/2.8.9.1/doc/CHANGES.txt
  U   Zope/tags/2.8.9.1/inst/versions.py

-=-
Modified: Zope/tags/2.8.9.1/doc/CHANGES.txt
===
--- Zope/tags/2.8.9.1/doc/CHANGES.txt   2007-03-29 19:53:18 UTC (rev 73925)
+++ Zope/tags/2.8.9.1/doc/CHANGES.txt   2007-03-29 20:35:03 UTC (rev 73926)
@@ -4,6 +4,13 @@
   Change information for previous versions of Zope can be found in the
   file HISTORY.txt.
 
+  Zope 2.8.9.1 (2006/03/29)
+
+Bugs fixed
+
+  - Repaired damange caused by fix to ControlPanel methods which
+prevented 'zopectl start' from working.
+
   Zope 2.8.9 (2006/03/25)
 
 Bugs fixed

Modified: Zope/tags/2.8.9.1/inst/versions.py
===
--- Zope/tags/2.8.9.1/inst/versions.py  2007-03-29 19:53:18 UTC (rev 73925)
+++ Zope/tags/2.8.9.1/inst/versions.py  2007-03-29 20:35:03 UTC (rev 73926)
@@ -1,5 +1,5 @@
 ZOPE_MAJOR_VERSION  = '2.8'
-ZOPE_MINOR_VERSION  = '9'
+ZOPE_MINOR_VERSION  = '9.1'
 ZOPE_BRANCH_NAME= '$Name$'[6:] or 'no-branch'
 
 # always start prerelease branches with '0' to avoid upgrade

___
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins


[Zope-dev] Zope Tests: 5 OK

2007-03-29 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Wed Mar 28 12:00:00 2007 UTC to Thu Mar 29 12:00:00 2007 UTC.
There were 5 messages: 5 from Zope Unit Tests.


Tests passed OK
---

Subject: OK : Zope-2.7 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Wed Mar 28 20:50:39 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007508.html

Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Unit Tests
Date: Wed Mar 28 20:52:09 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007509.html

Subject: OK : Zope-2.9 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Mar 28 20:53:39 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007510.html

Subject: OK : Zope-2.10 Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Mar 28 20:55:09 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007511.html

Subject: OK : Zope-trunk Python-2.4.4 : Linux
From: Zope Unit Tests
Date: Wed Mar 28 20:56:39 EDT 2007
URL: http://mail.zope.org/pipermail/zope-tests/2007-March/007512.html

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


[Zope-dev] Announcing the Release of Zope version 2.8.9.1

2007-03-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On behalf of Zope Corporation and the Zope community I am pleased to
announce the release of Zope 2.8.9.1.  You can download the sources
from http://www.zope.org/Products/Zope/2.8.9.1/;,
  http://www.zope.org/Products/Zope/2.8.9.1

This bugfix release corrects a problem introduced in 2.8.9, which
prevented starting Zope in background / daemonized mode.

New features of Zope 2.8.x

   - ZODB 3.4 with MVCC (multi version concurrency control) support.
 MVCC solves nearly every problem with ZODB read-conflict errors
 which is very important for high-traffic Zope sites.

   - Extension Classes were rewritten as Python new-style classes making
 all features of Python new-style classes available in Zope
 objects. This includes support for cyclic garbage collection.

   - Integration of Zope 3 technologies through Five
 (see http://codespeak.net/z3/five/)

More Information

  For more information on what is new in this release, see the
  CHANGES.txt files for the release:

http://www.zope.org/Products/Zope/2.8.9.1/CHANGES.txt;,
 http://www.zope.org/Products/Zope/2.8.9.1/CHANGES.txt

  See also:

   http://www.zope.org/Wikis/DevSite/Projects/Zope2.8/OverView;
http://www.zope.org/Wikis/DevSite/Projects/Zope2.8/OverView

  For more information on the available Zope releases, guidance for
  selecting the right distribution and installation instructions,
  please see:

   http://www.plope.com/Books/2_7Edition/InstallingZope.stx;,
http://www.plope.com/Books/2_7Edition/InstallingZope.stx

Reporting Bugs

  Please report all the bugs you have found to the Zope bugtracker:

   http://collector.zope.org/Zope;,
http://collector.zope.org/Zope

Supported Python versions

  At this time the only **supported** and **recommended** Python
  versions are 2.3.5 and 2.3.6.

  Using Python 2.4.X is **not supported** and **not recommended** at
  this time. Python 2.4.X will be supported when a security audit takes
  place.

  This means that you are using Python 2.4 + Zope 2.8 at **your own
  risk**. This warning also applies to binary packages that install Zope
  packages ogether with a system wide Python 2.4 installation (e.g.
  Fedora, SuSE...).

  Such installations are in general not supported. In addition there
  some third-party products and Python packages that don't work with
  Python 2.4 and can cause trouble when using Python 2.4.


- --
===
Tres Seaver  +1 540-429-0999  [EMAIL PROTECTED]
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGDCIL+gerLs4ltQ4RAjV8AJ4qc4gChSxhoDQC2E+l+5UbbTr2kgCgiDZf
f23x570Y4wNvsWcS55QZ8+o=
=CNr8
-END PGP SIGNATURE-
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope] Re: presenting content in Zope generated outside

2007-03-29 Thread Alan

Hi Laurence, thanks a lot for your help.

I studied the examples and other programs and did a sort of solution
to my problem based on iFrame.

Besides, it's always fun to know something new about zope.

Thanks again.

Cheers,
Alan


Date: Mon, 26 Mar 2007 16:58:05 +0100
From: Laurence Rowe [EMAIL PROTECTED]
Subject: [Zope] Re: presenting content in Zope generated outside

Hi Alan,

I had a similar requirement a few years ago and wrote it up here:
http://plone.org/documentation/how-to/integrate-external-content/

Reading the comments it seems as if someone has made it into a product.
There is also a product called Windowz which uses iframes:
http://plone.org/products/windowz

And yes, zope will work with frames (they're just html).

@import is css not html. You need xslt to do that sort of thing with xhtml.

Hope that helps,

Laurence


___
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: Re: [Zope] dynamically generating sql queries?

2007-03-29 Thread siva k


Hi,

Thank you very much for your answer.
As you suggested, i concatenate the string with an integer to create a 
fieldname and then
pass it to zsql object along with language argument. I do everything inside 
a  Script (Python)

object that accepts 3 arguments (field,index,language)now.
-
result=field+str(index)
res=context.select_sql(field=result, language=language)
print res[0].result
return printed
-
I test this python script inside ZMI and run into problems.
It works only if I explicitly specify the columname like print 
res[0].author_1.
another question- how can one specify row index here?(res[row index]). Each 
language has one row.


thanks

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
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] Announcing the Release of Zope version 2.8.9.1

2007-03-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On behalf of Zope Corporation and the Zope community I am pleased to
announce the release of Zope 2.8.9.1.  You can download the sources
from http://www.zope.org/Products/Zope/2.8.9.1/;,
  http://www.zope.org/Products/Zope/2.8.9.1

This bugfix release corrects a problem introduced in 2.8.9, which
prevented starting Zope in background / daemonized mode.

New features of Zope 2.8.x

   - ZODB 3.4 with MVCC (multi version concurrency control) support.
 MVCC solves nearly every problem with ZODB read-conflict errors
 which is very important for high-traffic Zope sites.

   - Extension Classes were rewritten as Python new-style classes making
 all features of Python new-style classes available in Zope
 objects. This includes support for cyclic garbage collection.

   - Integration of Zope 3 technologies through Five
 (see http://codespeak.net/z3/five/)

More Information

  For more information on what is new in this release, see the
  CHANGES.txt files for the release:

http://www.zope.org/Products/Zope/2.8.9.1/CHANGES.txt;,
 http://www.zope.org/Products/Zope/2.8.9.1/CHANGES.txt

  See also:

   http://www.zope.org/Wikis/DevSite/Projects/Zope2.8/OverView;
http://www.zope.org/Wikis/DevSite/Projects/Zope2.8/OverView

  For more information on the available Zope releases, guidance for
  selecting the right distribution and installation instructions,
  please see:

   http://www.plope.com/Books/2_7Edition/InstallingZope.stx;,
http://www.plope.com/Books/2_7Edition/InstallingZope.stx

Reporting Bugs

  Please report all the bugs you have found to the Zope bugtracker:

   http://collector.zope.org/Zope;,
http://collector.zope.org/Zope

Supported Python versions

  At this time the only **supported** and **recommended** Python
  versions are 2.3.5 and 2.3.6.

  Using Python 2.4.X is **not supported** and **not recommended** at
  this time. Python 2.4.X will be supported when a security audit takes
  place.

  This means that you are using Python 2.4 + Zope 2.8 at **your own
  risk**. This warning also applies to binary packages that install Zope
  packages ogether with a system wide Python 2.4 installation (e.g.
  Fedora, SuSE...).

  Such installations are in general not supported. In addition there
  some third-party products and Python packages that don't work with
  Python 2.4 and can cause trouble when using Python 2.4.


- --
===
Tres Seaver  +1 540-429-0999  [EMAIL PROTECTED]
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGDCIL+gerLs4ltQ4RAjV8AJ4qc4gChSxhoDQC2E+l+5UbbTr2kgCgiDZf
f23x570Y4wNvsWcS55QZ8+o=
=CNr8
-END 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] getting a unique object id

2007-03-29 Thread David Bear
I am needing to write an external cache mechanism for rss feeds from
zope/plone.

My thinking was to use feedparser, then grab the set of object
attributes for the item from zope. Then, grab the actual document the
feed pointed to and save it. When naming the document that I store
locally, I was looking for a simple way to map the zope objectId to
the file name hoping it would be unique. However, if this is not
unique, is there another attribute from a zope object that I can get
that would be? If so, how would I get it?


-- 
David Bear
phone:  602-496-0424
fax:602-496-0955
College of Public Programs/ASU
University Center Rm 622
411 N Central
Phoenix, AZ 85007-0685
 Beware the IP portfolio, everyone will be suspect of trespassing
___
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] getting a unique object id

2007-03-29 Thread Andreas Jung



--On 29. März 2007 17:50:24 -0700 David Bear [EMAIL PROTECTED] wrote:


I am needing to write an external cache mechanism for rss feeds from
zope/plone.

My thinking was to use feedparser, then grab the set of object
attributes for the item from zope. Then, grab the actual document the
feed pointed to and save it. When naming the document that I store
locally, I was looking for a simple way to map the zope objectId to
the file name hoping it would be unique. However, if this is not
unique, is there another attribute from a zope object that I can get
that would be? If so, how would I get it?


The path of the object?

-aj



pgpsfffFZN9r2.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 )