Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MediaWiki: page editing allowed by creator only or with approval

I'm trying to restraint editing on the Wiki (using MediaWiki) that I'm creating as an internal project for my company.

We would like to be able to let the page creators specify none or one of the two following options:

  • Nobody besides the creator of this page can edit the content of this page
  • Anybody can edit the content of this page, but there must be an approval by the page creator before the changes are visible (whether it'd be by mail, on the wiki directly or something else - does not matter).

If the creator does not specify any of the 2 options, anybody can edit the page, and the changes are immediatly visible (default behaviour).

I've been browsing the net but I did not find an out-of-the-box solution for this. We managed to make some great custom stuff thanks to the edition of the LocalSettings file but not this.

Is there a solution for that functionality?

like image 985
Nils Avatar asked Feb 16 '11 13:02

Nils


1 Answers

I don't know of an extension that would make this easy.

What I think you could do would be to take an extension like Flagged Revs or Approved Revs and make it so that instead of using groups as the determiner of approval status, it uses username. This might not be too difficult. Does this make sense?

like image 110
Adrian Archer Avatar answered Oct 13 '22 10:10

Adrian Archer