https://bugzilla.wikimedia.org/show_bug.cgi?id=25564
--- Comment #6 from Rob Lanphier <[email protected]> 2010-10-19 18:36:27 UTC --- Update: Roan confirmed that changing the call should fix the problem. The issue is that /a/webstats/bin/filter needs to be able to recognize a page as something *not* to log. The current (undocumented?) convention for doing that is to use w/index.php?title=Special:Foo instead of wiki/Special:Foo . The source code for /a/webstats/bin/filter is (I believe): http://svn.wikimedia.org/viewvc/mediawiki/trunk/webstatscollector/filter.c?view=markup ...which based on my skimming, seems right (parse_url returns false if there's no "/wiki" part). So, the ball is currently in Ryan K's court to fix this. Since this is a fix that affects quite a few production scripts, it could be a bit before we get it rolled out, but we've not locked down on a plan yet. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
