Page MenuHomePhabricator

some fixes on de_wikiquote
Closed, ResolvedPublic

Description

There are some changes wanted by the community. No one opposes, consensus is stated here: http://de.wikiquote.org/wiki/Wikiquote:Fragen_zur_Wikiquote#Softwareanpassungen

Changes:

  • unlock interwiki import function for de_wikipedia, de_wiktionary, de_wikisource, de_wikibooks, de_wikiversity, en_wikiquote, la_wikiquote
  • enable XML-import for sysops
  • create an alias "WQ" for "Wikiquote"
  • create an alias "BD" for "Benutzer Diskussion"
  • repair this alias:

<ns id="101" subpages="" canonical="Portal Diskussion" xml:space="preserve">Portal Diskussion</ns>
should be:
<ns id="101" subpages="" canonical="Portal talk" xml:space="preserve">Portal Diskussion</ns>

Thanks in advance, Stepro


Version: unspecified
Severity: normal

Details

Reference
bz22691

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:10 PM
bzimport set Reference to bz22691.

In future, please submit one issue per bug report.

(In reply to comment #0)

  • repair this alias:

<ns id="101" subpages="" canonical="Portal Diskussion"
xml:space="preserve">Portal Diskussion</ns>
should be:
<ns id="101" subpages="" canonical="Portal talk" xml:space="preserve">Portal
Diskussion</ns>

This cannot be done. For custom namespaces (id >= 100), the German name *is* the canonical name. Canonical names are only meaningful for canonical namespaces, i.e. those built into the MediaWiki software (id <= 15).

The rest of the requests is legit, assigning to Rob.

jeluf wrote:

wgImportSources:

'dewikiquote' => array( 'w', 'wikt', 's', 'b', 'v', 'en', 'la', ),

groupOverrides:

'dewikiquote' => array(
    'sysop' => array( 'importupload' => true, ),
),

wgNamespaceAliases:

'dewikiquote' => array(
    'WQ' => NS_PROJECT,
    'BD' => NS_USER_TALK,
),

Please check the following pages:

... 12215 (0,"WQ:FAQ") -> (4,"FAQ") [[Wikiquote:FAQ]]
... * cannot resolve automatically; page exists with ID 1562 *
... * old title FAQ
...
* new title FAQ--DUP
... * using suffixed form [[Wikiquote:FAQ--DUP]] *
... resolving on page... ok.

... 22891 (0,"WQ:OTRS") -> (4,"OTRS") [[Wikiquote:OTRS]]
... * cannot resolve automatically; page exists with ID 24712 *
... * old title OTRS
...
* new title OTRS--DUP
... * using suffixed form [[Wikiquote:OTRS--DUP]] *
... resolving on page... ok.


Done.