Last modified: 2010-12-21 00:25:44 UTC
The Language Committee and the Board have approved the creation of the Palatinate German Wikipedia: * Language name in native language: Pälzisch * Site: pfl.wikipedia.org * Logo: http://commons.wikimedia.org/wiki/File:Wikipedia-logo-v2-pfl.png * Project name: Wikipedia * The name of the project namespace: Wikipedia * The name of the project talk namespace: Wikipedia Diskussion * Default project timezone: CET (UTC+1) Thank you!
Your change has been completed. Please reopen this ticket if anything went wrong. The following configuration settings have been changed: =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1323) +++ InitialiseSettings.php (working copy) @@ -246,6 +246,7 @@ 'nowiktionary' => 'Europe/Berlin', 'nowikinews' => 'Europe/Berlin', 'nowikisource' => 'Europe/Berlin', + 'pflwiki' => 'Europe/Berlin', 'plwiki' => 'Europe/Berlin', 'plwikisource' => 'Europe/Berlin', 'plwiktionary' => 'Europe/Berlin', @@ -594,6 +595,7 @@ 'pawiki' => '$stdlogo', 'pcdwiki' => '$stdlogo', 'pdcwiki' => '$stdlogo', + 'pflwiki' => 'http://commons.wikimedia.org/wiki/File:Wikipedia-logo-v2-pfl.png', 'pihwiki' => '$stdlogo', 'plwiki' => 'http://upload.wikimedia.org/wikipedia/commons/a/ad/Wikipedia-logo-v2-pl.png', 'plwikimedia' => '$stdlogo', @@ -7553,6 +7555,7 @@ 'noboard_chapterswikimedia' => true, # 'nomcomwiki' => true, 'pcdwiki' => true, + 'pflwiki' => true, 'pnbwiki' => true, 'ptwikimedia' => true, 'ptwikiversity' => true, =================================================================== You can find the entire config file at http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
REOPENing, because the site is still not accessible... I have tried to load it many times but it always gives a "server not found" error.
Closing again because apparently it does work for others.
The logo does not appear, because it has been set to: http://commons.wikimedia.org/wiki/File:Wikipedia-logo-v2-pfl.png but it should be set to the actual file path, which is: http://upload.wikimedia.org/wikipedia/commons/5/50/Wikipedia-logo-v2-pfl.png
*** Bug 25948 has been marked as a duplicate of this bug. ***
Your change has been completed. Please reopen this ticket if anything went wrong. The following configuration settings have been changed: =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1329) +++ InitialiseSettings.php (working copy) @@ -596,7 +596,7 @@ 'pawiki' => '$stdlogo', 'pcdwiki' => '$stdlogo', 'pdcwiki' => '$stdlogo', - 'pflwiki' => 'http://commons.wikimedia.org/wiki/File:Wikipedia-logo-v2-pfl.png', + 'pflwiki' => 'http://upload.wikimedia.org/wikipedia/commons/5/50/Wikipedia-logo-v2-pfl.png', 'pihwiki' => '$stdlogo', 'plwiki' => 'http://upload.wikimedia.org/wikipedia/commons/a/ad/Wikipedia-logo-v2-pl.png', 'plwikimedia' => '$stdlogo', =================================================================== You can find the entire config file at http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
* The autonym for the language in Names.php seems to be 'Pfälzisch'. But this is wrong. It should be 'Pälzisch' as mentioned in the original request (see abobe). * After import the article counter is to low (its a know bug by mediawiki). So please run maintance scripts updateArticleCount.php and refreshCategoryCounts.php for pflwiki
(In reply to comment #7) > * The autonym for the language in Names.php seems to be 'Pfälzisch'. But this > is wrong. It should be 'Pälzisch' as mentioned in the original request (see > abobe). Changed with r78543. But a sysadmin has to sync it now...
(In reply to comment #8) > (In reply to comment #7) > > * The autonym for the language in Names.php seems to be 'Pfälzisch'. But this > > is wrong. It should be 'Pälzisch' as mentioned in the original request (see > > abobe). > > Changed with r78543. But a sysadmin has to sync it now... Synced. (In reply to comment #7) > * After import the article counter is to low (its a know bug by mediawiki). So > please run maintance scripts updateArticleCount.php and > refreshCategoryCounts.php for pflwiki Done.