Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12912, comment 1


Ignore:
Timestamp:
Sep 12, 2017, 12:07:12 AM (7 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12912, comment 1

    initial v1  
    2525}}}
    2626
    27 With these permissions //anonymous// can search and see pages in the timeline, except those under `/wiki/PrivatesPages`:
     27With these permissions //anonymous// can search and see pages in the timeline, except those **under** `/wiki/PrivatesPages`. The timeline and search results for an unrestricted user show modifications to `/wiki/PrivatePages/PageOne` and `/wiki/PrivatePages/PageTwo`, but they are not shown to the user with restricted privileges:
    2828
    2929[[Image(Screen Shot 2017-09-10 at 21.55.21.png,border=2,100%)]]
     
    4040}}}
    4141{{{#!sh
    42 $trac-admin ../tracenvs/proj-1.2-1 permission list anonymous
     42$ trac-admin ../tracenvs/proj-1.2-1 permission list anonymous
    4343
    4444User       Action
     
    5050}}}
    5151
    52 With that, the **WIKI** navigation item will be visible, but only WikiStart will be viewable by anonymous. Timeline events and search results will be shown for WikiStart.
     52The **WIKI** navigation item will be visible, but only WikiStart will be viewable by anonymous. Timeline events and search results will be shown for WikiStart.
    5353
    5454The reason for the `WIKI_VIEW on None` message is that a realm or resource is not specified in the permissions check in [browser:tags/trac-1.2.2/trac/wiki/web_ui.py@:783#L780 get_search_filters], and similarly for `get_timeline_filters`.