Reedy has submitted this change and it was merged.

Change subject: fix wikimania pages like [[wm2006:Proceedings:LP1]]
......................................................................


fix wikimania pages like [[wm2006:Proceedings:LP1]]

The old https://wikimania2006.wikimedia.org/wiki/Proceedings:LP1 now appears at
https://wikimania2006.wikimedia.org/wiki/Internal:LP1

Old URL was broken in I51bfaada9c4f48610423156.

Change-Id: I1e9387f475670e1a9d780cd1af0fcbd53c2cd252
---
M wmf-config/InitialiseSettings.php
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Reedy: Verified; Looks good to me, approved



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 3883f14..40c1597 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -4261,10 +4261,14 @@
        // @}
 
        # wikimania wikis @{
-       'wikimania' => array(
+       'wikimania2005wiki' => array(
                100 => 'Internal',
                101 => 'Internal_talk',
        ),
+       'wikimania' => array(
+               100 => 'Proceedings',
+               101 => 'Proceedings_talk',
+       ),
        # @}
 
        #  specials wikis @{

-- 
To view, visit https://gerrit.wikimedia.org/r/53133
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1e9387f475670e1a9d780cd1af0fcbd53c2cd252
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jeremyb <[email protected]>
Gerrit-Reviewer: GreenReaper <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Jeremyb <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to