[00:19:11] does anyone know if Ryan Vesey is on IRC ? [00:19:26] not that I know of [00:19:34] thanks [00:39:10] !log asher synchronized wmf-config/db-eqiad.php 'adding db1051 at a low warmup weight' [00:39:22] Logged the message, Master [01:37:32] gn8 folks [02:21:09] !log LocalisationUpdate completed (1.21wmf12) at Tue Mar 26 02:21:08 UTC 2013 [02:21:21] Logged the message, Master [02:45:52] !log LocalisationUpdate completed (1.21wmf11) at Tue Mar 26 02:45:52 UTC 2013 [02:46:04] Logged the message, Master [04:16:11] !log tstarling synchronized wmf-config/CommonSettings.php [04:16:23] Logged the message, Master [08:45:57] !log nikerabbit synchronized php-1.21wmf12/extensions/UniversalLanguageSelector [08:46:09] Logged the message, Master [08:47:12] !log nikerabbit synchronized php-1.21wmf12/extensions/Translate [08:47:24] Logged the message, Master [10:23:29] !log nikerabbit synchronized php-1.21wmf12/extensions/UniversalLanguageSelector/UniversalLanguageSelector.php 'Testing fix for wikidata' [10:23:41] Logged the message, Master [11:00:11] Does someone know if there's the way to change, in gerrit, the "tab" selected by default? [11:01:07] "My" gives this endless line "Changes Drafts Draft Comments Watched Changes Starred Changes" that pushes the search bar outside the screen [11:17:12] Nemo_bis: that does not play well on a small screen indeed [11:18:09] Nemo_bis: it was even worse before https://bugzilla.wikimedia.org/show_bug.cgi?id=44902#c0 :-D [11:20:02] hashar: yes, I remember that [11:20:45] hashar: another option would be hiding the logo and its container (AdBlock leaves a blank space), would greasemonkey help with this? [11:21:00] hashar: and thanks for bug 44902, I appreciated it :) [11:21:08] Nemo_bis: we could use responsive CSS to hide the logo whenever the screen width is below some value [11:26:03] hashar: yes but I'd like a solution for my problem in the near future [11:26:20] or preferably today if I have time to waste on greasemonkey or whatever [11:26:39] that is the workaround :-D [11:27:11] the CSS file is in operations/puppet.git ::: files/gerrit/skin/GerritSite.css [11:27:47] hmm maybe https://addons.mozilla.org/en-us/firefox/addon/editcss/ then [11:27:53] then you do something like: [11:28:06] @media screen and (max-width: 480px) { .logo { display:none; } } [11:28:29] try it out, submit the patch. done :-] [11:28:34] then others will benefit from it [11:28:53] you can test it out by saving a copy of the gerrit page to your local disk and tweak the css [11:28:58] once happy copy paste :-] [11:37:29] hmpf, that extension doesn't seem to work... learning CSS patches is not in the plans for today, maybe another day [12:15:28] Hello [12:15:56] Somebody who can speak german, who could i asked? [12:17:08] I speak German [12:18:24] Sehr gut [12:18:28] �hm [12:18:35] folgendes Problem: [12:18:51] wie kann geht, das, das was ich in anderen wikis gesehen habe, dass man links in die WP setzt mit dem Schema [[de:WP-Artikel-Name]]? [12:19:55] Verstehe ich nicht. [12:20:08] wie kann geht? [12:21:09] In einem Wiki wo ich bin geht dass dass wenn ich [[de:Hilfe]] als bsp mache in der Wikipedia bei der Seite Hilfe raus komme. das m�chte ich in einem anderen wiki auch haben [12:22:26] http://de.wikipedia.org/wiki/Hilfe:Interwiki-Links [12:22:32] das meine ich [12:24:04] Also du willlst das es nicht in der Seitenleiste auftaucht sondern als link? [12:24:38] warte mal [12:25:08] Hammond17, https://en.wikipedia.org/w/index.php?title=User%3ACyberpower678%2Fsandbox&action=view&diff=547056439 [12:26:00] das ist was [[de:Hilfe]] produziert. Einen Interwiki link unter sprachen. [12:26:14] aha [12:26:18] aber warte mal [12:28:13] ah [12:28:17] fehler gefunden [13:43:18] I'm getting slow page loads on mediawiki.org & en.wikipedia [13:44:29] It seems to come from bits [13:58:21] not seeing that here as logged in user [14:34:10] !log hashar synchronized multiversion '{{gerrit|47564}} wikiversions.cdb now vary by realm' [14:34:24] Logged the message, Master [15:02:51] MediaWiki templates in log messages = win. [15:03:59] totally [16:30:54] addshore: about your bot on pt.wiki, is your bot running the same code of lego? [16:31:02] no :P [16:31:32] ah, ok. so would it be a case of botofobia? XD [16:31:35] bnut it runs the same code as my bot does on every other languages :P [16:32:09] do you have any log errro? Abuse filter? captcha? [16:34:31] addshore: can you try again? I though it already had autoconfirmed status, but seems not. I've just gave him autoconfirmed status now [17:11:29] hello [17:11:38] where can i get a hold on the fundraising guys and shout at them> [17:11:39] ? [17:11:57] https://pl.wikipedia.org/wiki/Loren_Acton is displaying three banners, all the same, one under another [17:11:59] (when logged out) [17:12:43] if this isn't fixed, like, immediately, i'm going to hide the banners in site CSS. [17:12:52] (as in, mediawiki:common.css) [17:23:48] [if anyone cares, crisis averted, on #-operations] [17:39:25] mwalker: okay, so [17:39:32] mwalker: loadBanner() is called twice [17:39:52] mwalker: on the initial loading (straight from mw.loader.using), and on $.ready [17:39:56] right; so about all I've got is that mw.centralNotice.initialize() is called twice [17:40:08] oh [17:40:13] that's interesting [17:40:28] wonder why that behaviour changed [17:40:48] technically, it's $(function() { mw.centralNotice.initialize(); }); [17:41:06] (save for the spacing, i guess, i'm wrking on autoformatted minimized JS) [17:44:03] mw.loader.using( 'ext.centralNotice.bannerController', function() { mw.centralNotice.initialize(); } ); [17:44:05] MatmaRex: where's the $.ready() call? [17:44:33] oh [17:44:35] mwalker: it's $(function() { mw.centralNotice.initialize(); }); [17:44:40] so, these two calls [17:44:43] ya -- I see what you're getting at [17:44:46] fun :) [17:44:58] there's no .ready to grep for :P [17:46:01] mwalker: that $ calls is inside mw.loader.implement("ext.centralNotice.bannerController", function() { [17:46:09] (in the RL-generated minified JS) [17:46:29] at the very end of it [17:47:00] yeppers -- I'm trying to find where RL get's told where the init function is [17:47:49] (whilst dealing with four other fires *facepalm*) [17:47:58] mwalker: which gerrit repo this is? extensions\CentralNotice? [17:48:23] yes [17:49:14] mwalker: okay, lol [17:49:16] just grep the repo [17:49:20] for "mw.loader.using( 'ext.centralNotice.bannerController', function() { mw.centralNotice.initialize(); } );" [17:49:35] that code is in an inline