Opened 20 years ago
Closed 20 years ago
#955 closed enhancement (fixed)
Append-only wiki pages
Reported by: | 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 , 20 years ago
comment:2 by , 20 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 , 20 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 , 20 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
I would also find this useful.