Last modified: 2014-11-02 03:56:23 UTC
In SpecialDisambiguations.php on about line 44, the line reads as: . " FROM links as la, links as lb, cur as ca, cur as cb" However, it should read to allow for database prefix as: . " FROM $links as la, $links as lb, $cur as ca, $cur as cb" Otherwise, the Special:Disambiguations page fails to locate the tables when they have a prefix.
Taking the bug.
REL1_4_2 represents a specific point in time and has been frozen, so it won't be fixed in that branch, this has however been fixed in CVS HEAD so the issue won't be in any future branches.
Reopening to close as fixed. Tim fixed this in the REL1_4 branch as well as HEAD.
In response to Comment #3: Marking it as WONTIX was the correct thing to do, the bug has *not* been fixed in 1.4.2 and *never will*, simply because REL1_4_2 is a frozen branch which will never get any future commits of any kind at any time in the future. The fact that it has been fixed in REL1_4 and HEAD should be noted (which I did) but that is irrelivant to the resolution of this bug which was reported against REL1_4_2.
Reopening to close as FIXED. Again.
The problem existed in the past, and has been fixed on the 1.4 release branch, and a release has been made from that branch post the fix. Resolving as FIXED.