Skip to content

Commit

Permalink
Merge pull request #143 from plone/plip-13770-portal-tools-removal
Browse files Browse the repository at this point in the history
remove portal_calendar
  • Loading branch information
frapell committed Nov 12, 2013
2 parents 0dd932e + e5263b1 commit 88e82ab
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 351 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -8,6 +8,9 @@ Changelog
5.0a1 (unreleased)
------------------

- Remove the portal_calendar tool and the dependency on CMFCalendar.
[davisagli]

- Remove the plone_deprecated skin layer.
[gforcada, davisagli]

Expand Down
161 changes: 0 additions & 161 deletions Products/CMFPlone/CalendarTool.py

This file was deleted.

2 changes: 0 additions & 2 deletions Products/CMFPlone/__init__.py
Expand Up @@ -137,7 +137,6 @@ def initialize(context):
import TypesTool
import CatalogTool
import SkinsTool
import CalendarTool
import QuickInstallerTool
import TranslationServiceTool

Expand All @@ -155,7 +154,6 @@ def initialize(context):
TypesTool.TypesTool,
CatalogTool.CatalogTool,
SkinsTool.SkinsTool,
CalendarTool.CalendarTool,
QuickInstallerTool.QuickInstallerTool,
TranslationServiceTool.TranslationServiceTool,
)
Expand Down
7 changes: 0 additions & 7 deletions Products/CMFPlone/profiles/default/controlpanel.xml
Expand Up @@ -126,13 +126,6 @@
visible="False" i18n:attributes="title">
<permission>Manage portal</permission>
</configlet>
<configlet title="Calendar" action_id="CalendarSettings" appId="Plone"
category="Plone" condition_expr=""
icon_expr="string:$portal_url/event_icon.png"
url_expr="string:${portal_url}/@@calendar-controlpanel" visible="True"
i18n:attributes="title">
<permission>Plone Site Setup: Calendar</permission>
</configlet>
<configlet title="HTML Filtering" action_id="HtmlFilter" appId="HtmlFilter"
category="Plone" condition_expr=""
icon_expr="string:$portal_url/htmlfilter_icon.png"
Expand Down
2 changes: 0 additions & 2 deletions Products/CMFPlone/profiles/default/toolset.xml
Expand Up @@ -14,8 +14,6 @@
class="Products.CMFPlone.ActionsTool.ActionsTool"/>
<required tool_id="portal_atct"
class="Products.ATContentTypes.tool.atct.ATCTTool"/>
<required tool_id="portal_calendar"
class="Products.CMFPlone.CalendarTool.CalendarTool"/>
<required tool_id="portal_catalog"
class="Products.CMFPlone.CatalogTool.CatalogTool"/>
<required tool_id="portal_controlpanel"
Expand Down
2 changes: 0 additions & 2 deletions Products/CMFPlone/setuphandlers.py
Expand Up @@ -23,7 +23,6 @@ def getNonInstallableProducts(self):
'ATContentTypes', 'Products.ATContentTypes',
'ATReferenceBrowserWidget', 'Products.ATReferenceBrowserWidget',
'archetypes.referencebrowserwidget',
'CMFCalendar', 'Products.CMFCalendar',
'CMFDefault', 'Products.CMFDefault',
'CMFPlone', 'Products.CMFPlone', 'Products.CMFPlone.migrations',
'CMFTopic', 'Products.CMFTopic',
Expand Down Expand Up @@ -55,7 +54,6 @@ def getNonInstallableProducts(self):
'plone.app.registry',
'plone.app.search',
'plone.app.z3cform',

]


Expand Down
169 changes: 0 additions & 169 deletions Products/CMFPlone/tests/testCalendarTool.py

This file was deleted.

1 comment on commit 88e82ab

@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 FAILED
Mr.roboto url : http://jenkins.plone.org/roboto/get_info?push=05296d53b5aa4b8ab83f8f86085a2660
kgs-Products.CMFPlone-plone-5.0-python-2.7 kgs [FAILURE]

Please sign in to comment.