[01:50:48] Can anyone tell me where vector gets its css files from? [01:51:56] waterratj: Start with https://phabricator.wikimedia.org/diffusion/SVEC/browse/master/screen.less [01:53:09] tnx [02:51:01] exit [02:51:04] oeps [03:22:58] Anyone know how to set up mw 1.13? [03:23:14] 1.13 :o [03:23:47] 1.26 didn't work, so I'm trying a different one. [03:25:24] But 1.13 isn't working either. [03:25:58] Bah, I guess the php changed too much. [05:06:35] The setup process really hasn't changed in a long time. [05:06:46] There was a new installer at some point. [05:07:20] But like the basics are the same between 1.13 and 1.26. [05:13:48] we could really use a new installer and related stuff [05:16:50] We're using the new installer! [05:17:00] It's just no longer new, I guess. [05:17:44] new-new installer! [09:44:07] Any way I can have an actual _ in the a page title, without it being translated into a space? [09:44:24] The current example being authorized_keys vs authorized keys [10:54:11] Hallo. [10:54:23] I haven't ran qunit tests in core in a long while. [10:54:30] Is it still Special:JavaScriptTest? [10:54:54] When I'm trying to do that, it ends immediately and says "Tests completed in 2 milliseconds. 0 assertions of 0 passed, 0 failed." [10:58:41] Nikerabbit, divec, eranroz ^ [11:20:19] MatmaRex: Hi. I haven't ran qunit tests in core in a long while. Is it still Special:JavaScriptTest? When I'm trying to do that, it ends immediately and says "Tests completed in 2 milliseconds. 0 assertions of 0 passed, 0 failed." [11:22:12] aharoni: I tried to run it now in index.php/Special:JavaScriptTest/qunit/plain and I get 5530 assertions of 5553 passed, 23 failed. [11:23:15] and i get the same result as you if i just get to the non plain [11:23:16] hi aharoni. yeah, that should still work. you can also run `grunt test` from the terminal, in root mediawiki/core directory. [11:24:06] aha, /plain seems to fix it [11:24:21] I wonder what does it even mean, but it's not very important. [11:24:52] MatmaRex: IIRC, you did some stuff with syntaxhighlight recently. [11:25:08] Do you have any idea whether is still useful these days? See https://phabricator.wikimedia.org/T105499 . [11:26:04] aharoni: and should be exactly the same [11:26:13] apparently they arent. [11:26:18] aren't. [11:26:46] aharoni: i think it was just a matter of purging the page [11:26:53] oh, possibly. [11:27:02] then it's probably Invalid. [11:27:05] eh, i can even tell you what broke, it's obvious now but i missed it :/ caching issues, as always [11:27:43] MatmaRex: can you please close that issue then and write some short explanation? [11:27:44] aharoni: so you recall how we couldn't set dir="ltr" on the container for the highlighted code, and so we did direction:ltr; in CSS [11:27:51] MatmaRex: yes [11:28:07] then i fixed it so that we can set dir="ltr" (and we do now), and therefore removed direction:ltr; [11:28:21] but we have cached HTML without the dir="ltr", and now we have no direction:ltr; either [11:29:25] aharoni: basically we should undo this: https://gerrit.wikimedia.org/r/#/c/221980/9/modules/pygments.wrapper.css,cm [11:29:55] (or you can add .mw-highlight { /*@noflip*/ direction: ltr; } in MediaWiki:Common.css on the affected wikis, and remove it after a few weeks) [11:30:20] since i probably won't be able to convince anyone to deploy this today [11:30:59] MatmaRex: can you please add that as a comment in the bug? [11:31:03] yes [11:31:07] thank you [11:36:32] done [12:53:37] Why am I receiving notifications for all posts on Project:Current issues? [13:47:54] hi [13:48:17] are there any known bugs to display commons images at osm? I dont see some of them in there [13:49:48] should probably ask on #wikimedia-multimedia [13:51:50] meh [13:54:26] putnik: Добрый день [13:54:53] putnik: may interest you: https://gerrit.wikimedia.org/r/#/c/172501/ [13:57:08] enhydra - should interest you, too: https://gerrit.wikimedia.org/r/#/c/172501/ [14:20:27] aharoni, nice. [14:22:08] putnik: Thanks. The purpose is to show nicer messages on pages that have a lot of language names, such as Special:CX. [15:32:58] hi, I want to download Autoincrement extension but I get svn error: svn: E000101: Error running context: Network not available. Any idea what's wrong? [15:42:21] auvajs: Everything supported has been moved to Git. [15:42:35] If an extension isn't available in Git, it's probably ancient and no longer supported by anyone. [15:42:51] Git replaced Subversion (SVN). [15:44:46] Katie: ok, but all manuals talk about svn... :) [15:45:11] anyway, I already download the extension via web [15:56:43] auvajs, which manuals talk about SVN? [16:18:59] Krenair: ok, not all manuals, but the download link from https://www.mediawiki.org/wiki/Extension:Autoincrement pointed to svn, not to git [16:19:09] yes [16:19:19] it wouldn't've been migrated to git if it was abandoned [16:20:55] Krenair: if it was abandoned? this extension looks maintained [16:22:09] it looked abandoned in SVN, to be honest [16:24:16] ok [16:25:19] it works as described, but I would use more than one variable if it was possible. too bad it can't be done [16:53:51] i use shortest-urls (domain/pagename). Is there a way to have urls like index.php?title=Template:WIP&action=edit show up as /domain/pgnm?action=edit? [19:04:39] Hi, I was wondering - do magic words such as NUMBEROFARTICLES prevent a page from being cached? [20:31:14] soeb: I highly doubt it. Usually you have to purge the cache to get a new number/result