[17:00:36] hey [17:00:43] I can't ping anything onwiki [17:00:46] traceroute http://pastebin.com/fCSNAmJh [17:00:58] times out [17:01:03] (from India) [17:01:07] so can't really access it [17:01:12] can access anywhere else? [17:02:17] one packet just got back after 38s [17:12:15] apergos: you there? yuvipanda is experiencing problems accessing wikipedia [17:17:40] awjr: apergos 1 packet got through, some 40s time though [17:17:51] and it seems to get dropped after it hits tampa? [18:47:40] hey tewwy do you have a moment? [19:00:16] I went to gerrit.wikimedia.org and ABP suggested that I wanted to go to gerrit.wikipedia.org [19:00:56] ("It seems that you meant gerrit.wikipedia.org. Do you want Adblock Plus to correct typos to protect you from malicious websites?") [19:01:52] Krenair: there was a thread about that on wikitech I believe [19:01:59] yes [19:02:05] someone was going to report it to ABP or something [19:15:35] domas: are you still maintaining the pagecounts-raw stats? [19:17:52] do they need maintenance? [19:18:23] heh. I'm just scratching my head over some weird traffic patterns. [19:19:50] I did this list of most viewed pages 2012: http://toolserver.org/~johang/2012.html [19:20:12] \o/ [19:20:21] but checkout the dutch page. the most viewed page is some mountain in china. [19:20:29] and most viewed by far. [19:20:31] hehe [19:20:41] can be inflated by a bot [19:20:45] right [19:20:48] or any other crap [19:21:09] it got more or less zero visits except during two weeks in july/aug: http://stats.grok.se/nl/201208/Hua_Shan [19:21:18] where it got 1M views per day [19:21:22] then back to zero [19:21:43] must be crap data then [19:21:50] someone was refreshing that [19:21:52] there are many examples of patterns like this, where a random page gets huge unexplainable traffic. [19:21:58] you know, point 'ab' at wikipedia [19:22:12] it is always someone just running lots of request against it, few IPs [19:22:17] or embedded as an iframe somewhere [19:22:18] or ... [19:22:27] right, but why would people do this? it ruins the stats! :) [19:22:28] I wonder if we have sampled data from that period [19:22:33] exactly, it ruins the stats [19:23:41] also the page "undefined" gets crazy traffic too. one of the most viewed worldwide. probably due to broken javascript interpreters. [19:24:57] domas: do you have user-agent or referrer logs? would be interesting to confirm the bot/crawler/ab theory. not sure what to do about it though. [19:26:52] "One direction" doesn't make sense either [19:27:07] or is it that big ? [19:27:17] actually, one direction makes huge sense. it's a boy band. think justin beiber x5 [19:27:32] they are huge in UK [19:28:43] ah [23:14:55] Hi, does anyone here know about integrating jQuery UI with wiki pages - I'd like to make the dialog at https://wikimediafoundation.org/w/index.php?title=Contact_us&oldid=84427 pop up when someone clicks a button [23:16:14] Mono: What do you mean with "button"? [23:16:28] One of the colored boxes at the top "Contact" etc.? [23:16:39] raw html is allowed on wmfwiki, so input type=button [23:17:08] it's not for that page, but it's a clean example - popup on a click of anything would work [23:17:27] the jquery setup on MediaWiki beats me though [23:17:39] Mono: k, hang on [23:22:13] Mono: http://toolserver.org/~hoo/tmp/mono.js This eg. opens the dialog whenever you click on a link [23:22:22] you just have to modify the selector [23:22:40] * Mono looks [23:25:04] e is the target? [23:25:56] that must be a class unless I'm missing something [23:28:19] hoo: the selector is the id correct? [23:28:37] $( 'a' ).click( function( e ) { [23:28:49] a is the selector (all links in that example) [23:32:42] i hate IE, can't debug this - http://wikimediafoundation.org/wiki/User:Monomium [23:34:08] hoo: I'm sorry, I'm a bit clueless today - could you take a look? :) [23:35:31] Mono: The "Leave Feedback Now" button code looks weird, but despite it's ok [23:35:46] for some reason, it's just not working [23:35:54] Mono: In IE? [23:36:08] works fine in FF [23:36:24] well, the click mechanism works, but before you click the dialog text shows up in the page [23:36:52] Well, you have to take care of that somehow [23:37:59] same in FF for me [23:38:29] Sure, that's supposed to be that way [23:38:41] it converts the element you give to .dialog into a dialog [23:40:42] yes but it displays in clear text (I'd like it hidden before it becomes a dialog) [23:42:07] http://awesomescreenshot.com/05er3pz73 [23:42:33] becomes http://awesomescreenshot.com/015r3q1b2 when clicked [23:43:00] I want it to look like http://awesomescreenshot.com/037r3q291 before clicked [23:43:02] Mono: That's exactly what its supposed to do... though you can of course alter that [23:43:16] oh, I thought something was wrong :) [23:45:10] You could just do