Page MenuHomePhabricator

interwiki.sql needs update in entry for "mediazilla"; suggested addition of new entry "bugzilla"
Closed, ResolvedPublic

Description

1.) suggesting a patch in interwiki.sql because the bugzilla url has changed and http://bugzilla.wikipedia.org/<bugnumber> is not working any longer:

change

'mediazilla','http://bugzilla.wikipedia.org/$1',1),

> 'mediazilla','http://bugzilla.wikimedia.org/$1',1),

2.) Suggestion to add:
add additional entry in interwiki.sql
'bugzilla','http://bugzilla.wikimedia.org/$1',1),

3.) beautification of interwikis in enwiki, dewiki (and probaly others):

both interwiki entries as such appear to be fixed in enwiki and dewiki, I did not check other wikis.

But they do have different key-values in each wiki:

Suggestion: make all entries pointing to ==> http://bugzilla.wikimedia.org/$1


Version: 1.16.x
Severity: normal
URL: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/maintenance/interwiki.sql?view=markup

Details

Reference
bz22233

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:53 PM
bzimport set Reference to bz22233.
bzimport added a subscriber: Unknown Object (MLST).

As for part 2, I would be recommending against it since MW isn't only used by WMF wikis, So we should be keeping the defaults nice and clean for the other communities that may be wishing to use it and only things that are required and try to choose names that minimise the impact/chance of duplicates.

(In reply to comment #0)

2.) Suggestion to add:
add additional entry in interwiki.sql
'bugzilla','http://bugzilla.wikimedia.org/$1',1),

Not going to do this per comment #1.

3.) beautification of interwikis in enwiki, dewiki (and probaly others):

That's a request to make on Meta, not here.

1.) suggesting a patch in interwiki.sql because the bugzilla url has changed
and http://bugzilla.wikipedia.org/<bugnumber> is not working any longer:

change

'mediazilla','http://bugzilla.wikipedia.org/$1',1),

> 'mediazilla','http://bugzilla.wikimedia.org/$1',1),

Updated in r61487. Marking this FIXED.

No longer needs the "needs-review" keyword, since there is/never was a patch attached.