Opened 19 years ago
Closed 18 years ago
#2671 closed enhancement (duplicate)
Split CHANGESET_VIEW permission into two
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | version control/changeset view | Version: | 0.9.3 |
Severity: | minor | Keywords: | CHANGESET_VIEW permission diff log |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
CHANGESET_VIEW should be two separate permissions, CHANGESET_VIEW_DIFF and CHANGESET_VIEW_LOG.
CHANGESET_VIEW_DIFF shows diff in /changeset/number and CHANGESET_VIEW_LOG shows only comment of that changeset.
Attachments (0)
Change History (5)
comment:1 by , 19 years ago
Milestone: | 0.9.4 |
---|
comment:2 by , 19 years ago
Milestone: | → 0.10 |
---|
comment:3 by , 19 years ago
Milestone: | 0.10 |
---|
Please do not assign a milestone being anonymous without any explanation (for example, you could refer to a discussion you have over IRC or Trac-Dev ML…).
comment:5 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I think this will be solved by #2268 (i.e. making the display of file diffs dependent on the FILE_VIEW permission, which seems to be the thing to do).
0.9.4 is a bugfix-only release, so please don't add enhancements to it.
Users without the CHANGESET_VIEW permission can still access the log messages in the "Revision Log" if they have LOG_VIEW permissions. However, you could accomplish what you're asking for if the display of the file diffs was dependent on the FILE_VIEW permission, which is probably a good idea.