[00:27:59] greg-g: any idea what happened here: https://gerrit.wikimedia.org/r/#/c/61937/ [00:30:48] The parser unit tests are throwing a bunch of 'Undefined index: wgStyleSheetPath' errors [00:31:32] lwelling: any parser people down on 3? [00:33:37] * marktraceur looks [00:41:51] marktraceur: any idea if I should be worried about that? [00:42:09] kaldari: Looks like c6af934ae65b8c7dbd878a376f9e46dc28bff941 disabled it [00:42:38] how do I view c6af934ae65b8c7dbd878a376f9e46dc28bff941 in gerrit? [00:44:13] marktraceur: ^ [00:44:37] Uhm [00:44:41] you'd think putting it in the search bar would work, but no [00:44:43] !g I5ec8dd53188e9e4128f99ceaff38ebf9dcf570bb [00:44:44] https://gerrit.wikimedia.org/r/#q,I5ec8dd53188e9e4128f99ceaff38ebf9dcf570bb,n,z [00:44:54] Uhhhh [00:45:08] !g I42c4f859e55eb198f6c6841e582b3552aad7b31f [00:45:08] https://gerrit.wikimedia.org/r/#q,I42c4f859e55eb198f6c6841e582b3552aad7b31f,n,z [00:45:32] Reedy: ^ [00:45:38] Oh, that was _last_ April [00:45:43] Maybe that's not the cause either [00:45:47] lol [00:48:46] kaldari: It looks like a test setup failure more than a parser one [00:48:54] well, I need to get this change out and run a scap. Any idea if it would be safe? [00:49:26] It doesn't looks like anything else would have affected the parser on that branch: https://gerrit.wikimedia.org/r/#/q/project:mediawiki/core+branch:wmf/1.22wmf3,n,z [00:49:47] kaldari: I'll run the tests locally quick and see if there's any problem [00:50:06] I somehow doubt it's a big deal [00:50:06] But good to double-chec [00:50:07] k [00:50:24] run them on master and the 1.22wmf3 deployment branch if you can [00:50:51] *nod* [00:57:15] kaldari: Ehm, the large number of red Es on my screen aren't a positive sign [00:57:44] is that in master or the deployment branch? [00:57:46] or both? [00:57:47] Deployment [00:58:14] Though the wiki seems to work fine [00:59:29] does master or wmf2 deployment throw errors? [01:00:04] wmf2 [01:00:08] ack [01:01:18] kaldari: Actually, it looks like the wgStyleSheetPath patch from 2012-04 got reverted somehow in master, but not in wmf2 [01:01:53] !g I26c418d631047783ba945e6b6a7f707d876b3146 [01:01:54] https://gerrit.wikimedia.org/r/#q,I26c418d631047783ba945e6b6a7f707d876b3146,n,z [01:02:01] Reedy reverted it, in fact [01:02:19] have to go to a meeting... [01:02:22] *nod* [01:02:59] kaldari: I'll talk with you from home [01:13:14] kaldari: are you currently fiddling on fenari/deploying anything? [01:13:42] I need to poke bits with a sharp stick -- and it looked like from the scrollback you might be mid something [01:22:46] mwalker: I was hoping to deploy stuff, but wmf2 and wmf3 deployment branches are failing parser phpunit tests [01:23:06] right; but that was happening earlier today [01:23:21] oh yeah? guess I shouldn't worry about it then [01:23:33] has anyone scapped since this started happening? [01:23:44] yep -- I scapped my CN changes earlier [01:23:54] OK, I guess I'll just ignore it then [01:24:31] yep [01:24:45] ok, can you gimme a little bit of time to wrap up then? [01:25:22] actually since i didn't hear anything I went ahead and sync-filed my files [01:25:25] so you're all in the clear [01:26:36] thanks [01:37:22] question regarding gerrit and merge conflicts. I pushed a small patch and gerrit said it was merge conflict. so i `git fetch gerrit master` and `git rebase gerrit/master` but there are no conflicts just a FF. Then i did `git review` and now in gerrit it shows a bunch of changes in my patch that arnt part of my patch [01:37:37] so what happened, and how do i start fixing? [01:42:15] Okay, [01:42:18] there is a bug in Bugzilla. [01:42:28] About adding other *.wikimedia.org domains to CentralAuth. [01:42:32] It may be resolved. [01:42:33] It may be open. [01:46:53] https://bugzilla.wikimedia.org/show_bug.cgi?id=14407 [01:46:55] Nailed it. [02:32:15] Hi, does echo break https://en.wikipedia.org/w/api.php?action=query&meta=userinfo&uiprop=hasmsg [02:32:18] kaldari: ^ [02:32:35] I'm gonna poke through the code... [02:32:45] if it worked, it'd be a good way to dispense messing with all of the cookie dickery my OBoD goes through now [02:33:10] but testing the API query doesn't show any change in response between when I have an incoming message and when I don't [02:33:18] legoktm: probably since the old notifications are no longer being generated for non-anonymous users [02:33:31] I didn't even realize there was an API for that [02:33:37] me neither! [02:33:49] we should have Echo hook into it [02:33:59] lego let me know about it just now, after a day of cookie-dickery, but it seems to not work [02:34:02] I'll create a bug for it [02:34:19] kaldari: that would be great. pwb and I'm assuming AWB depend upon it [02:34:36] for what? [02:35:11] to check if someone edited the talk page, and if so stop the bot [02:35:52] is there a way to clear the flag through API, too? I guess if it changes to work from Echo now, it wouldn't get cleared by jsut visiting the talk page [02:36:10] though I guess I could have it mark the notifications as read directly [02:36:11] true [02:36:31] I don't like doing that, though, since there might be non-talk-page notifications too [02:36:33] yeah, there's an API for marking Echo notifications as read [02:36:55] are there human written docs for that or just the autogenerated ones? [02:37:07] jsut teh autogenerated ones that I've found [02:37:09] right now, just the autogenerated ones [02:38:56] bug filed: https://bugzilla.wikimedia.org/show_bug.cgi?id=47962 [02:43:04] ty [02:44:54] legoktm: i think you can do better than wait for the bug to be addressed [02:45:13] it's a good opportunity to show initiative and help disseminate information about how to migrate things that depend on the old api [02:45:53] the echo api is quintessentially more powerful, so there's payoff from that [02:46:00] err...right. [02:46:11] brb [02:46:17] I just don't have the time to dive into it right now [08:32:52] so what's the state of the sentiments for the orange bar abolition [08:33:31] unreasonably heated and frustrating for all involved [08:33:41] but i didn't even need to check the discussions to tell you that :) [08:46:52] ori-l: it actually seems less heated than I expected [08:47:41] after all, as of now one has no reliable way to contact another user quickly [09:08:53] Oh, it might be because all the useless rants go to the trashbin aka https://en.wikipedia.org/wiki/User_talk:Jimbo_Wales#Sadly.2C_Wiki_is_now_officially_Facebook_With_Articles [14:47:12] uh? does echo also kill enotiftalk? [14:47:31] omg it does [14:47:59] aww I miss it so much [16:49:39] is wikipedia down in europe? [16:49:41] It seems so [16:49:51] WFM [16:50:03] WFM as well [16:50:15] what? [16:50:24] Works For Me [16:50:35] Krenair, are you in Europe? [16:50:40] Yes [16:51:42] (me too) [16:52:25] ok, so maybe something is wrong with my isp. Thanks [16:54:06] chro: can you give mea traceroute ? [16:54:24] 1 sec [16:56:21] chro: wich version? pt and en works for me, and i'm in europe [16:57:10] en [17:09:23] Alchimista, language of the wiki shouldn't change things [17:10:41] Krenair: well, everything works here.. it could be a non server problem, mw problem or similar [17:14:59] Special:Import on Meta has been down for an hour or so, I currently cannot import from enwiki [17:15:36] DarTar: there's an open bug and a fix in gerrit [17:16:44] legoktm: ok thanks [18:34:20] Hey all, I have a basic Bugzilla question that's been bugging me (haha) for a long time-- [18:34:36] is there any way for me to find a list of all bugs I have asked to be emailed on/CC'd on? [18:34:48] yes. [18:34:57] more generally -- I have a hard time "watching" or following or tracking bugs I'm interested in,and would like to hear about any useful options. [18:35:29] thanks Krenair [18:35:37] https://bugzilla.wikimedia.org/buglist.cgi?emailcc1=1&list_id=198914&emailtype1=exact&query_format=advanced&email1=krenair%40gmail.com [18:36:26] great! I will save that search string! [18:36:37] obviously you'll want to change the email [18:37:44] yes, got that :) [18:40:05] I've actually got a saved search for that, which automatically uses your email address [18:40:08] hm. I am having trouble finding how to save the search…I know I've done this before, i have some (not so useful) saved searches. [18:40:14] oh? [18:40:22] Reedy: I will look for that in public saved searches? [18:40:31] "My" CC'd Bugs [18:40:40] * peteforsyth is horrible at navigating bugzilla [18:41:23] not your fault! [18:41:24] OK, got it Reedy -- thank you!! [19:02:24] greg-g, Reedy: Just tried a sync-dir from fenari and am getting dozens of 'The authenticity of host 'mw28 (10.0.11.28)' can't be established.' errors. [19:02:45] sounds like authori[sz]ed keys are broken again.. [19:02:53] mutante: ^^ [19:03:24] I guess I'll just have to type 'yes' a lot :) [19:20:53] with wgDeleteRevisionsLimit set to 5000 shouldn't be able to delet pages with 3136? on pt.wp, select count(*) from revision where rev_page = 1649355; -> 3136, but the page can't be delected -> http://pt.wikipedia.org/w/index.php?title=Usu%C3%A1rio_Discuss%C3%A3o:EuTug [19:21:06] oops -> http://pt.wikipedia.org/w/index.php?title=Usu%C3%A1rio_Discuss%C3%A3o:EuTuga [19:34:17] kaldari: just pipe it to /usr/bin/yes [19:34:22] ;) [19:34:38] peteforsyth: there's also just sticking `ALL cc:foo@bar.com` in the bar at the top right of bugzilla [19:35:05] which conveniently has the same keyboard shortcut as wikipedia: alt-shift-f (adjust as needed for your OS/browser) [19:35:36] ah, handy tip. thanks! [19:36:24] what does "ALL" refer to? I'm guessing it eliminates product-specific searches etc.? [19:38:27] no [19:38:44] peteforsyth: just remove the ALL and see how it describes the resultant search [19:38:51] it's statuses not products [19:38:59] aaah ok. [19:39:18] (there's some info about the search being done above the results) [19:39:41] also, if you want to do a more complicated search you can start with the box at the top and then hit edit [19:39:50] Reedy: it looks fixed to me (now) [19:39:55] (the results page has an edit button) [19:40:05] it's readable for non-roots [19:40:24] peteforsyth: did my replyto template work? It should have sent you a mention notification. [19:40:27] yes…I see…very helpful! [19:40:30] cool [19:40:47] it's a bit of a pain to test :) [19:40:48] peteforsyth: https://bugzilla.wikimedia.org/page.cgi?id=quicksearch.html http://www.squarefree.com/bugzilla/quicksearch-help.html [19:40:59] kaldari: that was meant for jeremyb_ and mutante -- but, yes, I did see -- one sec, lemme round out the bz stuff first :) [19:41:08] NP [19:41:55] peteforsyth: one thing to be careful of is that doesn't cover everything you might get mail about. e.g. if you voted for a bug or were the reporter [19:42:08] oh voting [19:42:10] jeremyb_: this is really useful, is there a place I can find a link to it in the interface? [19:42:24] ok [19:43:01] peteforsyth: uhhhh, there's a link next to the other box on the front page that says [help] [19:43:11] peteforsyth: in our installation it seems to actually work right [19:43:35] peteforsyth: many bugzillas have 2 unrelated search boxes on the front page and the help link is next to the wrong box [19:43:40] that goes to a different place [19:43:54] elaborate? [19:44:44] oh bugzilla [19:45:13] "help" goes here: https://bugzilla.wikimedia.org/docs/en/html/query.html [19:45:22] not unuseful, but…less useful [19:45:50] peteforsyth: no, i just triple checked [19:46:12] weird. You mean "help" in the lefthand nav? [19:46:26] under "navigation"? [19:46:30] no [19:46:37] >

