Page MenuHomePhabricator

Small changes to Special:DoubleRedirects
Closed, ResolvedPublic

Description

Author: ahmad.m.sherif

Description:
Small changes to Special:DoubleRedirects

This is a patch that contains some modifications to SpecialDoubleRedirects.php, which are:

  • the 'edit' link next to first redirection appears red which makes no sense since the page does exist
  • use 'editlink' message instead of 'qbedit'
  • use link() instead of deprecated makeKnownLinkObj() and makeBrokenLinkObj()

Version: 1.16.x
Severity: minor

attachment DoubleRedirects.diff ignored as obsolete

Details

Reference
bz19097

Event Timeline

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

ahmad.m.sherif wrote:

patch against r51587

After Siebrand commits, this leaves us with the red edit link.

Attached:

I'll get to this... Still a lot of make*() deprecated stuff to be worked out.

Modified patch applied with r53585.