[00:03:01] Every time I enter a query into Gerrit's search box my mind is prepared for an Application Error overlay. It's like a small electric shock performed by the UI. [00:04:50] Krinkle, since you're around .. https://gerrit.wikimedia.org/r/#/c/24681/ , could that be the cause of https://bugzilla.wikimedia.org/show_bug.cgi?id=40780 , which is now in production on enwiki? [00:05:25] Eloquence: Its possible, though I'm not sure how. I basically just moved the code from ext.vector to mediawiki.core [00:05:41] not more or less enabled then it already was [00:06:08] it looks like some race condition / timing issue as it appears very inconsistently, but definitely only on 1.21 wikis [00:07:59] Eloquence: https://gerrit.wikimedia.org/r/#/c/24681/11/resources/mediawiki/mediawiki.searchSuggest.js [00:08:05] line 117 and onwards [00:08:12] there it adds 2 little
s [00:08:29] It looks like only one of them is in the actual dom (in the race case where it doesn't show up) [00:08:37] which seems impossible because it appends them both [00:08:48] yet div class=special-query is no where to be found [10:40:21] New patchset: Hashar; "wikidata has been merged in master" [integration/jenkins] (master) - https://gerrit.wikimedia.org/r/27398 [10:40:56] New patchset: Hashar; "(bug 40884) wikidata has been merged in master" [integration/jenkins] (master) - https://gerrit.wikimedia.org/r/27398 [10:41:13] Change merged: Hashar; [integration/jenkins] (master) - https://gerrit.wikimedia.org/r/27398 [14:06:45] hi chrismcmahon [14:35:22] hi sumanah [14:37:23] chrismcmahon: just wanted to thank you again for getting us Michelle & Zeljko [14:38:12] sumanah: I hardly 'got' them :-) but they're both awfully smart people. [14:38:33] luring? hiring? :) [16:09:48] Is the code for the WMF blog skin in a public Git repo? [16:10:43] Yes [16:10:47] Ask guillom where it is ;) [16:11:02] it's on github somewhere, IIRC [16:11:11] dè(u d' ècp ÀNE opjl [16:11:15] Exactly. [16:11:17] sorry [16:11:22] it's in the WMF repo [16:11:31] in wikimedia/communications or something [16:12:11] wikimedia/communications/WP-Victor [16:12:28] ghttps://gerrit.wikimedia.org/r/gitweb?p=wikimedia/communications/WP-Victor.git [16:13:01] https://github.com/gpaumier/WP-Victor ? [16:13:24] Krenair: no, that's the old repo; what Reedy linked to is the correct one. [16:13:39] ok [17:16:33] hey mlitn [17:17:40] hi [17:17:48] can you join us in #wikimedia-e3 to review the CTA setup? [17:33:11] Is there any method of doing HTML emails in MediaWiki? The API still only supports text emails, right? [18:06:58] Does anyone know if wm-bot can save state? It would be cool to use it for counters or timers or something. (bit random, but still) [18:17:26] * AaronSchulz thinks of old genesis game emulation when he hears "save-state" [18:19:17] ha! [20:08:33] hashar: Evening! How are things going? [20:08:51] marktraceur: feeling more or less unproductive :] [20:08:58] marktraceur: but hacking python scripts which make me happy [20:09:07] hashar: Understandable, if I read my international clock correctly [20:09:23] It's time over there! [20:09:26] marktraceur: I am busy updating our Jenkins jobs too :-D [20:09:39] I saw a bug report post by you, that's why I thought I'd check in [20:09:39] it is 10pm in France [20:09:42] *nod* [20:09:47] 22h, more like :) [20:09:52] exactly hehe [20:10:00] I succeeded in wrestling a regex into doing what I wanted [20:10:01] mwalker: btw do you need any help with CN/Translate? [20:10:11] that's how things are going for me, marktraceur [20:10:12] :) [20:10:17] Stand back! sumanah knows regexes. [20:10:36] I know more about regexes than 99% of the planet, but way less than the other 1% [20:11:06] * hashar awards the "regex wrangler badge" to Sumanah. [20:11:28] :) [20:11:50] sumanah: Maybe you should occupy Larry Wall's front yard with the rest of the 99% :P [20:11:57] HA [20:12:24] Nikerabbit: I think I'm good for the moment unless you want to take a gander at updating it -- I got pulled onto something else higher priority [20:13:01] mwalker: well, let me know... I'm planning to just add some more unit tests to Translate and help when needed [20:13:52] (had to look gander up from dictionary) [20:16:09] Nikerabbit: good stuff! new word of the day as well apparently [20:17:22] I figured it's not male goose ;) [20:17:43] Nikerabbit: They're better coders than you might imagine [20:20:32] Better or worse than monkeys? [20:22:53] Reedy: Monkeys are more into literature--Shakespeare, usually, which is sort of derivative, but really, they're monkeys and you can't expect much out of them [20:23:08] And Unicorns? [20:23:34] Reedy: Come now, we both know that unicorns are sysadmins. They help run Labs. [20:23:46] Reedy: The real stars are male ducks. They have their own CS program: https://en.wikipedia.org/wiki/Drake_University#College_of_Arts_.26_Sciences [22:36:24] brion: do you happen to recall anything about DismissableSiteNotice? specifically what language it was supposed to display things in? [22:36:41] content language i assume [22:37:44] hrm; well, we've got random languages going currently :) I was going to change from wgContentLang to User->getLang() [22:37:52] that way it's presented in the users language where possible [22:38:06] There's site notice caching somewhere though [22:38:43] RoanKattouw: oh; right, hmmz; how to override that [22:39:06] mwalker: … or how to make it cache each language separately