https://bugzilla.wikimedia.org/show_bug.cgi?id=57115
--- Comment #5 from Nathan Larson <[email protected]> --- (In reply to comment #2) > Makes sense, though it would need a comment inviting the sysadmin to revisit > the config if they later change access (can the installer control in what > order > configs are?). Just in case someone chooses the profile temporarily and then > changes LocalSettings.php. LocalSettingsGenerator.php controls the order of the configs. The group permissions are right before the "End of automatically generated settings." This patch will put $wgNoFollowLinks and its explanatory comment right after the group rights, so that if/when the system administrator goes to change those to open up the wiki to edits by the general public, hopefully he'll see that too. Unless the "*" (anon) read right is set to true and the "*" edit right is set to false, $wgNoFollowLinks and its explanatory comment won't appear at all in LocalSettings.php, as it currently doesn't. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
