Ticket #5678 (closed Bug: fixed)

Opened 6 years ago

Last modified 6 years ago

folder_summary_view ignores allowAnonymousViewAbout

Reported by: mudrd8mz Owned by: optilude
Priority: major Milestone: 2.5.1
Component: Navigation/Folder listings Keywords:
Cc: mudrd8mz

Description

Filesystem Page Template at portal_skins/plone_content/folder_summary_view ignores allowAnonymousViewAbout property, so author names are displayed for Anonymous visitors. It would be fine either to include something like

<tal:newsitem condition="python:
    (site_properties.allowAnonymousViewAbout or not isAnon)
    and item_type == 'News Item'
    ">

or use

portal_skins/plone_content/document_byline macro

Change History

comment:1 Changed 6 years ago by hannosch

  • Milestone set to 2.5.x

comment:2 Changed 6 years ago by pupq

  • Milestone changed from 2.5.x to 2.5.1

comment:3 Changed 6 years ago by dannyb

  • Status changed from new to closed
  • Resolution set to fixed

comment:4 Changed 6 years ago by dannyb

(In [10353]) Fixed #5678 folder_summary_view ignores allowAnonymousViewAbout.

comment:5 Changed 6 years ago by alecm

(In [10356]) Added migration to remove plone.css from portal_css and marked the css generating script as deprecated. Fixes #5678.

comment:6 Changed 6 years ago by alecm

ignore that last message it belonged to #5614

Note: See TracTickets for help on using tickets.