Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#955 closed enhancement (fixed)

Append-only wiki pages

Reported by: martin@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: wiki system Version: none
Severity: normal Keywords: public wiki
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

It would be nice to have append-only wiki pages, where every page visitor could make changes that only add to the page. This softens the impact of wiki abusesrs, so that they can not delete important content, but could still add amendments (or possibly loads of crap) to the existing content.

Attachments (0)

Change History (4)

comment:1 by bencollins@…, 19 years ago

I would also find this useful.

comment:2 by mario <mario@…>, 19 years ago

I also think this would be useful. I would also like to suggest that this may be a generalized functionaily for all Trac objects. It is already there fro Tickets themselves, allowing to add comments exactly as I am doing now. But it would be useful to try and leverage the same code to offer the same for wiki pages, for reports, for milestones, and other objects as yet to be identified.

comment:3 by mario <mario@…>, 19 years ago

I would also like to be able to correct my own comments, in case I spot errors after I preview ;-(

To add to this idea… it would basically be nice to be able to "attach a discussion" to any trac object. Thus, this comments mechanism could be provided by a mini-forum module, in which a discussion thread is automatically created for objects that are "debatable"… or, i'd have said "discussable", but that word does not exist.

comment:4 by trac-form@…, 19 years ago

Resolution: fixed
Status: newclosed

The append-only comment concept is implemented in the AddComment macro, available here: http://svn.swapoff.org/trachacks/wiki/AddCommentMacro

[[AddComment(appendonly)]]

Default permissions are over-ridden so that the comment can be added when the page is not normally writable by the user.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.