[00:41:59] JustBerry: are you still interested in helping with Wikimedia development? [00:42:45] Hi, I am using this semantic query {{#ask:[/[/Category:Reviews]][/[/Item::{{FULLPAGENAME}}]]|?Rating|format=average}} and getting all results instead of average... any suggestions? [00:43:09] Maybe you should ask in #semantic-mediawiki [00:43:34] yeah, but thats inactive for now :/ [00:54:55] (03PS4) 10Brian Wolff: Make PagedTiffHandler work with VipsScaler. [extensions/PagedTiffHandler] - 10https://gerrit.wikimedia.org/r/86413 (https://bugzilla.wikimedia.org/52045) [00:56:18] 3MediaWiki extensions / 3BetaFeatures: Fatal hook error on first run - 10https://bugzilla.wikimedia.org/65720#c4 (10Ian Kelling) I think my original diagnosis of the cause is wrong. I didn't figure it out thoroughly, just reverted some code and things seemed to work, but they probably don't really work quite... [00:57:31] (03PS2) 10Brian Wolff: Add support for page numbers to VipsScaler. [extensions/VipsScaler] - 10https://gerrit.wikimedia.org/r/86416 (https://bugzilla.wikimedia.org/52045) [01:31:21] 3Wikimedia / 3General/Unknown: RevDel will not work on images - 10https://bugzilla.wikimedia.org/65733 (10TLSuda) 3UNC p:3Unprio s:3major a:3None Whenever I attempt to delete a revision of an image (as I successfully have in the past) the error message comes up. I noticed this beginning on 22 May 201... [01:32:35] ugh. please folks don't make public methods protected unless you know what you are doing [01:32:44] or better yet, just say no [01:38:42] (03PS1) 10Brian Wolff: Revert "Pass phpcs-strict on includes/revisiondelete/" [core] - 10https://gerrit.wikimedia.org/r/135286 (https://bugzilla.wikimedia.org/65733) [01:44:33] 3Wikimedia / 3General/Unknown: RevDel will not work on images - 10https://bugzilla.wikimedia.org/65733#c2 (10Bawolff (Brian Wolff)) p:5Unprio>3High I just proposed a revert for the offending revision. I suppose if I was better I would try to find out all the offending line and propose a fix for just that... [01:44:48] 3Wikimedia / 3General/Unknown: Fatal when revdeleting old version of image - 10https://bugzilla.wikimedia.org/65733 (10Bawolff (Brian Wolff)) [01:48:33] 3MediaWiki / 3Revision deletion: Fatal when revdeleting old version of image - 10https://bugzilla.wikimedia.org/65733 (10Bawolff (Brian Wolff)) [02:01:53] (03PS5) 10Brian Wolff: Make PagedTiffHandler work with VipsScaler. [extensions/PagedTiffHandler] - 10https://gerrit.wikimedia.org/r/86413 (https://bugzilla.wikimedia.org/52045) [02:30:55] (03PS6) 10Brian Wolff: Make PagedTiffHandler work with VipsScaler. [extensions/PagedTiffHandler] - 10https://gerrit.wikimedia.org/r/86413 (https://bugzilla.wikimedia.org/52045) [02:49:48] 3MediaWiki extensions / 3Translate: The source language of a page should be arbitrary - 10https://bugzilla.wikimedia.org/35489#c26 (10KC Lau) I am looking into using MediaWiki for a new wiki site to encourage people to submit articles. They may prefer to submit in their native languages and have them transla... [02:52:06] (03PS2) 10AndyRussG: Make TypesafeEnum::setUp() callable repeatedly [extensions/Campaigns] (wip/editorcampaigns) - 10https://gerrit.wikimedia.org/r/135285 [02:52:33] 3MediaWiki / 3Revision deletion: Fatal when revdeleting old version of image - 10https://bugzilla.wikimedia.org/65733#c3 (10TLSuda) I should've checked this before, but you cannot RevDel to delete old revisions of an image, but you can RevDel the summary and the editor's username/ip address. (Also thanks Bri... [03:33:04] 3MediaWiki / 3Special pages: Special:Version: Link to tree instead of commit for git hashes - 10https://bugzilla.wikimedia.org/39994 (10JuneHyeon Bae (devunt)) a:3JuneHyeon Bae (devunt) [03:44:04] note to self. Always remove the debugging statements after I finish testing on all the input, not after the first one worked [04:12:24] hi Withoutaname [04:12:38] ohai [04:22:34] 3MediaWiki extensions / 3BetaFeatures: Fatal hook error on first run - 10https://bugzilla.wikimedia.org/65720#c5 (10Kunal Mehta (Legoktm)) 5PAT>3UNC I just tested it with BetaFeatures on REL1_23, and core at REL1_23, and it worked fine for me. What kind of caching do you have setup? Try disabling it and... [04:23:48] legoktm: hi ! You around ? [04:24:02] tonythomas: yup, what's up? [04:24:48] legoktm: great ! I could get the !(is_array( $wgSMTP )) part of usermailer successfully sending mails via the new Swfit mailer [04:24:59] awesome! [04:25:02] but, having certain doubts with the part where smtp comes in [04:25:36] https://github.com/wikimedia/mediawiki-core/blob/master/includes/UserMailer.php#L337 sends the mail via pear right ? [04:25:46] so, where do pear get the From address ? [04:26:36] hmm [04:27:27] it sends via $mailer->send( $dest, $headers, $body ); [04:27:41] do pear take up the from adddres from $headers ? [04:28:02] or from some other source, such as the PasswordSender, in LocalSettings or sth ? [04:28:22] I'm looking at the code right now, I'm not sure [04:29:18] oh ok so [04:29:28] legoktm: ok! http://pear.php.net/manual/en/package.mail.mail.send.php looks like $headers['from'] is used [04:29:59] I was about to say that :P [04:30:24] legoktm: :) great ! Let me try with giving that as the argument [04:30:41] :D [04:30:57] wasn't pear a sketchy solution? [04:31:08] I was told not-so-good things about $wgSMTP [04:31:30] not sure. either way he's working on replacing it [04:31:52] :) [04:33:41] (03CR) 10Legoktm: [C: 031] "Haven't tested." [core] - 10https://gerrit.wikimedia.org/r/115607 (https://bugzilla.wikimedia.org/30959) (owner: 10Lekshmi) [04:35:20] legoktm, have you checked my comment in https://bugzilla.wikimedia.org/show_bug.cgi?id=65661 ? [04:36:14] I must have missed it. Just responded (nope) [04:42:21] (03PS1) 10Brian Wolff: Make tiff thumbnail in 2 steps. [extensions/PagedTiffHandler] - 10https://gerrit.wikimedia.org/r/135289 (https://bugzilla.wikimedia.org/52045) [04:48:15] legoktm: Looks like SMTP too worked [04:48:15] :) [04:48:24] :D [04:48:37] some exceptions messages are too to be worked out, I will push in the patch as a draft [04:49:05] Hi everyone, I'm kind of new to this channel. I haven't really introduced myself - I'm an active Wikipedian who works with anti-vandal. I am looking to find a Wikimedia developer project. Any ideas? [04:49:09] legoktm:^^ [04:50:01] What programming languages do you know? [04:50:31] Python, learning C++ [04:51:09] JustBerry: MediaWiki is mostly written in php and javascript [04:51:46] There are a couple python things here and there, but I believe they are on the ops side of things, and I don't know much about them [04:52:24] bawolff:Okay, well... where can I find projects.... mind introducing me a bit to wm-dev? [04:52:33] JustBerry: If you're ok trying things in php well still learning php, I would suggest looking for an easy bug [04:52:46] bawolff:Sure. [04:52:48] there are plenty of them [04:52:56] PiRSquared:Where? [04:53:04] on bugzilla, mostly [04:53:33] ?? [04:54:00] https://bugzilla.wikimedia.org/buglist.cgi?bug_status=NEW&bug_status=REOPENED&columnlist=product%2Ccomponent%2Cchangeddate%2Cbug_severity%2Cpriority%2Cshort_desc&keywords=easy&keywords_type=allwords&order=changeddate%20DESC%2Ccomponent&list_id=316867 [04:55:05] That includes extensions, including some extensions not used by WMF. for your first bug I reccomend either mediawiki or something enabled at wikipedia, as those projects have more active people to help you [04:55:20] https://www.mediawiki.org/wiki/Annoying_little_bugs can also have good links [04:55:34] bawolff: Hmm. I'd argue that re-opened bugs are never really 'easy' – the code may be trivial, but getting it merged and deployed may well not be if the bug's already been closed. [04:56:10] James_F:Yeah, looking through them - they don't quite make sense - what am I supposed to do after looking at the report and attachments? [04:56:11] bawolff: Maybe with Phabricator we might be able to have an automatical rule? [04:56:19] James_F: Hmm, I stole that from a wikipage, but I could see your point [04:56:35] bawolff: s/automatical/automatic retrieval/ [04:56:35] I vote we just shoot anyone who marks contentious things "easy" [04:56:39] Or that. :-) [04:56:44] James_F: what's "automatic retrieval" mean? [04:56:51] It depends on why its re-opened too [04:57:25] bawolff: If it's re-opened because the initial fix didn't fix the issue, then it probably wasn't easy either. :-) [04:57:26] e.g. Closed invalid because initial person was unclear, and then it got clarified is a lot different from people having a bug war over WONTFIX [04:57:43] PiRSquared: Not sure if that's the right term; the stuff you can do as a hook using Herald. [04:57:51] In English? [04:58:07] * bawolff likes me my bugzilla though [04:58:39] bawolff: Oh well. It's dead, Jim. It's shuffled off this mortal coil, it's gone to join the Heavenly choir, it's… dead. [04:58:41] PiRSquared: ? [04:59:18] "the stuff you can do as a hook using Herald" [04:59:55] PiRSquared: Have you not been following the Phabricator trials? It's an interesting system. [05:00:20] * bawolff has been following vaugely, but has no idea what herald is [05:00:25] PiRSquared: Herald is a system inside Phabricator that lets you do things automatically. [05:00:39] So like bugzilla whines? [05:01:33] E.g. "if a new patchset is uploaded with the word 'foo' in it, add me as a reviewer"; "if someone removes themselves from assignee to a task in the LQT project, assign it to me" etc. [05:02:05] I suppose that's kind of cool [05:02:25] It'll replace gerrit-review-bot, for example. [05:02:42] And a bunch of things I do manually in Bugzilla, which'll be nice. [05:03:08] I'd point out, gerrit has basically the functionality of gerrit-review-bot built in [05:03:15] No, it doesn't. [05:03:16] in preferences [05:03:20] Only for project-level items. [05:03:44] E.g. Siebrand wants to be added as a reviewer on all patchsets that touch a file with "i18n" in its path. [05:04:03] That's something gerrit-review-bot can do, and Herald can easily, but gerrit doesn't do natively. [05:04:13] You can do that (or you can get it to send an email, it doesn't "add" you as a reviewer, which is silly) [05:04:27] Or "resources/lib changes in MediaWiki" which is of interest to me. [05:04:34] I for example have it set to send me an email any time someone touches anything in includes/media [05:04:47] The filter isn't that powerful, I thought? [05:05:33] file:^includes/media/.* [05:06:00] which only works in the watched projects section of preferences (because, you know, its gerrit) [05:06:20] Yeah. [05:06:23] Interesting. [05:07:24] Anyways, its about my bedtime now, so... [05:11:03] 3MediaWiki / 3Search: OmniWeb browser crashes when I enter input fields with mouse - 10https://bugzilla.wikimedia.org/65731#c1 (10Andre Klapper) 5UNC>3RES/INV s:5blocke>3normal Hi, the stacktrace is not helpful for us as we don't know the internals of browser software out there. On which website(s) d... [05:17:18] 3MediaWiki extensions / 3WikiEditor: Search and replace botches article when using "Replace" - 10https://bugzilla.wikimedia.org/65732 (10Andre Klapper) p:5Unprio>3Low [05:21:48] JustBerry: is anything here interesting? https://www.mediawiki.org/wiki/Annoying_little_bugs [05:22:08] PiRSquared:I will check once I am done importing. One moment please. [05:22:12] ok [05:23:02] http://j.mp/1m9hp2q [05:40:03] legoktm: I have pushed it as a draft here https://gerrit.wikimedia.org/r/#/c/135290/ The patch looks bit lengthy though [05:40:25] it does [05:41:50] is that private? [05:41:50] so, [05:42:00] legoktm:Lego [05:42:23] PiRSquared: yeah, it's a draft so only reviewers can see it [05:42:27] okay [05:42:51] tonythomas: what if you get rid of the "doc", "notes", and "tests" directories? [05:43:00] so we just keep the core code [05:43:07] legoktm: ok. Pushing the new one [05:44:20] 3MediaWiki extensions / 3Translate: Id and class names for Special:PageMigration need to be fixed as per the standards followed - 10https://bugzilla.wikimedia.org/65736 (10Pratik Lahoti) 3NEW p:3Unprio s:3normal a:3None The id and class names for Special:PageMigration (a GSoC project) need to be fixe... [05:45:22] 05:40:08 PHP Parse error: syntax error, unexpected '[' in includes/mailer/SwiftMailer/lib/swiftmailer_generate_mimes_config.php on line 28 [05:45:53] legoktm: that one is the swiftmailer packaged one :o [05:46:04] 3MediaWiki extensions / 3Translate: Id and class names for Special:PageMigration need to be fixed as per the standards followed - 10https://bugzilla.wikimedia.org/65736 (10Pratik Lahoti) a:3Pratik Lahoti [05:46:22] $valid_mime_types = []; [05:46:23] hmm [05:46:27] that's PHP5.4 [05:46:33] 3Wikimedia / 3Mailing lists: Mails to any wikimedia.org account/list from any account @wikimedia.org.ve bounces - 10https://bugzilla.wikimedia.org/60215#c15 (10jeremyb) (In reply to Chris Johnson from comment #14) > Received an email from Fhaidel confirming that the list can removed. In any case it should b... [05:46:41] legoktm: ok. removed all the extra folders/files. [05:46:48] looks good now ? [05:47:33] yeah, looks better [05:48:32] legoktm: jenkins not yet satisfied ;) [05:48:48] I think it's because it's running the tests on PHP5.3 [05:49:13] https://github.com/swiftmailer/swiftmailer/blob/master/composer.json says they support 5.2.4 [05:49:32] legoktm: oops ! yeah. and I copied the master branch, yes [05:50:13] https://github.com/swiftmailer/swiftmailer/tree/v5.2.0 [05:50:24] https://integration.wikimedia.org/ci/job/mediawiki-core-phpcs-strict-HEAD/10807/console is for which file ? I cant see jenkins specifying file here [05:51:11] legoktm: I went for the github master. should we go for 5.2.0 [05:51:12] ? [05:52:03] we should use the stable release, so 5.2.0 [05:52:03] 3Analytics / 3Kraken: Hive queries inconsistently failing - 10https://bugzilla.wikimedia.org/65420#c24 (10Toby Negrin) Thanks Andrew -- the 80K mappers seems busted. If this is because Hive doesn't understand how to properly create a query to the table Oliver is accessing, that is probably the root cause. S... [05:52:10] though I don't see any changes between it and master [05:53:41] legoktm: I think its the master branch itself [05:54:18] 3MediaWiki extensions / 3BetaFeatures: Fatal hook error on first run - 10https://bugzilla.wikimedia.org/65720 (10Florian) [05:55:08] there are a few changes [05:55:14] (03PS1) 10MaxSem: WIP Add API action=watch 'entirewatchlist' param to bulk-clear watchlist. [core] - 10https://gerrit.wikimedia.org/r/135293 (https://bugzilla.wikimedia.org/65058) [05:55:16] btw I submitted https://github.com/swiftmailer/swiftmailer/pull/478 to fix the lint error with jenkins [05:55:34] still, why is errors start with lib/classes/Swift.php [05:55:41] legoktm: thanks :) [05:56:00] (03CR) 10MaxSem: [C: 04-2] WIP Add API action=watch 'entirewatchlist' param to bulk-clear watchlist. [core] - 10https://gerrit.wikimedia.org/r/135293 (https://bugzilla.wikimedia.org/65058) (owner: 10MaxSem) [05:57:23] loads of indentation errors here https://integration.wikimedia.org/ci/job/mediawiki-core-phpcs-lenient-HEAD/10811/consoleFull :] [05:57:38] Any of you on Beta WP? [05:57:44] I would just ignore those [05:58:02] we shouldn't be "fixing" their code style to match ours [05:58:29] there's probably a way to have jenkins ignore it [05:58:36] legoktm: of course :). and the array syntax.. if we change the code, will it pass the tests ? [05:58:50] it should [05:59:06] legoktm: ok to send a PS ? [05:59:29] its open sourced right ? [05:59:31] :) [05:59:50] 3MediaWiki extensions / 3Translate: Read about and start writing qunit tests for Special:PageMigration - 10https://bugzilla.wikimedia.org/65737 (10Pratik Lahoti) 3NEW p:3Unprio s:3normal a:3None qunit tests need to be written for Special:PageMigration (a GSoC project) Refer: 1. https://www.mediawiki... [06:00:04] 3MediaWiki extensions / 3Translate: Read about and start writing qunit tests for Special:PageMigration - 10https://bugzilla.wikimedia.org/65737 (10Pratik Lahoti) a:3Pratik Lahoti [06:00:59] yeah [06:02:02] sending in a new one [06:04:35] legoktm: done [06:06:02] 06:05:05 >> Message "swift-mail-error" lacks documentation. [06:06:02] 06:05:05 >> 1 message lacks documentation. [06:06:55] ugh, there are more uses of short array syntax in that file [06:07:27] let me update my PR [06:07:39] legoktm: the message issue, I think, a $1 needs to be passed. But was confused about what to be passed [06:07:49] soemthing like $e->getMessage() [06:07:59] worked with PEAR. doubt it here [06:11:32] * legoktm looks at docs [06:13:02] https://github.com/swiftmailer/swiftmailer/blob/master/lib/classes/Swift/Mailer.php#L75 [06:13:16] that's not very useful though [06:13:49] legoktm: should we just output the failing message ID ? [06:13:50] 3MediaWiki extensions / 3Translate: Fix styling issues for Special:PageMigration - 10https://bugzilla.wikimedia.org/65738 (10Pratik Lahoti) 3NEW p:3Unprio s:3normal a:3None The CSS applied for Special:PageMigration as of now is quite trivial. Input fields, buttons, and other blocks of text need to be... [06:14:03] then how about http://swiftmailer.org/docs/messages.html#the-structure-of-a-message getID() ? [06:14:20] 3MediaWiki extensions / 3Translate: Fix styling issues for Special:PageMigration - 10https://bugzilla.wikimedia.org/65738 (10Pratik Lahoti) a:3Pratik Lahoti [06:14:41] legoktm: ha ! the mailer->send() returns 1 or 0 ! [06:14:46] i mean bool [06:15:40] $message->getID(); gives the id [06:16:06] or if the error should show the entire message, we can pass $message completely [06:18:21] legoktm: oops ! but https://github.com/wikimedia/mediawiki-core/blob/master/languages/i18n/qqq.json#L665 shows pear used to return the error message returned by pear, not the failing meassage details [06:22:22] sorry, went afk for a bit. I don't see a way to get the actual exception from swift...it just tells you which messages failed :/ [06:22:46] legoktm: looks like this will help http://stackoverflow.com/questions/8989601/send-mails-via-swift-mailer [06:23:01] they say, just use a try { catc ( Exception $e ) [06:23:03] 'will work [06:23:49] that should work [06:23:59] (03PS1) 10Florianschmidtwelzow: Removed double hook explanation AfterFinalPageOutput [core] - 10https://gerrit.wikimedia.org/r/135295 (https://bugzilla.wikimedia.org/65690) [06:24:15] looks like the catch in that function only stops invalid addresses, so all other errors should pass through [06:25:31] (03CR) 10Legoktm: [C: 032] "Nice catch" [core] - 10https://gerrit.wikimedia.org/r/135295 (https://bugzilla.wikimedia.org/65690) (owner: 10Florianschmidtwelzow) [06:25:33] legoktm: yeah ! checking it out [06:28:55] (03Merged) 10jenkins-bot: Removed double hook explanation AfterFinalPageOutput [core] - 10https://gerrit.wikimedia.org/r/135295 (https://bugzilla.wikimedia.org/65690) (owner: 10Florianschmidtwelzow) [06:29:20] 3MediaWiki extensions / 3Translate: Add feature for splitting of translation units for Special:PageMigration - 10https://bugzilla.wikimedia.org/65739 (10Pratik Lahoti) 3NEW p:3Unprio s:3normal a:3None There needs to be a feature for splitting of the right hand side blocks at Special:PageMigration. Th... [06:30:04] 3MediaWiki extensions / 3Translate: Add feature for splitting of translation units for Special:PageMigration - 10https://bugzilla.wikimedia.org/65739 (10Pratik Lahoti) a:3Pratik Lahoti [06:30:18] 3MediaWiki / 3Documentation: Duplicates in /docs/hooks.txt - 10https://bugzilla.wikimedia.org/65690#c3 (10Kunal Mehta (Legoktm)) 5PAT>3RES/FIX Fixed by Florian, thanks! [06:31:03] 3MediaWiki / 3Documentation: Duplicates in /docs/hooks.txt - 10https://bugzilla.wikimedia.org/65690#c4 (10Florian) np ;)short task :) [06:41:02] legoktm: took some time getting the catch exception. Done. Looks good now ?https://gerrit.wikimedia.org/r/#/c/135290/ [06:41:47] tonythomas: is https://gerrit.wikimedia.org/r/#/c/135290/5/includes/mailer/swiftmailer,cm supposed to be a submodule? [06:43:43] does that look like I forgot to delete that earlier [06:43:57] was the folder where I put up SwiftMailer initially [06:44:03] might have forgot to git rm [06:44:32] ok, looks good, just you need to pull in https://github.com/legoktm/swiftmailer/commit/78f9c83c586aeb97af79b82ce3cdf75d23e6f0ce to make it pass the php linter [06:46:14] legoktm: I will put it up in the next PS [06:47:40] * Nemo_bis has a feeling https://gerrit.wikimedia.org/r/#/c/125762/ will need more horror-rebases [06:49:13] Nemo_bis: horror-rebases ? :) [06:50:36] legoktm: made the changes. waiting for Jenkins [06:50:58] https://integration.wikimedia.org/zuul/ :D [06:51:01] it passed lint [06:51:35] legoktm: hurray :) [06:53:55] yay :D [06:54:34] legoktm: great ! now step 2 [06:54:41] someone should test it right ? [06:55:33] legoktm: I will change the ps status [06:55:36] legoktm:What dev projects are you currently working on? [06:55:44] tonythomas: And which dev projects are you working on? [06:55:45] (03Draft6) 1001tonythomas: Shifted from PEAR/PHP mailer to Swift Mailer [core] - 10https://gerrit.wikimedia.org/r/135290 (https://bugzilla.wikimedia.org/63483) [06:55:47] Just trying to get an idea. [06:56:31] JustBerry: that was on shifting the default mailer of mediawiki to SwiftMailer - A third party one [06:57:14] and legoktm is one of my mentors for the project ! [06:57:46] tonythomas:Could you be my mentor? I would love to get involved in a project. [06:57:49] legoktm:^^ [06:58:48] JustBerry: actually, I am in the 'being mentored' category -- else I would've loved to [06:59:07] tonythomas:Could I be one of your peers, being mentored by legoktm as well? [06:59:18] lego, don't I know you from before? I remember you had that whole channel and all [06:59:24] From about a year ago. [07:03:35] tonythomas: I think it would be a good idea for you to email wikitech-l with a link to your patch asking for people to review it (mainly the idea of using SwiftMailer) [07:05:27] legoktm:Can you mentor me as well? [07:05:48] legoktm: of course. I will put that up rightaway ! [07:18:18] 3MediaWiki extensions / 3Translate: Add feature for splitting of translation units for Special:PageMigration - 10https://bugzilla.wikimedia.org/65739#c1 (10Nemo) (In reply to Pratik Lahoti from comment #0) > 3) Select the text to be retained in the current block and click the split > icon. A new unit with th... [07:32:48] 3MediaWiki extensions / 3Translate: Id and class names for Special:PageMigration need to be fixed as per the standards followed - 10https://bugzilla.wikimedia.org/65736#c1 (10Andre Klapper) 5NEW>3UNC Hi, what does ""as per the standards followed"" mean? What is the bug here? It's unclear from reading thi... [07:33:03] 3MediaWiki extensions / 3Translate: Create QUnit tests for Special:PageMigration - 10https://bugzilla.wikimedia.org/65737 (10Andre Klapper) [07:39:48] 3MediaWiki extensions / 3Translate: Id and class names for Special:PageMigration need to be fixed as per the standards followed - 10https://bugzilla.wikimedia.org/65736 (10Nemo) 5UNC>3NEW [07:40:18] 3MediaWiki extensions / 3Popups: Hovercards: Disambiguation text should not be displayed - 10https://bugzilla.wikimedia.org/63164#c11 (10Sergey Leschina) Howerdcards show elements with style="display:none", e. g. https://docs.google.com/file/d/0B8timSDHkFaWVEd4T19tLUxXNXM/edit. I think they should be hidden... [07:40:33] 3MediaWiki / 3Skin and page rendering: Wikimedia and MediaWiki footer buttons should be SVG or HiDPI - 10https://bugzilla.wikimedia.org/63872#c3 (10Minh Nguyễn) It’s also easy because the SVG images are already available. We’ve been using a double-size PNG copy of it at [[m:www.wikipedia.org template]] and t... [07:41:41] (03CR) 10Parent5446: [C: 032] Fix broken @return documentation [core] - 10https://gerrit.wikimedia.org/r/135282 (owner: 10Thiemo Mättig (WMDE)) [07:43:03] 3MediaWiki / 3General/Unknown: Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Nemo) [07:43:05] 3MediaWiki extensions / 3Translate: Tools for mass migration of legacy translated wiki content (tracking) - 10https://bugzilla.wikimedia.org/65740 (10Nemo) 3ASS p:3Unprio s:3enhanc a:3Pratik Lahoti Please follow https://www.mediawiki.org/wiki/Extension:Translate/Mass_migration_tools for updates and d... [07:44:03] 3MediaWiki extensions / 3Translate: Fix styling issues for Special:PageMigration - 10https://bugzilla.wikimedia.org/65738 (10Nemo) [07:44:03] 3MediaWiki extensions / 3Translate: Tools for mass migration of legacy translated wiki content (tracking) - 10https://bugzilla.wikimedia.org/65740 (10Nemo) p:5Unprio>3Normal [07:44:18] 3MediaWiki extensions / 3Translate: Add feature for splitting of translation units for Special:PageMigration - 10https://bugzilla.wikimedia.org/65739 (10Nemo) [07:44:18] 3MediaWiki extensions / 3Translate: Create QUnit tests for Special:PageMigration - 10https://bugzilla.wikimedia.org/65737 (10Nemo) [07:44:18] 3MediaWiki extensions / 3Translate: Id and class names for Special:PageMigration need to be fixed as per the standards followed - 10https://bugzilla.wikimedia.org/65736 (10Nemo) [07:45:05] (03Merged) 10jenkins-bot: Fix broken @return documentation [core] - 10https://gerrit.wikimedia.org/r/135282 (owner: 10Thiemo Mättig (WMDE)) [07:45:33] 3MediaWiki extensions / 3Translate: Add feature for manual splitting of translation units for Special:PageMigration - 10https://bugzilla.wikimedia.org/65739 (10Nemo) 5NEW>3ASS p:5Unprio>3High [07:46:03] 3Wikimedia / 3Site requests: Change user groups rights on fa.wikipedia - 10https://bugzilla.wikimedia.org/65728#c1 (10Calak) Per community consensus, please grant this right to 'autopatrol' user group too. Thanks. [07:48:58] (03CR) 10Parent5446: [C: 031] Make constructor of Block accept array of options [core] - 10https://gerrit.wikimedia.org/r/134827 (owner: 10Matěj Grabovský) [07:50:23] 3MediaWiki extensions / 3Translate: Fix styling issues for Special:PageMigration - 10https://bugzilla.wikimedia.org/65738#c1 (10Nemo) 5NEW>3ASS p:5Unprio>3Highes s:5normal>3trivia a:5Pratik Lahoti>3Niklas Laxström Niklas to define what needs doing, as he called this a blocker for deployment. [07:56:48] 3MediaWiki extensions / 3Translate: Special page for migration of legacy translation pages (tracking) - 10https://bugzilla.wikimedia.org/65740 (10Nemo) [07:56:48] 3MediaWiki extensions / 3Translate: Tools for mass migration of legacy translated wiki content - 10https://bugzilla.wikimedia.org/46645 (10Nemo) [08:12:18] 3MediaWiki extensions / 3BetaFeatures: Fatal hook error on first run - 10https://bugzilla.wikimedia.org/65720#c6 (10Ian Kelling) 5UNC>3RES/INV I was reading the 3 argument's wrong, thank you. I figured it out. My local branch was tracking the wrong remote branch. Thank you, sorry for the bad bug. [08:15:50] (03CR) 10Kipcool: [C: 032 V: 032] DocGen Doxygen updater [extensions/WikiLexicalData] - 10https://gerrit.wikimedia.org/r/133947 (owner: 10Hiong3-eng5) [08:18:38] (03CR) 10Kipcool: [C: 032 V: 032] Refactor Database API [extensions/WikiLexicalData] - 10https://gerrit.wikimedia.org/r/134299 (owner: 10Hiong3-eng5) [08:40:48] 3MediaWiki / 3JavaScript: Search bar title autocompletion no longer expands width as necessary - 10https://bugzilla.wikimedia.org/64093#c13 (10Nemo) I have one report from one user that this bug is still not fixed for him. https://it.wikipedia.org/?diff=65832029&oldid=65554079 I only managed to discover that... [08:43:03] 3MediaWiki / 3Search: Search bar title autocompletion no longer expands width as necessary [IE6-8/WinXP] - 10https://bugzilla.wikimedia.org/65224 (10Nemo) [09:01:48] 3MediaWiki extensions / 3Translate: Add feature for manual splitting of translation units for Special:PageMigration - 10https://bugzilla.wikimedia.org/65739#c2 (10Niklas Laxström) I would just keep it simple. People know how to cut and paste [09:19:49] 3Wikimedia / 3General/Unknown: Some IPs hidden without any log or apparent reason on frwiki - 10https://bugzilla.wikimedia.org/35578#c21 (10orlodrim) 5ASS>3RES/FIX This is now fixed. I changed the visibility of 37238 revisions in 5234 pages. [09:24:35] (03CR) 10Kipcool: [C: 032 V: 032] "Tested, works fine :)" [extensions/WikiLexicalData] - 10https://gerrit.wikimedia.org/r/133879 (https://bugzilla.wikimedia.org/56220) (owner: 10Hiong3-eng5) [09:26:19] (03CR) 10Kipcool: [C: 032 V: 032] SpecialPage Needs Translation [extensions/WikiLexicalData] - 10https://gerrit.wikimedia.org/r/135191 (https://bugzilla.wikimedia.org/56220) (owner: 10Hiong3-eng5) [09:33:09] (03PS1) 10Kipcool: Corrected a few things: * replaced owDatabaseAPI with OwDatabaseAPI where needed (strange that it worked before) * SpecialSelect: OmegaWikiDatabaseAPI was not included * SpecialSuggest: declaring private variables [extensions/WikiLexicalData] - 10https://gerrit.wikimedia.org/r/135301 [10:28:33] 3Wikimedia / 3Media storage: [Regression] DjVu size info not extracted, thumbs failing - 10https://bugzilla.wikimedia.org/41388 (10Marco) 5NEW>3RES/WOR [10:31:48] 3Wikimedia / 3Media storage: [Regression] DjVu size info not extracted, thumbs failing - 10https://bugzilla.wikimedia.org/41388#c11 (10Marco) 5RES/WOR>3REO Sorry, I misclicked. (The https://commons.wikimedia.org/wiki/File:Federal_Cases_28_extra.djvu is working but the other djvus are not) https://common... [11:03:46] navboxes https://en.wikipedia.org/wiki/Template_talk:Navbox are not collapsible and expandable in Nepali wikipedia https://ne.wikipedia.org , can you help figure out what's wrong ? [11:19:26] (03CR) 10Thiemo Mättig (WMDE): [C: 031] "> would this really cause issues that are worse than the status quo of having the titles cut off sometimes?" [core] - 10https://gerrit.wikimedia.org/r/127358 (owner: 10Bartosz Dziewoński) [11:36:33] 3MediaWiki / 3JavaScript: Search bar title autocompletion no longer expands width as necessary - 10https://bugzilla.wikimedia.org/64093#c14 (10Bartosz Dziewoński) Yeah, that's probably bug 65224, which apparently affects all IE versions from 6 through 11. As far as I can tell the code is correct now, but it... [11:37:18] 3MediaWiki / 3Search: Search bar title autocompletion no longer expands width as necessary [IE6-8/WinXP] - 10https://bugzilla.wikimedia.org/65224#c2 (10Bartosz Dziewoński) There is also a slightly related patch at https://gerrit.wikimedia.org/r/127358 which will enable standard tooltips for the autocompletio... [11:37:49] 3MediaWiki / 3Search: Search bar title autocompletion no longer expands width as necessary [IE6-8/WinXP] - 10https://bugzilla.wikimedia.org/65224#c3 (10Bartosz Dziewoński) I confirmed this bug with IE6, IE8 and IE11. Fun. [12:21:20] (03PS1) 10Bartosz Dziewoński: jquery.suggestions: Handle CSS ellipsis better for IE [core] - 10https://gerrit.wikimedia.org/r/135309 (https://bugzilla.wikimedia.org/65224) [12:21:33] (03CR) 10Bartosz Dziewoński: "Followup for IE (bug 65224): https://gerrit.wikimedia.org/r/135309" [core] - 10https://gerrit.wikimedia.org/r/127355 (https://bugzilla.wikimedia.org/64093) (owner: 10Bartosz Dziewoński) [12:25:29] 3MediaWiki / 3Search: Search bar title autocompletion no longer expands width as necessary [IE6-8/WinXP] - 10https://bugzilla.wikimedia.org/65224#c5 (10Bartosz Dziewoński) a:3Bartosz Dziewoński The above patch fixes this bug for IE8 and IE11; it does not fix it for IE6, but who cares? I don't have other ve... [12:25:48] 3MediaWiki / 3Search: Search bar title autocompletion no longer expands width as necessary [IE6-11] - 10https://bugzilla.wikimedia.org/65224 (10Bartosz Dziewoński) [12:27:48] 3MediaWiki / 3Email: Shifting from UserMailer to Swift Mailer - 10https://bugzilla.wikimedia.org/63483#c4 (10Tony Thomas) 5ASS>3PAT Patch submitted in Gerrit https://gerrit.wikimedia.org/r/#/c/135290/ [12:29:33] 3Wikimedia / 3Extension setup: Enable Extension:Babel's category on Czech Wikiversity - 10https://bugzilla.wikimedia.org/65211#c7 (10Tomasz W. Kozlowski) What's the state of this bug? [13:01:03] 3Wikimedia / 3Media storage: [Regression] DjVu size info not extracted, thumbs failing - 10https://bugzilla.wikimedia.org/41388#c12 (10Bawolff (Brian Wolff)) (In reply to Marco from comment #11) > Sorry, I misclicked. (The > https://commons.wikimedia.org/wiki/File:Federal_Cases_28_extra.djvu is > working but... [13:51:20] 3Wikimedia / 3Extension setup: Enable Extension:Babel's category on Czech Wikiversity - 10https://bugzilla.wikimedia.org/65211#c8 (10Juan de Vojníkov) (In reply to Tomasz W. Kozlowski from comment #7) > What's the state of this bug? There is a discussion at the local wiki, about it as I previously said. [13:57:41] (03CR) 10Kipcool: [C: 032 V: 032] Corrected a few things: * replaced owDatabaseAPI with OwDatabaseAPI where needed (strange that it worked before) * SpecialSelect: OmegaWikiD [extensions/WikiLexicalData] - 10https://gerrit.wikimedia.org/r/135301 (owner: 10Kipcool) [14:13:34] (03CR) 10Thiemo Mättig (WMDE): "Questions:" [core] - 10https://gerrit.wikimedia.org/r/135309 (https://bugzilla.wikimedia.org/65224) (owner: 10Bartosz Dziewoński) [14:23:47] (03PS2) 10Umherirrender: Fix title handling in User::getCanonicalName [core] - 10https://gerrit.wikimedia.org/r/132610 [14:39:03] (03PS1) 10Kunalgrover05: First version of Page Language selector [core] - 10https://gerrit.wikimedia.org/r/135312 (https://bugzilla.wikimedia.org/35489) [14:40:56] (03CR) 10IAlex: "An htmlspecialchars() has been lost in getShortDesc(). Looking on how this is used in SpecialSearch.php, I think it should be added back i" [core] - 10https://gerrit.wikimedia.org/r/135279 (owner: 10Brian Wolff) [14:45:10] (03PS2) 10Kunalgrover05: First version of Page Language selector [core] - 10https://gerrit.wikimedia.org/r/135312 (https://bugzilla.wikimedia.org/35489) [14:45:24] (03CR) 10Waldir: "Friendly reminder for @JGonera :)" [core] - 10https://gerrit.wikimedia.org/r/30641 (owner: 10Waldir) [14:55:04] (03PS3) 10IAlex: HTMLForm: fix double escaping of checkbox labels in vform [core] - 10https://gerrit.wikimedia.org/r/126004 (owner: 10Pcoombe) [14:55:13] (03CR) 10IAlex: [C: 032] HTMLForm: fix double escaping of checkbox labels in vform [core] - 10https://gerrit.wikimedia.org/r/126004 (owner: 10Pcoombe) [14:55:39] (03PS3) 10Kunalgrover05: First version of Page Language selector [core] - 10https://gerrit.wikimedia.org/r/135312 (https://bugzilla.wikimedia.org/35489) [15:00:18] (03Merged) 10jenkins-bot: HTMLForm: fix double escaping of checkbox labels in vform [core] - 10https://gerrit.wikimedia.org/r/126004 (owner: 10Pcoombe) [15:01:19] 3MediaWiki / 3General/Unknown: Provide information about users' rights and editing on user pages - 10https://bugzilla.wikimedia.org/58405#c8 (10WhatamIdoing) I've got nothing against prefs settings, but I understand the rationale against making endless prefs settings. So on the assumption that creating anot... [15:02:33] 3MediaWiki extensions / 3OAuth: Make metawiki the central OAuth wiki - 10https://bugzilla.wikimedia.org/57336#c12 (10Andre Klapper) 5PAT>3NEW All patches merged, resetting bug report status. [15:12:50] 3MediaWiki extensions / 3Translate: Fix styling issues for Special:PageMigration - 10https://bugzilla.wikimedia.org/65738 (10Andre Klapper) p:5Highes>3High [15:13:48] 3MediaWiki extensions / 3WikiEditor: JavaScript error prevents WikiEditor from showing up - 10https://bugzilla.wikimedia.org/64289#c19 (10Andre Klapper) 5PAT>3RES/FIX All patches merged, closing again. [15:14:48] 3MediaWiki extensions / 3Translate: Fix styling issues for Special:PageMigration - 10https://bugzilla.wikimedia.org/65738 (10Nemo) p:5High>3Highes [15:15:04] 3MediaWiki / 3Database: Descriptionless files (Missing page_latest referential integrity issue) - 10https://bugzilla.wikimedia.org/32551#c49 (10Andre Klapper) (In reply to Bawolff (Brian Wolff) from comment #48) > I haven't been able to find any recent examples in the db. Has there been > any new files with... [15:16:51] 3MediaWiki / 3Skin and page rendering: Document "Typography refresh/update" CSS changes for Vector - 10https://bugzilla.wikimedia.org/63351#c16 (10Andre Klapper) 5REO>3RES/FIX Closing as per comment 15: https://www.mediawiki.org/w/index.php?title=Typography_refresh&diff=1007039&oldid=964930 https://www.m... [15:23:16] (03PS6) 10Ricordisamoa: new mediawiki.api.user module [core] - 10https://gerrit.wikimedia.org/r/131326 [15:23:49] (03CR) 10Ricordisamoa: new mediawiki.api.user module (031 comment) [core] - 10https://gerrit.wikimedia.org/r/131326 (owner: 10Ricordisamoa) [16:18:15] rmoen: rmoe [16:32:46] (03CR) 10SPQRobin: "Either we should add the other ones as well (nrm, fiu-vro, ...) or we add none of these codes." [extensions/cldr] - 10https://gerrit.wikimedia.org/r/134779 (owner: 10Gerrit Patch Uploader) [16:35:34] (03CR) 10PiRSquared17: "Please abandon." [extensions/cldr] - 10https://gerrit.wikimedia.org/r/134779 (owner: 10Gerrit Patch Uploader) [16:38:18] who can test https://gerrit.wikimedia.org/r/#/c/133988/ ? [16:42:49] (03Abandoned) 10Bartosz Dziewoński: Add be-x-old since it is still used [extensions/cldr] - 10https://gerrit.wikimedia.org/r/134779 (owner: 10Gerrit Patch Uploader) [17:00:51] 3MediaWiki extensions / 3WikidataRepo: caching / languages mixed up on Wikidata:List_of_properties/all - 10https://bugzilla.wikimedia.org/65743 (10Aude) 3NEW p:3Unprio s:3normal a:3Wikidata bugs When logged out, caching, languages and messages are very mixed up on: https://www.wikidata.org/wiki/Wiki... [17:19:21] 3MediaWiki extensions / 3WikidataRepo: Removing a label through wbeditentity with "remove":true does not work - 10https://bugzilla.wikimedia.org/65744 (10Bene*) 3NEW p:3Unprio s:3normal a:3Wikidata bugs There are two ways to remove a label for a specific language through wbeditentity, either by setti... [18:06:24] Withoutaname: Hello without [18:15:49] 3MediaWiki extensions / 3Translate: Id and class names for Special:PageMigration need to be fixed as per the standards followed - 10https://bugzilla.wikimedia.org/65736#c2 (10Pratik Lahoti) Hi Andre, by standards, I mean the general guidelines and principles followed on MediaWiki. If you look into the code,... [18:16:23] Withoutaname: Do you work on mediawiki at all? [18:16:30] (03CR) 10Tpt: [C: 04-1] Efficient navigation through sections (033 comments) [extensions/BookManagerv2] - 10https://gerrit.wikimedia.org/r/134627 (https://bugzilla.wikimedia.org/52435) (owner: 10Deepali) [18:26:31] Hi mooeypoo [18:27:40] heya [18:33:01] (03PS1) 10Adamw: Fundraising CRM instance [vagrant] - 10https://gerrit.wikimedia.org/r/135322 [18:35:39] (03PS1) 10Adamw: Supporting libraries for Fundraising outbound email [vagrant] - 10https://gerrit.wikimedia.org/r/135323 [18:36:16] (03PS1) 10Adamw: STOMP queue server for Fundraising [vagrant] - 10https://gerrit.wikimedia.org/r/135324 [18:36:18] (03PS1) 10Adamw: Role to add CentralNotice to MediaWiki [vagrant] - 10https://gerrit.wikimedia.org/r/135325 [18:36:20] (03PS1) 10Adamw: WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 [18:36:24] (03CR) 10jenkins-bot: [V: 04-1] WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 (owner: 10Adamw) [18:37:28] (03Abandoned) 10Adamw: WIP Fundraising roles [vagrant] - 10https://gerrit.wikimedia.org/r/94950 (owner: 10Adamw) [18:38:58] (03CR) 10Adamw: WIP Fundraising roles (0312 comments) [vagrant] - 10https://gerrit.wikimedia.org/r/94950 (owner: 10Adamw) [18:56:07] 3MediaWiki extensions / 3BookManagerv2: Slow formatting of chapter list in big books - 10https://bugzilla.wikimedia.org/65746 (10Deepali Jain) 3UNC p:3Unprio s:3normal a:3None In very big books(~20,000 sections) formatting of chapterlist for display on book landing page, json editor and navbar is don... [19:02:13] Withoutaname: can you test who can test https://gerrit.wikimedia.org/r/#/c/133988/ ? ? [19:10:18] 3MediaWiki extensions / 3BookManagerv2: Enabling chapter list in navbar for big books causes even pages outside navigation namespaces to load slowly - 10https://bugzilla.wikimedia.org/65745#c1 (10Deepali Jain) Pages which do not have book category or chapter list (like book landing page) are also loading slo... [19:33:19] (03CR) 10Parent5446: [C: 04-1] First version of Page Language selector (037 comments) [core] - 10https://gerrit.wikimedia.org/r/135312 (https://bugzilla.wikimedia.org/35489) (owner: 10Kunalgrover05) [19:57:18] 3MediaWiki / 3Parser: Unbalanced tags in DISPLAYTITLE affect MediaWiki's interface - 10https://bugzilla.wikimedia.org/65747#c1 (10Jackmcbarn) (hmm, why did this submit early?) When a construct such as {{DISPLAYTITLE:Foo bar}} is used, the unbalanced tags leak and affect the rest of the page, as well a... [19:57:33] 3MediaWiki / 3Skin and page rendering: Tabbing from summary/textarea field should not go to the search box (vector) - 10https://bugzilla.wikimedia.org/46336 (10Jesús Martínez Novo (Ciencia Al Poder)) 5PAT>3NEW [20:00:48] 3MediaWiki / 3Parser: Unbalanced tags in DISPLAYTITLE affect MediaWiki's interface - 10https://bugzilla.wikimedia.org/65747 (10Jackmcbarn) [20:03:01] (03CR) 10Jack Phoenix: [C: 032 V: 032] Switch to i18n JSON [extensions/AjaxLogin] - 10https://gerrit.wikimedia.org/r/133679 (owner: 10Raimond Spekking) [20:14:35] (03PS2) 10Scnd: Declaration of ProofreadPageContent::preloadTransform() must be [extensions/ProofreadPage] (REL1_23) - 10https://gerrit.wikimedia.org/r/135280 (https://bugzilla.wikimedia.org/63958) [20:18:44] mmm someone broke Special:Contributions... [20:20:42] (03CR) 10Jackmcbarn: [C: 031] Declaration of ProofreadPageContent::preloadTransform() must be [extensions/ProofreadPage] (REL1_23) - 10https://gerrit.wikimedia.org/r/135280 (https://bugzilla.wikimedia.org/63958) (owner: 10Scnd) [20:23:36] (03CR) 10Legoktm: "This doesn't work for IP ranges." [core] - 10https://gerrit.wikimedia.org/r/117854 (https://bugzilla.wikimedia.org/60524) (owner: 10Ganeshaditya1) [20:26:01] (03PS4) 10Kunalgrover05: First version of Page Language selector [core] - 10https://gerrit.wikimedia.org/r/135312 (https://bugzilla.wikimedia.org/35489) [20:35:46] legoktm, hey [20:35:56] hhi [20:37:48] lego! [20:38:34] (03PS5) 10Nemo bis: First version of Page Language selector [core] - 10https://gerrit.wikimedia.org/r/135312 (https://bugzilla.wikimedia.org/35489) (owner: 10Kunalgrover05) [20:40:08] (03PS1) 10PleaseStand: Add hash_equals() fallback and use it [core] - 10https://gerrit.wikimedia.org/r/135379 [20:42:30] (03CR) 10jenkins-bot: [V: 04-1] First version of Page Language selector [core] - 10https://gerrit.wikimedia.org/r/135312 (https://bugzilla.wikimedia.org/35489) (owner: 10Kunalgrover05) [20:47:26] (03CR) 10Adamw: Fundraising CRM instance (031 comment) [vagrant] - 10https://gerrit.wikimedia.org/r/135322 (owner: 10Adamw) [20:50:21] (03CR) 10Parent5446: [C: 04-1] Add hash_equals() fallback and use it (033 comments) [core] - 10https://gerrit.wikimedia.org/r/135379 (owner: 10PleaseStand) [20:54:14] (03PS1) 10Kunalgrover05: Added API method for getting page content language API method to get page content language from database [core] - 10https://gerrit.wikimedia.org/r/135380 [20:56:20] 3Wikimedia / 3Wikidata: monitor dispatch stats - 10https://bugzilla.wikimedia.org/65291#c2 (10Christopher Johnson) 5ASS>3PAT This is a Perl script for Nagios that can retrieve dispatch values from the API and output a short message. https://github.com/ChristopherHJohnson/check_dispatch This should be... [20:59:32] (03PS1) 10Kunalgrover05: Added API method for getting page content language API method to get page content language from database [core] - 10https://gerrit.wikimedia.org/r/135381 [21:00:32] (03Abandoned) 10Kunalgrover05: Added API method for getting page content language API method to get page content language from database [core] - 10https://gerrit.wikimedia.org/r/135380 (owner: 10Kunalgrover05) [21:01:44] (03PS2) 10Kunalgrover05: Added API method for getting page content language [core] - 10https://gerrit.wikimedia.org/r/135381 [21:05:04] 3MediaWiki / 3General/Unknown: Revisions missing from mediawiki.org. - 10https://bugzilla.wikimedia.org/65665#c19 (10Kevin Israel (PleaseStand)) 5VER>3REO (In reply to Nemo from comment #18) > Can you file a separate bug to investigate that? It's essentially the same problem and would cause a different... [21:10:59] (03PS1) 10PleaseStand: Revert more visibility changes in HistoryBlob.php [core] - 10https://gerrit.wikimedia.org/r/135382 (https://bugzilla.wikimedia.org/65665) [21:15:36] 3MediaWiki / 3Skin and page rendering: Deprecate and remove skin autodiscovery (autoloading) mechanism - 10https://bugzilla.wikimedia.org/65748 (10Bartosz Dziewoński) 3NEW p:3Unprio s:3normal a:3Bartosz Dziewoński Per the recent wikitech-l discussion (starting at [1], mostly concluding at [2]) let's... [21:20:09] Krenair: hi [21:41:03] (03CR) 10AndyRussG: "Sadly, looks like this won't help with tests since replaceVars() is only called when processing SQL from a file. It's not called when you " [core] - 10https://gerrit.wikimedia.org/r/133950 (owner: 10AndyRussG) [21:53:35] 3MediaWiki extensions / 3OAuth: OAuth consumers should be automatically approved - 10https://bugzilla.wikimedia.org/65750 (10Aaron Halfaker) 3NEW p:3Unprio s:3normal a:3None OAuth consumer registrations should not be blocked by a human approval process. I've been waiting on approval for a consumer f... [21:59:48] 3MediaWiki extensions / 3OAuth: OAuth consumers should be automatically approved - 10https://bugzilla.wikimedia.org/65750#c1 (10MZMcBride) I'm not sure what the rationale for having a manual approval process is/was. The Wikimedia stewards are generally very responsive... so I have a feeling that stewards ma... [22:00:05] 3MediaWiki extensions / 3OAuth: Make OAuth callback URL editable - 10https://bugzilla.wikimedia.org/65751 (10Aaron Halfaker) 3NEW p:3Unprio s:3enhanc a:3None The OAuth callback URL should be editable. Currently, it is not even visible. Personally, I've generated a couple of consumers with minor mis... [22:00:13] (03CR) 10Scnd: [C: 031] Declaration of ProofreadPageContent::preloadTransform() must be [extensions/ProofreadPage] (REL1_23) - 10https://gerrit.wikimedia.org/r/135280 (https://bugzilla.wikimedia.org/63958) (owner: 10Scnd) [22:03:21] 3MediaWiki / 3API: ApiOpensearch unable to search for pages in namespace starting with lower case letter - 10https://bugzilla.wikimedia.org/65752 (10Niklas Laxström) 3NEW p:3Unprio s:3normal a:3None How to reproduce: 1) Add settings: $wgCapitalLinkOverrides[NS_FOO] = false; // NS_FOO 1200 $wgCapitalL... [22:10:06] 3MediaWiki / 3Search: Provide way to override the behavior of default search box - 10https://bugzilla.wikimedia.org/65753 (10Niklas Laxström) 3NEW p:3Unprio s:3normal a:3None I can't find any non-ugly way to alter the default search box suggestion functionality. I would like to change the namespaces... [22:15:04] 3MediaWiki / 3Search: Provide way to override the behavior of default search box - 10https://bugzilla.wikimedia.org/65753#c1 (10MZMcBride) (In reply to Niklas Laxström from comment #0) > I can't find any non-ugly way to alter the default search box suggestion > functionality. I would like to change the names... [22:16:48] 3MediaWiki / 3Search: Provide way to override the behavior of default search box - 10https://bugzilla.wikimedia.org/65753#c2 (10Bartosz Dziewoński) If you're a skin, you can override the 'mediawiki.searchSuggest' module, which is normally loaded, by overriding the Skin::getDefaultModules() method. If you're... [22:20:18] (03CR) 10Jackmcbarn: "I don't consider that "not working", since in core MediaWiki, that is invalid. Maybe the rangecontribs gadget could be updated to hide tha" [core] - 10https://gerrit.wikimedia.org/r/117854 (https://bugzilla.wikimedia.org/60524) (owner: 10Ganeshaditya1) [22:22:20] 3MediaWiki extensions / 3OAuth: Make wikis where a consumer is relevant visible - 10https://bugzilla.wikimedia.org/65754 (10Aaron Halfaker) 3NEW p:3Unprio s:3normal a:3None Currently, nether the list at Special:OAuthConsumerRegistration/list nor the "detailed" view at Special:OAuthConsumerRegistratio... [22:25:07] 3MediaWiki extensions / 3SemanticForms: Special:Create_Category page doesn't display empty categories in parent_category dropdown - 10https://bugzilla.wikimedia.org/65755 (10damaxxed) 3UNC p:3Unprio s:3major a:3Yaron Koren The Special:Create_Category page has a list with parent directories to choose... [22:40:23] (03PS2) 10Adamw: WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 [22:40:27] (03CR) 10jenkins-bot: [V: 04-1] WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 (owner: 10Adamw) [22:46:03] 3MediaWiki extensions / 3SemanticForms: Special:CreateCategory page doesn't display empty categories in parent category dropdown - 10https://bugzilla.wikimedia.org/65755#c1 (10Yaron Koren) s:5major>3normal Thanks for the bug report. I renamed it slightly, and changed the severity. [23:01:05] Anyone around who can help me debug some weird OAuth behavior on mediawiki.org? [23:07:00] (03PS1) 10Bartosz Dziewoński: Don't use autodiscovery for core skins [core] - 10https://gerrit.wikimedia.org/r/135383 (https://bugzilla.wikimedia.org/65748) [23:07:07] (03PS1) 10Bartosz Dziewoński: Move core skins to separate directories [core] - 10https://gerrit.wikimedia.org/r/135384 (https://bugzilla.wikimedia.org/65748) [23:11:58] (03CR) 10jenkins-bot: [V: 04-1] Move core skins to separate directories [core] - 10https://gerrit.wikimedia.org/r/135384 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [23:16:14] (03CR) 10Bartosz Dziewoński: "Test failure looks unrelated…" [core] - 10https://gerrit.wikimedia.org/r/135384 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [23:16:42] (03PS2) 10Bartosz Dziewoński: Move core skins to separate directories [core] - 10https://gerrit.wikimedia.org/r/135384 (https://bugzilla.wikimedia.org/65748) [23:18:09] (03PS3) 10Bartosz Dziewoński: Move core skins to separate directories [core] - 10https://gerrit.wikimedia.org/r/135384 (https://bugzilla.wikimedia.org/65748) [23:21:45] (03CR) 10jenkins-bot: [V: 04-1] Move core skins to separate directories [core] - 10https://gerrit.wikimedia.org/r/135384 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [23:26:16] (03CR) 10Bartosz Dziewoński: "So a bunch of tests actually refers to $IP/skins/monobook… what is this I don't even." [core] - 10https://gerrit.wikimedia.org/r/135384 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [23:29:26] (03PS3) 10Adamw: WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 [23:29:31] (03CR) 10jenkins-bot: [V: 04-1] WIP payments.wmo instance for accepting donations [vagrant] - 10https://gerrit.wikimedia.org/r/135326 (owner: 10Adamw) [23:33:09] (03CR) 10Hoo man: [C: 032] "Let's do this (for now)" [core] - 10https://gerrit.wikimedia.org/r/135286 (https://bugzilla.wikimedia.org/65733) (owner: 10Brian Wolff) [23:33:44] (03CR) 10Bartosz Dziewoński: [C: 04-1] "has a typo" [core] - 10https://gerrit.wikimedia.org/r/135383 (https://bugzilla.wikimedia.org/65748) (owner: 10Bartosz Dziewoński) [23:34:19] 3MediaWiki / 3Revision deletion: Fatal when revdeleting old version of image - 10https://bugzilla.wikimedia.org/65733 (10Marius Hoch) 5PAT>3RES/FIX [23:36:33] (03Merged) 10jenkins-bot: Revert "Pass phpcs-strict on includes/revisiondelete/" [core] - 10https://gerrit.wikimedia.org/r/135286 (https://bugzilla.wikimedia.org/65733) (owner: 10Brian Wolff) [23:37:05] 3MediaWiki extensions / 3Chameleon: Installing Chameleon messes up vector - 10https://bugzilla.wikimedia.org/65756 (10Ocean behind ears) 3UNC p:3Unprio s:3normal a:3s7eph4n After installing Chameleon, the Vector skin lost almost all styling. [23:38:19] 3MediaWiki extensions / 3Chameleon: Installing Chameleon messes up vector - 10https://bugzilla.wikimedia.org/65756#c1 (10Ocean behind ears) The bug as I encountered it: http://wikireleaseteam.org/w/index.php?title=Main_Page&useskin=vector [23:42:18] 3MediaWiki extensions / 3Chameleon: Installing Chameleon messes up vector - 10https://bugzilla.wikimedia.org/65756#c2 (10Ocean behind ears) Found in a load.php call: /* exception 'Less_Exception_Parser' with message 'File `mediawiki.mixins` not found. in buttons.less' in vendor/oyejorge/less.php/lib/Less/Pa...