Ticket #482 (closed task: fixed)
First look at Plone 4 adaptation
| Reported by: | david | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 4.0 Beta |
| Component: | AuthorProfile | Severity: | |
| Keywords: | plone4 tips | Cc: | |
| Who will test this: | And |
Description
After a very quick look, I have found that these two products are no longer available for Plone 4:
- Products.ATVocabularyManager
- Products.ATCountryWidget
It is possible to add these products to the buildout and suppress the dependency errors but they both declare interfaces in a Zope 2 way which is now removed from Plone4.
There is information on how these interfaces should be declared in:
The optimal solution would be to discard these two products and redesign their functionality on the product.
Porting my old products to Plone 4 lately has been quite pain free actually and there is really good "all you need" documentation here:
http://plone.org/documentation/manual/upgrade-guide/version/upgrading-plone-3-x-to-4.0
