Last modified: 2010-05-15 15:33:32 UTC
Special:Wantedpages list the yet-to-be-written articles that are most linked from other pages. Since the recent upgrading to the Mediawiki 1.4, it seems the articles are listed in the reverse order, that is from the least linked to the most linked. It is logical and useful to have the most linked articles first. The reversing of the order is observed at least both in Japanese and English Wikipedias. (This is first reported by User:日陰のコスモス (Cosmos in a shade) at Japanese Wikipedia's bug report page, and confirmed by Tomos.)
Created attachment 189 [details] Patches SpecialWantedpages.php for HEAD
Created attachment 190 [details] Patches SpecialWantedpages.php for REL1_4
The patches hopefully fix the order for cached queries. Meanwhile, a workaround is to add &recache=false to the URL, but this may slow the servers?
*** Bug 1385 has been marked as a duplicate of this bug. ***
Patch applied, seems to be working.