Content deleted Content added
Technical 13 (talk | contribs) |
Jackmcbarn (talk | contribs) |
||
Line 40:
::::I think that would be too expensive to check for every page. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 17:54, 9 January 2014 (UTC)
::::: {{U|Jackmcbarn|Jack}}, I'm just asking for an addition to the <code>,"wgIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],</code> section of mw.config.set section that is on every page. I would say if it is cascade protected, titleblacklisted, or antispoof, then wgIsProbablyEditable should be changed to false if it isn't already. Also, would be good to add "cascade", "titleblacklist", "antispoof" to ,"wgRestrictionEdit":[], if those restrictions apply (I wouldn't expect them to prevent a move, so no need to put them there I wouldn't think). Is that doable? [[User:Technical 13|Technical 13]] ([[User talk:Technical 13|talk]]) 19:03, 9 January 2014 (UTC)
::::::I mean actually checking to see whether a page is cascade-protected or on the titleblacklist is expensive. That's why you see "Edit" links instead of "View source" links for them, because MediaWiki doesn't check until you actually try to edit it. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 19:04, 9 January 2014 (UTC)
|