Last modified: 2006-07-11 19:35:07 UTC
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.
Created attachment 2057 [details] adds "top ten pages" functionality to statistics
Just tried this for yesterday's version 1.7.1 - works as well.
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";
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.
(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.
Added in SVN trunk, r15535.
cool, my first committed patch for mediawiki - where can I find your websvn ?
I didn't use your patch.
Comment on attachment 2057 [details] adds "top ten pages" functionality to statistics Made obsolete by r15535