[Zope-Coders] Zope tests: 8 OK

2005-07-09 Thread Zope tests summarizer
Summary of messages to the zope-tests list.
Period Fri Jul  8 11:01:02 2005 UTC to Sat Jul  9 11:01:02 2005 UTC.
There were 8 messages: 8 from Zope Unit Tests.


Tests passed OK
---

Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux
From: Zope Unit Tests
Date: Fri Jul  8 23:25:30 EDT 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-July/002543.html

Subject: OK : Zope-2_6-branch Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Fri Jul  8 23:27:01 EDT 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-July/002544.html

Subject: OK : Zope-2_7-branch Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Fri Jul  8 23:28:31 EDT 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-July/002545.html

Subject: OK : Zope-2_7-branch Python-2.4.1 : Linux
From: Zope Unit Tests
Date: Fri Jul  8 23:30:01 EDT 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-July/002546.html

Subject: OK : Zope-2_8-branch Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Fri Jul  8 23:31:31 EDT 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-July/002547.html

Subject: OK : Zope-2_8-branch Python-2.4.1 : Linux
From: Zope Unit Tests
Date: Fri Jul  8 23:33:01 EDT 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-July/002548.html

Subject: OK : Zope-trunk Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Fri Jul  8 23:34:31 EDT 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-July/002549.html

Subject: OK : Zope-trunk Python-2.4.1 : Linux
From: Zope Unit Tests
Date: Fri Jul  8 23:36:01 EDT 2005
URL: http://mail.zope.org/pipermail/zope-tests/2005-July/002550.html

___
Zope-Coders mailing list
Zope-Coders@zope.org
http://mail.zope.org/mailman/listinfo/zope-coders


Re: [Zope] Re: Re: Poll: Zope and Suse Linux

2005-07-09 Thread Lennart Regebro
On 7/8/05, Alec Mitchell [EMAIL PROTECTED] wrote:
 I have never had any problems with the Debian python packages, I suggest you
 use them.  Debian is perfectly happy to have 2.4 and 2.3 side by side (and
 2.1 and 1.5 even).  However, you should certainly build your zope and
 associated products from source.

Note that some weirdo have decided that distutils is a development
package, so you need to install both the python packages and the
python-dev packages, always.

-- 
Lennart Regebro, Nuxeo http://www.nuxeo.com/
CPS Content Management http://www.cps-project.org/
___
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] getSecurityManager() vs. AUTHENTICATED_USER

2005-07-09 Thread Florent Guillaume
Peter Bengtsson  [EMAIL PROTECTED] wrote:
 Dieter Maurer [EMAIL PROTECTED] wrote:
  Peter Bengtsson wrote at 2005-7-8 13:24 +0100:
  I've learnt that it's better to use getSecurityManager instead of
  REQUEST.AUTHENTICATED_USER
  because it's more secure. Other than that, what is the difference.
  
  The security manager could be changed (e.g. with newSecurityManager).
  getSecurityManager would report the change but not AUTHENTICATED_USER.
  
 
 newSecurityManager ??
 never heard of that. The __doc__ says
  Set up a new security context for a request for a user 
 
 What is this used for? I'm guessing it's something we use in unittests
 and stuff.

It's used whenever some code has to act as if it was another user.

The only use I find in core Zope code is when a temporary container for
session objects calls its notify method. It does so as an anonymous user
instead of the logged-in one.

But third-party code can use it too. CPS does, for instance.

Florent

-- 
Florent Guillaume, Nuxeo (Paris, France)   CTO, Director of RD
+33 1 40 33 71 59   http://nuxeo.com   [EMAIL PROTECTED]
___
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] CMF 1.5.2beta released

2005-07-09 Thread Jens Vagelpohl
Zope Corporation is pleased to announce the release of version  
1.5.2beta2 of the Zope Content Management Framework (CMF). This  
release is intended for testing purposes only;  we do not recommend  
deploying it to production servers.  The final release of version  
1.5.2 is expected mid-July 2005.


What is the CMF?

The Zope Content Management Framework provides a set of
services and content objects useful for building highly
dynamic, content-oriented portal sites.  As packaged, the
CMF generates a site much like the Zope.org site.  The CMF is
intended to be easily customizable, in terms of both the
types of content used and the policies and services it
provides.

Where do I get it?

Download it from http://www.zope.org/Products/CMF/CMF-1.5.2beta2

Points of interest include:

