[Zope-dev] Control Panel/Product Management doesn't display normal products in Zope 2.12

2010-03-15 Thread Baiju M
Hi,

In Zope 2.12, Control Panel - Product Management doesn't display
normal products.
This functionality was working until Zope 2.11

Can anyone tell me whether this was removed purposefully or a bug ?

https://bugs.launchpad.net/zope2/+bug/538932

Regards,
Baiju M
___
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] Control Panel/Product Management doesn't display normal products in Zope 2.12

2010-03-15 Thread Hanno Schlichting
On Mon, Mar 15, 2010 at 11:20 AM, Baiju M mba...@zeomega.com wrote:
 In Zope 2.12, Control Panel - Product Management doesn't display
 normal products.
 This functionality was working until Zope 2.11

What do you mean with normal products ? A simple folder in one of
the products/ directories configured in zope.conf? A package called
Products.* somewhere on sys.path?

 Can anyone tell me whether this was removed purposefully or a bug ?

The registry is now completely optional and disabling it via
enable-product-installation off from the start, will make sure that
no entry will ever show up there. But Zope 2 has the registry enabled
by default, so all products and packages registered as products should
still show up there.

Hanno
___
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] Control Panel/Product Management doesn't display normal products in Zope 2.12

2010-03-15 Thread Wichert Akkerman
On 3/15/10 11:24 , Hanno Schlichting wrote:
 On Mon, Mar 15, 2010 at 11:20 AM, Baiju Mmba...@zeomega.com  wrote:
 In Zope 2.12, Control Panel -  Product Management doesn't display
 normal products.
 This functionality was working until Zope 2.11

 What do you mean with normal products ? A simple folder in one of
 the products/ directories configured in zope.conf? A package called
 Products.* somewhere on sys.path?

 Can anyone tell me whether this was removed purposefully or a bug ?

 The registry is now completely optional and disabling it via
 enable-product-installation off from the start, will make sure that
 no entry will ever show up there. But Zope 2 has the registry enabled
 by default, so all products and packages registered as products should
 still show up there.

Does the current plone.recipe.zope2instance disable that? I also noticed 
recently that in a stock Plone 4 install products no longer show up in 
the control panel.

Wichert.
___
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] Control Panel/Product Management doesn't display normal products in Zope 2.12

2010-03-15 Thread Hanno Schlichting
On Mon, Mar 15, 2010 at 11:40 AM, Wichert Akkerman wich...@wiggy.net wrote:
 Does the current plone.recipe.zope2instance disable that? I also noticed
 recently that in a stock Plone 4 install products no longer show up in
 the control panel.

Yes, that specific recipe in versions 4.x targeted at Zope 2.12+
disables the registry by default. It's one of a couple cases where the
recipe has defaults aimed specifically at Plone. If you use the recipe
for a pure Zope2 project, you might want to diverge from some of these
defaults.

Hanno
___
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: 6 OK

2010-03-15 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list.
Period Sun Mar 14 12:00:00 2010 UTC to Mon Mar 15 12:00:00 2010 UTC.
There were 6 messages: 6 from Zope Tests.


Tests passed OK
---

Subject: OK : Zope-2.10 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Mar 14 21:37:04 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-March/013738.html

Subject: OK : Zope-2.11 Python-2.4.6 : Linux
From: Zope Tests
Date: Sun Mar 14 21:39:04 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-March/013739.html

Subject: OK : Zope-2.12 Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Mar 14 21:41:04 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-March/013740.html

Subject: OK : Zope-2.12-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Mar 14 21:43:04 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-March/013741.html

Subject: OK : Zope-trunk Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Mar 14 21:45:04 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-March/013742.html

Subject: OK : Zope-trunk-alltests Python-2.6.4 : Linux
From: Zope Tests
Date: Sun Mar 14 21:47:05 EDT 2010
URL: http://mail.zope.org/pipermail/zope-tests/2010-March/013743.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] zope.component.zcml and global registry

2010-03-15 Thread Fabio Tranchitella
* 2010-03-08 18:16, Fabio Tranchitella wrote:
 I'll wait till the week-end to release it, so everybody has the opportunity
 to have a word on this topic.

I've released zope.component 3.9.3 with the change I discussed on the list
in the last couple of weeks (ZCML registrations using getSiteManager
instead of getGlobalSiteManager) and updated the ztk.conf.

Best regards,
Fabio
___
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] zope.component.zcml and global registry

2010-03-15 Thread Chris McDonough
On 3/15/10 11:52 AM, Fabio Tranchitella wrote:
 * 2010-03-08 18:16, Fabio Tranchitella wrote:
 I'll wait till the week-end to release it, so everybody has the opportunity
 to have a word on this topic.

 I've released zope.component 3.9.3 with the change I discussed on the list
 in the last couple of weeks (ZCML registrations using getSiteManager
 instead of getGlobalSiteManager) and updated the ztk.conf.

Thanks for this work Fabio.

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