[03:05:22] interwiki search is broken... [03:06:38] hooray \o/ [03:06:48] comets: seriously, it's broken [03:06:52] wait...thats bad.. [03:07:06] https://meta.wikimedia.org/w/index.php?search=w%3Afoo&title=Special%3ASearch&fulltext=Search [03:07:14] doesn't even have a link to [[w:foo]] [03:07:35] it should just redirect there in fact [03:08:16] or am I going crazy? [03:08:27] I'm pretty sure it used to work... [03:09:10] manybubbles, ^d: ^ [03:10:49] Krenair: weirdly, it seems to work when I allow scripts. Why doesn't it work with NoScript? [03:11:11] I don't know anything about search [03:11:42] that's what I get for resetting my allowed sites in NoScript, I guess [03:13:53] probably blocking bits.wikimedia ? [05:03:49] <^d> MediaWiki search is insane. Who maintains that crap?!? [07:36:23] There is no interwiki search on Meta yet. [07:37:13] Perhaps Meta should be the next target? Would be extremely useful to search all the (non-content?) wikimedia.org subdomains at once :D [11:17:55] Hm, as of December 26 there were 1800 GCI students with 0 completed tasks. http://google-opensource.blogspot.it/2014/12/in-thick-of-things-with-google-code-in.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+GoogleOpenSourceBlog+(Google+Open+Source+Blog) [11:18:17] That means a lot of candidates out there! How to reach them? [11:19:53] Nemo_bis: https://phabricator.wikimedia.org/T925 ? [11:21:58] Silly google blog bringing my PC to swapdeath [11:24:47] mutante: no, that's for university, this is about pre-university [11:25:03] And they're already involved in the program, but didn't yet choose a task [11:25:41] i'd make a new task then and ask qgil [12:14:03] Nemo_bis: not sure there is much we can do except for offering attractive (and a bigger variety of) tasks, plus more mentors [12:14:13] mutante too ^ [12:14:25] e.g. we're not supposed (cannot?) send emails to minors etc.: Privacy. [12:25:14] Nemo_bis, https://phabricator.wikimedia.org/T924 and https://phabricator.wikimedia.org/T561 are related, I guess. But they don't provide a good answer either how to reach that potential. :-/ [12:33:24] andre__: it would be interesting to know whether Google is emailing students to remind them to check new tasks [12:33:52] Out of those 2400 students, probably only few dozens are checking tasks daily or even weekly [13:51:17] What are "quotes systems"? [13:57:45] Nemo_bis: In what context? Hardware purchases? [14:03:21] talking of quotes, please channel all wmf resources into implementing quips.cgi into phab thanks [14:18:22] RoanKattouw: dunno, Lila said it's something the WMF did recently [14:18:40] MC8: the relevant report is already top priority [14:18:54] https://phabricator.wikimedia.org/T73245 [14:20:44] Turns out I lied. https://old-bugzilla.wikimedia.org/show_bug.cgi?id=71245#c2 It was marked CRITICAL but phabricator subtly dropped this information to avoid being quipped [14:22:06] * valhallasw`cloud still doesn't understand why people care about the three funny jokes in quips [14:26:00] valhallasw`cloud: ask MC8 ? :) [14:26:19] on-the-field interview! true reporting [16:50:49] Nemo_bis: Feel free to ask on gci-mentors@ :) [17:14:14] Yeah, I guess I will [17:38:52] (Done. https://groups.google.com/d/msg/gci-mentors/WtVa1cZSJ00/19wNnx-ADT0J ) [17:40:17] LOL, "Do not use an irc:// URL." : irc://irc.freenode.net/wikimedia-dev [17:57:08] andre__: I converted https://www.google-melange.com/gci/org/google/gci2014/wikimedia from pseudo-references to HTML because I was envious of https://www.google-melange.com/gci/org/google/gci2014/brlcad [18:00:53] Nemo_bis, uh. I had never taken a look at that page rendered. Thank you! [19:11:01] ^d: can Meta-Wiki ask interwiki search? For outreach.wikimedia.org and friends? [19:11:33] <^d> File a Phab ticket. No promises or eta. [19:44:05] Hey guys, I have a getFormatOutput extended from an SMWAggregatablePrinter - I cannot seem to get a link (it returns URL encoded) thoughts? [19:52:15] You probably want to ask in #semantic-mediawiki [19:57:46] ^d: do you have ideas on whether it's more realistic to aim for pseudo-language-codes like the chapters wikis, or the other backstage wikis? [20:08:56] <^d> Nemo_bis: I never really tested them outside of language codes tbh. [20:12:15] Reedy: So I just tesetd the query I'm using on a regular page and it works propeerly. My Query Builder, however, is returnng escaped HTML (so I see the HTML instead of seeing a link) [20:12:22] Is QueryBuilder part of Semantic Media Wiki? [20:12:35] I think so. It's not part of MediaWiki core [20:12:48] THanks [20:15:33] ^demon|lunch: ok, thanks, I'll try to propose something self-contained and not too complex [20:19:49] Hi. Where can i find some info about how orthographic modes on kk.wikipedia.org are implemented [20:20:10] Hello all, in JavaScript is there a way to determine if the current page is protected without having to make an AJAX call? [20:22:11] MusikAnimal, do you specifically need information about protection? [20:22:19] or are you just trying to work out whether the user can edit the page? [20:23:03] Just that it's protected in any capacity. Doesn't matter if the current user can edit [20:23:15] because I know there's the wgCanProbablyEdit or what have you [20:23:45] I think you might need to call the api :/ [20:24:09] rats [20:24:32] Oh, hang on [20:24:58] In vector I guess I could check for the existence of #ca-unprotect but that's hacky [20:24:58] wgRestrictionEdit, wgRestrictionMove, wgProtectionCreate, etc. [20:25:12] wgRestrictionCreate* even [20:25:27] awesome! just what I needed, thank you! [20:26:20] I guess there's also wgRestrictionUpload and others [20:34:24] MusikAnimal, looks like there's also some 'aft' restrictions sitting around in the database [20:34:28] I don't know what those do [21:24:54] Krenair: Any idea how to detect if the current page has never been created? I don't know if this is a reliable way to do it but "wgIsArticle && wgArticleId === 0" seems to work [21:25:08] wgIsArticle is false for pages that have been deleted, it seems [21:25:10] never been created? [21:25:15] never been created [21:25:36] No. [21:27:10] wgArticleId is 0 for any nonexistent page, but wgIsArticle is only false for deleted pages and Special pages [21:59:02] MusikAnimal: have you read through https://www.mediawiki.org/wiki/Manual:Interface/JavaScript#mw.config ? [22:00:25] legoktm: nice! Been looking for a page. I was searching through https://doc.wikimedia.org/mediawiki-core/master/js/ [22:00:40] https://www.mediawiki.org/wiki/ResourceLoader/Default_modules is an extremely useful page [22:47:52] hello [22:48:06] can someone help get to bag channel? [22:48:20] lbertolotti: sorry, what? [22:48:38] bag IRC channel [22:50:06] well [22:50:13] I need info on pywikibot [22:51:21] lbertolotti: #pywikibot , if the bot approval group is on irc, it'd be in #wikipedia-en, I presume. [23:02:01] valhallasw`cloud: actually it's #wikipedia-bag :) [23:16:31] csteipp: Hey Chris, did you see my ping about https://gerrit.wikimedia.org/r/#/c/181708/ ? [23:21:17] kaldari: Yeah... I'm a little swamped with stuff right now. Is there a diff from 0.15-0.18 anywhere, so I can just see what changed? [23:21:38] csteipp: I’ll see if I can come up with one for you [23:40:51] csteipp: emailed a link to the diff, as well as a list of the commits. It’s actually not too scary :)