Last modified: 2010-05-15 15:38:17 UTC
I'm not sure if this is the same problem as bug 1482, but in v1.5alpha1 on a test wiki, "Related changes" displays changes of pages that are not linked from the current page, see: http://test.leuksman.com/index.php/Special:Recentchangeslinked/Main_Page_on_a_Space_Hopper http://test.leuksman.com/index.php/Special:Recentchangeslinked/Main_Page http://test.leuksman.com/index.php/Special:Recentchangeslinked/User_talk:%E2%96%A0/Relatedchanges Also, many displayed edits are erroneously marked as "N" for New, but not consistently.
The problem also occurs with categories, see: http://test.leuksman.com/index.php/Special:Recentchangeslinked/Category:Block One apparent problem in SpecialRecentchangeslinked.php is that the SELECT statements lack a join with the revision table.
Merging this with bug 2408. *** This bug has been marked as a duplicate of 2408 ***
(In reply to comment #1) >... > One apparent problem in SpecialRecentchangeslinked.php is that the SELECT > statements lack a join with the revision table. The SELECT problem was fixed on 26 May 2005 as part of the 1.5 merging of links tables. See http://mail.wikipedia.org/pipermail/mediawiki-cvs/2005-May/008832.html