Enter a bug # or some search terms:

[Help] [19:46:52] it's literally displayed as [help] with the brackets [19:46:59] just search for that [19:47:09] oh I see, on the front page of bugzilla [19:47:09] (well capital H) [19:47:09] yes [19:47:09] I found it. Thanks! [19:47:38] varry good. I will encounter less zarro boogs now. [19:48:09] \o/ :) [19:48:12] * greg-g waves to peteforsyth  [19:48:19] hi greg-g :) [19:48:29] long time etc ;) [19:48:30] working through our School of Open course today [19:48:34] awesome [19:48:34] indeed. [19:48:59] we'll be starting a new cohort Tuesday evenings next week, for 6 wks. Any interest in joining?? [19:49:16] :) wish I could [19:49:25] where? [19:50:02] pages are a little under construction, but the main splash page/signup: https://p2pu.org/en/courses/49/writing-wikipedia-articles-the-basics-and-beyond/ [19:50:11] was just having the depressing realization that summertime means I get no free time. Rowan gets up at 6:30 and goes to sleep at 9ish, which leaves me about 30 minutes of "me time that's really doing dishes and the occasional bill" [19:50:18] and the Wikipedia central page: https://en.wikipedia.org/wiki/Education_Program:Peer_to_Peer_University/Writing_Wikipedia_Articles_(2013_Q2) [19:50:23] google for "school of open" gives me a knowledge panel (infobox) for """Open High School of Utah, West Jordan, UT 84088""" [19:50:30] lol [19:50:51] jeremyb_: hmm. perhaps we should attend to that :) [19:51:05] peteforsyth: :) [19:51:08] though the open high school of utah is an excellent (and not unaffiliated) thing… [19:51:24] orly [19:52:12] david wiley [19:52:14] etc [19:52:42] grr. google no longer gives me a "search generically" option…I get the "right" SOO link up top: https://p2pu.org/en/schools/school-of-open/ [19:53:19] duck it [19:53:40] https://duckduckgo.com/?q=school+of+open [19:53:40] no knowledge panel thingum [19:53:47] knowledge panel? [19:54:14] sweet! [19:54:31] I assume "knowledge panel" refers to the box o' info on the right hand side of a google search [19:54:37] that typically pulls from Wikipedia [19:54:53] oh [19:55:04] * greg-g doesn't use google search much anymore [19:55:28] interesting [19:55:34] duckduckgo is your go-to? [19:56:25] kaldari: sorry to duck-duck your question [19:57:23] I did get notified, which was cool. [19:57:30] peteforsyth: i just have personalized disabled entirely in prefs [19:58:14] I'm having a hard time understanding the overall vision/structure of Echo, I think the noise-to-signal ratio resulting from the implementation has me a little befuddled [19:59:33] d'oh [20:02:18] peteforsyth: yeah, it's the default search engine in my Fx's search box. [20:02:31] cool i will look into it [20:09:18] gwicke: hey, what's with the snow men in VisualEditor? [20:10:00] greg-g: I'm no VE expert, but afaik they are using the snowman char as a kind of placeholder internally [20:10:11] huh, ok [20:10:18] if you see it, then there is probably a bug [20:10:53] fiinnne, I'll try and search bugzilla for it [20:11:18] greg-g: #mediawiki-visualeditor might be more helpful [20:11:23] :) [20:11:34] YAWMFIC [20:11:36] "snowmen appearing in may" [20:11:44] Yet Another WMF IRC Channel [20:12:01] ;) [20:12:39] if IRC had some kind of conversation tagging capability there would be less incentive to create new low-noise channels [20:13:42] greg-g: you should discuss YAWMFIC with nikerabbit [20:16:46] speaking of which, can we kill #mediawiki-feed now that #wikimedia-dev was chosen [20:20:22] I don't understand, is this English only? https://meta.wikimedia.org/wiki/Change_to_section_edit_links [20:20:32] Wasn't it deployed also outside en.wiki? [20:21:36] Nemo_bis: apparently nobody made it translateable :( [20:26:06] MatmaRex: everyone can mark it for translation :) [20:26:27] https://www.mediawiki.org/wiki/Help:Extension:Translate/Page_translation_example [20:26:34] I can press the last button :p [20:27:10] when i log into irc.wikimedia.org with 1 nick it is ok, when connecting with two users i get rejected with the second one, but only when coming from tools/labs [20:28:29] Nemo_bis: according to https://meta.wikimedia.org/wiki/Special:ListGroupRights only "Translation administrators" can do that. [20:28:56] (you happen to be one) [20:40:50] Hi. I need some help, I seem unable to access any website in the wikimedia servers. It was working until a few minutes ago, then it started giving me connection time out errors. I've tried loading every one of the 25 top sites from http://www.alexa.com/topsites and only wikipedia fails. I've tried different borwsers, operating systems, and computers in the same network, to no avail. In my mobile phone's data plan, it works tho [20:41:17] Even curl and wget time out. They seem to try and fail both the IPV4 and IPV6 addresses [20:43:43] waldir: could you provide a traceroute, please? [20:43:58] greg-g: sure [20:44:38] pastebin somewhere, plz :-) [20:45:47] lucene doesn't behave on en.wiki [20:46:15] MatmaRex: not true, anyone can tag it for translation, as I said I only need to press the last button ensuring there are no mistakes :) [20:46:21] (you don't trust me? :o) [20:47:06] greg-g: while it runs, I seem to have been able to load https://wikimediafoundation.org/wiki/Home but without any css / js (and the tab browser still shows the "loading" spinner) [20:47:33] *browser tab [20:47:54] waldir: yeah, could be a DNS issue, those parts are loaded from bits.wikimedia.org [20:49:25] greg-g: http://pastebin.com/Lu471Brq [20:49:50] Nemo_bis: no, i just have absolutely no idea how this works, and i'm not active on meta unless i have to be :) [20:50:11] :p [20:50:26] didn't say it must be you ;) [20:51:33] LeslieCarr: ^^ waldir is having connectivity issues to WMF servers, see pastebin of traceroute: http://pastebin.com/Lu471Brq [20:52:13] greg-g, LeslieCarr -- it started a few minutes ago, and yesterday it happened as well, possibly around the same time [20:53:57] gah, this is all tele2 to cogent to geant [20:54:06] waldir: my guess is that it isn't a WMF problem, but instead a .... [20:54:11] oh, there's LeslieCarr [20:54:16] waldir: #1 please talk to your ISP, [20:54:18] yeah i got pinged [20:54:22] and am like "gah, site dying" [20:54:54] LeslieCarr: sorry, site just dying for one person ;) [20:55:13] well no, this is the third person i've heard this issue with [20:55:21] waldir: also are you using ipv6 by any chnce [20:56:13] LeslieCarr: I'll try to figure out, I'm using windows atm and am not used to it anymore [20:57:05] LeslieCarr: in the connection properties window, both the IPV4 and IPV6 checkboxes are enabled [20:57:48] but ipv4 is configured with specific ip and dns addresses [20:58:01] i honestly don't know windows either ;) [20:58:09] while ipv6 is set to "obtain automatically" [20:58:10] check boxes can be deceiving [20:58:13] ipconfig i think is the ifconfig equivalent ? [21:00:13] http://pastebin.com/nYTcGmJ2 [21:00:17] (ipconfig) [21:07:33] LeslieCarr: I disabled ipv6 but the problems are still present. It seems like I can't load anything from bits.wikimedia.org or upload.wikimedia.org [21:07:33] ok so looks like it's definitely ipv4 [21:10:40] i switched some routing - still no luck ? [21:12:46] hrm, i think not, let me do some more drastic routing change [21:12:58] if that doesn't work, the only help will be from your isp's side [21:13:00] lesse [21:16:01] greg-g: when waldir comes back online (if) can you have him check this out again ? [21:16:04] should hopefully be working [21:16:30] LeslieCarr: will do, thanks for (hopefully) fixing [21:16:33] ohai [21:16:38] waldir: does it work now? [21:16:54] yep. sorry, my connection went down [21:16:55] i did the hitting the route with a hammer [21:17:21] if you can call up your isp and tell them that they are having an issue from their upstream GEANT to cogent that would be appreciated [21:17:30] I'm in the university and the internet goes down for a few minutes, but the wikipedia-only issue had never happened until yesterday [21:17:42] *sometimes the internet goes down for a few minutes [21:19:50] I'll inform the tech department of this and tell them what you said [21:19:56] thanks waldir [21:20:10] thank you guys for the assistance :) [21:20:38] thank you waldir [21:53:25] is importing still broken? [21:53:47] oh good, its not :D [22:14:26] legoktm: {{cn}} [22:14:42] lucene still not behaving [22:14:55] what does that have to do with imports? [22:14:56] 21:53, 2 May 2013 Legoktm (talk | contribs | block) transwikied Tinc (16 revisions from en:Tinc) [22:15:03] 21:54, 2 May 2013 Legoktm (talk | contribs | block) transwikied Template:Tinc (20 revisions from en:Template:Tinc) [22:15:09] First one was a fail. [22:15:33] have you already deleted it? [22:16:35] importing history is useless btw [22:17:03] pf, different title so no testing of timestamp duplicates [22:17:04] I deleted [[Tinc]], but I wanted [[Template:Tinc]] [23:32:16] TimStarling: So people are using pretty awful and hacky workarounds to accommodate for Scribunto's lack of API access. [23:32:36] Parsing {{Special:PrefixIndex/}} for example. [23:33:00] Category membership, transclusions, subpages, etc. should have native methods, I think.