Modify ↓
#6766 closed defect (fixed)
TitleIndex macro is not using Permissions
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | wiki system | Version: | 0.11b1 |
Severity: | minor | Keywords: | permission |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm using TracFineGrainedPermissions, but [[TitleIndex]]
macro is still showing all Wiki pages for everyone.
There could be option to hide that pages.
Attachments (0)
Change History (4)
comment:1 by , 17 years ago
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [6472].
Moved the permission check further up to catch all use cases by dropping unauthorized pages when building the initial pagelist.
Tested, and worked fine - until I switched to date view and noticed that the RecentChanges
macro had no interest in such permissions either. Now they both do.
Thanks for spotting and proposing a fix!
Note:
See TracTickets
for help on using tickets.
I don't know if this is correct and fast solution but it is working for me…
trac/wiki/macros.py