nitely / Spirit

Spirit is a modern Python based forum built on top of Django framework
http://spirit.readthedocs.io
MIT License
1.16k stars 334 forks source link

Option to disable edits after some period of time #250

Open andreynovikov opened 5 years ago

andreynovikov commented 5 years ago

Currently an author can edit her topic titles and comments forever. It's generally not good if the author edits something old as a comment can be quoted or replied, a topic can be shared or visually recognized by other users. However recent posts can be edited to review typos or add some facts.

That's why I propose to add some configurable threshold after which edits would be forbidden. 30 minutes would be reasonable default but administrator may set any other period, even 0 (zero).

nitely commented 5 years ago

It's generally not good, because most forums lack the edits history. Spirit has that, but maybe this could be a setting (off by default, because I don't like it).