[Zope] Zope 2.4.0 beta 1

Oleg Broytmann Oleg Broytmann <phd@phd.fep.ru>
Mon, 25 Jun 2001 14:01:33 +0400 (MSD)


Hello!

   I've just installed it. Looks good, much better than alpha1 (of course).
I imported my (and other's) ZClasses and successfulyy used. I installed all
old products, and imported all working folders. I recreated catalogs - no
problems so far.

   Minor inconvenience still - Import does not update left panel.

   Minor problem: Zope upon startup reported on stderr:
------
2001-06-25T09:37:01 PROBLEM(100) Init Ambiguous name for method of Products.ZNavigator.ZNavigator.ZNavigator: "manage" != "manage_main"
------
2001-06-25T09:37:01 PROBLEM(100) Init Ambiguous name for method of Products.ZNavigator.ZNavigator.NavItem: "manage_main" != "manage"
------
2001-06-25T09:37:01 PROBLEM(100) Init Ambiguous name for method of Products.ZStyleSheet.ZSSAttribute.ZSSAttr: "manage_propertiesForm" != "manage_workspace"
------
2001-06-25T09:37:01 PROBLEM(100) Init Ambiguous name for method of Products.ZStyleSheet.ZSSAttribute.ZSSAttr: "manage_propertiesForm" != "manage_main"
------
2001-06-25T09:37:01 PROBLEM(100) Init Ambiguous name for method of Products.ZStyleSheet.ZSSAttribute.ZSSAttr: "manage_propertiesForm" != "manage"
------
2001-06-25T09:37:01 PROBLEM(100) Init Ambiguous name for method of Products.ZStyleSheet.ZSSRule.ZSSRule: "manage_workspace" != "manage"
------
2001-06-25T09:37:01 PROBLEM(100) Init Ambiguous name for method of Products.ZStyleSheet.ZSSRule.ZSSRule: "manage_workspace" != "manage_main"
------
2001-06-25T09:37:01 PROBLEM(100) Init Ambiguous name for method of Products.ZStyleSheet.ZStyleSheet.ZStyleSheet: "manage_workspace" != "manage"
------
2001-06-25T09:37:01 PROBLEM(100) Init Ambiguous name for method of Products.ZStyleSheet.ZStyleSheet.ZStyleSheet: "manage_workspace" != "manage_main"
------
2001-06-25T09:37:02 PROBLEM(100) Init Ambiguous name for method of Products.ZSyncer.ZSyncer.ZSyncer: "manage_edit" != "manage_main"
------
   What's that?

   And a bug in dtml-in. I cannot run
<dtml-in results sort="bobobase_modification_time,title"> - Zope complained
"Unhashable type." <dtml-in results sort="title"> works fine. It seems
something broken in my extended sort. I will lokk into it later.

Oleg.
----
     Oleg Broytmann     http://www.zope.org/Members/phd/     phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.