Skip to content

Commit

Permalink
Do not hide document byline viewlet by default
Browse files Browse the repository at this point in the history
It is controled by the Allow anyone to view 'about' information option in the Security Settings of Site Setup.
  • Loading branch information
hvelarde authored and jensens committed Jun 2, 2016
1 parent 020f704 commit eba0fbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Fixes:
- Fixed versioning for File and Image.
[iham]

- Do not hide document byline viewlet by default;
it is controled by the `Allow anyone to view 'about' information` option in the `Security Settings` of `Site Setup` (closes `#1556`_).
[hvelarde]

- Removed docstrings from some methods to avoid publishing them. From
Products.PloneHotfix20160419. [maurits]

Expand Down Expand Up @@ -1296,3 +1300,4 @@ Fixes:
.. _`#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
.. _`#1556`: https://github.com/plone/Products.CMFPlone/issues/1556
3 changes: 0 additions & 3 deletions Products/CMFPlone/profiles/default/viewlets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@
<hidden manager="plone.belowcontent" skinname="Plone Default">
<viewlet name="plone.manage_portlets_fallback"/>
</hidden>
<hidden manager="plone.belowcontenttitle" skinname="Plone Default">
<viewlet name="plone.belowcontenttitle.documentbyline" />
</hidden>
</object>

0 comments on commit eba0fbc

Please sign in to comment.