Edgewall Software

Changes between Initial Version and Version 5 of Ticket #11263


Ignore:
Timestamp:
May 1, 2017, 12:16:52 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11263

    • Property Milestone next-dev-1.1.xnext-major-releases
  • Ticket #11263 – Description

    initial v5  
    33One suggestion is to use the syntax `@HEAD`. Another possibility would be to use `@None`, since by convention `None` refers to the most recent version of a resource. What would be the most logical syntax to use?
    44
     5Currently, if the user is restricted to accessing the most recent version of the using a rule such as
     6{{{#!ini
     7[wiki:WikiStart@11]
     8anonymous = WIKI_VIEW
     9}}}
     10the user will only be able to access that page if `?version=11` is included in the URL. Navigating to `/wiki/WikiStart` will result in a //Forbidden// error.
     11
    512Another request from comment:8:ticket:8976 is to hide the //History// contextual navigation item and prevent navigating to `/wiki/WikiPage?action=history` when the user only has access to the most recent version of a resource. This is potentially more difficult because we have a way to check if the user has access to a particular resource, but it is less straightforward to check which versions of a resource the user has access to, and performance considerations may come into play.