Opened 19 years ago
Closed 17 years ago
#2185 closed defect (fixed)
TracPermissions is unclear about case-sensitivity
Reported by: | anonymous | Owned by: | daniel |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | admin/console | Version: | 0.8.4 |
Severity: | normal | Keywords: | permission documentation |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
TracPermissions needs to be updated to help the newbie user understand that permssions are case-sensitive. A listing of the out-of-the-box rights for user anonymous would also be helpful.
Attachments (0)
Change History (10)
comment:1 by , 19 years ago
Cc: | added |
---|---|
Severity: | blocker → major |
comment:2 by , 18 years ago
Cc: | removed |
---|---|
Keywords: | documentation added |
The TracPermissions page already says:
Otherwise, individual privileges can be assigned to users for the various different functional areas of Trac (note that the privilege names are case-sensitive):
I made the case-sensitive note bold, so that should help new users.
comment:3 by , 18 years ago
Severity: | major → normal |
---|
Okay, also updated the TracPermissions page to describe the default permissions that the anonymous user will have after a new installation. See TracPermissions.
Still need to get this into the repo.
comment:4 by , 18 years ago
Milestone: | → 0.10.1 |
---|
As all the wiki updates should normally make it in the next release, you can safely assign the next stable milestone for this kind of tickets.
follow-up: 6 comment:5 by , 18 years ago
Is it okay to close this? It was rolled into the 0.10.1 release..
comment:6 by , 18 years ago
Replying to sid:
Is it okay to close this? It was rolled into the 0.10.1 release..
I think the TracPermissions needs to be updated: ROADMAD_VIEW
is an alias for MILESTONE_VIEW
, which is not clear in the documentation.
BTW, I think ROADMAP_VIEW
has been deprecated for 0.10 but kept for compatiblity and was scheduled for deletion (no milestone defined).
comment:7 by , 18 years ago
#3022 is about removing ROADMAP_ADMIN
. I added a comment to also see if cleaning up ROADMAP_VIEW
should be part of the scope of that ticket.
comment:8 by , 18 years ago
Keywords: | permission added |
---|---|
Milestone: | 0.10.5 → 0.11 |
Summary: | TracPermissions is unclear → TracPermissions is unclear about case-sensitivity |
The case-sensitivity part has now been clarified in TracPermission (and in the permission page for the webadmin module as well), but the updated page has still to be incorporated into the set of default wiki pages in the repository.
I don't see this being done for 0.10.x anymore, though.
comment:9 by , 17 years ago
Milestone: | 0.11.1 → 0.11 |
---|
comment:10 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
created wiki:0.11/TracPermissions and adjusted for 0.11.
Are you volunteering?