Re: [Zope-dev] [Checkins] SVN: zope.dublincore/trunk/ Renamed the ``zope.app.dublincore.*`` permissions to ``zope.dublincore.*`.

2010-04-24 Thread Lennart Regebro
On Sat, Apr 24, 2010 at 00:14, Tres Seaver tsea...@palladion.com wrote:
 Maybe the short-term fix would be to add a shim package (reviving
 'zope.app.dublincore', maybe) whose only job in life is to make those
 permissions loadable.  Maybe the package ships with some code to help
 write the evolve script, or something.

This seems to be the correct way to me, if possible.

(How many letters I used to say +1. Why did I do that? It might be
some sort of existential crisis. Or it's just early in the morning and
I'm still half asleep. )
-- 
Lennart Regebro: http://regebro.wordpress.com/
Python 3 Porting: http://python-incompatibility.googlecode.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] Zope Tests: 10 OK, 4 Failed

2010-04-24 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Fri Apr 23 12:00:00 2010 UTC to Sat Apr 24 12:00:00 2010 UTC.
There were 14 messages: 6 from Zope Tests, 7 from ccomb at free.fr, 1 from ct 
at gocept.com.


Test failures
-

Subject: FAILED: Repository policy check found errors in 670 projects
From: ct at gocept.com
Date: Fri Apr 23 21:15:13 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014083.html

Subject: FAILED : ZTK 1.0dev / Python2.4.6 Linux 32bit
From: ccomb at free.fr
Date: Fri Apr 23 23:56:50 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014094.html

Subject: FAILED : ZTK 1.0dev / Python2.6.4 Linux 32bit
From: ccomb at free.fr
Date: Fri Apr 23 23:58:39 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014095.html

Subject: FAILED : ZTK 1.0dev / Python2.5.2 Linux 32bit
From: ccomb at free.fr
Date: Fri Apr 23 23:58:43 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014096.html


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Fri Apr 23 21:29:44 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014084.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Fri Apr 23 21:31:44 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014085.html

Subject: OK : Zope-2.12 Python-2.6.4 : Linux
From: Zope Tests
Date: Fri Apr 23 21:33:44 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014086.html

Subject: OK : Zope-2.12-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Fri Apr 23 21:35:44 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014087.html

Subject: OK : Zope-trunk Python-2.6.4 : Linux
From: Zope Tests
Date: Fri Apr 23 21:37:44 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014088.html

Subject: OK : Zope-trunk-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Fri Apr 23 21:39:44 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014089.html

Subject: OK : BlueBream template / Python2.4.6 32bit linux
From: ccomb at free.fr
Date: Fri Apr 23 22:00:44 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014091.html

Subject: OK : BlueBream template / Python2.5.2 32bit linux
From: ccomb at free.fr
Date: Fri Apr 23 22:00:46 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014090.html

Subject: OK : BlueBream template / Python2.6.4 32bit linux
From: ccomb at free.fr
Date: Fri Apr 23 22:00:47 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014092.html

Subject: OK : BlueBream template / Python2.7b1 32bit linux
From: ccomb at free.fr
Date: Fri Apr 23 22:00:48 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-April/014093.html

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


Re: [Zope-dev] [Checkins] SVN: zope.dublincore/trunk/ Renamed the ``zope.app.dublincore.*`` permissions to ``zope.dublincore.*`.

2010-04-24 Thread Marius Gedminas
On Fri, Apr 23, 2010 at 06:14:23PM -0400, Tres Seaver wrote:
 Jim Fulton wrote:
  On Fri, Apr 23, 2010 at 4:18 AM, Jacob Holm j...@improva.dk wrote:
  Hi Michael, Tres
 
  I agree a new major version is required due to the new feature of
  having new permission names, but there is no reason to break
  compatibility with code using the old names.
 
  IIRC the redefinePermission/ zcml-directive  is there exactly to
  provide backwards compatibility when renaming permissions.  Use like:
 
   redefinePermission
   from = no longer defined permisison id
   to = existing permission id
   /
 
  It is defined in zope.security:meta.zcml along with the permission/
  directive, so should be usable with any code that uses that.
  
  This only affects ZCML.  It caused declarations for the old permission
  to be mapped to the new one. It doesn't affect stored permissions.
 
 Maybe the short-term fix would be to add a shim package (reviving
 'zope.app.dublincore', maybe) whose only job in life is to make those
 permissions loadable.  Maybe the package ships with some code to help
 write the evolve script, or something.
 
 In the meanwhile, folks with persistent permissions should pin the
 version of zope.dublincore == 3.6.0.

*Please* mention this in the changelog in big fat letters.

People who upgrade, say, from the 3.4 KGS to BlueBream 1.0 won't
necessarily have read every zope-dev discussion for the last three
years.

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3 consulting and development


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


[Zope-dev] mechanize 0.1.7b

2010-04-24 Thread Adam GROSZER
Hello,

I know that version is rather old, but one of our previous release
(zope KGS 3.4.0) still uses it.
The pypi page http://pypi.python.org/pypi/mechanize/0.1.7b points to
http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.7b.tar.gz
which seems to be a 404.

Could you please upload this version to pypi?

-- 
Best regards,
 Adam GROSZER  mailto:agros...@gmail.com
--
Quote of the day:
God made the integers; all else is the work of Man.

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


Re: [Zope-dev] z3c.formjs on win32 + KGS

2010-04-24 Thread Charlie Clark
Am 24.04.2010, 17:47 Uhr, schrieb Adam GROSZER agros...@gmail.com:

 * Use an other JSON converter (simplejson?)

As long as it's a straight drop-in. Otherwise keep it out of the KGS until  
a replacement is found.

Charlie
-- 
Charlie Clark
Managing Director
Clark Consulting  Research
German Office
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-600-3657
Mobile: +49-178-782-6226
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] mechanize 0.1.7b

2010-04-24 Thread Adam GROSZER
Hello John,

Yep, all good. Thanks!

Saturday, April 24, 2010, 6:52:31 PM, you wrote:

JJL On Sat, 24 Apr 2010, Adam GROSZER wrote:

 Hello,

 I know that version is rather old, but one of our previous release
 (zope KGS 3.4.0) still uses it.
 The pypi page http://pypi.python.org/pypi/mechanize/0.1.7b points to
 http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.7b.tar.gz
 which seems to be a 404.

 Could you please upload this version to pypi?
JJL [...]

JJL Sorry, I've put it back -- is it working OK for you now?


JJL John


-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
I could well believe that it is God's intention, since we have refused milder 
remedies, to compel [Christians] into unity, by persecution even. Satan is 
without doubt nothing else than a hammer in the hand of a benevolent and severe 
God. 
- C.S. Lewis 

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


[Zope-dev] buildbot for the KGS 3.4.1

2010-04-24 Thread Christophe Combelles
Here is one (only linux 32bits)

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