Products.CMFPlone/master: Merge remote-tracking branch 'remotes/origin/master'
MrTango <jenkins-z4DKO/[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: Products.CMFPlone Branch: refs/heads/master Date: 2017-07-13T18:50:45+02:00 Author: MrTango (MrTango) <md-r4/[email protected]> Commit: https://github.com/plone/Products.CMFPlone/commit/92ce04e12e0ef19de14828844f6c4f5c928e7f98 Merge remote-tracking branch 'remotes/origin/master' Files changed: M CHANGES.rst M Products/CMFPlone/profiles/default/rolemap.xml diff --git a/CHANGES.rst b/CHANGES.rst index fdbd2ddae..70ea76cd5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,11 +14,12 @@ Breaking changes: New features: -- *add item here* +- Added ``Show Toolbar`` permission. + [agitator] Bug fixes: -- add :focus class on toolbar for keyboard users (https://github.com/plone/Products.CMFPlone/issues/1620) +- add :focus class on toolbar for keyboard users (https://github.com/plone/Products.CMFPlone/issues/1620) [polyester] diff --git a/Products/CMFPlone/profiles/default/rolemap.xml b/Products/CMFPlone/profiles/default/rolemap.xml index 59532ef59..88b9f109c 100644 --- a/Products/CMFPlone/profiles/default/rolemap.xml +++ b/Products/CMFPlone/profiles/default/rolemap.xml @@ -217,5 +217,9 @@ <role name="Manager" /> <role name="Site Administrator"/> </permission> + <permission name="Show Toolbar" + acquire="False"> + <role name="Authenticated"/> + </permission> </permissions> </rolemap> ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot