{ "info": { "author": "Plone Foundation", "author_email": "plone-developers@lists.sourceforge.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Zope2", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "Introduction\n============\n\nAll functionality was moved to Products.CMFPlone!\n\nThis package provides backward compatible imports and zcml only.\n\nDo not use, except you need to support non migrated addons..\nChangelog\n=========\n\n4.0.0 (2018-10-30)\n------------------\n\nBreaking changes:\n\n- Now this packages should not be needed in Plone 5.2 core anymore.\n It will be removed there as dependency.\n Addon code then needs to depend on it directly if backward compatibility is needed.\n This works not in Plone 5.1 and lower.\n [jensens]\n\nFixes:\n\n- Move permissions zcml to Products.CMFPlone.\n [jensens]\n\n- Introduce subclasses for interfaces (just to keep dotted path).\n Removes dup definitions.\n [jensens]\n\n\n3.0.4 (2016-02-11)\n------------------\n\nFixes:\n\n- Fix backwards-compatibilty import for SecurityControlPanel.\n [esteele]\n\n\n3.0.3 (2015-06-05)\n------------------\n\n- Remove ConfigurationChangedEvent. Import from new location to keep bbb.\n [timo]\n\n- Remove RAM control panel (has been moved to p.a.caching).\n [timo]\n\n- Remove skins control panel (has been moved to p.a.theming).\n [timo]\n\n\n3.0.2 (2015-05-04)\n------------------\n\n- Remove not used code qi.pt/qi.py. The prefs_install_products_form\n view moved to Products.CMFPlone/controlpanel/quickinstaller.py (closes\n https://github.com/plone/Products.CMFPlone/issues/430)\n [vincentfretin]\n\n- Fix missing closing div in qi.pt\n [vincentfretin]\n\n- Removed CMFDefault dependency\n [tomgross]\n\n\n3.0.1 (2015-03-26)\n------------------\n\n- Disable language control panel because it has been moved to\n z3c.form/plone.app.registry.\n [bloodbare]\n\n- Remove unused control panel code. Keep imports for bbb.\n [timo]\n\n- Remove the filter control panel (moved to Products.CMFPlone)\n [timo]\n\n- Remove Products.PloneTestCase dependency\n [timo]\n\n\n3.0.0 (2015-03-13)\n------------------\n\n- Remove the syndication control panel (moved to Products.CMFPlone).\n [timo]\n\n- Remove the quickinstaller (moved to Products.CMFPlone).\n [timo]\n\n- Remove the users/groups control panel (moved to Products.CMFPlone).\n [timo]\n\n- Remove the navigation control panel (moved to Products.CMFPlone).\n [timo]\n\n- Remove the markup control panel, as it was moved to Products.CMFPlone.\n [thet]\n\n- Remove the control panel overview (moved to Products.CMFPlone)\n This breaks Plone 4 compatibility.\n PLIP 10359 (https://dev.plone.org/ticket/10359)\n https://github.com/plone/Products.CMFPlone/issues/290\n [khink]\n\n\n2.4.6 (2014-11-01)\n------------------\n\n- Nothing changed yet.\n\n\n2.4.5 (2014-10-23)\n------------------\n\n- Remove DL's from portal message templates.\n https://github.com/plone/Products.CMFPlone/issues/153\n [khink]\n\n- Allow ``text-decoration`` in TinyMCE\n see https://github.com/plone/plone.app.controlpanel/pull/18\n [jnachtigall]\n\n- Integration of the new markup update and CSS for both Plone and Barceloneta\n theme. This is the work done in the GSOC Barceloneta theme project.\n [albertcasado, sneridagh]\n\n- Update