Skip to content

Commit

Permalink
Update Site Setup link in all control panels (fixes #1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
davilima6 committed Nov 23, 2015
1 parent abb7904 commit 5e7a1b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ New:
- Add option to show/hide thumbs in site-controlpanel
https://github.com/plone/Products.CMFPlone/issues/1241
[fgrcon]

- Explicitly provide id on search form and not depend on diazo magic
adding the id in.
[vangheem]
Expand Down Expand Up @@ -47,18 +47,21 @@ New:
customization.
[tomgross]

- Add icon fallback for addons in Site Setup
Fixes:

- Update Site Setup link in all control panels (fixes .. _`#1255`)
[davilima6]

Fixes:
- Add icon fallback for addons in Site Setup (fixes .. _`#1232`)
[davilima6]

- Add authenticator token to group portlet links
[vangheem]

- Fix bbb global status message template rendering escaped html
[vangheem]

- Avoid AttributeError if registry is not yet there for the
- Avoid AttributeError if registry is not yet there for the
JSRegistryNodeAdapter while migrating from older versions
https://github.com/plone/Products.CMFPlone/pull/1246
[frapell]
Expand Down Expand Up @@ -997,3 +1000,5 @@ Fixes:
.. _`#1015`: https://github.com/plone/Products.CMFPlone/issues/1015
.. _`#1041`: https://github.com/plone/Products.CMFPlone/issues/1041
.. _`#1053`: https://github.com/plone/Products.CMFPlone/issues/1053
.. _`#1232`: https://github.com/plone/Products.CMFPlone/issues/1232
.. _`#1255`: https://github.com/plone/Products.CMFPlone/issues/1255
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down Expand Up @@ -53,6 +54,7 @@ For what's new in this release, see CHANGES.txt.
item.body is an AcquisitionWrapper.
[alecghica]


4.3.2 (unreleased)
------------------

Expand Down Expand Up @@ -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)
------------------

Expand Down

0 comments on commit 5e7a1b6

Please sign in to comment.