- Windows ZIP file,
  http://www.zope.org/Products/CMF/CMF-1.5.2beta2/ 
CMF-1.5.2beta2.zip


- Unix tar/gzip archive,
  http://www.zope.org/Products/CMF/CMF-1.5.2beta2/ 
CMF-1.5.2beta2.tar.gz .


- Release notes,
  http://www.zope.org/Products/CMF/CMF-1.5.2beta2/README.txt

- Change history,
  http://www.zope.org/Products/CMF/CMF-1.5.2beta2/CHANGES.txt

- Installation instructions,
  http://www.zope.org/Products/CMF/CMF-1.5.2beta2/INSTALL.txt

Where do I go to learn more?

The CMF mailing list ([EMAIL PROTECTED]) has many
participants who are active in supporting the CMF.

...to report bugs?

The CMF Collector:http://www.zope.org/Collectors/CMF
is the place to report bugs (please search for existing
reports of your issue first!)



___
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] Helpdesk/Call Logging in Plone

2005-07-09 Thread Adam Acord
I'm looking for ideas on how to implement a call logging/helpdesk  
ticketing system utilizing Plone.  Any ideas?  Before everyone  
responds try PloneCollector, I'm looking into it.  However, I need  
some ideas, as I'm new to Plone (researched last couple weeks and  
installed yesterday).


I'm not looking for anything sophisticated, but useful.  I also saw a  
posting on the sf list that mentioned mailmanager, so I'm looking  
into that, too.


Any and all help is greatly appreciated.

-aa
___
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] where is Zope-2.7.6

2005-07-09 Thread Dennis Allison

The download list at zope.org does not have any releases between 2.7.3 and
2.8.  We've been using 2.7.6 and would like to be able to download clean 
copies...

___
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] where is Zope-2.7.6

2005-07-09 Thread Chris McDonough
I think you're going to need to guess the URL at the moment (shouldn't
be too hard)... the releases are there, they just don't show up in the
old releases list.

On Sat, 2005-07-09 at 15:31 -0700, Dennis Allison wrote:
 The download list at zope.org does not have any releases between 2.7.3 and
 2.8.  We've been using 2.7.6 and would like to be able to download clean 
 copies...
 
 ___
 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] where is Zope-2.7.6

2005-07-09 Thread Tim Peters
[Dennis Allison]
 The download list at zope.org does not have any releases between 2.7.3
 and 2.8.  We've been using 2.7.6 and would like to be able to download
 clean copies...

The download list at

http://www.zope.org/Products/Zope/

has an entry for 2.7.6.  If you ended up at

http://www.zope.org/Products/Zope/folder_contents/

instead, there's still an entry for 2.7.6, but it's on the second page
(click the next 46 items link near the upper right to get to the
second page).  Or go straight to

http://www.zope.org/Products/Zope/2.7.6/
___
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] where is Zope-2.7.6

2005-07-09 Thread Dennis Allison

Thanks Chris, I found my master copy... but there are (I think) other
users.

On Sat, 9 Jul 2005, Chris McDonough wrote:

 I think you're going to need to guess the URL at the moment (shouldn't
 be too hard)... the releases are there, they just don't show up in the
 old releases list.
 
 On Sat, 2005-07-09 at 15:31 -0700, Dennis Allison wrote:
  The download list at zope.org does not have any releases between 2.7.3 and
  2.8.  We've been using 2.7.6 and would like to be able to download clean 
  copies...
  
  ___
  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] where is Zope-2.7.6

2005-07-09 Thread Dennis Allison


Thanks Tim.  I'm not really sure where I was looking--I followed the 
standard download, then to the 'other releases tab.  And the 2.7.X X3
releases somehow were not visible

On Sat, 9 Jul 2005, Tim Peters wrote:

 [Dennis Allison]
  The download list at zope.org does not have any releases between 2.7.3
  and 2.8.  We've been using 2.7.6 and would like to be able to download
  clean copies...
 
 The download list at
 
 http://www.zope.org/Products/Zope/
 
 has an entry for 2.7.6.  If you ended up at
 
 http://www.zope.org/Products/Zope/folder_contents/
 
 instead, there's still an entry for 2.7.6, but it's on the second page
 (click the next 46 items link near the upper right to get to the
 second page).  Or go straight to
 
 http://www.zope.org/Products/Zope/2.7.6/
 

-- 

___
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 )