Robert Vogel has uploaded a new change for review. https://gerrit.wikimedia.org/r/168940
Change subject: New default setting ...................................................................... New default setting Added $wgRestrictDisplayTitle to our DefaultSettings.php This is because otherwise only "capitalization variations" are allowed, which is good and recommended in public community wikis but contra intuitive in business wikis. [1] https://www.mediawiki.org/wiki/Manual:$wgRestrictDisplayTitle Change-Id: I35e1a6bc1cabe46e27830f516ca4fdfe9bda21ee --- M includes/DefaultSettings.php 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation refs/changes/40/168940/1 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 7cb17be..e125f51 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -37,6 +37,7 @@ $wgApiFrameOptions = 'SAMEORIGIN'; $wgRSSUrlWhitelist = array( "*" ); $wgExternalLinkTarget = '_blank'; +$wgRestrictDisplayTitle = false; //Otherwise only titles that normalize to the same DB key are allowed //wgScriptPath relative paths $sResourcesPath = '/extensions/BlueSpiceFoundation/resources'; @@ -109,4 +110,4 @@ */ $bsgSystemNamespaces = array( //1599 => 'NS_COOL_STUFF' -); \ No newline at end of file +); -- To view, visit https://gerrit.wikimedia.org/r/168940 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I35e1a6bc1cabe46e27830f516ca4fdfe9bda21ee Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation Gerrit-Branch: REL1_22 Gerrit-Owner: Robert Vogel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
