From 43ad470d8181e8f71ac951ba65c036472158aa9d Mon Sep 17 00:00:00 2001 From: Davi Lima Date: Sun, 22 Nov 2015 20:32:07 -0300 Subject: [PATCH] Update Site Setup link in all control panels (fixes plone/Products.CMFPlone#1255) --- .../test_controlpanel_browser_usergroups_siteadmin_role.py | 2 +- docs/HISTORY.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Products/CMFPlone/controlpanel/tests/test_controlpanel_browser_usergroups_siteadmin_role.py b/Products/CMFPlone/controlpanel/tests/test_controlpanel_browser_usergroups_siteadmin_role.py index 1b835e61c1..ae41f38236 100644 --- a/Products/CMFPlone/controlpanel/tests/test_controlpanel_browser_usergroups_siteadmin_role.py +++ b/Products/CMFPlone/controlpanel/tests/test_controlpanel_browser_usergroups_siteadmin_role.py @@ -98,7 +98,7 @@ def afterSetUp(self): def testControlPanelOverview(self): # make sure we can view the Site Setup page, # at both old and new URLs - res = self.publish('/plone/plone_control_panel', 'siteadmin:secret') + res = self.publish('/plone/@@overview-controlpanel', 'siteadmin:secret') self.assertEqual(200, res.status) res = self.publish( '/plone/@@overview-controlpanel', 'siteadmin:secret' diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index e5dab004aa..f18d0e8cc5 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -23,6 +23,7 @@ For what's new in this release, see CHANGES.txt. - Sub-sort timezone by label, not language code when adding a site [instification] + 4.3.3 (unreleased) ------------------ @@ -53,6 +54,7 @@ For what's new in this release, see CHANGES.txt. item.body is an AcquisitionWrapper. [alecghica] + 4.3.2 (unreleased) ------------------ @@ -80,6 +82,7 @@ For what's new in this release, see CHANGES.txt. - Stop unload-protection from popping up needlessly if tinyMCE is used on tabbed forms [href] + 4.3.1 (2013-05-30) ------------------