Page MenuHomePhabricator

Add ten most popular pages to Special:Statistics
Closed, ResolvedPublic

Description

Author: dev

Description:
Your software is perfect, but lacking one final spot:
When I look onto Statistics, I want to know which pages are my best, my most
often visited.

Please introduce a "top ten pages" list like in my patch. You can watch the
patch acting on www.staerk.de/thorsten.


Version: 1.8.x
Severity: enhancement

Details

Reference
bz6592

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:21 PM
bzimport set Reference to bz6592.

dev wrote:

adds "top ten pages" functionality to statistics

attachment patch ignored as obsolete

dev wrote:

Just tried this for yesterday's version 1.7.1 - works
as well.

jimmy.collins wrote:

The sql statement better should limit to 10 rows:

$sql = "SELECT page_title, page_counter FROM $page where page_namespace=0 order
by page_counter desc LIMIT 10";

der.scotty wrote:

no no, imho is the mediawiki from neutral point-of-view. it's all abaout quantity not quality. so
u should create a special:mostwantedpages. wich than can be possibly can be condifured from 10 to
100 most viewed articles.

robchur wrote:

(In reply to comment #4)

no no, imho is the mediawiki from neutral point-of-view. it's all abaout

quantity not quality. so

u should create a special:mostwantedpages. wich than can be possibly can be

condifured from 10 to

100 most viewed articles.

This request is for adding a "ten most popular pages" to MediaWiki's Statistics
view. This would not appear when page view counters are switched off, and is a
convenience, cut-down view of Special:Popularpages. We're not duplicating the
existing functions here, we're just summarising, so to speak.

robchur wrote:

Added in SVN trunk, r15535.

dev wrote:

cool, my first committed patch for mediawiki - where can I find your websvn ?

robchur wrote:

I didn't use your patch.

Comment on attachment 2057
adds "top ten pages" functionality to statistics

Made obsolete by r15535