Last modified: 2010-05-15 15:37:32 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T7011, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5011 - WantedPages only shows pages wanted by 2 or more links
WantedPages only shows pages wanted by 2 or more links
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
1.5.x
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-02-16 13:22 UTC by ekb87ds02
Modified: 2010-05-15 15:37 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description ekb87ds02 2006-02-16 13:22:55 UTC
WantedPages only shows pages with a link count greater than 1. This might mean a
speed up on Wikipedia, but on a small installation it's not very useful this
way. If it's a mistake, then a small patch should be enough:

in Includes/SpecialWantedPages.php change:

                         HAVING COUNT(*) > 1";

into

                         HAVING COUNT(*) >= 0";

Unfortunately it then says "(1 links)" in the page, but I don't really care
enough about that.
Comment 1 ekb87ds02 2006-02-17 08:42:36 UTC
A short explanation of why this is invalid would be nice...
Comment 2 Rob Church 2006-02-17 19:02:15 UTC
Because the code works as intended. I don't see that this is a particular
request to change something, nor is it reporting a bug or behaviour we don't want.
Comment 3 Brion Vibber 2006-02-17 23:09:12 UTC
We get asked about this a lot; it might be worth going ahead and making it a 
config option. We can leave it at 0 for the n00bs and keep it at 1 for Wikimedia.
Comment 4 Rob Church 2006-02-18 04:39:54 UTC
(In reply to comment #3)
> We get asked about this a lot; it might be worth going ahead and making it a 
> config option. We can leave it at 0 for the n00bs and keep it at 1 for Wikimedia.

Done that, now in CVS HEAD. $wgWantedPagesThreshold; defaults to requiring at
least 1 link.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links