Skip to content

Commit

Permalink
Remove the markup control panel, as it was moved to Products.CMFPlone.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 14, 2014
1 parent 40cb0e9 commit 67a35c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,10 +4,14 @@ Changelog
3.0.0 (unreleased)
------------------

- Remove the markup control panel, as it was moved to Products.CMFPlone.
[thet]

- Remove the control panel overview (moved to Products.CMFPlone)
This breaks Plone 4 compatibility.
PLIP 10359 (https://dev.plone.org/ticket/10359)
https://github.com/plone/Products.CMFPlone/issues/290
[khink]


2.4.6 (2014-11-01)
Expand Down
6 changes: 3 additions & 3 deletions plone/app/controlpanel/configure.zcml
Expand Up @@ -20,7 +20,7 @@

<!--<adapter factory=".maintenance.MaintenanceControlPanelAdapter" />-->

<adapter factory=".markup.MarkupControlPanelAdapter" />
<!-- adapter factory=".markup.MarkupControlPanelAdapter" /-->

<adapter factory=".ram.RAMCacheControlPanelAdapter" />

Expand Down Expand Up @@ -62,12 +62,12 @@
permission="plone.app.controlpanel.Mail"
/>

<browser:page
<!-- browser:page
name="markup-controlpanel"
for="Products.CMFPlone.interfaces.IPloneSiteRoot"
class=".markup.MarkupControlPanel"
permission="plone.app.controlpanel.Markup"
/>
/-->

<!--
<browser:page
Expand Down
2 changes: 1 addition & 1 deletion plone/app/controlpanel/tests/test_doctests.py
Expand Up @@ -23,7 +23,7 @@ def test_suite():
# 'search.txt',
# 'site.txt',
# 'skins.txt',
'markup.txt',
# 'markup.txt',
# 'navigation.txt',
'types.txt',
'syndication.txt'
Expand Down

1 comment on commit 67a35c3

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=3d0070316ecd4b8da36f2301edf66dca
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.