Modify

Opened 14 years ago

Last modified 14 years ago

#6607 new enhancement

Allow wiki pages to be set read-only using a button on the wiki page

Reported by: Ryan J Ollos Owned by: anybody
Priority: normal Component: Request-a-Hack
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

I'd like to allow users to set wiki pages to read-only, using a button next to the Edit File / Attach File buttons.

The plugin would allow:

  • Specifying the prefix for pages that have this feature enabled. For example, you may only want to set enable the feature for pages beginning with SoftwareRequirements/ or MeetingMinutes/.
  • After the page is set read-only, only someone with TRAC_ADMIN permission can unset it read-only.
  • There should be an easy way for someone with TRAC_ADMIN permission to remove the read-only attribute.
  • There should be a WebAdmin panel or macro that lists the pages that have been set to read-only, by whom, and a timestamp for the event.
  • The should be a unique permission that user must have to set a wiki page read-only. I haven't yet come up with a good name for such a permission.
  • Configuration directive that optionally allows only the page author to set the page to read-only.
  • The timestamp and username of the person that last set the page read-only should be listed at the bottom of the page. We may get this for free in Trac 0.12 since it lists last changed information at the bottom of the page.
  • Ideally a comment could be saved at the time the page is set to read-only (i.e. it creates a new revision of the page).
  • Ideally a complete history is saved, so that if the page is set/unset read-only multiple times, all of that information is stored in the database (perhaps in the revision history of the page).

The utility of this feature for me personally is that at my company many documents, such as meeting minutes that relate to product requirements, must be printed off, signed and added to the managed documents file (in order to meet FDA requirements for documentation history on a medical device). I'd like to allow the wiki pages to be set read-only at the time.

Ideally, the plugin could be extended to tickets, milestones, etc ... through a trac.ini configuration directive, but I don't currently have a requirement for this functionality beyond wiki pages.

Attachments (1)

EditFileAttachFileButtons.png (3.8 KB) - added by Ryan J Ollos 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by Ryan J Ollos

comment:1 Changed 14 years ago by Ryan J Ollos

Accidentally uploaded an image from a ticket page, but the basic idea is the same.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain anybody.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.