They are long deprecated feature. Probably move to an extension if needed by someone.
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T31145 Core features that shouldn't be in core (tracking) | |||
Open | None | T248781 Remove Special:Lockdb and Special:Unlockdb from MediaWiki core |
Event Timeline
I'm aware of $wgReadOnly and such; what I'm not aware of is how exactly its existence obsoletes the very useful special pages. At ShoutWiki we regularly use those special pages for locking and unlocking wikis, as using an on-wiki special page does not require server access and it's thus theoretically possible to even create a user group which can (only) lock wikis without giving the relevant users server access. (Plus, let's be fair, even if you do have SSH access, special pages are so much easier to use for tasks like these.)
So I propose to split it to an extension. This will only include two special pages and a user right.
"Note that this is deprecated, and the siteadmin permission is not granted to any group per default."
In addition, I propose to remove them from MediaWiki core and split it to a new extension regardless whether it is deprecated.
If there is eventual consensus to split it out, I'd like to write the extension to do it