Modify ↓
#9 closed defect (fixed)
With slight modifications, AddCommentMacro could meet http://projects.edgewall.com/trac/ticket/955
Reported by: | Alec Thomas | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | AddCommentMacro |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
This request could probably be supported easily by this macro. After making the above modifications for permissions handling, it should be possible to define an optional parameter to the macro that would allow users with WIKI_MODIFY to add comments to the page even when it's marked as read-only. This way the users couldn't modify the actual body of the page (enforced by Trac), but they could use the comment macro to append to the end of the page.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
If you pass the argument appendonly to the AddCommentMacro, it will override any default permissions (which could be dangerous!) and append a comment.