[Zope-dev] Zope tests: 8 OK

2006-02-03 Thread Zope tests summarizer
Summary of messages to the zope-tests list.
Period Thu Feb  2 12:01:01 2006 UTC to Fri Feb  3 12:01:01 2006 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: Thu Feb  2 21:02:20 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-February/004162.html

Subject: OK : Zope-2_6-branch Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Thu Feb  2 21:03:50 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-February/004163.html

Subject: OK : Zope-2_7-branch Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Thu Feb  2 21:05:20 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-February/004164.html

Subject: OK : Zope-2_7-branch Python-2.4.2 : Linux
From: Zope Unit Tests
Date: Thu Feb  2 21:06:50 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-February/004165.html

Subject: OK : Zope-2_8-branch Python-2.3.5 : Linux
From: Zope Unit Tests
Date: Thu Feb  2 21:08:20 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-February/004166.html

Subject: OK : Zope-2_8-branch Python-2.4.2 : Linux
From: Zope Unit Tests
Date: Thu Feb  2 21:09:51 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-February/004167.html

Subject: OK : Zope-2_9-branch Python-2.4.2 : Linux
From: Zope Unit Tests
Date: Thu Feb  2 21:11:21 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-February/004168.html

Subject: OK : Zope-trunk Python-2.4.2 : Linux
From: Zope Unit Tests
Date: Thu Feb  2 21:12:51 EST 2006
URL: http://mail.zope.org/pipermail/zope-tests/2006-February/004169.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] No more access to username

2006-02-03 Thread Beat Rubischon

Hello!

Until Zope 2.8.3 it was possible to access to the name of the logged in 
user also in a public accessible method. A thing I used quite often is 
hiding links which were not accessible for an anonymous user but show 
them in case the user has authenticated itself somewhere else in the site:


dtml-if AUTHENTICATED_USER.has_role('Manager')
| a href=manageManage/a
/dtml-if

This no longer works in Zope 2.8.5 (2.8.4 is untested) and Zope 2.9.0.

AUTHENTICATED_USER or _.SecurityGetUser().getUserName() is set to 
Anonymous User as long as the method does not require a login. When a 
login is reqired, AUTHENTICATED_USER is filled correctly but a 
unpriviledged user is no longer able to access the document.


I'm not sure if I should see this as a bug or a feature and I was not 
able to find the change in a diff of the sources. Could you tell me more 
about this behavior?


Beat

--
 \|/   Beat Rubischon [EMAIL PROTECTED]
   ( 0^0 ) http://www.0x1b.ch/~beat/
oOO--(_)--OOo---
Meine Erlebnisse, Gedanken und Traeume: http://www.0x1b.ch/blog/
___
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] Nine new ZC Zope 3 packages on zope.org

2006-02-03 Thread Gary Poster
Zope Corp has released nine new packages as standalone Zope 3  
projects on zope.org.  Three are completely new to the zope.org  
repository, and six were previously part of the zc Sandbox on zope.org.


These three packages are brand new to zope.org.

zc.shortcut
  Our (second) take on the symbolic link use case.

zc.displayname
  What we use for drawing breadcrumbs and such; a dependency of  
zc.shortcut.


zc.relationship
  A very new cut at a ZODB-friendly directed graph, based loosely on  
some old ZC work.


These next six projects were already in the zc sandbox, and are now  
moved to full-fledged projects so collaboration is possible and so we  
share the state of the art.


zc.datetimewidget
  A datetime widget that uses the now-standard mishoo LGPL calendar  
widget.


zc.extrinsicreference
  One-way references designed to be back-references for standard  
attribute pointers.


zc.form
  Some *extremely* useful but sometimes undertested widgets,  
including timezone widgets and choice widgets that remember the last  
chosen value per user.


zc.listcontainer
  A persistent linked list that might be more appropriate than  
ordered container for some use cases.  Well tested.


zc.resourcelibrary
  An approach to letting page components dynamically request  
javascript and css resources during page composition.  Wants a  
publishing pipeline to be able to get rid of a heavy-handed  
replacement of the browser request factory.  Good idea, usable and  
useful now, but could use more polish.


zc.table
  A very useful and powerful table rendering implementation,  
including the ability to have table-based forms.  It has some rough  
edges that could use polish.


ZC has released many other useful standalone projects on zope.org  
over the past few months, including zope.file, zope.ucol,  
zope.locking, and zc.catalog.  They all are worth a look.


Gary
___
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] Re: Nine new ZC Zope 3 packages on zope.org

