װיקיפּעדיע:נעימספעיס באגס

פֿון װיקיפּעדיע

דער בלאט איז נישט דערהיינטיגט טייל באגס זענען שוין מסתם פאראכטן ביטע צילייגן א פלייצע און אונטעראיילן וועלכעס דארף הילף און וועלכעס עס איז שוין נישט גילטיג.

אינהאַלט

[בעאַרבעטן] prliminary

bugzilla:04960 – "Add additional namespaces variants to projects in Yiddish"

  • Contributors have askes multiple times to be able to use beside the actual namespaces also other variants without precombined characters, tsvey vovn, vov-yud and niqqud. See project:געמיינדע#namespaces.
note: MediaWiki automatically converts "precombined characters" during normalisation.

[בעאַרבעטן] other links


  • bugzilla:02399 – "Unicode normalization interferes with Hebrew and Arabic with vowels"
  • bugzilla:03885 – "Title normalisation"
  • bugzilla:01527 – "*first* perform Unicode normalisation and check for existence of pages *after* the normalisation"
duplicate: bugzilla:03860 – "Links generated with precombined characters show red despite the fact that the normalised links exist"


[בעאַרבעטן] function getNsIndex

starting from CVS LanguageFr.php

for CVS LanguageYi.php

        function getNsIndex( $text ) {
                global $wgNamespaceNamesYi, $wgSitename;

                foreach ( $wgNamespaceNamesYi as $i => $n ) {
                        if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
                }
                if( $wgSitename == 'װיקיפּעדיע' ) {
                        if( 0 == strcasecmp( 'וויקיפעדיע', $text ) ) return NS_PROJECT;
                        if( 0 == strcasecmp( 'וויקיפעדיע_רעדן', $text ) ) return NS_PROJECT_TALK;
                }
                if( $wgSitename == 'װיקיביבליאָטעק' ) {
                        if( 0 == strcasecmp( 'וויקיביבליאטעק', $text ) ) return NS_PROJECT;
                        if( 0 == strcasecmp( 'וויקיביבליאטעק_רעדן', $text ) ) return NS_PROJECT_TALK;
                }
                if( $wgSitename == 'װיקיװערטערבוך' ) {
                        if( 0 == strcasecmp( 'וויקיווערטערבוך', $text ) ) return NS_PROJECT;
                        if( 0 == strcasecmp( 'וויקיווערטערבוך_רעדן', $text ) ) return NS_PROJECT_TALK;
                }
                if( 0 == strcasecmp( 'באזונדער', $text ) ) return NS_SPECIAL;
                if( 0 == strcasecmp( 'באנוצער', $text ) ) return NS_USER;
                if( 0 == strcasecmp( 'באנוצער_רעדן', $text ) ) return NS_USER_TALK;
                if( 0 == strcasecmp( 'מעדיעוויקי', $text ) ) return NS_MEDIAWIKI;
                if( 0 == strcasecmp( 'מעדיעוויקי_רעדן', $text ) ) return NS_MEDIAWIKI_TALK;
                if( 0 == strcasecmp( 'קאטעגאריע', $text ) ) return NS_CATEGORY;
                if( 0 == strcasecmp( 'קאטעגאריע_רעדן', $text ) ) return NS_CATEGORY_TALK;
                return false;
        }

Gangleri | Th | T 13:24, 11 פֿעברואַר 2006 (UTC)

[בעאַרבעטן] test links

minor edit
Gangleri | Th | T ‏ 01:25, 15 פֿעברואַר 2006 (UTC)

The following should not be red if the patch is applied to HEAD:


test links at sister projects:


verifying existens of such pages with prefixindex

[בעאַרבעטן] rtl test links


Gangleri | Th | T ‏ 18:48, 11 פֿעברואַר 2006 (UTC)

[בעאַרבעטן] comments

[בעאַרבעטן] write rtl

...

[בעאַרבעטן] write ltr

...