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 )