2006-02-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gary Poster wrote:
 Zope Corp has released nine new packages as standalone Zope 3  projects
 on zope.org.  Three are completely new to the zope.org  repository, and
 six were previously part of the zc Sandbox on zope.org.
 
 These three packages are brand new to zope.org.
 
 zc.shortcut
   Our (second) take on the symbolic link use case.
 
 zc.displayname
   What we use for drawing breadcrumbs and such; a dependency of 
 zc.shortcut.
 
 zc.relationship
   A very new cut at a ZODB-friendly directed graph, based loosely on 
 some old ZC work.
 
 These next six projects were already in the zc sandbox, and are now 
 moved to full-fledged projects so collaboration is possible and so we 
 share the state of the art.
 
 zc.datetimewidget
   A datetime widget that uses the now-standard mishoo LGPL calendar 
 widget.
 
 zc.extrinsicreference
   One-way references designed to be back-references for standard 
 attribute pointers.
 
 zc.form
   Some *extremely* useful but sometimes undertested widgets,  including
 timezone widgets and choice widgets that remember the last  chosen value
 per user.
 
 zc.listcontainer
   A persistent linked list that might be more appropriate than  ordered
 container for some use cases.  Well tested.
 
 zc.resourcelibrary
   An approach to letting page components dynamically request  javascript
 and css resources during page composition.  Wants a  publishing pipeline
 to be able to get rid of a heavy-handed  replacement of the browser
 request factory.  Good idea, usable and  useful now, but could use more
 polish.
 
 zc.table
   A very useful and powerful table rendering implementation,  including
 the ability to have table-based forms.  It has some rough  edges that
 could use polish.
 
 ZC has released many other useful standalone projects on zope.org  over
 the past few months, including zope.file, zope.ucol,  zope.locking, and
 zc.catalog.  They all are worth a look.

Kudos for releasing these packages -- they all look interesting and
potentially useful.


Tres.
- --
===
Tres Seaver  +1 202-558-7113  [EMAIL PROTECTED]
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD47By+gerLs4ltQ4RAjAMAJ9O7oj2qVb5an4B2H83QZOiFTYhMQCeKtWF
iIcTzRXiRH7e4VgVMJB3ajI=
=NZLn
-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-dev] Re: [Zope3-Users] Re: Nine new ZC Zope 3 packages on zope.org

2006-02-03 Thread Chris McDonough

Kudos for releasing these packages -- they all look interesting and
potentially useful.


Agreed, bravo!!

- C

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


Re: [Zope-dev] Re: [Zope3-Users] Re: Nine new ZC Zope 3 packages on zope.org

2006-02-03 Thread Paul Winkler
On Fri, Feb 03, 2006 at 02:42:42PM -0500, Chris McDonough wrote:
 Kudos for releasing these packages -- they all look interesting and
 potentially useful.
 
 Agreed, bravo!!

And there was much rejoicing.

-- 

Paul Winkler
http://www.slinkp.com
___
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 )


Re: [Zope-dev] No more access to username

2006-02-03 Thread Dieter Maurer
Beat Rubischon wrote at 2006-2-3 14:10 +0100:
Until Zope 2.8.3 it was possible to access to the name of the logged in 
user also in a public accessible method.
 ..
This no longer works in Zope 2.8.5 (2.8.4 is untested) and Zope 2.9.0.

Zope development seems a bit chaotic:

  What you describe now was the standard Zope behaviour for
  a long time.

  Then developpers realized that this feature (suppressing
  authentication for public objects) brings more pain than gain
  and disabled it.

  Apparently, a new generation of Zope developpers lost
  the old wisdom and reenabled the misfeature


I (at your place) would file a bug report, citing the old problem reports
(to be found in the mailing list archive).


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


Re: [Zope-dev] No more access to username

2006-02-03 Thread Andreas Jung



--On 3. Februar 2006 23:22:00 +0100 Dieter Maurer [EMAIL PROTECTED] 
wrote:



Beat Rubischon wrote at 2006-2-3 14:10 +0100:

Until Zope 2.8.3 it was possible to access to the name of the logged in
user also in a public accessible method.
..
This no longer works in Zope 2.8.5 (2.8.4 is untested) and Zope 2.9.0.


Zope development seems a bit chaotic:

  What you describe now was the standard Zope behaviour for
  a long time.



Perhaps chaotic because the lack of developer resources? :-)

-aj




pgpTTT1WwGOjB.pgp
Description: 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 )