[00:01:39] Function: UploadStash::stashFile/single-row [00:01:39] Error: 5 database is locked [00:01:42] 03(mod) Unreviewing sends a message to the page creator - 10https://bugzilla.wikimedia.org/40600 (10bsitu) [00:01:58] Reedy: that's what I get for doing a fistful of concurrent uploads with sqlite ;) [00:02:27] 03(mod) Upload Wizard progress meter/bar frequently shows "Finished" while uploads still in progress - 10https://bugzilla.wikimedia.org/37302 summary; +comment (10Andre Klapper) [00:05:46] hmm, one of the files has a description page but no actual upload ;) [00:06:07] probably the ' in the name [00:07:18] 03(mod) Catchable fatal error: Argument 1 passed to ApiParse::getSectionContent() must be an instance of Content, null given - 10https://bugzilla.wikimedia.org/41277 +comment (10Sumana Harihareswara) [00:07:34] 03(FIXED) Catchable fatal error: Argument 1 passed to ApiParse::getSectionContent() must be an instance of Content, null given - 10https://bugzilla.wikimedia.org/41277 (10Sam Reed (reedy)) [00:07:35] andre__: can you repro https://bugzilla.wikimedia.org/show_bug.cgi?id=41281 ? [00:08:05] wait the file is there :s [00:08:25] What is to reproduce? Visit the link, it's showing funny [00:08:33] Wait [00:08:39] Isn't this a dupe? [00:08:40] And/or bawolff? [00:08:47] sumanah: yes, compare the sizes on that page :) [00:09:41] andre__: I'm just not seeing it but who knows why. ok. High priority? blocker? [00:10:22] New patchset: MaxSem; "Initial version" [mediawiki/extensions/Solarium] (master) - https://gerrit.wikimedia.org/r/28863 [00:11:04] 03(mod) PDFs do not include superscript for chemical formulas ("Chem" tag) - 10https://bugzilla.wikimedia.org/40042 (10Sam Reed (reedy)) [00:11:25] sumanah: whoah, I got that ticket totally wrong when I read it earlier today. Let me try now... [00:11:51] 03(mod) Corrupted pdf has corrupted "size of this preview" - 10https://bugzilla.wikimedia.org/41281 (10Sam Reed (reedy)) [00:12:22] I'm sure that's a dupe [00:14:34] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/PdfHandler.git;a=commitdiff;h=7663952c3451c8fdef9cb6cbc5e9af63c1d93f6a [00:15:41] New patchset: MaxSem; "Revert MobileFrontend to rev before todays deployment" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29516 [00:16:16] Change merged: MaxSem; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29516 [00:17:23] thanks for the quick correction ^demon|away [00:17:54] anyone working on Narayam/WebFonts/Universal Language Selector here? [00:18:20] how bad is it to have "Developers", "Patch Contributors" and "Translators" untranslated? Am I going to wiki-hell for that?? [00:18:39] hey I was trying to create a mediawiki on my local machine and all I'm getting is a blank page when I try ot access it [00:19:19] before it said forbidden and so I changes some files permissions to 755 to see if it would work [00:19:24] hi there Sid-G [00:19:32] Sid-G: I'm not [00:19:42] Sid-G: but I think #mediawiki-i18n might be a better place to ask? [00:20:10] sumanah: if you're not seeing the bug I want to see it on your screen. just curious :) [00:21:59] sumanah: most of the i18n ppl hang out in here anyway, so I thought I'd ask here :) [00:23:49] 03(mod) Rendering of file-info-size message broken for a corrupted PDF - 10https://bugzilla.wikimedia.org/41281 summary; +comment (10Sumana Harihareswara) [00:24:08] !blankpage | hiyo [00:24:08] hiyo: A blank page or HTTP 500 error usually indicates a fatal PHP error. For information on debugging (including viewing errors), see . [00:24:46] andre__: I just learned about ?uselang=qqx today and I've already used it to help me understand a problem! [00:25:55] New patchset: Adamw; "Skip the banner list loading request" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28235 [00:26:57] sumanah: uh. Could have told you I guess, but thought you'd knew. It's pretty helpful for languages with interesting fonts. [00:27:28] New patchset: Reedy; "Add many more new extensions to the system tooo" [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/29520 [00:27:38] andre__: this is why a "share useful tips" thread is good every once in a while [00:27:58] git review is messing, again :( [00:28:25] oh no [00:28:35] what did it do this time [00:28:39] I have 5 patches pending for this tool :) [00:28:43] New patchset: Aaron Schulz; "Moved core Job classes under includes/job/jobs." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29521 [00:28:54] saper: It wants to push 3 changes to review... while I only did one [00:29:04] saper: blame Brooke. Xe can't defend xyrself atm. [00:29:05] but this time a 'git fetch gerrit' doesn't resolve it :/ [00:29:47] hoo: are those 3 commits independent or should this be one large? [00:30:01] (git log --oneline HEAD ^HEAD^^^^) [00:30:29] 8e211cd (HEAD, bug/40641) (bug 40641) Implement Special:Credits [00:30:31] that's what I want to submit [00:30:37] 3db1a69 (master) Merge branch 'master' of ssh://review/mediawiki/core [00:30:37] cec91de Minor action=info redirect changes [00:30:38] hoo: What are the other two? Is one of them a merge? [00:30:43] Yeah there you go [00:30:43] I have no idea baout those [00:30:49] First, run git pull --rebase [00:31:21] That should normalize the structure to get rid of the merge commit [00:31:27] "You asked me to pull without telling me which branch you" [00:31:30] Or.... wait you're not on master so that won't ... yeah [00:31:32] sorry [00:31:40] I ran "git pull gerrit master" earlier [00:31:42] Alright, so you're on bug/40641 [00:31:49] Run git rebase --onto gerrit/master HEAD~1 [00:32:16] Then once you've submitted and get back to master, run git reset --hard gerrit/master there. Otherwise you'll just keep running into the same problem [00:32:23] New patchset: Hoo man; "(bug 40641) Implement Special:Credits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29523 [00:32:28] :) [00:33:06] (The reason this happened is you had one of your own unmerged commit in your local master, then ran git pull, which created a merge commit to reconcile the fact that Gerrit's master didn't have that commit but yours did) [00:33:42] And then that merge commit doesn't have a Change-Id and it's all downhill from there [00:34:37] RoanKattouw: Yes, the master is 2 commits ahead of gerrit... but I don't know why, thos aren't mine [00:34:38] New patchset: Reedy; "Add many more new extensions to the system tooo" [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/29520 [00:34:51] Change merged: Reedy; [mediawiki/extensions] (master) - https://gerrit.wikimedia.org/r/29520 [00:35:58] hoo: git pull --rebase will get rid of the merge commits and make any "real" commits bubble up to the top [00:36:55] Indeed, yes... wierd [00:37:16] 03(mod) Links to COPYING and CREDITS on Special:Version should not trigger a download dialog - 10https://bugzilla.wikimedia.org/40641 +patch-in-gerrit; +comment (10Hoo man) [00:37:29] After that runs you should either be 1 ahead or 0 ahead; the latter can happen if the commit did end up getting merged at some later point in time [00:39:02] Indeed... thanks RoanKattouw :) [00:39:24] I have to push another patch set... copy and paste with Xming is still buggy... stupid Windows [00:41:04] New patchset: Hoo man; "(bug 40641) Implement Special:Credits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29523 [00:41:40] 03(mod) the green "reviewed" icon sometimes does not show upon page load - 10https://bugzilla.wikimedia.org/41279 +code-update-regression (10Andre Klapper) [00:43:09] I see that iAlex has been merging stuff by Krenair, hoo, MatmaRex, & Umherrirender, and more. I'd thank him but he isn't here [00:44:34] sumanah: He indeed did, yes... sadly not the AJAX patrolling, but still :) [00:45:45] hoo: well you could ask him to take a look at that, right? [00:45:47] Jenkins hung up again... anyone wants to kill https://integration.mediawiki.org/ci/job/MediaWiki-GIT-Fetching/6438/ ? [00:46:14] 03(mod) optimize globalimagelinks query - 10https://bugzilla.wikimedia.org/41283 +performance (10Sam Reed (reedy)) [00:46:48] kkilled [00:47:05] thanks, Reedy ;) [00:47:10] New patchset: MaxSem; "Initial version" [mediawiki/extensions/Solarium] (master) - https://gerrit.wikimedia.org/r/28863 [00:47:54] New review: Parent5446; "Why not do this for tearDown as well?" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/29506 [00:49:14] New review: Parent5446; "Why are we doing this? (I probably missed the email thread.) Also, there should probably be somethin..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/29467 [00:52:26] 03(mod) No IPv6 addresses on Wikimedia nameservers ns(0-2).wikimedia.org - 10https://bugzilla.wikimedia.org/41270 +comment (10Jasper Deng) [00:54:02] New patchset: Reedy; "(bug 41283) optimize globalimagelinks query" [mediawiki/extensions/GlobalUsage] (master) - https://gerrit.wikimedia.org/r/29524 [00:54:14] 03(mod) optimize globalimagelinks query - 10https://bugzilla.wikimedia.org/41283 +comment (10Sam Reed (reedy)) [00:54:28] New patchset: Hoo man; "(bug 40641) Implement Special:Credits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29523 [00:56:07] 03(mod) optimize globalimagelinks query - 10https://bugzilla.wikimedia.org/41283 +comment (10Sam Reed (reedy)) [00:56:09] New patchset: Hoo man; "(bug 40641) Implement Special:Credits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29523 [00:56:38] New review: Hoo man; "Addressed Parent5446's comments" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/29523 [00:56:57] New patchset: Mwjames; "SRF Pagewidget, only select :first-child" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/29525 [00:57:33] 03(mod) thumb.php fails to generate thumbnail of SVG images (gives HTML error as body) - 10https://bugzilla.wikimedia.org/41113 summary; +comment (10Aaron Schulz) [00:57:51] 03(mod) Moving files results in broken descriptions and deleted images - 10https://bugzilla.wikimedia.org/40927 (10Aaron Schulz) [00:59:48] Change merged: Mwjames; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/29525 [01:00:35] 03(mod) [Regression] Thumbnail cache should be invalidated on re-upload - 10https://bugzilla.wikimedia.org/31680 +comment (10Andre Klapper) [01:02:10] 03(mod) ?action=purge on the file description page no longer regenerates thumbnails - 10https://bugzilla.wikimedia.org/41130 04BLOCKER->04CRIT; summary; +comment (10Andre Klapper) [01:02:33] New review: Daniel Friesen; "Shouldn't be that hard to make this a subpage on Special:Version." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/29523 [01:02:35] New review: Reedy; "No on either account." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29467 [01:03:20] Reedy: https://integration.mediawiki.org/ci/job/MediaWiki-GIT-Fetching/6439/ Seems to hung up as well (Lint check usually only lasts seconds) [01:03:24] New review: Parent5446; "Sounds good to me, so long as it's not used anywhere." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/29467 [01:04:08] New review: Parent5446; "I disagree. I don't see how the list of contributors has anything to do with MediaWiki's version num..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/29523 [01:04:13] New review: Hoo man; "The question is, do we really want that... I consider that the better solution" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/29523 [01:05:38] Change merged: Mwalker; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28235 [01:07:03] 03(mod) merge wikivoyage channels during migration - 10https://bugzilla.wikimedia.org/41143 +comment (10Andre Klapper) [01:09:39] hoo: can you provide a screenshot of how Special:Credits looks with your improvements? [01:13:56] somethings up with jenkins [01:15:14] 03(mod) Extension:Auto Create Category Pages creates an abort with 1.17.0beta1 - 10https://bugzilla.wikimedia.org/29510 +comment (10Andre Klapper) [01:16:21] 03(mod) merge wikivoyage channels during migration - 10https://bugzilla.wikimedia.org/41143 +comment (10Snowolf) [01:16:24] New patchset: Ori.livneh; "PHP Scaffolding: modules, hooks, i18n + openTask" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/29437 [01:16:24] New patchset: Ori.livneh; "Initial commit of prototype JS library for logging/validation" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/29343 [01:16:48] andre__: if it's bugs for unsupported versions of mediawiki, just close them. Obligatory comment to say if still replicable on master etc [01:21:09] New patchset: Ori.livneh; "CSS: Remove dupe "line-height" & obsoleted "margin-bottom"" [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/29526 [01:21:34] New patchset: Alex Monk; "(bug 23821) Add an API module for locking/hiding global accounts" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/28836 [01:22:29] Reedy: I agree, but I prefer to set up a policy for that soon(TM) first (the "Grand Bug Management Documentation Plan", to never be finished ;) [01:23:26] 14(WFM) Extension:Auto Create Category Pages creates an abort with 1.17.0beta1 - 10https://bugzilla.wikimedia.org/29510 +comment (10Andre Klapper) [01:23:34] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10Ori Livneh) [01:32:36] finally sent the Google Code-In email to wikitech-l [01:32:50] andre__: I borrowed from your blog post :) [01:33:20] hah! you're welcome. [01:34:31] New patchset: Adamw; "DO NOT MERGE - 2-round-trip banner load" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29527 [01:35:32] New patchset: Adamw; "DO NOT MERGE - 2-round-trip banner load" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29527 [01:42:20] 03(mod) merge wikivoyage channels during migration - 10https://bugzilla.wikimedia.org/41143 +comment (10Krenair) [01:48:33] 03(WONTFIX) Mobile version link should be closer to top of page - 10https://bugzilla.wikimedia.org/30337 +comment (10Jon) [01:53:53] 03(NEW) "containing [foo]" search no longer triggers full-text search - 10https://bugzilla.wikimedia.org/41292 normal; MediaWiki: Search; (erik) [01:54:18] 03(mod) "containing [foo]" search no longer triggers full-text search - 10https://bugzilla.wikimedia.org/41292 (10Erik Moeller) [01:55:23] Reedy: any explanation for the error @ https://sco.wikipedia.org/w/index.php?title=Special:RecentChanges&limit=500&days=30? [01:55:53] This is https://bugzilla.wikimedia.org/show_bug.cgi?id=41258 [01:57:03] 03(mod) IIS File Not Found Issue due to permissions (problem identified) - 10https://bugzilla.wikimedia.org/35890 04BLOCKER->04CRIT; summary (10Andre Klapper) [01:58:36] Jasper_Deng: https://bugzilla.wikimedia.org/show_bug.cgi?id=37209 [02:11:33] ok, this is wierd. But anyone here know who Daniel Friesen is? [02:12:16] Ah. I need the license for http://www.mediawiki.org/wiki/MediaWiki:Gadget-Numerakri.js [02:12:51] Of course I'll need to ask Krinkle too, but what would you prefer? [02:13:01] DanielFriesen ? [02:13:35] Sid-G, All I did was show of tree walker usage... don't care, ask Krinkle [02:14:01] I typically drop MIT in things like that. [02:14:45] That's not even using one of my linearizing algorithms anyways [02:16:53] DanielFriesen: ok. Is MIT interchangeable with GPLv3 ? [02:17:37] * Sid-G is just curious [02:19:14] Also, any comments on http://hi.wikipedia.org/wiki/User:Siddhartha_Ghai/Numeral_converter.js will be welcome. Its based on ur code :) [02:19:42] Oh, and there's a default enabled gadget at hi-wp based on ur code too :D [02:20:28] Sid-G, MIT is permissive... it has no big restrictions... You can include MIT code in GPL programs easily. [02:20:58] ohkay :) [02:22:13] Sid-G, makes me think I should turn the dom walking stuff into a library and incorporate my linearizing code into it. [02:22:54] DanielFriesen: sounds great [02:30:21] 03(mod) thumb.php fails to generate thumbnail of SVG images (gives HTML error as body) - 10https://bugzilla.wikimedia.org/41113 +comment (10MZMcBride) [02:36:32] Cheers mediawiki-ers. [02:37:05] New review: Daniel Friesen; "Special:Version is not a version number." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/29523 [02:39:10] 03(mod) Links to COPYING and CREDITS on Special:Version should not trigger a download dialog - 10https://bugzilla.wikimedia.org/40641 +comment (10Daniel Friesen) [02:41:18] how do I begin to debug something such as "Fatal error: Call to undefined method CheckUser::getRequest()" [02:41:24] google turned up nothing [02:41:33] MW version? [02:42:10] 1.16.4 [02:42:37] What is the bug number for temporary groups? [02:43:14] wmat, Upgrade [02:43:29] DanielFriesen: do you have any experience with phpunit and MW? [02:43:38] DanielFriesen: yeah, I know, that's on my todo list :/ [02:43:46] daniel_renfro, Too busy. [02:43:54] DanielFriesen: I see your name frequently and thought I'd take a chance :) [02:44:29] wmat: Silly question, but have you made sure that the CheckUser extension is installed? It seems like something is using it. [02:44:38] wmat, You're very likely getting that error because you're running a version of CU using RequestContext in an old version of MW without it. [02:44:58] getRequest is part of request context sources [02:44:59] daniel_renfro: yes, I just installed it. But I did so from Git, which may be to new for my older MW version [02:45:16] 1.16 was obsolete ages ago [02:45:22] Yeah, I think DanielFriesen is right, things have changed somewhat from the 1.16 days [02:45:41] And it is open to a number of XSS vulnerabilities [02:45:51] ok, you've convinced me, I'll upgrade first [02:45:56] vvv: You mean assigning users to user groups temporarily? [02:45:58] Yep [02:46:32] vvv: I think you want . [02:46:39] "Setting a temporary usergroup (allow expiry of user rights via Special:UserRights form)" [02:46:53] Yes, this sounds like that... [02:47:07] Thank you [02:47:07] Anyone know how to write a unit test for a parser-function callback/extension? I at a loss here.... [02:48:38] Yeah, that's the bug. [02:48:46] There's an earlier bug from Sj, but Aryeh duped up. [02:49:07] Aryeh + Splarka... [02:49:23] I saw a bug with comments from Rob Church tonight as well. So many departed MediaWikians. [02:49:50] Nooo X-Chat Aqua doesn't like links in <>'s [02:50:00] That's the only problem you've discovered with it? [02:50:35] Brooke: yes, unfortunately [02:50:49] DanielFriesen: Hmm, and it's no longer supported. [02:50:49] But what I more like is that I often see more and more unfamiliar faces on Gerrit [02:50:58] I thought it went unsupported much longer ago. [02:51:14] Brooke, 1.16? [02:51:14] vvv: Yeah, there's a bit of fresh blood. [02:51:34] vvv: I commented on the talk page of "+2" that with more merging and a two-week deployment cycle, we're nearly there. [02:51:36] Then comes recruitment. [02:51:48] DanielFriesen: X-Chat Aqua [02:51:49] http://sourceforge.net/projects/xchataqua/ [02:51:57] > As of 2012-10-17, this project is no longer under active development. [02:52:06] Oh great... [02:52:07] > http://www.uplinklabs.net/projects/xchat-aqua/ [02:52:20] I don't have fond memories of it. [02:52:32] Have you tried Textual yet? [02:54:37] Brooke, looks like Linkinus [02:54:52] Textual looks promising; I'm getting annoyed with Colloquy. [02:56:17] Colloquy is great for really light use. [02:56:21] Like needing to jump on a network real quick. [02:56:31] I use MacIrssi, but it's no longer supported either. [02:56:34] The irssi backend is nice, though. [03:08:33] 03(mod) Syntactic diffs are being reported as semantic diffs - 10https://bugzilla.wikimedia.org/41222 (10ssastry) [03:40:00] 03(mod) Setting a temporary usergroup (allow expiry of user rights via Special:UserRights form) - 10https://bugzilla.wikimedia.org/10493 +comment (10Daniel Friesen) [03:50:13] 14(WFM) NewUserMessage extensions breaks login - 10https://bugzilla.wikimedia.org/33609 +comment (10Andre Klapper) [03:52:05] Change merged: Ori.livneh; [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/29458 [03:53:15] 14(WFM) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 (10Ori Livneh) [03:54:40] Change merged: Ori.livneh; [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/29526 [04:00:19] New patchset: Lockal; "Add Yandex Translation Helper support." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/29534 [04:11:13] Brooke, I use irssi as a bouncer [04:19:18] 03(NEW) Rewrite iOS Save Page functionality in native code - 10https://bugzilla.wikimedia.org/41293 normal; Wikipedia App: Save Article; (yuvipanda) [04:19:48] 03(mod) Rewrite iOS Save Page functionality in native code - 10https://bugzilla.wikimedia.org/41293 +comment (10Yuvi Panda) [04:21:47] New patchset: PleaseStand; "(bug 41292) Fix "containing..." search option" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29535 [04:25:42] 03(ASSIGNED) "containing [foo]" search no longer triggers full-text search - 10https://bugzilla.wikimedia.org/41292 +patch-in-gerrit; +comment (10PleaseStand) [04:29:33] New review: Parent5446; "In that case Special:Version should instead be renamed to something more relevant, rather than makin..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/29523 [04:30:33] New patchset: Santhosh; "Simplify the preference system" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/29311 [04:33:02] New review: Daniel Friesen; "jQuery's $(..., {}) syntax uses method names in addition to attributes so val was quite fine. But ye..." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/29535 [04:38:42] New review: Daniel Friesen; "This doesn't make the misnomer any worse. Special:Version in fact already contains credits." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/29523 [04:38:44] 03(NEW) Special:SpecialPages displaying erroneous entries - 10https://bugzilla.wikimedia.org/41294 normal; Wikimedia: General/Unknown; (jasper) [04:51:53] 03(mod) Special:SpecialPages displaying erroneous entries - 10https://bugzilla.wikimedia.org/41294 +comment (10PleaseStand) [05:02:16] Would anyone/anything in mw mind if a userscript produced a fake! preference in the preference page using js? [05:04:51] 03(mod) Avatar upload bug - 10https://bugzilla.wikimedia.org/34018 +comment (10Andre Klapper) [05:09:18] 03(ASSIGNED) Special:SpecialPages displaying erroneous entries - 10https://bugzilla.wikimedia.org/41294 (10PleaseStand) [05:09:35] 03(mod) Special:SpecialPages displaying erroneous entries - 10https://bugzilla.wikimedia.org/41294 (10PleaseStand) [05:09:52] New patchset: Tim Starling; "Fix SpecialPage::isRestricted()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29536 [05:12:29] Change merged: Tim Starling; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29536 [05:15:19] New patchset: Tim Starling; "Fix SpecialPage::isRestricted()" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29537 [05:15:42] 03(mod) Gerrit can be bypassed obscuring code changes - 10https://bugzilla.wikimedia.org/36927 04BLOCKER->major; +comment (10Andre Klapper) [05:15:47] Change merged: Tim Starling; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29537 [05:16:03] hopefully that bug can be marked as fixed [05:16:17] New patchset: Santhosh; "Input method integration with ULS" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28500 [05:16:17] New patchset: Santhosh; "Make the setting item toggle on click" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28499 [05:16:52] New review: Santhosh; "This is still in development" [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28500 [05:21:59] 03(FIXED) Special:SpecialPages displaying erroneous entries - 10https://bugzilla.wikimedia.org/41294 +comment (10Tim Starling) [05:25:03] 03(mod) Special:SpecialPages displaying erroneous entries - 10https://bugzilla.wikimedia.org/41294 +comment (10PleaseStand) [05:25:32] 03(mod) Request for enabling new typing scheme for Odia - 10https://bugzilla.wikimedia.org/40913 +comment (10Santhosh Thottingal) [05:32:54] 03(mod) Request for enabling new typing scheme for Odia - 10https://bugzilla.wikimedia.org/40913 +comment (10Subhashish Panigrahi) [05:41:57] ...we need a header in our footer [05:49:45] 03(mod) Deploy wikidata.org with the Wikidata repository - 10https://bugzilla.wikimedia.org/40000 (10Lydia Pintscher) [05:56:31] New review: jan; "You should check the "token"-parameter" [mediawiki/extensions/CentralAuth] (master) C: -1; - https://gerrit.wikimedia.org/r/28836 [05:57:07] New review: jan; "You should add a edit token." [mediawiki/extensions/CentralAuth] (master) C: -1; - https://gerrit.wikimedia.org/r/28902 [06:03:34] New review: Siebrand; "Per Daniel. Unneeded bloat." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/29523 [06:24:23] Change merged: Krinkle; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29535 [06:24:54] 03(FIXED) "containing [foo]" search no longer triggers full-text search - 10https://bugzilla.wikimedia.org/41292 -patch-in-gerrit +code-update-regression (10Krinkle) [06:25:14] 03(mod) [Regression] "containing [foo]" search no longer triggers full-text search - 10https://bugzilla.wikimedia.org/41292 summary (10Krinkle) [06:28:20] New patchset: Krinkle; "Fix warnings and enforce conventions in ContentHandler tests." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28794 [06:29:15] New patchset: Krinkle; "(bug 41292) Fix "containing..." search option" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/29538 [06:29:59] 03(mod) [Regression] "containing [foo]" search no longer triggers full-text search - 10https://bugzilla.wikimedia.org/41292 normal->major; +comment (10Krinkle) [06:30:08] New review: Krinkle; "Merged from master." [mediawiki/core] (REL1_20); V: 1 C: 2; - https://gerrit.wikimedia.org/r/29538 [06:30:09] Change merged: Krinkle; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/29538 [06:31:41] New patchset: Krinkle; "(bug 41292) Fix "containing..." search option" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29539 [06:32:15] New review: Krinkle; "Merged from master." [mediawiki/core] (wmf/1.21wmf2); V: 1 C: 2; - https://gerrit.wikimedia.org/r/29539 [06:32:16] Change merged: Krinkle; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29539 [06:32:58] New patchset: Krinkle; "(bug 41292) Fix "containing..." search option" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/29540 [06:33:30] New review: Krinkle; "Merged from master." [mediawiki/core] (wmf/1.21wmf1); V: 1 C: 2; - https://gerrit.wikimedia.org/r/29540 [06:33:31] Change merged: Krinkle; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/29540 [06:34:43] 03(mod) VisualEditor: Implement keyboard command registry - 10https://bugzilla.wikimedia.org/40896 +comment (10Krinkle) [06:36:28] Krinkle|detached: hey, u here? [06:37:14] I am [06:44:50] Krinkle: I need the license for http://www.mediawiki.org/wiki/MediaWiki:Gadget-Numerakri.js [06:45:18] What do you mean by you "need the license" ? [06:45:25] Krinkle: I'm working on http://hi.wikipedia.org/wiki/User:Siddhartha_Ghai/Numeral_converter.js based on that code [06:45:33] "Text is available under the Creative Commons Attribution/Share-Alike License; additional terms may apply. See Terms of use for details." [06:45:39] hehehe [06:45:45] Dantman said MIT [06:45:53] authors Timo Tijhof, Daniel Friesen [06:46:05] by saving on the wiki Daniel and I agreed to CC-BY-SA [06:46:27] Sid-G: Sure, I'l multi-license under MIT as well [06:46:30] ...not that that's a good thing [06:47:36] ok. So this is all CC-BY-SA 3.0 now [06:47:38] Sid-G: https://www.mediawiki.org/w/index.php?title=MediaWiki%3AGadget-Numerakri.js&diff=596478&oldid=558756 [06:47:52] Whatever you like [06:48:06] Krinkle: DanielFriesen: Could you guys have a look at the new code and suggest improvements? [06:48:31] Krinkle, I'm starting to think I should write a library for full dom tree walking... [06:48:54] DanielFriesen: Didn't W3 already do that and then make browsers implement it natively :P ? [06:49:28] Krinkle, ;) but you still need that condition for browsers without it [06:49:40] And you end up repeating it in multiple scripts [06:49:59] I'd say the way we did it in Numerakri is pretty darn nice [06:50:08] And most of them don't make use of any linearizing techniques to avoid recursive stacks [06:50:45] fallback: 8 lines-of-code; modern: 4 lines of code; fallback+modern+switch: 16 lines of code [06:50:50] that's very slim [06:51:19] slim is good? [06:51:22] Yes [06:51:33] :D [06:51:33] DRY is nicer ;) [06:51:33] slim = thin, small, short [06:51:38] 03(mod) Gerrit can be bypassed obscuring code changes - 10https://bugzilla.wikimedia.org/36927 +comment (10Niklas Laxström) [06:51:50] I'd say repeating that is cheaper/better than some dependency that needs to maintain an API [06:52:16] ^_^ but it's non-linear [06:52:22] so make it linear :P [06:52:38] ...then the other scripts won't be linear [06:52:58] And all the improvements and slightly larger code will be copied and copied and copied [06:52:59] well, if there'd be a lib, tthe other scripts would be using the old version [06:53:02] same problem [06:53:25] ;) not if it's part of core... it just gets upgraded [06:53:32] sure [06:53:46] but that takes time [06:53:47] I;m thinking of changing the UI to be a fake! preference in Special:Preferences (added thru js) and making this a userscript at commons (hopefully a gadget too); after adding all possibly needed numeral systems that is. Comments? [06:53:54] and it'd be yet another thing to maintain [06:53:58] anyway, do as you please. We'll see. [06:54:17] Sid-G: Preferences do not allow javascript for security reasons [06:54:31] can't touch that [06:54:57] ;) try running that script over a deep enough dom with a browser without TreeWalker [06:55:12] hmm, but a narayam-like menu would be too intrusive [06:55:24] and an option in the sidebar probably invisible to most [06:55:39] no need to push a linear walk, we all know its faster. I'm merely saying I wouldn't recommend centralising such a simple abstraction. [06:57:06] Krinkle, Oh no... not faster... ;) if you run the current walk technique it'll get a stack overflow and fatal out completely... [06:59:05] Btw Krinkle, on prefs it's not exactly a security feature... it's more so that if you change preferences, make a broken userscript, enable a bad gadget, etc... you can actually still access your preferences to fix it. [06:59:17] uh, does this mean the script may fail on really big wiki pages (like en's helpdesk archive or something)? [06:59:29] Not big, deep [06:59:57] DanielFriesen: yes, which overlaps witrh security. [07:00:05] yeah, big archives can normally be deep; with those show/hide kinda templates putting in more n more elements [07:00:07] ie: .... [07:00:46] any risk of fatalities happening on wiki pages? [07:00:48] Each level of depth triggers one recursive function call... So if you create a depth slightly larger than then stack limit it will fatal out. [07:01:07] ;) not normally, but it's still nice to fix [07:01:35] Krinkle, protecting passwords and prefs? [07:01:56] uh, which http://en.wikipedia.org/wiki/Stack are we talking about? [07:02:18] http://en.wikipedia.org/wiki/Call_stack ? [07:03:12] Sid-G, basically, more specially https://en.wikipedia.org/wiki/Stack_overflow [07:03:39] * Sid-G looks [07:09:17] New patchset: Raimond Spekking; "Fix typo" [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/29542 [07:14:50] New patchset: Raimond Spekking; "Consistency tweak "email" -> "e-mail"" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29543 [07:32:34] 03(mod) Gerrit can be bypassed obscuring code changes - 10https://bugzilla.wikimedia.org/36927 major->04BLOCKER; +comment (10Nemo_bis) [07:42:43] 03(mod) Gerrit can be bypassed obscuring code changes - 10https://bugzilla.wikimedia.org/36927 +comment (10Raimond Spekking) [07:53:06] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/25473 [08:00:05] 03(mod) merge wikivoyage channels during migration - 10https://bugzilla.wikimedia.org/41143 +comment (10Peter Symonds) [08:00:17] 03(mod) Wikimedia Shop is only available in English - 10https://bugzilla.wikimedia.org/37797 +comment (10Nemo_bis) [08:02:50] hey hey! [08:03:09] can I somehow make mediawiki show what extensions I've got activated? [08:03:30] go to special:version [08:04:14] Nikerabbit: <3 <3, thx [08:04:53] hm. how odd. my pdfexport-extension isn't loaded. [08:06:24] 03(mod) Feature Request for improved header/footer management - 10https://bugzilla.wikimedia.org/6729 +comment (10Daniel Friesen) [08:09:21] ah, helps if you load it :) [08:10:10] 03(NEW) Galician date and time localization - 10https://bugzilla.wikimedia.org/41295 minor; MediaWiki: Internationalization; (toli.galipedia) [08:11:01] 03(mod) Galician date and time localization - 10https://bugzilla.wikimedia.org/41295 (10Toliño) [08:13:21] 03(mod) Translation for Portal namespaces in Galician - 10https://bugzilla.wikimedia.org/41213 +comment (10Toliño) [08:14:04] 03(mod) Fallback language suggestions in search - 10https://bugzilla.wikimedia.org/38121 (10Toliño) [08:14:34] hellop [08:14:49] can anyone help with upgrade problem? [08:15:28] call to undefined function "MediaWiki::run()" [08:15:38] error is this [08:15:47] can not access mediawiki [08:15:57] i need urgent help [08:16:24] :(( [08:16:29] please help :( [08:18:36] 03(NEW) Footer does not have an assistive header - 10https://bugzilla.wikimedia.org/41296 normal; MediaWiki: Interface; (mediawiki-bugs) [08:18:44] ANYONE? [08:18:48] 03(mod) Footer does not have an assistive header - 10https://bugzilla.wikimedia.org/41296 +accessibility (10Daniel Friesen) [08:18:52] PLEASE HELP [08:19:06] THIS IS URGENT :( [08:19:12] SITE BROKE DOWN :( [08:19:40] SOMEONE HELOP PLEASE :( [08:19:47] CALL TO UNDEFINED FUNCTION RUN [08:20:22] WHO ARE ALL THEZ PEOPLE ANYWAY [08:20:22] ? [08:20:27] WHAT ARE YOU GUYS DOING? [08:20:36] :) [08:20:43] GR8! [08:22:27] 03(mod) Section editing: In case of edit conflict, textarea now only shows section you edited → accidential content deleting - 10https://bugzilla.wikimedia.org/41280 (10Aude) [08:27:03] upgrader? [08:27:17] 03(NEW) MediaWiki's assistive headers are broken in modern browsers - 10https://bugzilla.wikimedia.org/41297 normal; MediaWiki: Interface; (mediawiki-bugs) [08:27:23] 03(mod) MediaWiki's assistive headers are broken in modern browsers - 10https://bugzilla.wikimedia.org/41297 +accessibility (10Daniel Friesen) [08:27:24] to which versions did you upgrade? [08:27:29] did you copy all the files? [08:27:59] looks like a mixture of old and new files [08:28:40] andm by the way, the people on US time won't be magically awaken if you use caps [08:30:31] 03(mod) MediaWiki's assistive headers are broken in modern browsers - 10https://bugzilla.wikimedia.org/41297 +comment (10Platonides) [08:38:01] New patchset: J; "add mw.isAndroid40 and mw.isMobileChrome" [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/29544 [08:38:36] Change merged: J; [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/29544 [08:41:35] 03(mod) MediaWiki's assistive headers are broken in modern browsers - 10https://bugzilla.wikimedia.org/41297 +comment (10Daniel Friesen) [08:44:05] New patchset: J; "Bug 40808 - Insert default values for all fields" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/29545 [08:46:11] Platonides, I hereby humorously demand that you refer to it as "North American time". [09:00:05] anyone from wikidata team around ? [09:06:49] Krinkle|detached: Did it get slimmer? http://hi.wikipedia.org/wiki/User:Siddhartha_Ghai/Numeral_converter.js [09:08:04] Where do I find custom.css? [09:08:10] DanielFriesen: Same q :) [09:08:32] crocket: Do you mean that page in your wiki? [09:08:38] crocket, no such thing [09:09:06] MediaWiki:Common.css ? [09:09:38] crocket: If you know that, why do you ask? [09:10:16] crocket: that's the name of the css page on your wiki (if you're looking where to find it) [09:10:57] We need to move that stuff out of i18n and into real special pages... [09:11:19] That said all site scripts/styles should eventually become something similar to gadgets [09:11:53] tale : sorry [09:14:51] 03(mod) Gerrit can be bypassed obscuring code changes - 10https://bugzilla.wikimedia.org/36927 +comment (10Siebrand) [09:16:42] 03(NEW) Wikidata merge mistakes - 10https://bugzilla.wikimedia.org/41298 normal; MediaWiki: General/Unknown; (hartman.wiki) [09:17:08] Danwe_WMDE: ^^ [09:18:56] 03(mod) Wikimedia Shop is only available in English - 10https://bugzilla.wikimedia.org/37797 +comment (10Siebrand) [09:19:38] 03(mod) Translation for Portal namespaces in Galician - 10https://bugzilla.wikimedia.org/41213 (10Siebrand) [09:20:50] 03(mod) Translation for Portal namespaces in Galician - 10https://bugzilla.wikimedia.org/41213 +comment (10Siebrand) [09:22:02] Change merged: Siebrand; [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/29542 [09:22:26] Change merged: Siebrand; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29543 [09:27:24] 03(mod) Wikidata merge mistakes - 10https://bugzilla.wikimedia.org/41298 (10Derk-Jan Hartman) [09:34:52] New review: John Erling Blad; "Only smaller changes, merging this" [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/29284 [09:34:53] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/29284 [09:36:29] New patchset: Raimond Spekking; "Re-add extensions after transferred from SVN to Git" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29550 [09:36:29] New patchset: Raimond Spekking; "Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/translatewiki" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29551 [09:37:47] New patchset: Raimond Spekking; "Re-add extensions after transferred from SVN to Git" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29551 [09:38:16] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/29550 [09:44:00] hallo, I am usingi mw, to develop some projects. I would like to have a page collecting a progress status for all different project pages. Is that possible, in a way that is linked auto*magically do project pages? [09:44:17] New patchset: John Erling Blad; "Changes to use variant length prefixes and fragments" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/28527 [09:44:24] to* project pages* [09:52:39] where can I find which numerals mediawiki uses for which language by default? [09:54:11] 03(mod) Please upload a video file to Wikimedia Commons - 10https://bugzilla.wikimedia.org/41271 +comment (10Jeanne Menjoulet) [09:54:15] New patchset: Aude; "fix bug 41280, show correct content when displaying edit conflicts" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29552 [09:54:44] 03(mod) Please upload a video file to Wikimedia Commons - 10https://bugzilla.wikimedia.org/41271 +comment (10Jeanne Menjoulet) [09:54:47] 03(mod) Section editing: In case of edit conflict, textarea now only shows section you edited → accidential content deleting - 10https://bugzilla.wikimedia.org/41280 +comment (10Aude) [10:08:47] New patchset: Raimond Spekking; "Consistency tweak: Mp4 -> MP4" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/29553 [10:11:26] New patchset: Raimond Spekking; "[TimedMediaHandler] Add new optional keys" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29554 [10:13:45] Change abandoned: Raimond Spekking; "my fault" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29551 [10:17:57] 03(mod) Prefix search over all labels and aliases (5) - 10https://bugzilla.wikimedia.org/40391 (10jeblad) [10:22:24] where can I find which numerals mediawiki uses for which language by default? [10:24:05] Sid-G: it's a bit complicated because of language fallbacks [10:24:35] https://commons.wikimedia.org/wiki/File:MediaWiki_fallback_chains.png [10:24:50] other than that the data is specified in languages/messages/MessagesXXx.php [10:25:16] 03(mod) FEATURE REQUEST: Per Entry Question/FAQ/Want-to-Know so readers could ask/influence contributors - 10https://bugzilla.wikimedia.org/12156 +comment (10Stefan Rickli) [10:25:29] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/29553 [10:26:24] New review: Daniel Werner; "I believe the text put in the text-box now is the wrong one. Shouldn't it be YOUR text, merged with ..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/29552 [10:27:03] New patchset: J; "remove trailing whitespace" [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/29555 [10:27:23] Nikerabbit: ok, so its the $digitTransformTable by default [10:28:01] New patchset: J; "remove trailing whitespace" [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/29556 [10:28:16] hallo, I am usingi mw, to develop some projects. I would like to have a page collecting a progress status for all different project pages. Is that possible, in a way that is linked auto*magically to project pages? [10:28:54] like list of projects status, connected dinamically to project status section of each project page [10:28:56] New review: Daniel Werner; "Sorry, got it all wrong, YOUR text is in the bottom box :) Confusing interface." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/29552 [10:30:04] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/29555 [10:31:00] Change merged: J; [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/29556 [10:34:23] 03(mod) Prefix search over all labels and aliases (5) - 10https://bugzilla.wikimedia.org/40391 (10jeblad) [10:35:59] Sid-G: yeah [10:37:19] Nikerabbit: so what's the fallback chart? [10:37:39] if it is not defined for a language, it is taken from the fallback language [10:38:20] ah, I get it now [10:38:46] and the fallback may take multiple times [10:39:43] Change restored: Raimond Spekking; "Another try" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29551 [10:41:22] Change abandoned: Raimond Spekking; "again" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29551 [10:42:13] 03(mod) Wikidata merge mistakes - 10https://bugzilla.wikimedia.org/41298 (10Aude) [10:42:13] New patchset: Raimond Spekking; "[TimedMediaHandler] Add new optional keys" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29554 [10:42:48] Sid-G: yeah kind of, though it is not recursive [10:42:58] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/29554 [10:43:35] Nikerabbit: https://github.com/mediawiki/core/blob/master/languages/messages/MessagesAeb.php doesn't have either transform table or the name of the fallback language. ?!? [10:45:36] New patchset: Matthias Mullie; "code maintenance" [mediawiki/extensions/CustomData] (master) - https://gerrit.wikimedia.org/r/28373 [10:46:27] Sid-G: then it uses english as fallback [10:46:27] Nikerabbit: so how're the numerals determined in such cases? [10:46:59] so its the standard numerals if there's no transform table or fallback lang specified in those files? [10:51:00] uh, if there's two fallbacks? [10:51:54] like $fallback = 'gsw, de'; [10:52:00] as in Als [11:01:22] New patchset: jan; "Add types to LogFormatter" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29279 [11:02:30] Change merged: Siebrand; [mediawiki/extensions/DoubleWiki] (master) - https://gerrit.wikimedia.org/r/12883 [11:04:08] New patchset: Siebrand; "(bug 39681) HTML5 compliant Babel code." [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/21567 [11:05:31] New patchset: jan; "Add types to LogFormatter" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29279 [11:10:20] 03(mod) OOM while thumbnailing huge progressive / interlaced JPEGs - 10https://bugzilla.wikimedia.org/17645 +comment (10Nemo_bis) [11:12:26] 03(mod) OOM while thumbnailing huge progressive / interlaced JPEGs - 10https://bugzilla.wikimedia.org/17645 +comment (10Nemo_bis) [11:13:04] 03(mod) OOM while thumbnailing huge progressive / interlaced JPEGs - 10https://bugzilla.wikimedia.org/17645 (10Nemo_bis) [11:15:17] New patchset: Henning Snater; "QUnit test for template provider" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/29557 [11:16:03] New patchset: Matthias Mullie; "code maintenance" [mediawiki/extensions/CustomData] (master) - https://gerrit.wikimedia.org/r/28373 [11:16:34] New patchset: Matthias Mullie; "maintenance" [mediawiki/extensions/Insider] (master) - https://gerrit.wikimedia.org/r/28510 [11:17:01] New patchset: Matthias Mullie; "maintenance" [mediawiki/extensions/RelatedSites] (master) - https://gerrit.wikimedia.org/r/28557 [11:17:25] New patchset: Matthias Mullie; "maintenance" [mediawiki/extensions/RelatedArticles] (master) - https://gerrit.wikimedia.org/r/28523 [11:21:37] 03(NEW) Cleanup Math-related code from core - 10https://bugzilla.wikimedia.org/41299 normal; MediaWiki: General/Unknown; (liangent) [11:21:52] MediaWiki!!! [11:22:49] New review: Siebrand; "I could see some minor display changes. Still, okay. Thanks!" [mediawiki/extensions/Babel] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/21567 [11:22:49] Change merged: Siebrand; [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/21567 [11:25:56] New patchset: Matthias Mullie; "Move GeoMath & SlippyMap into MapSources" [mediawiki/extensions/MapSources] (master) - https://gerrit.wikimedia.org/r/28348 [11:26:12] New review: Nikerabbit; "Storing message keys as parameters sounds like a rare use case. I imagined there would be types like..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29279 [11:27:43] New review: Matthias Mullie; "So, any other proposal? :)" [mediawiki/extensions/SiteMatrix] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28241 [11:31:16] 03(mod) Prefix search over all labels and aliases (5) - 10https://bugzilla.wikimedia.org/40391 (10jeblad) [11:31:45] New patchset: Matthias Mullie; "Tidying extension" [mediawiki/extensions/RelatedSites] (master) - https://gerrit.wikimedia.org/r/28360 [11:32:11] Change merged: Matthias Mullie; [mediawiki/extensions/RelatedSites] (master) - https://gerrit.wikimedia.org/r/28360 [11:33:48] Change merged: Freakolowsky; [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/26941 [11:35:52] New patchset: Matthias Mullie; "maintenance" [mediawiki/extensions/RelatedSites] (master) - https://gerrit.wikimedia.org/r/28557 [11:37:09] New review: Freakolowsky; "not sure if ResourceLoader takes care of it but "0px" in css can just be "0" ... reducing the size o..." [mediawiki/extensions/ConventionExtension] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/26938 [11:37:09] Change merged: Freakolowsky; [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/26938 [11:38:07] New patchset: Matthias Mullie; "maintenance" [mediawiki/extensions/RelatedArticles] (master) - https://gerrit.wikimedia.org/r/28523 [11:43:25] New patchset: John Erling Blad; "(Bug 40392) First commit of wbsearchentities [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/29558 [11:45:24] 03(FIXED) Gerrit can be bypassed obscuring code changes - 10https://bugzilla.wikimedia.org/36927 +comment (10Chad H.) [11:50:58] 03(mod) Auto-generated documentation for JavaScript code based on already existing doxygen comments - 10https://bugzilla.wikimedia.org/40657 +comment (10Anja Jentzsch) [11:52:00] 03(mod) Timeout when trying to move a translatable page - 10https://bugzilla.wikimedia.org/41138 +comment (10Niklas Laxström) [11:53:08] New patchset: John Erling Blad; "(Bug 40392) First commit of wbsearchentities [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/29558 [11:53:58] New patchset: John Erling Blad; "(Bug 40392) First commit of wbsearchentities [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/29558 [11:54:40] New patchset: Liangent; "Localize parentheses in Linker::formatTemplates()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29559 [11:54:45] New patchset: J; "Bug 37036 Black frame in UploadWizard" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/29560 [11:55:51] New patchset: Chughakshay16; "Major Improvements in Author Registration process" [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/26952 [11:55:54] Is there any way to bulk delete users and pages? I've been googling like mad and I can't find any way to just get a list of users and check all i want to delete and then just press a button. I did find one for pages that's called Nuke, BUT it will only do this for recent changes. Is there a similar extension that can do it for ALL pages? Basically, I just want one huge list for users and one for pages with checkbox and the ability to delete pages a [11:55:54] nd delete/block users. [11:56:09] It shouldn't really be an unique need :) [11:58:05] 03(NEW) Continue editing link is missing - 10https://bugzilla.wikimedia.org/41300 normal; MediaWiki: ContentHandler; (aude.wiki) [11:58:54] New patchset: Aude; "fix bug 41300, restore the continue-editing bit of the edit page preview note" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29561 [11:59:29] 03(mod) Continue editing link is missing - 10https://bugzilla.wikimedia.org/41300 +comment (10Aude) [12:02:02] Change merged: Freakolowsky; [mediawiki/extensions/ConventionExtension] (master) - https://gerrit.wikimedia.org/r/26952 [12:02:21] New patchset: Jens Ohlig; "New function getFromTerm that searches over both aliases and labels." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/25006 [12:04:00] New patchset: Nikerabbit; "Update doxygen.conf" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29562 [12:04:10] No one? [12:06:15] g nickserv identify Screensh0t [12:06:39] * Cypherous makes mental note to kill IRC client [12:06:49] So :P [12:07:18] I'm trying to find an alternative to the Farmer extension as it seems a bit.... broken [12:07:47] Anyone know of something that does a similar job to this extension but actually works and doesn't require me to have extensive PHP knowledge :) [12:08:26] New patchset: Jens Ohlig; "New function getFromTerm that searches over both aliases and labels." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/25006 [12:09:17] New patchset: Siebrand; "Update HTML5 compliance." [mediawiki/extensions/ContributionScores] (master) - https://gerrit.wikimedia.org/r/29563 [12:11:38] If not i'll just have to look at setting up multiple installs of the software and adminning them individually [12:16:19] New review: Siebrand; "Thanks, Amir." [mediawiki/extensions/ContributionScores] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/29563 [12:16:19] Change merged: Siebrand; [mediawiki/extensions/ContributionScores] (master) - https://gerrit.wikimedia.org/r/29563 [12:20:09] 03(mod) Section editing: In case of edit conflict, textarea now only shows section you edited → accidential content deleting - 10https://bugzilla.wikimedia.org/41280 +comment (10Aude) [12:20:37] 03(mod) Thumbnail missing on upload of video - 10https://bugzilla.wikimedia.org/37036 +comment (10Jan Gerber) [12:22:10] 03(mod) Revision::getContentInternal() is not handling text load failure properly - 10https://bugzilla.wikimedia.org/41244 +comment (10Jeroen De Dauw) [12:47:36] New patchset: Santhosh; "Input method integration with ULS" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28500 [12:47:59] 03(NEW) wbcreateclaim could/should subclass from ApiModifyEntity - 10https://bugzilla.wikimedia.org/41301 normal; MediaWiki extensions: WikidataRepo; (jeblad) [12:48:26] New review: Amire80; "The code looks OK, but not tested yet. And see the comments." [mediawiki/extensions/Translate] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/29534 [12:51:29] 03(NEW) wbcreateclaim needs tests - 10https://bugzilla.wikimedia.org/41302 normal; MediaWiki extensions: WikidataRepo; (jeblad) [12:53:21] 03(mod) Revision::getContentInternal() is not handling text load failure properly - 10https://bugzilla.wikimedia.org/41244 +comment (10Liangent) [12:54:54] Change merged: Jeroen De Dauw; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/28934 [12:56:52] 03(mod) Revision::getContentInternal() is not handling text load failure properly - 10https://bugzilla.wikimedia.org/41244 +comment (10Liangent) [13:12:15] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/29562 [13:16:53] New patchset: Matthias Mullie; "Bug 40672 - Abuse filter: Increase 5% limit to allow filtering for very short posts" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29569 [13:18:43] New patchset: Matthias Mullie; "Bug 40672 - Abuse filter: Increase 5% limit to allow filtering for very short posts" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/29570 [13:23:15] hello, i am trying to follow this http://www.mediawiki.org/wiki/Manual:Short_URL/Apache guide with 1.19.2 but i believe i am doing wrong or this guide is outdated. For example i see this wiki2/$1/images/8/83/Cc-by-nc-sa-3.0.png [13:23:34] as a 404 prefixed by my url, that is probably not right [13:27:19] 03(mod) Abuse filter: Increase 5% limit to allow filtering for very short posts - 10https://bugzilla.wikimedia.org/40672 +comment (10Matthias Mullie) [13:30:23] more importantly i don't think it's in the rewrite rules, i set $wgScriptPath = "w2"; $wgArticlePath = "/wiki2/$1"; and i see URLs entering the rewrite engine with /wiki2/w2/something, so i assume that combination is wrong. How would it be right? [13:35:28] New patchset: Raimond Spekking; "Re-add extensions after transferred from SVN to Git" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29573 [13:36:21] 03(mod) Gerrit can be bypassed obscuring code changes - 10https://bugzilla.wikimedia.org/36927 +comment (10Siebrand) [13:36:28] New patchset: Liangent; "Localize parentheses in Linker::formatTemplates()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29559 [13:50:50] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/29573 [13:54:12] 03(mod) Seeking in video files (range requests) does not work - 10https://bugzilla.wikimedia.org/40779 +comment (10Mark Bergsma) [13:54:35] New review: Santhosh; "This is ready for review now. There might be some missing workflows or UI/UX. But that need not be i..." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28500 [13:57:30] 03(mod) Make $wgAccountCreationThrottle effective on SUL - 10https://bugzilla.wikimedia.org/41284 summary (10Sam Reed (reedy)) [13:59:25] New patchset: J; "sync mediawiki.client.js with upstream" [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/29574 [14:00:32] New patchset: Nikerabbit; "Various optimizations and fixes for bug 41035 (proofreading OOM)" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/29575 [14:07:34] New review: Nikerabbit; "Found a bug in this" [mediawiki/extensions/Translate] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/29575 [14:08:00] New patchset: Siebrand; "Add type hints and update code formatting." [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/29577 [14:08:00] New patchset: Siebrand; "Updates suggested by JSHint." [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/29578 [14:08:01] New patchset: Siebrand; "HTML compliance: Use instead of " [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/29579 [14:08:22] Change merged: Siebrand; [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/29577 [14:08:29] Change merged: Siebrand; [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/29578 [14:08:39] Change merged: Siebrand; [mediawiki/extensions/CleanChanges] (master) - https://gerrit.wikimedia.org/r/29579 [14:09:45] New patchset: Raimond Spekking; "[DynamicPageList] Disabled, superseeded by intersection extension" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29580 [14:10:05] New patchset: Nikerabbit; "Various optimizations and fixes for bug 41035 (proofreading OOM)" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/29575 [14:10:06] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/29580 [14:12:26] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/29575 [14:15:05] 03(FIXED) task acceptqueue on Special:Translate out of memory - 10https://bugzilla.wikimedia.org/41035 +comment (10Siebrand) [14:24:10] hey hey! [14:24:31] I'm having a weird.. behavior on my wiki atm [14:24:51] 03(NEW) TextContent expects a string in the constructor. - 10https://bugzilla.wikimedia.org/41303 normal; MediaWiki: ContentHandler; (sam) [14:24:54] I just created a namespace by adding two lines in LocalSettings.php: [14:25:47] $wgExtraNamespaces[102] = "[Mjaü]"; [14:26:00] and on just like it but with 103 and _discussion [14:26:47] now, I go to my wiki, and create a link in the namespace, but.. when I check my mainpage, the link is red (but the link works) [14:26:52] anyone got an idea? [14:26:54] New patchset: Lockal; "Add Yandex Translation Helper support." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/29534 [14:27:02] New patchset: Reedy; "Update PostEdit to master" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/29581 [14:27:15] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/29581 [14:29:34] 03(mod) /w/api.php Exception from line 104 of /www/translatewiki.net/w/includes/WikiPage.php: Invalid or virtual namespace -1 given. - 10https://bugzilla.wikimedia.org/41168 normal->major; +comment (10Sam Reed (reedy)) [14:29:44] well that was odd. [14:30:04] I tried changing the namespace number, still red, changed back, now it's blue. [14:30:26] oh well, I guess I'll just chalk it up to sun storms. [14:37:24] 03(NEW) Please set X-Content-Duration on OGG Video files - 10https://bugzilla.wikimedia.org/41304 normal; MediaWiki: File management; (faidon) [14:38:36] New patchset: Nikerabbit; "Little bit more info in debugging messages" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/29582 [14:42:58] New review: Lockal; "Redundant newline removed. Changing time constants (especially in other functions) is out of the jur..." [mediawiki/extensions/Translate] (master) C: 0; - https://gerrit.wikimedia.org/r/29534 [14:46:31] New patchset: Reedy; "Don't try and run a special page through action=parsex" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29583 [14:46:49] 03(mod) /w/api.php Exception from line 104 of /www/translatewiki.net/w/includes/WikiPage.php: Invalid or virtual namespace -1 given. - 10https://bugzilla.wikimedia.org/41168 +comment (10Sam Reed (reedy)) [14:47:52] New patchset: Reedy; "Don't try and run a special page through action=parsex" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29584 [14:47:55] New patchset: Hoo man; "(bug 40641) Implement Special:Version/Credits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29523 [14:48:07] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29584 [14:48:08] siebrand: Revoke your -2 now, please ;) [14:51:31] New patchset: Hoo man; "(bug 40641) Implement Special:Version/Credits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29523 [14:54:28] New patchset: Reedy; "Another prevention of parsing special pages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29586 [14:55:11] 03(mod) Links to COPYING and CREDITS on Special:Version should not trigger a download dialog - 10https://bugzilla.wikimedia.org/40641 +comment (10Hoo man) [14:55:34] New patchset: Reedy; "Another prevention of parsing special pages" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29587 [14:55:59] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29587 [14:56:10] 03(mod) /w/api.php Exception from line 104 of /www/translatewiki.net/w/includes/WikiPage.php: Invalid or virtual namespace -1 given. - 10https://bugzilla.wikimedia.org/41168 +comment (10Sam Reed (reedy)) [14:59:19] hoo: done (and feedback provided) [14:59:46] siebrand: Great, thanks :) [15:02:17] 03(NEW) PagedTiffHandler: Invalid message parameter - 10https://bugzilla.wikimedia.org/41305 normal; MediaWiki extensions: PagedTiffHandler; (sam) [15:03:12] 03(mod) PagedTiffHandler: Invalid message parameter - 10https://bugzilla.wikimedia.org/41305 +comment (10Siebrand) [15:03:40] New patchset: Hoo man; "(bug 40641) Implement Special:Version/Credits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29523 [15:04:03] 03(NEW) key 'rsion=' is not in a proper format - 10https://bugzilla.wikimedia.org/41306 normal; MediaWiki: Uploading; (sam) [15:04:26] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/29582 [15:05:36] 03(NEW) Alow comparison with old revisions while editing an old version of a page - 10https://bugzilla.wikimedia.org/41307 normal; MediaWiki: History/Diffs; (mybugs.mail) [15:05:57] 03(mod) Add a field to [[Special:ComparePages]] to compare a given revision of a page against the wikitext provided by the user - 10https://bugzilla.wikimedia.org/29674 (10mybugs.mail) [15:06:04] 03(mod) Optionally show diff comparison on page preview - 10https://bugzilla.wikimedia.org/14262 (10mybugs.mail) [15:07:16] New patchset: Hoo man; "(bug 40641) Implement Special:Version/Credits" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29523 [15:08:16] 03(mod) Continue editing link is missing - 10https://bugzilla.wikimedia.org/41300 (10Sam Reed (reedy)) [15:08:16] 03(mod) Wikidata merge mistakes - 10https://bugzilla.wikimedia.org/41298 (10Sam Reed (reedy)) [15:11:39] 03(mod) mediawiki.action.edit.preview is not loaded at Commons despite "Use live preview" (wpuselivepreview) is activated in [[Special:Preferences]] - 10https://bugzilla.wikimedia.org/41267 (10Sam Reed (reedy)) [15:11:42] 03(mod) Wikidata merge mistakes - 10https://bugzilla.wikimedia.org/41298 (10Sam Reed (reedy)) [15:11:43] 03(mod) Continue editing link is missing - 10https://bugzilla.wikimedia.org/41300 +code-update-regression (10Sam Reed (reedy)) [15:11:56] Change merged: Adamw; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/23307 [15:13:09] New patchset: Raimond Spekking; "Add newline at end of file to fix an issue on translatewiki.net" [mediawiki/extensions/Hanp] (master) - https://gerrit.wikimedia.org/r/29592 [15:15:36] Change merged: Siebrand; [mediawiki/extensions/Hanp] (master) - https://gerrit.wikimedia.org/r/29592 [15:19:30] 03(mod) [Regression] mediawiki.action.edit.preview is not loaded at Commons despite "Use live preview" (wpuselivepreview) is activated in [[Special:Preferences]] - 10https://bugzilla.wikimedia.org/41267 summary (10Krinkle) [15:21:14] New patchset: Siebrand; "Updates for readability, make sure size is integer." [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29593 [15:22:29] New patchset: Amire80; "(bug 40693) Refactor font selector creation code" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/28520 [15:24:08] New patchset: Nikerabbit; "More informative debugging messages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29594 [15:27:29] 03(mod) Lost edithistory for User:Tostarpadius@svwiki - 10https://bugzilla.wikimedia.org/40071 +comment (10Ronnie) [15:28:38] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29561 [15:29:21] New patchset: Reedy; "fix bug 41300, restore the continue-editing bit of the edit page preview note" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29595 [15:29:38] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29595 [15:33:51] hi [15:35:36] uga [15:38:12] can I disable skin and set userskin for a wiki from a wiki itself? [15:39:26] or should I change it in the core? [15:40:23] 03(mod) Deploy wikidata.org with the Wikidata repository - 10https://bugzilla.wikimedia.org/40000 +comment (10Andre Klapper) [15:40:57] there is $wgDefaultSkin and $wgAvailableSkins [15:41:21] ok, let me see [15:44:17] New review: Siebrand; "Can be used for bug 41305." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/29594 [15:46:31] 03(mod) Section editing: In case of edit conflict, textarea now only shows section you edited → accidential content deleting - 10https://bugzilla.wikimedia.org/41280 +code-update-regression (10Andre Klapper) [15:49:06] 03(mod) Wikidata merge mistakes - 10https://bugzilla.wikimedia.org/41298 +code-update-regression; +comment (10Andre Klapper) [15:50:06] New patchset: Matmarex; "fix indenting in footerCleanup.js" [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/29596 [15:51:24] New patchset: Siebrand; "Updates for readability, make sure size is integer." [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29593 [15:52:44] 03(mod) Please upload a video file to Wikimedia Commons - 10https://bugzilla.wikimedia.org/41271 +comment (10Krenair) [15:54:04] Could someone explain to me when $wgDBmysql5 should be set to true? The docs are confusing and/or contradictory. I have a wiki that was created long ago, and its tables are in latin1. (It is now running 1.19.2.) [15:54:29] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29594 [15:56:28] 03(mod) PagedTiffHandler: Invalid message parameter - 10https://bugzilla.wikimedia.org/41305 +comment (10Siebrand) [15:56:40] GPHemsley: this only seems used once, [15:57:01] with it, "SET NAMES utf8" is called. without it, "SET NAMES binary" is. [15:57:16] (i'm no expect on backend part of mediawiki, i just grepped the source :) ) [15:58:27] right, that part I got [15:58:42] I'm just trying to figure out which of those is the preferred setting for latin1 tables ;) [15:58:51] New patchset: Reedy; "Updates for readability, make sure size is integer." [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29593 [15:58:58] it doesn't seem to do anything else, and is apparently ancient [15:59:10] probably to false [15:59:11] Change merged: Reedy; [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29593 [15:59:24] since it - as far as i'm aware - disabled any encoindg conversions mysql might try to do [15:59:31] disables* [15:59:38] setting it to false disables* [16:00:25] New patchset: Aude; "per bug 41244 and 41303, handle null or false params in TextContent constructor" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29597 [16:02:03] 03(mod) wbcreateclaim - autocomment needs to be added, care about rights - 10https://bugzilla.wikimedia.org/41163 (10jeblad) [16:02:57] 03(mod) wbremoveclaim - autocomment required - 10https://bugzilla.wikimedia.org/41165 (10jeblad) [16:03:14] 03(mod) wbsetclaimvalue - autocomment required - 10https://bugzilla.wikimedia.org/41166 (10jeblad) [16:04:24] MatmaRex: Well, the fact that it is ancient is actually kind of relevant here, since I'm dealing with ancient tables. And I'm actually inclined to turn it on, given that my tables are in latin1 and not utf8. [16:04:39] New patchset: Reedy; "Parameter documentation improvements" [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29598 [16:04:42] New review: Alex Monk; "Caused bug 41294" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/26357 [16:06:06] 03(mod) wbsetclaimvalue - autocomment required (5) - 10https://bugzilla.wikimedia.org/41166 (10abraham.taherivand) [16:06:28] New patchset: Reedy; "More informative debugging messages" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29599 [16:06:43] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29599 [16:08:08] GPHemsley: i know next to nothing about mysql, but this doesn't seem like a good idea [16:08:14] basically, mediawiki default usually work well [16:08:20] defaults* [16:08:51] and this one has some big disclaimers [16:08:54] like "May break if you're upgrading an existing wiki if set differently." [16:09:08] New patchset: Reedy; "Update to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29601 [16:09:18] (it's documented in DefaultSettings.php) [16:09:26] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29601 [16:10:05] Change merged: Siebrand; [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29598 [16:10:31] 03(mod) [Regression] mediawiki.action.edit.preview is not loaded at Commons despite "Use live preview" (wpuselivepreview) is activated in [[Special:Preferences]] - 10https://bugzilla.wikimedia.org/41267 +comment (10Rainer Rillke @commons.wikimedia) [16:11:01] 03(ASSIGNED) Translation for Portal namespaces in Galician - 10https://bugzilla.wikimedia.org/41213 +comment (10Dereckson) [16:14:41] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29583 [16:15:21] 03(mod) PagedTiffHandler: Invalid message parameter - 10https://bugzilla.wikimedia.org/41305 +comment (10Siebrand) [16:15:33] Change merged: J; [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/29574 [16:15:34] MatmaRex: Ah, this seems to clarify things (and agree with you): "This may come down to looking at $wgDBmysql5 in your LocalSettings.php. Very roughly, if it's true then mediawiki assumes UTF-8 and if it's false it assumes latin1." [http://helpful.knobs-dials.com/index.php/Mediawiki_notes#mediawiki_and_mangled_characters] [16:16:40] 03(mod) [Regression] mediawiki.action.edit.preview is not loaded at Commons despite "Use live preview" (wpuselivepreview) is activated in [[Special:Preferences]] - 10https://bugzilla.wikimedia.org/41267 +comment (10Andre Klapper) [16:17:26] 03(mod) TextContent expects a string in the constructor. - 10https://bugzilla.wikimedia.org/41303 +comment (10Aude) [16:17:43] 03(mod) Revision::getContentInternal() is not handling text load failure properly - 10https://bugzilla.wikimedia.org/41244 +comment (10Aude) [16:17:53] New patchset: Mdale; "Fix touch dep" [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/27368 [16:17:53] New review: IAlex; "This doesn't work since getTitleOrPageId() already constructs a WikiPage object and thus throws "Exc..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/29586 [16:18:45] New patchset: Subramanya Sastry; "Additional parser tests to spec parser behavior and test Parsoid." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29602 [16:19:41] Hello, I have a mediawiki about a Sports Club. How would be a better way to, in the same mediawiki, to cover the different kind of sports? NameSpace? [16:19:52] Change merged: J; [mediawiki/extensions/MwEmbedSupport] (master) - https://gerrit.wikimedia.org/r/27368 [16:20:32] 03(mod) Message Abusefilter-diff-version needs date/time separated, and GENDER support - 10https://bugzilla.wikimedia.org/18277 +comment (10Amir E. Aharoni) [16:22:09] 04(REOPENED) after updating MediaWiki to 1.17 all pages have "gone". now they have strange titles. they were supposed to have Bulgarian titles - 10https://bugzilla.wikimedia.org/29731 +comment (10Andre Klapper) [16:22:52] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29559 [16:23:40] saper: Dereckson: ^demon|lunch: hashar - I cannot figure out how to search Gerrit for "patchsets where sumanah is one of the authors" (author != owner) [16:23:42] help? [16:23:48] camponez: if you want to keep it within one wiki, yes [16:24:17] sumanah: via ssh? [16:24:37] saper: I was actually using the web interface. If you know how to do it on the command line with "gerrit query" then please tell me! [16:24:58] btw, hi saper! [16:25:04] MatmaRex: ok, thanks [16:25:26] sumanah: don't seem to be possible by looking at the search doc http://gerrit-documentation.googlecode.com/svn/Documentation/2.4.2/user-search.html [16:25:49] hashar: yeah, I had looked through that in despair :/ [16:25:55] verging on ennui [16:25:57] New review: Reedy; "Aha. That makes sense why there are still some occurances of the exception in the exception logs. Th..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29586 [16:27:09] sumanah: does not seem possible at all -- I think "author" is not know to Gerrit at all [16:27:15] known [16:27:19] New patchset: Jens Ohlig; "New function getFromTerm that searches over both aliases and labels." [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/25006 [16:27:40] sumanah: another way would be to use git log --author=sumanah [16:28:05] 03(mod) after updating MediaWiki to 1.17 all pages have "gone". now they have strange titles. they were supposed to have Bulgarian titles - 10https://bugzilla.wikimedia.org/29731 +comment (10Ilhan Y.) [16:28:32] <^demon|lunch> saper: Indeed. Add it to the "big list of things we could index if...lucene" [16:28:45] sumanah: uploader_account_id | integer | not null default 0 [16:28:59] looks like only upload is kept *and* it has to be linked to the gerrit account [16:29:01] 03(NEW) HistoryAction Invalid message parameter - 10https://bugzilla.wikimedia.org/41308 normal; MediaWiki: History/Diffs; (sam) [16:29:19] ^demon: will be funny to watch Google guys adding lucene to their cluster :) [16:30:24] hashar: hmm, interesting. So the example of what I'm looking for: Priya uploaded the original changeset (and thus is Owner) and then commented on the second patchset in the series, which Surya uploaded. [16:30:42] back in 5 min [16:30:46] 03(mod) Seeking in video files (range requests) does not work - 10https://bugzilla.wikimedia.org/40779 +comment (10Mark Bergsma) [16:30:54] <^demon> saper: They wouldn't. Shawn already said it'd have to be abstracted enough so they could plug their $secretGoogleMagic into it [16:31:15] ^demon: I'm relieved :) [16:31:32] sumanah: would search by reviewer help? [16:32:28] 03(mod) PagedTiffHandler: Invalid message parameter - 10https://bugzilla.wikimedia.org/41305 +comment (10Sam Reed (reedy)) [16:32:42] saper: No, because reviewers are added, and may not be authors [16:32:46] <^demon> saper: Are you going to the user summit in a couple of weeks? [16:33:15] ^demon: what is this? [16:33:24] New patchset: Siebrand; "Add missing returns, type hint and doc, remove markup in debug mode" [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29603 [16:33:39] I heard about some event in Amsterdam I signed up tentatively [16:33:40] <^demon> saper: The gerrit user summit / hackathon thing. It's been discussed on repo-discuss. [16:34:02] ^demon: ah, letme check [16:35:13] ^demon: ouch, past reg deadline [16:35:16] 04(REOPENED) Suppressed content is not hidden in RSS/Atom feeds on enwiki - 10https://bugzilla.wikimedia.org/22931 +comment (10Andre Klapper) [16:35:29] <^demon> Aw, didn't know that'd passed already. Bummer :\ [16:35:37] 10 Oct [16:35:39] ^demon: are you? [16:35:53] maybe it's not a big deal [16:35:58] <^demon> Yeah, I'll be going. I'm gonna do a talk on how to make the project listing page nicer. [16:36:23] New review: Hashar; "That might work for tearDown too, feel free to copy paste and see what happens :-]" [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/29506 [16:36:50] I forgot to follow repo-discuss recently, my bad [16:36:50] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/28346 [16:37:05] Change merged: J; [mediawiki/extensions/TimedMediaHandler] (master) - https://gerrit.wikimedia.org/r/29545 [16:37:48] saper: maybe you can bypass that deadline by asking nicely :) [16:38:44] sumanah: yeah; need to talk to asaf asap first [16:40:33] 03(mod) Abuse filter: Increase 5% limit to allow filtering for very short posts - 10https://bugzilla.wikimedia.org/40672 +comment (10Fabrice Florin) [16:44:11] New review: Mdale; "In the future; we may want to do a canPlayType checks for the selected video for IE or Safari that d..." [mediawiki/extensions/UploadWizard] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/29560 [16:51:15] 03(mod) Android app should allow pinch and zoom - 10https://bugzilla.wikimedia.org/34293 +comment (10Praveen Singh) [16:52:37] New patchset: preilly; "new partners" [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/29604 [16:54:08] Change merged: preilly; [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/29604 [16:55:29] New patchset: Siebrand; "Make sure everything that should be int, is int" [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29605 [16:59:05] Change merged: GWicke; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29602 [16:59:06] i needed some help with this bug : https://bugzilla.wikimedia.org/show_bug.cgi?id=34293 [16:59:40] 03(NEW) No handler for model 'w'' registered in $wgContentHandlers - 10https://bugzilla.wikimedia.org/41309 normal; MediaWiki: ContentHandler; (sam) [17:00:29] yuvipanda: hey [17:03:26] hi prageck [17:03:34] hey sumanah [17:03:51] prageck: you probably want to join #wikimedia-mobile [17:04:17] prageck: also check your email :-) [17:04:29] sumanah: okay thanks.. I'll head over there. [17:04:59] 03(NEW) Disable new subscriptions to list mediawiki-sv - 10https://bugzilla.wikimedia.org/41310 normal; Wikimedia: Mailing lists; (davidohlin) [17:05:25] New patchset: Hashar; "tests: always call parent setUp" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29606 [17:05:25] New patchset: Hashar; "test: detects parent setUp not being called" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29506 [17:05:37] 03(mod) Disable new subscriptions to list mediawiki-sv - 10https://bugzilla.wikimedia.org/41310 +comment (10David Öhlin) [17:05:51] 03(mod) Let LocalisationUpdate update zh conversion table from trunk - 10https://bugzilla.wikimedia.org/34034 +comment (10Finjon Kiang) [17:06:11] 03(mod) Android app should allow pinch and zoom - 10https://bugzilla.wikimedia.org/34293 +comment (10Jon) [17:06:14] New review: Hashar; "Rebased on https://gerrit.wikimedia.org/r/29606 which adds the parent::setUp() calls." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/29506 [17:07:40] Change merged: Reedy; [mediawiki/extensions/PagedTiffHandler] (master) - https://gerrit.wikimedia.org/r/29605 [17:08:20] 03(mod) Android app should allow pinch and zoom - 10https://bugzilla.wikimedia.org/34293 +comment (10Sumana Harihareswara) [17:09:02] 03(mod) Wikis waiting to be renamed (tracking) - 10https://bugzilla.wikimedia.org/19986 +comment (10Antoine "hashar" Musso) [17:09:07] New patchset: Reedy; "Update PagedTiffHandler to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29607 [17:09:15] 03(mod) Please set X-Content-Duration on OGG Video files - 10https://bugzilla.wikimedia.org/41304 +comment (10Rob Lanphier) [17:09:29] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29607 [17:09:29] 03(mod) Please set X-Content-Duration on OGG Video files - 10https://bugzilla.wikimedia.org/41304 (10Rob Lanphier) [17:09:51] prageck: hey [17:10:58] Change merged: Ori.livneh; [mediawiki/extensions/Cite] (master) - https://gerrit.wikimedia.org/r/28460 [17:11:11] sumanah: thanks for approving my request. [17:11:22] 03(mod) [Regression] mediawiki.action.edit.preview is not loaded at Commons despite "Use live preview" (wpuselivepreview) is activated in [[Special:Preferences]] - 10https://bugzilla.wikimedia.org/41267 +comment (10Krinkle) [17:11:51] prageck: no problem! we always (or nearly always) do those in less than 1 business day. We're also working on the automation that will make it ok to be "self-serve" so no approval will be needed & people can create their own accounts [17:11:51] New review: Hashar; "Still need to fix the various language tests. All classes are just copy pasting, I would like to fin..." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/29506 [17:12:05] prageck: have you heard about the upcoming Bangalore & Amsterdam hackathons? [17:12:13] prageck: https://www.mediawiki.org/wiki/MediaWiki_developer_meetings [17:13:35] sumanah: yes I have heard about the bangalore meetup and just saw the details about the Amsterdam hackathon [17:14:53] 03(FIXED) Cite anchors should be numbered starting at 1 to correspond with on-screen labels - 10https://bugzilla.wikimedia.org/10537 +comment (10Ori Livneh) [17:15:43] 03(FIXED) E3Experiments doesn't work with $wgEnableJavaScriptTest - 10https://bugzilla.wikimedia.org/38802 (10Ori Livneh) [17:15:50] 03(NEW) mwdeploy unix user should be in svn group - 10https://bugzilla.wikimedia.org/41311 normal; Wikimedia Labs: deployment-prep (beta); (hashar) [17:16:04] 03(FIXED) Mobile feedback to OTRS should include article in the summary - 10https://bugzilla.wikimedia.org/39467 +comment (10Jon) [17:16:19] 03(mod) Let LocalisationUpdate update zh conversion table from trunk - 10https://bugzilla.wikimedia.org/34034 +comment (10Finjon Kiang) [17:16:28] Change merged: Bsitu; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29314 [17:16:29] 14(INVALID) CSV log processing garbled on page names with '@' - 10https://bugzilla.wikimedia.org/39756 +comment (10Ori Livneh) [17:16:32] New patchset: Henning Snater; "Refactoring of option handling" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/29609 [17:19:04] Hi ^demon, you might want to add https://github.com/wmf-analytics/puppet-cdh4 to http://github.com/wikimedia [17:19:22] <^demon> I don't have access to the wikimedia repo. [17:19:33] 14(WFM) banner.js and banner.css served to non-zero rated mobile users - 10https://bugzilla.wikimedia.org/37267 +comment (10Jon) [17:19:51] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 +comment (10Aaron Schulz) [17:21:30] 03(FIXED) Raise $wgMaxImageArea to 25 megapixels - 10https://bugzilla.wikimedia.org/41125 +comment (10Sam Reed (reedy)) [17:21:37] 14(INVALID) unclear title casing behaviour of generatePageEventName() - 10https://bugzilla.wikimedia.org/39611 +comment (10Ori Livneh) [17:22:01] ^demon, and nother one: https://github.com/embr/sqproc [17:22:08] 03(WONTFIX) Contact us from doesn't reference project - 10https://bugzilla.wikimedia.org/41140 +comment (10Jon) [17:22:40] Change merged: Bsitu; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/25858 [17:23:04] 03(mod) Translation for Portal namespaces in Galician - 10https://bugzilla.wikimedia.org/41213 +patch-in-gerrit; +comment (10Dereckson) [17:25:28] 06(LATER) MobileFrontend extension needs access to a notifications system for 'status' changes - 10https://bugzilla.wikimedia.org/32292 +comment (10Jon) [17:25:35] hey folks [17:25:58] sumanah: I am actually interested in working on the wikipedia mobile app and the Bangalore hackathon seems like something I should really attend. [17:25:58] I would like to create a talbe where the contents for each row are extracted from a different page [17:26:05] prageck: then you should register [17:26:27] qgil: Chad does not have access to the wikimedia repo on GH [17:26:27] one section of each page becomes one column of each row [17:26:59] sumanah, ah sorry. Who was maintaining that, then? [17:27:30] I don't know [17:27:33] I think Tomasz maybe? [17:27:44] 03(mod) Port MobileFrontend to use ResourceLoader for JS and CSS - 10https://bugzilla.wikimedia.org/31675 +comment (10Brion Vibber) [17:28:43] sumanah: yes but I'm a little unsure about my travelling expenses because I'm currently a student. Is there a way i could get a sponsorship for the same [17:29:22] prageck: possibly. Email the organizers of the event and tell them about how much money you would need and whether you can be reimbursed or whether you need the money upfront [17:30:33] New patchset: Daniel Werner; "Change EditableValue constructor to take interfaces" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/29612 [17:31:24] New patchset: Adamw; "CentralNotice Banner Bucketing [FR2012 626]" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29614 [17:34:39] sumanah, maybe it was dsc who I asked before to edit stuff at Wikimedia's GitHub? Ah, my memory with names / nicks [17:35:05] qgil: does GH have any way of exposing that info? [17:35:05] New patchset: Krinkle; "Fix warnings and enforce conventions in ContentHandler tests." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28794 [17:35:28] Change merged: Bsitu; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29326 [17:35:37] sumanah, not that I could see. I only found https://github.com/wikimedia?tab=members [17:35:44] * sumanah does not know [17:35:52] * sumanah is a lost, confused wanderer [17:36:21] and I'm busy with Ohloh, so moving forward ;) [17:36:25] hee :) [17:37:39] New patchset: Krinkle; "Fix warnings and enforce conventions in ContentHandler tests." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28794 [17:38:00] 03(mod) Add primary key and log fields to archive table; perhaps also use original page_id when page is restored? - 10https://bugzilla.wikimedia.org/39675 +comment (10Nathan Larson) [17:38:06] 03(mod) [Postedit] Popup covers up monobook tabs - 10https://bugzilla.wikimedia.org/41240 +comment (10Ori Livneh) [17:40:51] 04(REOPENED) Mobile feedback to OTRS should include article in the summary - 10https://bugzilla.wikimedia.org/39467 +comment (10Raimond Spekking) [17:41:32] Change merged: Bsitu; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/28530 [17:41:46] 03(mod) Add primary key and log fields to archive table; perhaps also use original page_id when page is restored? - 10https://bugzilla.wikimedia.org/39675 +comment (10Aaron Schulz) [17:42:32] New patchset: Reedy; "maintenance" [mediawiki/extensions/RelatedSites] (master) - https://gerrit.wikimedia.org/r/28557 [17:45:37] New review: Ori.livneh; "+2ing a nontrivial change to facilitate pair review with S later today. This isn't deployed at the m..." [mediawiki/extensions/EventLogging] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/29437 [17:45:38] New patchset: Aude; "per bug 41309, remove option to specify model and format params in edit page; use the defaults" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29616 [17:45:53] 03(NEW) [Regression] ExtensionDistributor: Title distorted ("") - 10https://bugzilla.wikimedia.org/41312 major; MediaWiki extensions: ExtensionDistributor; (krinklemail) [17:46:43] Change merged: Ori.livneh; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/29437 [17:46:43] Change merged: Ori.livneh; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/29343 [17:47:57] New patchset: Matthias Mullie; "Update ArticleFeedbackv5 & PageTriage to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29618 [17:48:58] 03(NEW) Language name should be ucfirst in titles and lists - 10https://bugzilla.wikimedia.org/41313 normal; MediaWiki extensions: UniversalLanguageSelector; (krinklemail) [17:49:02] Change merged: Matthias Mullie; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29618 [17:49:44] 03(mod) Add primary key and log fields to archive table; perhaps also use original page_id when page is restored? - 10https://bugzilla.wikimedia.org/39675 +comment (10Nathan Larson) [17:51:18] 03(NEW) ULS: Pointer style target should match click target - 10https://bugzilla.wikimedia.org/41314 normal; MediaWiki extensions: UniversalLanguageSelector; (krinklemail) [17:51:39] Change merged: Trevor Parscal; [mediawiki/extensions/Agora] (master) - https://gerrit.wikimedia.org/r/28755 [17:51:39] 03(mod) Let LocalisationUpdate update zh conversion table from trunk - 10https://bugzilla.wikimedia.org/34034 +comment (10Liangent) [17:51:54] 03(FIXED) extract video thumbnails on tmh1/tmh2 - 10https://bugzilla.wikimedia.org/38928 (10Jan Gerber) [17:52:23] 03(mod) ULS: Pointer style target should match click target - 10https://bugzilla.wikimedia.org/41314 +comment (10Krinkle) [17:54:08] 03(NEW) Do we need for model or format params in EditPage? - 10https://bugzilla.wikimedia.org/41315 normal; MediaWiki: ContentHandler; (aude.wiki) [17:54:08] 03(FIXED) Disable new subscriptions to list mediawiki-sv - 10https://bugzilla.wikimedia.org/41310 +comment (10Philippe Beaudette) [17:54:44] 03(mod) No handler for model 'w'' registered in $wgContentHandlers - 10https://bugzilla.wikimedia.org/41309 +comment (10Aude) [17:54:52] 03(mod) Disable new subscriptions to list mediawiki-sv - 10https://bugzilla.wikimedia.org/41310 (10Philippe Beaudette) [17:55:11] oooh, bugzilla recognizes "gerrit change 29616" and turns it into a link :) [17:56:23] New patchset: Matthias Mullie; "Update E3Experiments to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29619 [17:56:30] Change merged: Matthias Mullie; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29619 [17:56:46] hi everyone [17:56:55] anyone knows how can i inject javascript in mediawiki through my extension? [17:57:07] i'm trying to use addScript(...) and addInlineScript(..) functions, but .. nothing! [17:58:53] Mariana_: take a look at http://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader#Registering [17:59:08] and http://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader#Loading_module [17:59:34] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29606 [17:59:43] ok aude, thanks [18:03:46] 03(mod) Should we keep the "model" and "format" params in EditPage? - 10https://bugzilla.wikimedia.org/41315 summary (10Krinkle) [18:04:07] Change merged: Aaron Schulz; [mediawiki/extensions/wikidiff2] (master) - https://gerrit.wikimedia.org/r/28186 [18:04:16] 03(mod) Special:NewProperty with an empty label will fail in a confusing way - 10https://bugzilla.wikimedia.org/40651 (10tobias.gritschacher) [18:04:33] 03(NEW) Null edits produce confirmation - 10https://bugzilla.wikimedia.org/41316 minor; MediaWiki extensions: PostEdit; (swalling) [18:06:51] 03(ASSIGNED) Null edits produce confirmation - 10https://bugzilla.wikimedia.org/41316 +comment (10Ori Livneh) [18:06:53] New review: Aude; "These changes are helpful and the tests look / work okay for me." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/28794 [18:08:56] New review: Aude; "see also https://bugzilla.wikimedia.org/show_bug.cgi?id=41315 which raises the question (mainly for ..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/29616 [18:09:19] OK, where do we report bugs with Bugzilla? [18:09:29] Specifically, the "patches-need-love" saved search. [18:10:04] Matthew_: product "wikimedia" , component "bugzilla" [18:10:19] mutante: Awesome, thank you :) [18:10:19] yw [18:11:35] hi [18:11:42] hi! [18:12:08] hi Matthew_ :-) - sorry, looking for someone, found him elsewhere. [18:12:11] 03(NEW) "patches-need-love" search dies - 10https://bugzilla.wikimedia.org/41317 minor; Wikimedia: Bugzilla; (matthewrbowker.wiki) [18:12:20] ah, there you are andre__ [18:12:20] sumanah: No worries :) [18:12:29] sumanah, https://bugzilla.wikimedia.org/report.cgi?x_axis_field=priority&y_axis_field=bug_severity&z_axis_field=product&product=MediaWiki&product=MediaWiki+extensions&product=Wikimedia&resolution=---&longdesc_type=allwordssubstr&status_whiteboard_type=allwordssubstr&keywords_type=allwords&bug_id_type=anyexact&votes_type=greaterthaneq&emailtype3=substring&chfieldto=Now&format=table&action=wrap [18:13:05] 03(NEW) PagedTiffHandler: The uploaded file contains errors: $1 - 10https://bugzilla.wikimedia.org/41318 minor; MediaWiki extensions: PagedTiffHandler; (sam) [18:13:05] https://www.ohloh.net/p/wmf-analytics is now our best showcase of a project umbrella at Ohloh, showing stats of a bunch of related small repos not really significant on their own [18:14:11] Next in my Ohloh work... cutting through the MediaWiki extensions mess (glubs!) [18:14:18] whii [18:14:28] qgil: will we get all extensions there? [18:14:56] * qgil thinks perhaps an early lunch now could help addressing MW extensions later... [18:15:53] Nikerabbit, I'm planning to add all those imaintained / in use at Wikimedia projects today, yes [18:16:01] qgil: thanks for working on this - it'll be very nice to have that [18:16:09] Nikerabbit, then anybody can add other extensions [18:16:10] Nikerabbit: do you think it should be ALL MW extensions? [18:16:22] I think it should for now just be the 125-130 at WMF sites [18:16:24] 03(mod) Android app should allow pinch and zoom - 10https://bugzilla.wikimedia.org/34293 +comment (10Andre Klapper) [18:16:51] "just" [18:17:00] :) [18:17:16] ha [18:18:41] 03(mod) Section editing: In case of edit conflict, textarea now only shows section you edited → accidential content deleting - 10https://bugzilla.wikimedia.org/41280 +comment (10TC) [18:18:52] 03(mod) "patches-need-love" search dies - 10https://bugzilla.wikimedia.org/41317 +comment (10Sam Reed (reedy)) [18:19:10] 03(ASSIGNED) "patches-need-love" search dies - 10https://bugzilla.wikimedia.org/41317 +comment (10Krinkle) [18:19:39] 03(mod) IPv6 address handling broken - 10https://bugzilla.wikimedia.org/37416 +comment (10Andre Klapper) [18:21:55] 03(mod) Add support for deploying per-datacenter config variances - 10https://bugzilla.wikimedia.org/39082 +comment (10Andre Klapper) [18:26:23] New patchset: Adamw; "DO NOT MERGE - (bug 25387) banner live preview link" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28955 [18:27:18] 03(mod) Make EQIAD new primary data-center (tracking) - 10https://bugzilla.wikimedia.org/39106 +tracking (10Krinkle) [18:27:33] New patchset: Mwalker; "CentralNotice Banner Bucketing [FR2012 626]" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29614 [18:28:02] 03(mod) Connectivity interferes with saved articles (saved pages do not work offline) - 10https://bugzilla.wikimedia.org/40013 +comment (10Andre Klapper) [18:28:17] New patchset: Matthias Mullie; "double experiment name in CT" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29622 [18:28:21] 14(INVALID) Language name should be ucfirst in titles and lists - 10https://bugzilla.wikimedia.org/41313 +comment (10Siebrand) [18:29:06] Change merged: Matthias Mullie; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29622 [18:29:34] 03(mod) Mobile feedback to OTRS should include article in the summary - 10https://bugzilla.wikimedia.org/39467 +comment (10Jon) [18:33:02] New patchset: Matthias Mullie; "Update ArticleFeedback to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29624 [18:33:42] Change merged: Matthias Mullie; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29624 [18:34:26] andre__, you realise this IPv6 bug makes it impossible to deal with IPv6 vandals through Huggle right? [18:34:35] Krenair, sure I do [18:34:42] It should've been working long before WM even supported IPv6 [18:34:49] New patchset: Aaron Schulz; "[JobQueue] Added README file for job queue classes." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29625 [18:34:50] Ryan_Lane: Is there a way to search for gerrit changes where a certain user left a comment? [18:34:56] .away [18:34:56] ?away [18:35:01] Krenair: but the question is, is it the *highest* priority within Huggle? [18:35:12] Ryan_Lane: Apparently "reviewer:" doesn't do it, only when a score was given [18:35:19] Krenair: I'm more after getting info from the developer, especially if he says that he cannot test right now. [18:35:27] I left an inline comment on a mw/ext/PostEdit commit a minute ago, but I can't find it [18:36:18] 03(mod) Disable new subscriptions to list mediawiki-sv - 10https://bugzilla.wikimedia.org/41310 +comment (10David Öhlin) [18:36:46] Krinkle: there's something in the Search docs, lemme find it [18:37:11] sumanah: I looked there, but couldn't find anything. [18:37:43] Krinkle: lemme look at https://gerrit.wikimedia.org/r/Documentation/user-search.html [18:38:00] sumanah, I'd say so [18:38:22] New patchset: Mwalker; "CentralNotice Banner Bucketing [FR2012 626]" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29614 [18:38:51] 03(mod) Clear out NFS - 10https://bugzilla.wikimedia.org/41008 04CRIT->04BLOCKER (10Andre Klapper) [18:38:53] Krenair: if you can agree with petan that you can be the product manager for Huggle, then please let us know! [18:38:53] New review: Mwalker; "Some interesting things happened... This patch now continues at https://gerrit.wikimedia.org/r/#/c/2..." [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/23307 [18:39:13] what? [18:39:21] I'm saying that this is definitely highest priority [18:39:29] I don't want some title for it [18:39:39] Krinkle: draftby:'USER' which you could maybe combine with something? [18:39:51] 04(REOPENED) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10TMg) [18:40:50] Krenair: obviously if you have an argument for why a particular bug should be high or low priority then you should say that, nicely, in the bug. Also, we're trying to move towards a model where the people who decide on the prioritizations for various BZ products do it consistently and in cooperation/communication with the developers [18:41:08] Krenair: you have a lot of opinions, why not slightly formalize it so people know you're the person to go to? [18:41:24] the way ashley does for admin tools [18:41:31] https://www.mediawiki.org/wiki/Admin_tools_development [18:41:31] New review: Matmarex; "Why isn't this merged yet? Looks like a trivial change now." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/24288 [18:42:27] MatmaRex: the term "editing area" is weird [18:42:30] hi! [18:42:44] 03(NEW) Cancel button not visible - 10https://bugzilla.wikimedia.org/41319 trivial; MediaWiki extensions: WikiEditor; (licker.nandor) [18:42:51] hey ashley! how are things? [18:43:05] ashley: I was suggesting that Krenair might want to do for Huggle what you're doing for admin tools [18:44:34] yeah, having a public project/product roadmap, complete with reasonings, is a nice thing =) [18:44:43] What is the preferred way to write a unit test for a parser-function (which changes the state of the parser?) [18:44:50] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27651 [18:45:09] hi daniel-renfro ! (lemme guess, there's nothing linked to from https://www.mediawiki.org/wiki/Testing_portal , is there.) [18:45:32] There's so good stuff there, it got me started (and got me a long way so far) [18:45:41] but I'm trying to do something somewhat complex [18:45:47] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29521 [18:46:11] 03(mod) [PostEdit] Popup is displayed again when returning to page after save - 10https://bugzilla.wikimedia.org/41232 +comment (10TMg) [18:47:51] Krinkle: dunno [18:48:47] Reedy: sounds perfectly fine to me (although i'm not a native speaker) [18:48:49] sumanah: Hm.. draftby would only show up results if the comment wasn't submitted yet [18:48:59] sumanah: if that was the case the default "My drafts" link would be fine [18:49:13] MatmaRex: but we also don't refer to it as that anywhere [18:49:43] hm. [18:50:30] Oh [18:50:32] previewconflict' => 'This preview reflects the text in the upper text editing area as it will appear if you choose to save.', [18:50:36] Well, that's me proved wrong [18:53:11] * marktraceur helps promote https://www.mediawiki.org/wiki/Google_Code-In [18:53:14] Krinkle: true. Hmm [18:53:15] hi [18:53:19] hi Juandev [18:53:26] (dunno if we've posted in here yet) [18:55:08] brb after dinner [18:55:23] * MatmaRex took part in GCI last year and was sad there's no MediaWiki there :( [18:56:07] MatmaRex: sadly we can't do cool things unless we have the resources, right? [18:56:38] 03(mod) Comments on drafts should not be announced on IRC - 10https://bugzilla.wikimedia.org/37538 +comment (10Rob Lanphier) [18:56:38] 03(mod) Upgrade Gerrit to 2.5 - 10https://bugzilla.wikimedia.org/39589 (10Rob Lanphier) [18:59:18] !template [18:59:18] For more information about templates, see . See also: !templateproblems , !wptemplates [18:59:25] hey all i've been looking into the code for handling uploads to a SpecialPage and see that one piece of this process relies on the class WebRequestUpload. what i'm wondering is, what is the reason for it not handling multiple files ... anyone happen to know? is it for security reasons or something else? [18:59:26] !wptemplates [18:59:26] To copy templates from Wikipedia, use Special:Export and check the "Include templates" option to get all the sub-templates, then upload the file with Special:Import on your wiki. You'll also likely have to install the ParserFunctions extension and install/enable HTML tidy. You also might need some CSS from Wikipedia's Common.css and Monobook.css. You'll also need a lot of patience. [18:59:47] andre__: ^ you can use a variant of that to get a specific template onto en.wiktionary [19:00:06] sumanah: yeah, i guess :) [19:00:06] New patchset: Nikerabbit; "More profiling" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/29629 [19:00:24] 03(mod) Please set X-Content-Duration on OGG Video files - 10https://bugzilla.wikimedia.org/41304 +performance (10Andre Klapper) [19:00:47] hi dan-nl -- to check on the design rationale behind WebRequestUpload it might help for you to search Gerrit for commit messages or files relating to it or mentioning it. You know how to do that? [19:00:55] dan-nl: https://gerrit.wikimedia.org/r/Documentation/user-search.html [19:01:18] 03(NEW) Regexp failed to match URI - 10https://bugzilla.wikimedia.org/41320 normal; Wikimedia: Media storage; (federicoleva) [19:01:33] 03(mod) Regexp failed to match URI - 10https://bugzilla.wikimedia.org/41320 normal->major (10Nemo_bis) [19:01:48] Change merged: Aaron Schulz; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/29629 [19:02:05] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10Munaf Assaf) [19:03:29] 03(NEW) Comments with the string "Gerrit 2.5" should not link to Gerrit. - 10https://bugzilla.wikimedia.org/41321 normal; Wikimedia: Bugzilla; (robla) [19:03:44] sumanah: thanks ... don't know how to do that yet, but will look into the link you sent. [19:03:47] New patchset: Raimond Spekking; "[OpenID] Make some messages optional" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29630 [19:03:59] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/29630 [19:04:43] example, dan-nl - https://gerrit.wikimedia.org/r/#/q/message:postg+status:merged,n,z [19:06:46] 03(mod) IPv6 address handling broken - 10https://bugzilla.wikimedia.org/37416 +comment (10Krenair) [19:10:29] New patchset: Raimond Spekking; "[SlippyMap] Make some messages optional" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29632 [19:10:29] Change merged: Kaldari; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/29436 [19:10:34] New review: Matmarex; "Will probably need rebasing." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/21478 [19:11:19] 04(REOPENED) Filename input should be set to sanitized file name at the warning screen - 10https://bugzilla.wikimedia.org/26995 +patch-in-gerrit; +comment (10Bartosz Dziewoński) [19:11:58] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/29632 [19:14:49] New review: Aaron Schulz; "Passes all tests with Ceph." [mediawiki/extensions/SwiftCloudFiles] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/29421 [19:16:20] New patchset: Mwalker; "FU for Database Prefixes" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29634 [19:17:46] New patchset: Matthias Mullie; "chrome sometimes caches too heavily, serving us a username of a previously logged in user, which - because of this check - hinders the user from posting feedback" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29636 [19:17:57] Change merged: Matthias Mullie; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29636 [19:19:13] drecodeam: hey, maybe you can help dan-nl understand something about our uploading, he had a question [19:20:01] dan-nl: hi, what problem are you facing ? [19:20:27] drecodeam: i've been looking into the code for handling uploads to a SpecialPage and see that one piece of this process relies on the class WebRequestUpload. what i'm wondering is, what is the reason for it not handling multiple files ... is it for security reasons or something else? [19:20:29] 03(mod) ?action=purge on the file description page no longer regenerates thumbnails - 10https://bugzilla.wikimedia.org/41130 +comment (10Rob Lanphier) [19:20:46] 03(mod) thumb.php fails to generate thumbnail of SVG images (gives HTML error as body) - 10https://bugzilla.wikimedia.org/41113 +comment (10Sumana Harihareswara) [19:21:31] dan-nl: can you point me towards the code ? [19:21:42] 14(WFM) [Regression] ExtensionDistributor: Title distorted ("") - 10https://bugzilla.wikimedia.org/41312 +comment (10Sam Reed (reedy)) [19:21:46] New patchset: Matthias Mullie; "Revert "chrome sometimes caches too heavily, serving us a username of a previously logged in user, which - because of this check - hinders the user from posting feedback"" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29637 [19:21:48] can I set $wgDefaultSkin to "myskin" and place to skins/myskin/main my own css? [19:21:59] drecodeam: sure ... i'll find the line and file ... one moment [19:22:04] or how to set own skin for hole wiki? [19:22:34] New patchset: Kaldari; "(bug 26995) Update filename field on Special:Upload after sanitizing" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21478 [19:22:36] 03(mod) Cancel button not visible - 10https://bugzilla.wikimedia.org/41319 (10Andre Klapper) [19:23:01] New patchset: Mwalker; "FU for Database Prefixes" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29634 [19:23:01] Juandev: quick note, check out the Skins tutorial at http://blog.redwerks.org/2012/02/08/mediawiki-skinning-tutorial/ and the skins docs at mediawiki.org [19:23:54] OK, stuy [19:24:02] homework [19:24:39] drecodeam: /includes/WebRequest.php ... line 1118, is the class for WebRequestUpload ... it has a method getName that doesn't handle multiple files, for example in a form if you name the file element my-uploads[] [19:26:02] New review: Aude; "indeed looks trivial and okay to me" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/24288 [19:26:40] New patchset: Reedy; "code maintenance" [mediawiki/extensions/CustomData] (master) - https://gerrit.wikimedia.org/r/28373 [19:26:42] Change merged: Reedy; [mediawiki/extensions/CustomData] (master) - https://gerrit.wikimedia.org/r/28373 [19:26:43] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28937 [19:26:45] drecodeam: one way to get to that method, the one i found in SpecialUpload is $request->getFileName, which is also in /includes/WebRequest.php on line 800 [19:27:13] New review: Matmarex; "Gerrit sucks and won't let me comment on differents patchsets at once." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/21478 [19:29:20] drecodeam: line 1157 of the WebRequest.php assumes that the fileInfo array is one dimension deep, $name = $this->fileInfo['name'];, there's no cycle through the fileInfo to see if it's actually an array of arrays [19:29:49] dan-nl: give me a moment, I ll just take a look at it :) [19:30:18] drecodeam: np, just wanted to give you as much background as i could ... [19:30:18] Reedy: https://gerrit.wikimedia.org/r/#/c/29477/ easy [19:30:43] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29477 [19:33:34] huh, the primary data/metadata dumps contain thread: pages :/ [19:35:52] why does mediawiki not allow protection to choose a group, rather than just admin [19:35:54] ? [19:36:18] I really want to restrict pages to a group so that I don't have to open up interface editing [19:36:25] New patchset: Parent5446; "(bug 26585) Handle CSV and array values in $_SERVER['REMOTE_ADDR']." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21135 [19:36:26] well it's really based on right [19:36:33] I guess I can take interface editing away from admins and split it into another group... [19:36:34] AaronSchulz: which right? [19:36:37] admin just uses the 'protect' right ;) [19:36:42] ah [19:36:50] so I can give protect away [19:36:50] New review: Parent5446; "Got rid of left-over test code. IMHO, we don't even need to print the actual IP addresses in the exc..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/21135 [19:36:52] thanks [19:36:56] the sysop => protect conversion is hardcoded around the place [19:37:12] -_- [19:37:35] ^_^ [19:37:44] mediawiki makes me angry [19:38:40] hm. what to call this group.... [19:38:55] dan-nl: I am sorry but I don't have much idea about this piece of code but maybe brion maybe able to help you with this. [19:38:55] contentadmin it is :) [19:38:59] brion: ^^ [19:39:12] which code? [19:39:26] Ryan_Lane, I thought there was a way to make protection work for other user groups [19:39:40] brion: dan-nl mentioned "i've been looking into the code for handling uploads to a SpecialPage and see that one piece of this process relies on the class WebRequestUpload. what i'm wondering is, what is the reason for it not handling multiple files ... is it for security reasons or something else?" [19:39:45] Krenair: AaronSchulz just told me it's the "protect" right [19:40:03] brion: you might wanna look at : /includes/WebRequest.php ... line 1118 [19:40:10] it's actually editprotected [19:40:10] drecodeam: it didn't originally handle multiple files because browsers couldn't do multiple files without being awkward [19:40:25] dan-nl: ^^ [19:41:52] brion: ok, so for the moment the code won't handle multiple files ... i can work with that ... would it make sense to update the code so it could handle multiple files? [19:41:52] Ryan_Lane, I was about to point you to http://www.mediawiki.org/wiki/Manual:$wgRestrictionLevels [19:41:59] I'm at http://www.mediawiki.org/wiki/Manual:User_rights [19:42:02] it mentions what they do [19:42:57] dan-nl: potentially. for the most part, we're doing multiple file submissions by doing multiple requests via JavaScript, but it wouldn't hurt to have native support without JS [19:43:04] drecodeam: thanks for looking into this and linking me in with brion [19:43:13] Ryan_Lane: well 'protect' is what is stored in the DB, and that lets you edit [19:43:27] the Title code also lets editprotected let people edit [19:43:27] details I guess [19:43:32] brion: right, that's what i was looking for ... like to do native then go js [19:43:41] dan-nl: any time :D [19:44:11] AaronSchulz: heh [19:44:17] Jan_Luca, I'm trying to understand what you mean about the token param for my CA changes [19:44:26] New patchset: Trevor Parscal; "Moved mw-ui-primary to before constructive/destructive" [mediawiki/extensions/Agora] (master) - https://gerrit.wikimedia.org/r/29638 [19:44:27] It's already checked by the API... [19:44:33] New patchset: Trevor Parscal; "Disable automatically setting submit buttons to have mw-ui-button class" [mediawiki/extensions/Agora] (master) - https://gerrit.wikimedia.org/r/29639 [19:44:41] New patchset: MrBlueSky; "(bug 40588) LinkSearch cannot search with a port in the url" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28908 [19:44:43] brion: if i want to attempt to augment the functionality do i just check out the repo, add my code and then commit to gerrit for review? [19:45:28] dan-nl: pretty much… you familiar with the git-review tool? it makes submission a little easier [19:45:30] AaronSchulz: if I allow import, then can the user import pages in the MediaWiki namespace? [19:45:42] even if they aren't normally allowed to edit there? [19:46:02] brion: not yet, but will take some time to look into it ... [19:46:18] brion: thanks, this at least gives me some direction to move forward. [19:46:19] * AaronSchulz never tried that [19:46:23] brion: "a little easier"? [19:46:29] how can you even use gerrit without it? [19:46:30] MatmaRex: a lot easier :) [19:46:31] D: [19:46:52] dan-nl: good luck! feel free to CC me on any bugzilla tickets and gerrit reviews and i'll try to take a look [19:47:03] brion: I have a question for you.. or maybe you know who to ask [19:47:21] New patchset: Trevor Parscal; "Added mw-ui-button class to Save Drafts button" [mediawiki/extensions/Drafts] (master) - https://gerrit.wikimedia.org/r/29640 [19:47:29] I'm writing unit-tests for my MW extensions, and would like to test a class which auto-categorizes pages, [19:47:49] The class is called from various parser-functions/tags, and adds categories by calling $parser->getOutput()->addCategory(). [19:48:01] Do you have any advice on how to write a unit test to test this functionality? [19:48:51] daniel-renfro: ideally for unit tests, you test the smallest units of possible code… so pinging things directly [19:49:13] sounds like you might need to do something a little fancier like loading up a parser object and passing some text into it and seeing what you get in the output [19:50:04] brion: I'm new to this "testing" thing...(better late than never, right?) [19:50:12] New patchset: Parent5446; "(bug 39957) Added threshold for showing number of page watchers." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27134 [19:50:21] New patchset: Trevor Parscal; "Added mw-ui-button classes to submit buttons" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29641 [19:50:43] brion: I forget about the "unit" part...and I'll try making a new parser, I didnt' think about that ( I think I was making it more complex than necessary) [19:50:45] brion: thanks [19:51:06] New patchset: Parent5446; "(bug 39490) Add caching to InfoAction." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/27133 [19:51:36] New review: Parent5446; "Not sure how to go about the whole unwatched pages caching issue. Maybe just cache the database quer..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/27133 [19:53:05] New patchset: Ori.livneh; "(bug 41316) No confirmation on null edits" [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/29642 [19:54:08] Question: is all the MediaWiki code (no extensions) found at https://gerrit.wikimedia.org/r/p/mediawiki/core.git alone? [19:54:37] alone? [19:54:49] Ryan_Lane: it seems like you just need import [19:55:04] AaronSchulz: ouch [19:55:07] well, I'll make sure not to give that right away [19:55:10] but I haven't tested it [19:55:19] * AaronSchulz is looking at Title.php [19:56:27] Ryan_Lane: no wait I think it checks isNamespaceProtected() [19:56:49] Reedy, I mean if that repo contains all the MediaWiki code or are there more repos to be considered [19:56:57] for core mediawiki, that's it [19:57:05] I hav a "documentation page unreviewed" marker on my extension page - do I need to take any action to have it "scheduled" for review ? [19:57:13] and that is for all actions [19:57:27] and "core MediaWiki" is what someone gets with a fresh install, right Reedy ? [19:57:53] Ryan_Lane: so I guess it's safe for protected namespaces [19:58:58] Change merged: Ori.livneh; [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/29642 [19:59:18] qgil: yes [19:59:24] thanks [19:59:37] 03(mod) Regexp failed to match URI - 10https://bugzilla.wikimedia.org/41320 +comment (10Andre Klapper) [20:00:11] AaronSchulz: ah. cool [20:00:19] AaronSchulz: thanks [20:00:23] New patchset: Ori.livneh; "Update extensions/PostEdit to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29643 [20:02:33] 03(mod) Comments with the string "Gerrit 2.5" should not link to Gerrit. - 10https://bugzilla.wikimedia.org/41321 +comment (10Andre Klapper) [20:03:32] 03(FIXED) Null edits produce confirmation - 10https://bugzilla.wikimedia.org/41316 +comment (10Ori Livneh) [20:04:00] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29643 [20:05:29] 03(mod) ?action=purge on the file description page no longer regenerates thumbnails - 10https://bugzilla.wikimedia.org/41130 +comment (10Andre Klapper) [20:07:16] hello [20:07:31] can someone help me debug this: http://seqanswers.com/mediawiki-1.19.2/index.php?title=Main_Page [20:07:50] I'm trying to install this: http://www.mediawiki.org/wiki/Extension_talk:VBulletin [20:08:04] works in 1.16, but trying to upgrade to 1.19 [20:08:46] * faceface dumbly tries removing that line... [20:10:11] $wgFlaggedRevsStats['topReviewersHours'] defaulting to 1 is basically useless... [20:11:00] I wonder what it thinks it should be parsing... and why it want's to disable the cache [20:11:14] 03(mod) SqlBagOStuff breaks PostgreSQL transactions - 10https://bugzilla.wikimedia.org/27283 +comment (10Tim Landscheidt) [20:11:28] I love comments [20:12:58] faceface, ugh it's login-required [20:13:32] New patchset: Mwjames; "SRF 1.8 pre-release clean-up" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/29685 [20:13:40] Krenair? you mean it doesn't bounce login back to the forum? [20:13:48] Krenair: yeah, you need to login there first [20:13:55] No I mean I need to login to see i [20:13:56] t* [20:14:02] ahh... silly me [20:14:17] setting up a test wiki in a borked fassion [20:14:56] Krenair: try now? [20:14:56] 03(mod) Time separator for Slovene - 10https://bugzilla.wikimedia.org/40942 +comment (10Domen) [20:15:08] New review: Mwjames; "Have to test this change thoroughly therefore -1" [mediawiki/extensions/SemanticResultFormats] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/29685 [20:15:30] my guess is the if test is broken : if ($wgParser) ... [20:15:54] I bet I need to call a method '$wgParser->isParsing' or so [20:16:51] * faceface comments out line 307 / 308 here http://www.mediawiki.org/wiki/Extension_talk:VBulletin#includes.2FAuthPlugin_vBSSO.php [20:17:00] not there literally... [20:17:20] Fatal error: Call to undefined method User::setupSession() in /home/seqadmin/seqanswers.com/mediawiki-1.19.2/includes/AuthPlugin_vBSSO.php on line 325 [20:18:10] New patchset: Siebrand; "Fix target path" [translatewiki] (master) - https://gerrit.wikimedia.org/r/29686 [20:19:04] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/29686 [20:19:28] 03(mod) Clear out NFS - 10https://bugzilla.wikimedia.org/41008 (10Ryan Lane) [20:20:04] anyone point me at docs for that function and how to do it in 19? [20:20:51] if it's undefined, it doesn't exist [20:20:51] you can't use it [20:21:07] Reedy: yes, but it works in 16, so I'm looking to 'upgrade' [20:21:15] User::SetupSession() is removed. Code should use wfSetupSession() instead. [20:22:52] well... I've got the bugger working... (not throwing fatals) [20:23:04] I wonder if VB login works... [20:23:37] my 'issue' is that the code is crappy, and I wish I knew how to rewrite it better, but I guess it's hard work to get there ;-) [20:24:48] Hey! I'm logged in :-) [20:25:32] New patchset: Matthias Mullie; "ClickTracking extension uses clicktracking id in cookie" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/29687 [20:26:31] hey sumanah [20:26:37] hi faceface [20:26:46] can I get some stickers? [20:27:01] oh wait, I'm getting distracted... [20:27:34] OK, so my VB login works, how do I set Special:UserLogin to redirect to the VB login page? [20:27:39] this is really confusing for useres [20:27:44] users [20:27:53] 03(mod) ?action=purge on the file description page no longer regenerates thumbnails - 10https://bugzilla.wikimedia.org/41130 +comment (10Aaron Schulz) [20:29:49] !login [20:29:49] There is no such key, you probably want to try: !api, !sharedlogins, !sul, [20:29:57] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29597 [20:29:57] !sharedlogins [20:29:57] MediaWiki can be configured to share user login data between between multiple wikis. See . [20:30:11] sumanah: close... [20:30:13] hmmm. faceface have you already poked around mediawiki.org ? [20:30:30] not sure, I think I need to read authLogin.php [20:31:39] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29552 [20:32:30] Reedy: are you also backporting that edit conflict fix? [20:32:38] http://www.mediawiki.org/wiki/Extension_talk:VBulletin [20:32:43] I will be [20:32:51] faceface: aha, I thought you meant "Visual Basic" [20:33:26] 03(mod) Section editing: In case of edit conflict, textarea now only shows section you edited → accidential content deleting - 10https://bugzilla.wikimedia.org/41280 +comment (10Sumana Harihareswara) [20:33:30] oh [20:35:09] New patchset: Reedy; "per bug 41244 and 41303, handle null or false params in TextContent constructor" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29689 [20:35:33] New patchset: Reedy; "fix bug 41280, show correct content when displaying edit conflicts" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29690 [20:36:03] 03(mod) Cancel button not visible - 10https://bugzilla.wikimedia.org/41319 +comment (10Krinkle) [20:36:05] 03(FIXED) PagedTiffHandler: Invalid message parameter - 10https://bugzilla.wikimedia.org/41305 +comment (10Siebrand) [20:36:23] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29690 [20:36:27] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29689 [20:36:32] 03(mod) WikiEditor Dialog Module: Cancel button hidden in overflow - 10https://bugzilla.wikimedia.org/41319 trivial->normal; summary (10Krinkle) [20:36:52] 03(NEW) Add English ProofreadPage namepsace aliases for bewikisource - 10https://bugzilla.wikimedia.org/41322 major; Wikimedia: General/Unknown; (p.selitskas) [20:39:09] can anyone guess at what the 5 lines starting '$wgEnableParserCache = false;' are doing here: [20:39:16] http://www.mediawiki.org/wiki/Extension_talk:VBulletin [20:39:32] 6 lines [20:39:47] why would that be done in the middle of setting up a user [20:39:52] 03(NEW) [PostEdit] Expand the onclick region of the close button - 10https://bugzilla.wikimedia.org/41323 normal; MediaWiki extensions: PostEdit; (mr.heat) [20:40:57] faceface: have you been able to chase down the extension author? [20:41:10] sumanah: no [20:41:27] found him on a vbull forum and asked afew q's but never got a reply [20:41:42] vbull is quite corperate, so sharing code seems to be a no-no [20:42:09] there is a function that tries to redirect login there... [20:42:16] redirect login page to forum page I mean [20:42:22] 03(mod) [PostEdit] Expand the onclick region of the close button - 10https://bugzilla.wikimedia.org/41323 normal->15enhancement (10Steven Walling) [20:42:25] in theory, it could be wired up [20:43:06] New review: Spage; "Rather than call raw api and redefine the fields, I would just append mw.user.id() to your aftTrack...." [mediawiki/extensions/ArticleFeedbackv5] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/29687 [20:44:49] changing the logout url works... I wonder if I can just use the same trick for login... [20:46:31] hey Yaron [20:46:51] 03(NEW) Collection and ProofreadPage work together in English Wikisource only - 10https://bugzilla.wikimedia.org/41324 critical; MediaWiki extensions: Collection; (p.selitskas) [20:47:30] 03(mod) Clear out NFS - 10https://bugzilla.wikimedia.org/41008 (10Andre Klapper) [20:49:02] New review: Matthias Mullie; "If I were to call trackActionWithInfo and pass token along with the other additional info, it would ..." [mediawiki/extensions/ArticleFeedbackv5] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29687 [20:50:54] 03(mod) Add English ProofreadPage namespace aliases for bewikisource - 10https://bugzilla.wikimedia.org/41322 +shell; summary (10Andre Klapper) [20:51:40] 03(mod) Message Abusefilter-diff-version needs date/time separated, and GENDER support - 10https://bugzilla.wikimedia.org/18277 +comment (10Niklas Laxström) [20:51:44] the existing vbull stuff is horirble [20:51:45] New patchset: Reedy; "Updated onLoadExtensionSchemaUpdates code" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/29342 [20:53:41] 03(NEW) Please upload a video file to Wikimedia Commons 2 Go - 10https://bugzilla.wikimedia.org/41325 normal; Wikimedia: General/Unknown; (jeannemenj) [20:57:12] Change merged: Reedy; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/28814 [20:58:07] New review: Spage; "just add mw.user.id() in $.aftTrack.additional()." [mediawiki/extensions/ArticleFeedbackv5] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29687 [20:58:28] New review: Bsitu; "Some more details have been added to this notification type and they need to be implemented" [mediawiki/extensions/PageTriage] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/29439 [20:59:03] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10TMg) [20:59:04] 03(mod) Please upload a video file to Wikimedia Commons - 10https://bugzilla.wikimedia.org/41325 summary (10Sam Reed (reedy)) [21:00:25] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10Steven Walling) [21:00:55] 03(mod) Please upload a video file to Wikimedia Commons - 10https://bugzilla.wikimedia.org/41271 +comment (10Sam Reed (reedy)) [21:01:26] 03(mod) Please upload a video file to Wikimedia Commons - 10https://bugzilla.wikimedia.org/41325 +comment (10Sam Reed (reedy)) [21:03:50] New patchset: Ori.livneh; "(bug 41323) Expand active area of close button" [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/29694 [21:03:51] New patchset: Adamw; "CentralNotice Banner Bucketing [FR2012 626]" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29614 [21:04:00] New patchset: Hashar; "tests: rm duplicate code in language classes" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29695 [21:04:00] New patchset: Hashar; "test: detects parent setUp not being called" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29506 [21:04:06] grrr [21:04:07] 03(FIXED) [PostEdit] Expand the onclick region of the close button - 10https://bugzilla.wikimedia.org/41323 +comment (10Ori Livneh) [21:04:13] * faceface goes to turn http://www.mediawiki.org/wiki/Extension_talk:VBulletin into an extension [21:05:18] 03(mod) Collection and ProofreadPage work together in English Wikisource only - 10https://bugzilla.wikimedia.org/41324 +comment (10Sam Reed (reedy)) [21:05:24] New review: Hashar; "Language fix is Ib931336c: tests: rm duplicate code in language classes" [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/29506 [21:05:33] 03(mod) Please upload a video file to Wikimedia Commons - 10https://bugzilla.wikimedia.org/41325 +shell; +comment (10Andre Klapper) [21:05:53] 03(mod) Comments on drafts should not be announced on IRC - 10https://bugzilla.wikimedia.org/37538 +comment (10Niklas Laxström) [21:06:02] 03(mod) Collection and ProofreadPage work together in English Wikisource only - 10https://bugzilla.wikimedia.org/41324 (10Andre Klapper) [21:08:48] New patchset: Adamw; "Reset banner array indices after filtering" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29697 [21:09:11] New review: Hashar; "I have asked some people from the *awesome* i18n team to review the change." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29695 [21:10:14] New patchset: Adamw; "CentralNotice Banner Bucketing [FR2012 626]" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29614 [21:11:50] 03(mod) Harvesting problems for header values in combination with some kind of wikitext - 10https://bugzilla.wikimedia.org/39973 +comment (10Maarten Dammers) [21:12:19] New patchset: Ori.livneh; "Ensure confirmation message is properly escaped" [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/29699 [21:12:49] Change merged: Mwalker; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29697 [21:13:32] New review: Ori.livneh; "Krinkle, I (wrongly) assumed that mw.msg() can be assumed to be safe. Thanks for flagging this." [mediawiki/extensions/PostEdit] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29699 [21:14:00] New review: Aaron Schulz; "Seems OK, but the summary is now kind of misleading." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/21135 [21:15:20] New review: Alex Monk; "Check it for what? That it's valid? That's already done." [mediawiki/extensions/CentralAuth] (master) C: 0; - https://gerrit.wikimedia.org/r/28836 [21:15:21] 03(mod) Comments on drafts should not be announced on IRC - 10https://bugzilla.wikimedia.org/37538 +comment (10Chad H.) [21:15:26] New review: Alex Monk; "It's already using the edit token..." [mediawiki/extensions/CentralAuth] (master) C: 0; - https://gerrit.wikimedia.org/r/28902 [21:15:29] New patchset: Parent5446; "(bug 26585) Detect CSV/array values in $_SERVER['REMOTE_ADDR']." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21135 [21:15:32] 03(mod) LinkSuggest's link suggestion box is misplaced on Internet Explorer 9 - 10https://bugzilla.wikimedia.org/28335 +comment (10Andre Klapper) [21:15:39] New review: Adamw; "DO NOT MERGE to master until after the current deploy train" [mediawiki/extensions/CentralNotice] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/29614 [21:15:56] New patchset: Reedy; "Another prevention of parsing special pages" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29586 [21:16:46] 03(mod) comment doesn't post - 10https://bugzilla.wikimedia.org/31226 +comment (10Andre Klapper) [21:17:53] 03(mod) After updating from an old version, some revisions are lost (Oracle) - 10https://bugzilla.wikimedia.org/26105 +comment (10Andre Klapper) [21:18:07] * faceface gives up... [21:18:28] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/21135 [21:18:28] the example code doens't really seem to sub class authplugin.php [21:18:29] New patchset: Adamw; "update tests; fix failing tests" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29269 [21:18:33] afaict [21:18:56] also, not sure 'what type of' extension I've got here... [21:18:56] 03(mod) Microsoft Office Research Task Pane Search Add-In - 10https://bugzilla.wikimedia.org/3492 summary (10Andre Klapper) [21:19:39] New patchset: Hashar; "test: detects parent setUp not being called" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29506 [21:19:58] New review: Aaron Schulz; "Why not check canExist() and cover other things like NS_MEDIA and what not?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29586 [21:20:02] New patchset: Mwjames; "SRF 1.8 pre-release clean-up" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/29685 [21:20:07] 03(mod) [SimpleAntiSpam] Less obtrusive anti-spam box on text browsers - 10https://bugzilla.wikimedia.org/16504 summary (10Andre Klapper) [21:20:12] New review: Hashar; "PS4 should fix the missing parent::setUp() call in parser tests" [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/29506 [21:20:36] New patchset: Reedy; "Revert "Another prevention of parsing special pages"" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29700 [21:20:40] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29700 [21:20:44] New patchset: Ori.livneh; "Ensure confirmation message is properly escaped" [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/29699 [21:20:59] New review: Ori.livneh; "Eating my hat." [mediawiki/extensions/PostEdit] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29699 [21:21:08] is this 'enough': $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:14] $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:15] $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:19] $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:19] 03(mod) [BugzillaReports] assignee column is always blank - 10https://bugzilla.wikimedia.org/22634 summary (10Andre Klapper) [21:21:22] ori-l: What sort of hat is it? [21:21:23] $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:25] $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:25] $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:26] $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:37] Reedy: dfgdfgdfgdfg [21:21:41] ... [21:21:42] Reedy: that kind :) [21:21:48] $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:48] $wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:21:51] doh [21:22:02] sorry... network j$wgHooks['UserLoginForm'][] = 'vBLoginForm'; [21:22:03] gah! [21:22:05] sorry [21:22:06] I was about to kick you ;) [21:22:16] he is already op'ed ;) [21:22:33] sorry Reedy [21:22:38] network spaz [21:22:48] thought I couldn't paste for some reason [21:23:33] http://www.mediawiki.org/wiki/AuthPlugin#Creating_new_authentication_plugins -> "Instantiate a subclass of AuthPlugin and set $wgAuth to it to authenticate against some external source." # how do I do that [21:23:49] ps, if I ever do that again, kick me without thought [21:23:51] New review: Hashar; "Removing "do not submit flag" since Jenkins is now happy :-]" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29506 [21:24:14] I mean, how do I Instantiate a subclass of AuthPlugin in an extension [21:24:42] the code I'm looking at does that, but then closes the class without defining any new functions within the subclass [21:24:56] 03(mod) [Lockdown] Breaks MediaWiki Search including Numbers - 10https://bugzilla.wikimedia.org/23084 summary; +comment (10Andre Klapper) [21:25:25] class vBSSO extends AuthPlugin { /* body of AuthPlugin.php */ } [21:25:32] custom functions and hooks below [21:25:35] 03(mod) Modify/create extension to allow watchlisting of Bugzilla bugs (possible change to AuthBugzilla) - 10https://bugzilla.wikimedia.org/23700 (10Andre Klapper) [21:26:23] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10TMg) [21:26:54] 03(NEW) Incorporate analytics into MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/41326 normal; MediaWiki: General/Unknown; (b) [21:27:22] 03(mod) LdapAuthentication: Strict Standards - 10https://bugzilla.wikimedia.org/23248 +comment (10Andre Klapper) [21:27:22] 03(mod) Incorporate analytics into MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/41326 (10MZMcBride) [21:27:22] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10MZMcBride) [21:28:33] 03(NEW) Add page views graph(s) to MediaWiki's info action - 10https://bugzilla.wikimedia.org/41327 enhancement; MediaWiki: General/Unknown; (b) [21:28:33] 03(mod) Incorporate analytics into MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/41326 (10MZMcBride) [21:28:38] Change abandoned: Reedy; "(no reason)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29586 [21:29:02] because there are no reasons. [21:29:21] 03(NEW) Localize project name and namespaces on hsb.wiktionary - 10https://bugzilla.wikimedia.org/41328 enhancement; Wikimedia: Site configuration; (tchorisko) [21:29:31] 03(NEW) Add edit history graph(s) to MediaWiki's info action - 10https://bugzilla.wikimedia.org/41329 enhancement; MediaWiki: General/Unknown; (b) [21:29:31] 03(mod) Incorporate analytics into MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/41326 (10MZMcBride) [21:30:49] 03(mod) [Lockdown] SearchableNamespaces hook removes robots permissions - 10https://bugzilla.wikimedia.org/30275 summary (10Andre Klapper) [21:32:03] 03(NEW) Make the "year" field default to the current year on histories - 10https://bugzilla.wikimedia.org/41330 normal; MediaWiki: History/Diffs; (mybugs.mail) [21:32:37] 03(mod) Comments on drafts should not be announced on IRC - 10https://bugzilla.wikimedia.org/37538 +comment (10Siebrand) [21:32:53] does this have significance in PHP: define( 'CWD', ( VB_SYSTEM_PATH ) ); [21:32:54] or is CWD just any old global? [21:32:56] New patchset: Aaron Schulz; "[JobQueue] Added README file for job queue classes." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29625 [21:32:56] 03(mod) Account creation project: text for new user page is not submitted by wizard - 10https://bugzilla.wikimedia.org/30226 +comment (10Andre Klapper) [21:33:01] 03(mod) Time separator for Slovene - 10https://bugzilla.wikimedia.org/40942 +i18n (10Siebrand) [21:33:23] 03(mod) Add edit history graph(s) to MediaWiki's info action - 10https://bugzilla.wikimedia.org/41329 +comment (10Antoine "hashar" Musso) [21:33:56] 03(mod) Time separator for Slovene - 10https://bugzilla.wikimedia.org/40942 +comment (10Siebrand) [21:34:29] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10Munaf Assaf) [21:34:55] zoo many bugs :-] [21:35:25] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 (10Munaf Assaf) [21:37:42] New patchset: Reedy; "Swap isSpecialPage for canExist()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29704 [21:38:11] 03(mod) wbcreateclaim needs tests - 10https://bugzilla.wikimedia.org/41302 +comment (10Andre Klapper) [21:38:26] New patchset: Mwjames; "SRF 1.8 pre-release clean-up" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/29685 [21:38:55] 03(mod) Harvesting problems for header values in combination with some kind of wikitext - 10https://bugzilla.wikimedia.org/39973 +comment (10Andre Klapper) [21:39:09] New patchset: Reedy; "Swap isSpecialPage for canExist()" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29705 [21:39:48] New patchset: Adamw; "update tests; fix failing tests" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29269 [21:39:52] 03(NEW) mw.loader.load() fails in IE8 when loading external stylesheet - 10https://bugzilla.wikimedia.org/41331 normal; MediaWiki: ResourceLoader; (erwin) [21:40:07] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29705 [21:40:35] 03(NEW) Formatter warnings on Special:Notifications - 10https://bugzilla.wikimedia.org/41332 normal; MediaWiki extensions: Echo; (rkaldari) [21:41:53] 03(mod) Incorporate analytics into MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/41326 +comment (10Andre Klapper) [21:42:09] 03(mod) Account creation project: text for new user page is not submitted by wizard - 10https://bugzilla.wikimedia.org/30226 +comment (10Brion Vibber) [21:42:19] New review: Mwjames; "Test protocol" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/29685 [21:48:22] New patchset: Ori.livneh; "Remove remaining PEF cruft & reference to old test module" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/29708 [21:50:57] 03(ASSIGNED) mw.loader.load() fails in IE8 when loading external stylesheet - 10https://bugzilla.wikimedia.org/41331 normal->minor; +comment (10Krinkle) [21:50:57] 03(mod) Add specific reviewer in Gerrit on SQL changes - 10https://bugzilla.wikimedia.org/36228 summary; +comment (10Antoine "hashar" Musso) [21:52:29] Change abandoned: Spage; "Fine, I incorporated it into 33c9352ce2 which is merged to master." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/28466 [21:53:05] 03(mod) mw.loader.load() fails in IE8 when loading external stylesheet - 10https://bugzilla.wikimedia.org/41331 +comment (10Krinkle) [21:54:27] 03(mod) Add edit history graph(s) to MediaWiki's info action - 10https://bugzilla.wikimedia.org/41329 +comment (10MZMcBride) [21:57:20] New patchset: Hoo man; "Swap isSpecialPage for canExist()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29704 [21:57:34] 03(mod) Account creation project: text for new user page is not submitted by wizard - 10https://bugzilla.wikimedia.org/30226 +comment (10MZMcBride) [21:58:26] New review: Hoo man; "Fixed (negated ifs)" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/29704 [21:58:40] New review: Reedy; "Hah. Cheers" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/29704 [21:59:24] Nikerabbit: what job do you have that needs fifo and is it high or low volume? [21:59:32] Is there any reason for the following query to stop returning a list of categories? [21:59:39] https://commons.wikimedia.org/w/api.php?action=query&list=categorymembers&format=jsonfm&cmtitle=Category%3APublic%20domain&cmnamespace=14&cmlimit=1 [21:59:53] it worked earlier today, but now it returns an arror. [21:59:58] "Namespace doesn't allow actual pages" [21:59:59] 03(NEW) MF loads JS twice, has weird errors when database error occurs in jobqueue - 10https://bugzilla.wikimedia.org/41333 normal; MediaWiki extensions: MobileFrontend; (brion) [22:00:07] New patchset: Reedy; "Fix fail from 29705" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29709 [22:00:27] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29709 [22:00:40] New patchset: Kaldari; "(bug 41332) syncing params between child and parent methods" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/29710 [22:00:44] 03(mod) MobileFrontend extension loads JavaScript twice, has weird errors when database error occurs in job queue - 10https://bugzilla.wikimedia.org/41333 summary (10MZMcBride) [22:01:26] New patchset: Adamw; "DO NOT MERGE - 2-round-trip banner load" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29527 [22:02:22] 03(mod) Incorporate analytics into MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/41326 normal->15enhancement (10MZMcBride) [22:02:25] if my extension uses $wgHooks['UserLoadFromSession'][] = 'vBSSOAutoAuth'; does that make it a parserhook type extension? [22:02:39] (I know this seems dumb to you guys, but it's a genuine question) [22:02:54] else it's 'other' ? [22:03:17] New patchset: Kaldari; "(bug 41332) syncing params between child and parent methods" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/29710 [22:04:30] 03(FIXED) Formatter warnings on Special:Notifications - 10https://bugzilla.wikimedia.org/41332 +comment (10Ryan Kaldari) [22:06:06] New review: Spage; "Works, pages load ext.postEdit." [mediawiki/extensions/E3Experiments] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/29708 [22:06:07] Change merged: Spage; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/29708 [22:07:01] faceface, user identity [22:07:06] https://www.mediawiki.org/wiki/Extension:Lucene-search is being used in Mediawiki projects but is not in Gerrit? [22:08:01] DanielFriesen: tys -> out of date -> http://www.mediawiki.org/wiki/Manual:$wgExtensionCredits#type [22:08:08] 03(mod) New account creation Wizard pastes default "Tell us about yourself", not what user typed - 10https://bugzilla.wikimedia.org/29499 +comment (10Andre Klapper) [22:08:19] Oh credits cory [22:08:30] New patchset: Ori.livneh; "Update E3Experiments to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29713 [22:08:36] DanielFriesen: oh [22:08:45] Yeah, other [22:08:47] 14(DUP) Account creation project: text for new user page is not submitted by wizard - 10https://bugzilla.wikimedia.org/30226 +comment (10Andre Klapper) [22:08:47] 03(mod) New account creation Wizard pastes default "Tell us about yourself", not what user typed - 10https://bugzilla.wikimedia.org/29499 +comment (10Andre Klapper) [22:08:51] where does 'user identity' ... is that just category? [22:09:15] I'm confused about this: http://www.mediawiki.org/wiki/Manual:Developing_extensions#Making_your_extension_user_configurable [22:09:28] faceface, That was a |type= for Template:Extension [22:09:42] I set the var in LocalSettings.php, so how should it be referenced in the body of the extension? [22:09:44] DanielFriesen: right [22:09:56] it's 'other' :-) [22:10:56] We should add an auth category to extension credits [22:11:43] 03(mod) Polyglot: Missing title for language links - 10https://bugzilla.wikimedia.org/30545 +comment (10Andre Klapper) [22:14:07] 03(mod) Universal language selector and keyboard - 10https://bugzilla.wikimedia.org/32539 +design; +comment (10Andre Klapper) [22:14:45] 03(FIXED) MobileFrontend corrupts parser cache for regular page views - 10https://bugzilla.wikimedia.org/38273 +comment (10Max Semenik) [22:14:51] New review: Helder.wiki; "Thanks for fixing this. I though I did a mistake in my query because" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29709 [22:15:11] 03(NEW) Unable to access *.wikimedia.org sites from mobile devices - 10https://bugzilla.wikimedia.org/41334 major; Wikimedia: Site configuration; (mediawiki) [22:15:57] 03(mod) [CongressLookup] add API to let people access the CongressLookup data - 10https://bugzilla.wikimedia.org/33979 summary (10Andre Klapper) [22:16:23] 03(mod) [EmbedVideo] Fatal error: Class 'Hmtl' not found in EmbedVideo.hooks.php on line 119 - 10https://bugzilla.wikimedia.org/36845 (10Andre Klapper) [22:16:56] 03(mod) Create extension to optionally send users copies of pages on their watchlists that are deleted - 10https://bugzilla.wikimedia.org/38642 (10Andre Klapper) [22:17:20] Change merged: Robmoen; [mediawiki/extensions/Agora] (master) - https://gerrit.wikimedia.org/r/29638 [22:18:00] 03(FIXED) "patches-need-love" search dies - 10https://bugzilla.wikimedia.org/41317 +comment (10Antoine "hashar" Musso) [22:19:14] can someone point me at a simple MyExtn.php and myExten.body.php setup? I figure I need this divide for config to work properly [22:19:45] I used to know how to browse the SVN... [22:19:58] New patchset: MaxSem; "Update MobileFrontend to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29715 [22:19:58] 03(mod) Comments on drafts should not be announced on IRC - 10https://bugzilla.wikimedia.org/37538 +comment (10Rob Lanphier) [22:20:56] So how do you review stuff in gerrit? [22:21:40] 03(mod) Add support for deploying per-datacenter config variances - 10https://bugzilla.wikimedia.org/39082 +comment (10Asher Feldman) [22:22:40] 03(mod) Menu missing from under edit window with other text and wiki mark up - 10https://bugzilla.wikimedia.org/40963 +comment (10Andre Klapper) [22:22:41] New patchset: MaxSem; "Update Zero to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29716 [22:23:01] Change merged: MaxSem; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29715 [22:23:22] Change merged: MaxSem; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29716 [22:23:42] New patchset: Adamw; "(FR #595) Adyen payment gateway" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/20467 [22:24:13] Change merged: Robmoen; [mediawiki/extensions/Agora] (master) - https://gerrit.wikimedia.org/r/29639 [22:25:15] 03(mod) Incorporate analytics into MediaWiki's info action (tracking) - 10https://bugzilla.wikimedia.org/41326 +analytics (10Andre Klapper) [22:25:28] New patchset: Adamw; "defaultrebase=0" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/29717 [22:25:32] 03(mod) Add page views graph(s) to MediaWiki's info action - 10https://bugzilla.wikimedia.org/41327 +analytics (10Andre Klapper) [22:25:39] 03(mod) Add edit history graph(s) to MediaWiki's info action - 10https://bugzilla.wikimedia.org/41329 +analytics (10Andre Klapper) [22:26:27] New review: Pgehres; "Leaving the final decision to Kaldari" [mediawiki/extensions/CentralNotice] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/29717 [22:27:56] can't find an example to use :-/ [22:27:57] 03(mod) MobileFrontend extension loads JavaScript twice, has weird errors when database error occurs in job queue - 10https://bugzilla.wikimedia.org/41333 +performance (10Andre Klapper) [22:28:42] want a .body that isn't class based [22:28:56] to see how it's referenced from the Extn.php [22:29:48] is the Extn.body.php pattern only used with class based extensions? [22:31:23] so far found three Extn.body.php files here: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ all referenced by the Extn.php using class autoload [22:31:38] if I don't write my extension using classes, should I bother splitting into a .body.php? [22:32:25] http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/GoogleMaps/GoogleMaps.php?revision=113699&view=markup # Uses require [22:32:40] is that the pattern to follow? [22:32:45] or did I just find a bad exa [22:32:52] ple [22:32:57] New review: Adamw; "NOTE: must be deployed db-first" [mediawiki/extensions/CentralNotice] (master); V: 1 C: 1; - https://gerrit.wikimedia.org/r/29614 [22:33:55] 03(FIXED) Menu missing from under edit window with other text and wiki mark up - 10https://bugzilla.wikimedia.org/40963 +comment (10Oliver Keyes) [22:34:23] faceface: I think the .body.php ones are extensions that have a special page....let me look something up for you quick [22:34:41] mdefine('GOOGLE_MAPS_EXTENSION_VERSION', '0.9.43'); [22:34:42] doh [22:34:53] many thanks marktraceur [22:35:11] faceface: http://www.mediawiki.org/wiki/Manual:Developing_extensions [22:35:14] New patchset: Daniel Friesen; "Add a "User auth" extension group to Special:Version." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29719 [22:35:22] marktraceur: what's confusing me is this: http://www.mediawiki.org/wiki/Manual:Developing_extensions#Making_your_extension_user_configurable [22:35:22] "Stores the execution code for the extension. For complex extensions, requiring multiple PHP files, the implementation code may instead be placed in a subdirectory, MyExtension/includes. For an example, see the Semantic MediaWiki extension." [22:35:22] * faceface reads [22:35:36] marktraceur: yes, I'm on that page, but confused :( [22:35:50] faceface: So a lot of bigger extensions will do the latter: includes/*.php [22:35:55] yup [22:36:21] Just wondering how to physically include the Extn.body.php in my Extn.php ... I'm very inexperienced [22:36:34] so 'simple' things trip me up [22:36:38] where simple === undocumented ;-) [22:37:18] following this pattern: http://www.mediawiki.org/wiki/Manual:Developing_extensions#Setup [22:37:26] I want to set config in Local settings.php, but how to 'pick it up' within my extension? [22:37:32] I don't even usually follow that pattern... [22:37:39] teh .body pattern? [22:37:47] New patchset: CSteipp; "Disable editing for non-global accounts" [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/29721 [22:37:47] I do something like Foo.class.php sometimes. [22:38:10] Typically you don't bother require_oncing anything from the extension setup. [22:38:15] DanielFriesen: I'm fine having everything in one file, but I'm getting confused by this: http://www.mediawiki.org/wiki/Manual:Developing_extensions#Making_your_extension_user_configurable [22:38:21] You have classes and autoload them. [22:38:59] how do I have the config variable follow the extension include, but still get picked up within the extension [22:39:02] with the value from LocalSettings.php [22:39:21] to quote plinket... it don't make no sense to me [22:39:56] New patchset: Alex Monk; "Create special page aliases file" [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/29722 [22:40:14] faceface, You don't use it right away. [22:40:25] how? [22:40:26] faceface, You only use config in hooks and extension setup functions [22:40:39] ahhh... that explains it [22:40:39] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29704 [22:40:40] You never use them in the first pass through the extension. [22:40:48] You only set the defaults then. [22:41:02] this freaky code has to call another block of PHP, and it does that outside the function [22:41:16] not sure how to do that 'cleanly' [22:42:10] New patchset: Isarra; "Prevent editing textarea from overflowing out of bodyContent" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28665 [22:43:25] https://gist.github.com/3942240 [22:44:25] I guess I could shove that in the function? [22:44:36] Isarra: I see you learned how to use git/ gerrit, great :) [22:45:33] 03(mod) Universal language selector and keyboard - 10https://bugzilla.wikimedia.org/32539 +comment (10Siebrand) [22:45:51] hmm... I'm not sure about order of exec [22:45:53] DanielFriesen: Please leave me alone. If there are issues, I would prefer to hear of them from someone I respect. [22:47:26] Change merged: Siebrand; [mediawiki/extensions/Echo] (master) - https://gerrit.wikimedia.org/r/29722 [22:48:45] New review: Siebrand; "@alex: please report the fatal with details in bugzilla and note the bug number here." [mediawiki/extensions/Calendar] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28901 [22:49:51] hi [22:50:35] New patchset: Krinkle; "PostEdit: Fix security issue, fix IE6-8 exception, clean up." [mediawiki/extensions/PostEdit] (master) - https://gerrit.wikimedia.org/r/29724 [22:51:04] DanielFriesen: hi [22:51:05] doh [22:51:33] OK, final question (giving up on making this 'clean') [22:51:37] how do I reconfigure the login url? [22:51:48] Once logged in, I can change teh logout url [22:52:03] but how to change the login? [22:52:18] http://www.mediawiki.org/wiki/Manual:Personal_Urls # It aint personal when you don't got logged in [22:53:08] * faceface tries changing login to see ... [22:54:33] heh... that adds the login url... hrm [22:54:47] faceface, Uh... ;) we don't have a standard way to do that [22:55:19] faceface, Closest you can get for now is changing the url for the link using one of the skin template hooks. [22:55:23] hoo: Stearted to learn how to use and promptly lost all will to keep bothering to try. [22:55:39] Athyria: Why? Code review :/ [22:55:40] ? [22:56:16] New patchset: MaxSem; "Update MobileFrontend to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29725 [22:56:39] Change merged: MaxSem; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29725 [22:57:00] MediaWiki, git, and gerrit are hard enough to learn without someone who "doesn't have time" to do anything himself hounding me every time I submit something. [22:57:03] 03(mod) Missing mobile DNS entries for numerous *.wikimedia.org wikis (*.m.wikimedia.org not existing) - 10https://bugzilla.wikimedia.org/38799 summary; +comment (10Andre Klapper) [22:57:06] faceface, One of these days though I'd like to setup a standard way of handling that kind of thing so that it would work everywhere. [22:57:07] 14(DUP) Unable to access *.wikimedia.org sites from mobile devices - 10https://bugzilla.wikimedia.org/41334 +comment (10Andre Klapper) [22:57:09] 03(mod) Missing mobile DNS entries for numerous *.wikimedia.org wikis (*.m.wikimedia.org not existing) - 10https://bugzilla.wikimedia.org/38799 +comment (10Andre Klapper) [22:57:16] 03(mod) the green "reviewed" icon sometimes does not show upon page load - 10https://bugzilla.wikimedia.org/41279 (10bsitu) [22:57:20] 14(DUP) Redirect causing problems for domains that do not have .m (e.g. www.* portals) - 10https://bugzilla.wikimedia.org/40687 +comment (10Andre Klapper) [22:57:21] 03(mod) Missing mobile DNS entries for numerous *.wikimedia.org wikis (*.m.wikimedia.org not existing) - 10https://bugzilla.wikimedia.org/38799 +comment (10Andre Klapper) [22:57:30] Now of course I won't get everything right at first, but this just makes me want to leave and never come back. [22:58:06] 03(NEW) Notice: Undefined offset: -1 in /var/www/MediaWiki/Git/core/languages/Language.php on line 887 - 10https://bugzilla.wikimedia.org/41335 major; MediaWiki extensions: Calendar; (krenair) [22:58:27] New review: Alex Monk; "https://bugzilla.wikimedia.org/show_bug.cgi?id=41335" [mediawiki/extensions/Calendar] (master) C: 0; - https://gerrit.wikimedia.org/r/28901 [22:58:27] 03(mod) Miscellany for Deletion nominations aren't working - 10https://bugzilla.wikimedia.org/41029 (10bsitu) [22:58:57] Athyria: mhm, if you want, I can take a look and update the things on my machine [22:59:50] How would that help? It's pointless anyway. [23:00:11] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10TMg) [23:01:30] lol, gitweb warns against commits made after midnight [23:01:32] xD [23:01:38] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki%2Fextensions%2FPostEdit.git;a=commit;h=75f021392548babc4a4169a0d0239d15295d34c2 [23:01:38] Tue, 23 Oct 2012 22:50:09 +0000 (00:50 +0200) [23:01:52] (according to timezone of the committer) [23:02:21] Krinkle: The rationale being "Wow, this person can't have been writing productive things at that time of night"? [23:02:45] yeah, a big warning for the reviewer xD [23:03:15] Krinkle: Just be glad Gerrit doesn't put any flags up [23:03:20] though gerrit's main ui doesn't show it. And frankly, its silly. I mean, not everybody works from 8to5 [23:03:49] Krinkle: There's that....maybe they have some vanilla "if this field is low, highlight it" code, and applied it to everything? [23:03:55] (or have their timezone set correctly, people from san francisco would often appear to be comitting at night) [23:04:24] in GMT [23:04:34] the Upgrade instructions indicate that to use Git I should "export the files into a clean location.". Does export mean to clone the core repo to a clean location? [23:04:35] New review: CSteipp; "Security looks good. Overall concept looks great, and I hope we can merge this in soon." [mediawiki/extensions/MapSources] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/28348 [23:04:46] New patchset: Isarra; "Prevent editing textarea from overflowing out of bodyContent" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28665 [23:06:17] 03(mod) [Regression] ExtensionDistributor: Title distorted ("") - 10https://bugzilla.wikimedia.org/41312 +comment (10Krinkle) [23:06:20] Reedy: can you deploy ^ [23:06:29] Which? [23:06:31] Oh [23:06:33] I can do it, just figured you'd be on it [23:06:33] yeah [23:06:35] New patchset: MaxSem; "Update MobileFrontend and Zero to master" [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/29727 [23:06:47] Reedy: Do you know when it regressed? [23:06:55] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 (10TMg) [23:06:55] Siebrands maintenance [23:07:01] 04(REOPENED) Metrics Study 6: Article Feedback Edit Conversions - 10https://bugzilla.wikimedia.org/40775 +comment (10Fabrice Florin) [23:07:02] Change merged: MaxSem; [mediawiki/core] (wmf/1.21wmf1) - https://gerrit.wikimedia.org/r/29727 [23:07:53] So with gerrit, how would one go about telling someone to go fuck themself? [23:08:00] ? [23:08:07] New patchset: Reedy; "Update to master" [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29728 [23:08:17] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf2) - https://gerrit.wikimedia.org/r/29728 [23:11:43] New review: Reedy; "I do note it's working on the Wikivoyage wikis on betawiki..." [mediawiki/extensions/Calendar] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/28901 [23:13:18] 03(NEW) Click tracking no associating valid rev_id with some edit_success events. - 10https://bugzilla.wikimedia.org/41336 major; MediaWiki extensions: ArticleFeedbackv5; (aaron.halfaker) [23:15:12] New patchset: Daniel Friesen; "(bug 40610) Prevent editing textarea from overflowing out of bodyContent" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/28665 [23:17:39] New review: Daniel Friesen; "PS4: Moved the block to commonContent since it is applying to standard content rather than basic ele..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/28665 [23:19:46] DanielFriesen: Go fuck yourself. [23:20:14] eh... ? [23:20:28] 03(NEW) Fatal error: Call to a member function msg() on a non-object at Preferences.php - 10https://bugzilla.wikimedia.org/41337 minor; MediaWiki: User preferences; (sam) [23:20:43] New patchset: Hoo man; "(bug 36053) Login returnto doesn't work if title isn't in the URI" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29729 [23:20:46] Reedy: Lots of php notices and warnings lately, we oughta do better at preventing/catching them. [23:20:59] This is the Nth time we fixed or reported one. [23:22:11] 03(mod) Fatal error: Call to a member function msg() on a non-object at Preferences.php - 10https://bugzilla.wikimedia.org/41337 minor->04BLOCKER; +code-update-regression; +comment (10Krinkle) [23:22:41] 03(ASSIGNED) [Regression] Log in "returnto" feature forgets query parameters if no title parameter was specified - 10https://bugzilla.wikimedia.org/36053 +patch-in-gerrit; +comment (10Marius Hoch) [23:23:31] Krinkle: https://bugzilla.wikimedia.org/buglist.cgi?query_format=advanced&emailassigned_to1=1&emailreporter1=1&list_id=154437&email1=sam%40reedyboy.net&emailtype1=exact [23:24:13] yes? [23:24:20] Look at all the bugs we're reporting [23:24:33] I mean, I [23:24:37] 31 matches for "Call to " [23:24:49] 10x " on line " [23:25:40] 2012-10-23 23:23:56 srv216 dewiki: [6786df45] /w/api.php?action=parse&page=Spezial:ISBN-Suche/3548347215&format=json Exception from line 104 of /usr/local/apache/common-local/php-1.21wmf1/includes/WikiPage.php: Invalid or virtual namespace -1 given. [23:25:42] I want to know what's causing these damn requests [23:26:00] Why we're getting spammed with action=parse on special pages [23:26:00] 03(mod) Notice: Undefined offset: -1 in mediawiki/languages/Language.php on line 887 - 10https://bugzilla.wikimedia.org/41335 summary (10Krinkle) [23:26:10] 03(mod) Click tracking no associating valid rev_id with some edit_success events. - 10https://bugzilla.wikimedia.org/41336 +comment (10Aaron Halfaker) [23:26:39] Reedy: wtf, action parse simulating a special page title? [23:26:39] why would anyone do that [23:26:41] God knows [23:26:47] But there's 10s of them per second [23:27:01] hence me making the api change so it didn't exception out and spam the logs [23:27:24] Badly written bot? [23:27:29] Reedy: https://de.wikipedia.org/w/index.php?title=Spezial%3ASuche&profile=advanced&search=parse&fulltext=Search&ns8=1&redirs=1&profile=advanced [23:27:56] nothing stands out there [23:28:00] lol [23:28:06] but it could be from an abstraction layer that doesn't mention "parse" [23:28:14] This morning there was loads of enwiki ones [23:28:21] and i mean tonnes [23:28:24] It's almost like a gadget is doing an action=parse on every request [23:28:36] Reedy: referrer? [23:28:37] user agent? [23:28:51] ip collection size? [23:29:35] Krinkle: I asked in operations but no one responded as to where we can find that infomration out with hacking it in [23:29:53] Reedy: isn't that in the log on the same line? [23:29:59] that's odd [23:30:05] Not when it's not a fatal [23:30:14] wait, what kind kind of exeption is this [23:30:20] MWDebug? [23:30:35] throw new MWException( "Invalid or virtual namespace $ns given." ); [23:30:39] Right [23:31:09] 03(mod) Fatal error: Call to a member function bind() on a non-object in UploadBase.php - 10https://bugzilla.wikimedia.org/40166 +comment (10Sam Reed (reedy)) [23:31:09] "error":{"code":"internal_api_error_MWException","info":"Exception Caught: Invalid or virtual namespace -1 given." [23:31:38] https://en.wikipedia.org/w/api.php?action=parse&page=Special:SpecialPages [23:31:43] https://en.wikipedia.org/w/api.php?action=parse&page=Special:SpecialPages [23:31:48] [23:31:58] Is the new behaviour, but seems to be cached stuff that isn't updating [23:32:34] cached as in php opcode cach [23:33:17] Hey guys. Newb question here. How can I view the IP address someone used to create an account on MediaWiki? [23:33:35] New patchset: Krinkle; "Improve parameter names (e.g. don't call it $wgOut)" [mediawiki/extensions/BreadCrumbs] (master) - https://gerrit.wikimedia.org/r/27776 [23:33:45] By default, you can't [23:33:53] !e CheckUser [23:33:53] https://www.mediawiki.org/wiki/Extension:CheckUser [23:34:17] Would that work if it was installed after users made accounts? [23:34:28] New review: Krinkle; "* Fixed that 'version' was the only one with a tab, turned into space." [mediawiki/extensions/BreadCrumbs] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/27776 [23:35:05] Reedy: do we have a tracker for this code quality issues? [23:35:11] ah, I remember [23:35:12] 2007? [23:35:13] "sucks" [23:35:14] !b 700 [23:35:14] https://bugzilla.wikimedia.org/show_bug.cgi?id=700 [23:35:30] I've got a suspicion that my wiki attracted some spam. Any recent reports of spam bots creating pages about Home Renovation and related things? [23:35:54] (and yes, Reedy, you put that word into the title) [23:35:55] Magiobiwan_: they're always creating pages about everything. :) [23:36:01] that's how I find that bug usuaully [23:36:04] but searching for "sucks" :P [23:36:09] If it looks like spam, it's spam. [23:36:14] quack [23:36:23] Yeah. [23:36:37] Yeah, it seems slightly off topic. Given that the Wiki is for a VPS host [23:37:06] 03(mod) Code quality issues (and other stuff that sucks) (tracking) - 10https://bugzilla.wikimedia.org/700 (10Krinkle) [23:37:06] 03(mod) Fatal error: Call to a member function bind() on a non-object in UploadBase.php - 10https://bugzilla.wikimedia.org/40166 (10Krinkle) [23:38:11] 03(mod) Accounts magically unattached despite being recently created - 10https://bugzilla.wikimedia.org/39996 +comment (10Snowolf) [23:39:38] Is there any way to mass block a large number of accounts made in a short amount of time? [23:39:40] 03(mod) Fatal error: Call to a member function msg() on a non-object at Preferences.php - 10https://bugzilla.wikimedia.org/41337 (10Krinkle) [23:39:40] 03(mod) Code quality issues (and other stuff that sucks) (tracking) - 10https://bugzilla.wikimedia.org/700 (10Krinkle) [23:39:47] 03(mod) Notice: Undefined offset: -1 in mediawiki/languages/Language.php on line 887 - 10https://bugzilla.wikimedia.org/41335 (10Krinkle) [23:39:47] 03(mod) Code quality issues (and other stuff that sucks) (tracking) - 10https://bugzilla.wikimedia.org/700 (10Krinkle) [23:40:19] Magiobiwan_: Using a maintenance script I guess (server side access) or with the API. [23:40:23] And delete the pages they made [23:40:35] For deleting all pages created by a user, use Extension:Nuke [23:40:38] !e Nuke [23:40:38] https://www.mediawiki.org/wiki/Extension:Nuke [23:40:55] * Magiobiwan_ sends the Wiki Creator an email [23:41:13] I need to replace my w key on my laptop :( [23:41:18] It's falling off :O [23:41:48] New review: Adamw; "needs some work -- there are errors in the result switcher" [mediawiki/extensions/DonationInterface] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/20467 [23:41:49] that's... bad. [23:42:16] New patchset: Hoo man; "(bug 36053) Login returnto doesn't work if title isn't in the URI" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29729 [23:42:56] * DanielFriesen had issues with ctrl and spacebar once [23:43:03] 03(mod) [PostEdit] Invisible element with high z-index accidentally blocks links - 10https://bugzilla.wikimedia.org/41231 +comment (10Krinkle) [23:43:45] Magiobiwan_: use OpenID to keep them out [23:43:52] DanielFriesen: login seems to work [23:44:21] DanielFriesen: http://seqanswers.com/mediawiki-1.19.2/index.php?title=Main_Page # Observe the login url [23:44:24] Mind being so kind as to provide a link to the extension? [23:44:28] faceface, and anonlogin? [23:44:49] Magiobiwan_: http://www.mediawiki.org/wiki/Extension:OpenID [23:44:59] DanielFriesen: wuts that? [23:45:18] 03(NEW) Ways to reduce edit conflicts - 10https://bugzilla.wikimedia.org/41338 normal; MediaWiki: Page editing; (WereSpielChequers) [23:45:18] faceface, There are different keys. [23:45:23] DanielFriesen: oh, nobody is allowed to edit who isnt on the forum... [23:45:24] oh [23:45:35] Krinkle: I as thinking more like pages made by different users. [23:45:37] Was [23:45:40] DanielFriesen: what's not here: http://www.mediawiki.org/wiki/Manual:Personal_Urls I don't know about [23:45:56] Magiobiwan_: to Nuke? [23:46:09] faceface, https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=includes/SkinTemplate.php;hb=HEAD#l645 [23:46:16] Yah [23:46:17] Yeah* [23:46:22] My e key is also derping... [23:46:33] you devs and your obsession with teh code [23:47:15] New patchset: Hoo man; "(bug 36053) Login returnto doesn't work if title isn't in the URI" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/29729 [23:47:47] New review: Hoo man; "Release notes" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/29729 [23:47:47] DanielFriesen: where does that show up here: http://seqanswers.com/mediawiki-1.19.2/index.php?title=Main_Page [23:48:58] faceface, login and anonlogin are the same thing. It varies by your ipinheader config. [23:49:16] faceface, Now the real problem of course (besides User login being accessible from special pages) is this: http://seqanswers.com/mediawiki-1.19.2/index.php?title=Special:Preferences [23:50:33] the 'extension' I'm adapting tried to change the page itself. [23:50:43] the login page itself I mean [23:51:12] by updating includes/templates/Userlogin.php [23:51:14] http://www.mediawiki.org/wiki/Extension_talk:VBulletin [23:51:27] function vBLoginForm($template) { [23:52:31] Which looks OK, but a) changes code outside of extensions, and b) didn't work [23:54:46] 03(mod) Regexp failed to match URI - 10https://bugzilla.wikimedia.org/41320 +comment (10Nemo_bis) [23:55:06] What is a good algorithm to generate a unique id. [23:55:08] say for a wiki page [23:55:25] factor: md5sum [23:55:37] I dont want it some long string , just about 8 characters [23:55:54] the first 8 char of md5sum [23:56:23] humm will look into it thanks faceface [23:57:18] factor: np.. i think it's as random as the whole string, but more likely to collide of course [23:57:48] yes need to make a chek to make sure it is not already selected. [23:58:14] want to make a extension to add page and give it a unique id to access it. [23:58:26] DanielFriesen: could edit all appropriate messages? [23:58:45] Hmm [23:59:05] Apparently if you sleep your laptop, IRC connections get closed! [23:59:10] What a thought! [23:59:34] faceface, ;) and all their translations?