Last modified: 2008-09-05 22:58:41 UTC
The checkbox "Unlock move permissions" appears even though the ability to change move permissions was removed by setting "$wgRestrictionTypes = array ('edit');" in LocalSettings.
Created attachment 2055 [details] patch for skins/common/protect.js to make "unlock move permissions" checkbox and label invisible when one or fewer checkboxes This patch sets the style property "display: none" to the checkbox and label corresponding to "unlock move permissions" if one or fewer select boxes are on the page. For a screenshot with the patch applied, see http://static.flickr.com/67/183375885_ee0baa4e09_o.png
Don't just hide the checkbox, remove it from the form completely and stop the input from being checked.
r15375, using a patch to the PHP instead of a patch to the JavaScript (using CSS).
Reverted, as it causes a JavaScript alertbox when changing the list box when disabling the move change. The protection code is currently unsuitable for those configuration settings.
No longer seems to be the case