• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Statistics collection of views of the WebRss topic has no relevance, since the views are not realistic (often machine generated polling of the page).

Statistics.pm should ignore these accesses when generating the stats table.

This is simply achieved by the following:

Index: Statistics.pm
===================================================================
--- Statistics.pm   (revision 253)
+++ Statistics.pm   (revision 254)
@@ -262,6 +262,7 @@
             my $topicName = $2;
 
             if( $opName eq 'view' ) {
+                next if ($topicName eq 'WebRss');
                 $statViews{$webName}++;
                 unless( $notes && $notes =~ /\(not exist\)/ ) {
                     $view{$webName}{$topicName}++;


ooo, cool smile

and WebAtom too..

and while i'm here, i'll fix the rssatom skin..


commited, and now WebRss and WebAtom pass http://feedvalidator.org/check.cgi

SD

ItemTemplate
Summary Views of WebRss & WebAtom should be ignored by Statistics
ReportedBy TWiki:Main.DarrenElkerton
Codebase 4.0.4, ~twiki4
SVN Range TWiki-4.1, Mon, 30 Oct 2006, build 11853
AppliesTo Engine
Component

Priority Enhancement
CurrentState Closed
WaitingFor

Checkins 12456 12458
TargetRelease minor
Edit | Attach | Watch | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r8 - 2007-01-16 - JasonHill
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback