[13:08:51] is it possible to add a user-right for allowing moving only certain classes of pages without redirect? specifically, pages in the Page NS at Wikisource [13:10:51] using, say, the MovePageCheckPermissions hook? [13:11:08] sounds like [[Extension:Lockdown]]’s $wgNamespacePermissionLockdown can do that, but that extension isn’t Wikimedia-deployed [13:11:34] $wgNamespaceProtection isn’t sufficient if you only want to block moving but not editing, IIUC [13:11:40] i want to loosen the restrictions [13:12:10] so there's a new right that allows non-admins to move pages in the Page NS without redirects [13:12:15] but not other pages [13:12:51] I see [13:13:28] it could probably be implemented with a hook, but then the question is where that code should live [13:13:38] i'm wondering if it's technically possible, otherwise I might instead suggest that the suppress-redirect right is assigned locally to new user group, but that would have to be more trusted than just the Page NS [13:13:49] I think we don’t want to put such things directly into operations/mediawiki-config these days [13:13:54] [[Extension:Wikisource]] might work [13:13:59] proofreadpage extension [13:14:18] that's the extension that provides and handles the Page NS anyway [13:14:28] or Proofread Page if you think it should apply to all wikis using it, sure [13:14:43] there's already other PRP-relevant rights like pagequality-admin [13:15:07] well, it should be available to all PRP-enabled wikis [13:15:17] whether they assign the right is obviously up to them [13:15:24] ok [13:16:18] BTW, the motivation here is to allow a "block-move" tool to move pages within indexes that can be run by non-admins [13:17:53] but without being "all movers" which is a lot of users who probably should not be allowed to do that by default [13:47:58] hmm, this does not look possible, since the 'suppressredirect' in hardcoded and there's no obvious hook there [20:37:29] MatmaRex: fyi, I'm still seeing parsoid/discussiontool headers on mw.org content pages, not sure if expected or not, e.g. https://www.mediawiki.org/wiki/Help:System_message/ja [20:37:42] (in the HTML that is, nothing visible afaik) [20:39:34] Krinkle: it's expected… namespaces are hard