[00:02:25] bawolff: I think I'll split that change [00:02:44] ok [00:02:47] into one to get rid of the &rcid parameters and after taht is merged one with multi patrolling [00:03:29] That's not quite smart from the developers point of view... but probably the only way to go though the review hell :P [00:04:34] yeah, smaller = better [00:06:03] what a mess :/ [00:06:39] New patchset: Alex Monk; "(bug 18598) Maintenance script to migrate legacy Oversight data" [mediawiki/extensions/Oversight] (master) - https://gerrit.wikimedia.org/r/18229 [00:09:22] New review: Alex Monk; "Is this the getMembers fix? If so can I rebase I617eedce on top of it to wipe out those live changes..." [mediawiki/extensions/OpenStackManager] (master) C: 0; - https://gerrit.wikimedia.org/r/45920 [00:10:39] New review: Aaron Schulz; "I'm not sure about the name 'media', maybe 'transcodes' would be better and more specific (but still..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/45102 [00:14:22] bawolff: would it be worth turning what id id into an actual patch? [00:14:33] i mean, if i can identify what version of mw the foreign repo is using, it would only need to be run on those versions [00:14:40] and only for images that have a non-image redirect. so that's a pretty small subset [00:17:20] Honestly, I'm not sure its worth the effort, given how few images are actually redirects of this form [00:17:26] heh [00:17:53] particularly if the issue will be fixed in future mediawiki versions [00:17:54] Quick question: Is it possible to link to a template without embedding it in the page? [00:18:07] sadbox: [[template:template name]] [00:18:14] bawolff: <3 [00:18:32] bawolff: well, of course, the problem is that there are plenty of wikis that don't update and don't plan on it [00:18:36] esp game-related ones [00:19:17] which is unfortunate :s [00:19:22] yeah [00:19:33] could i make it an extension? [00:19:38] so if someone needs it they can use it [00:20:11] yeah, its entirely possible to have extensions that are custom file backends [00:21:26] the extension would probably be pretty short to, just extend ForeignAPIRepo and override that one method [00:22:12] ^ [00:22:23] Or just have a class in place in LocalSettings... :D [00:23:01] Though "just extend ForeignAPIRepo and override that one method" sounds like what I suggested earlier this week.. ;) [00:25:57] Reedy: that's more or less what id id. i just need to figure out how to extract that into an actual extension [00:26:06] versus what i did, which is edit the original file on my mw install [00:26:31] thanks for your help, though. it works now. the only part that is broken is transcluding articles from the remote wiki, because the images in those articles use relative links [00:28:37] shifuimam: For actual extension, you'd create a file with the class in the normal way that's done for an extension, and instead of using $wgUseInstantCommons to enable it, you would use $wgForeignFileRepos with the appropriate class name [00:31:05] i'm guessing there's some info on extension basics? cause i definitely haven't ever written one before [00:37:34] New patchset: Yurik; "API PageSet allows generator for non-query modules" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44087 [00:40:38] 03(mod) Cannot use git review on my instance. git review has been setup, but cannot connect to gerrit (see traceback inside) - 10https://bugzilla.wikimedia.org/44398 +comment (10innocentkiller) [00:41:40] Like I say [00:41:48] You don't really need to even create an extension.. [00:41:54] You could just do it in LocalSettings.php [00:42:39] can you link to an example? [00:43:08] Don't even need to [00:43:29] You can just paste your class into localsettings [00:44:15] You're already using a custom file repo setup.. So then just changing that used class in your config to your created one [00:44:45] Pastebin your current config for this and your custom class? [00:45:01] i can in the minute. in the middle of a game mission :) [00:45:33] i'm playing Dishonoured on my desktop too ;) [00:47:25] 03(mod) To do Template incorrectly renders HTML tags on screen when $wgUseTidy=false - 10https://bugzilla.wikimedia.org/44401 normal->minor; summary (10Andre Klapper) [00:48:41] New patchset: Yurik; "API PageSet allows generator for non-query modules" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44087 [00:53:18] im all guild wars [00:55:15] Reedy: this is what i changed in ForeignAPIRepo.php [00:55:30] https://gist.github.com/raw/4651349/7a4077d049830ac2fa484d5d80f3addd2c0967ab/gistfile1.php [00:56:08] and my foreignrepo class: https://gist.github.com/4651833 [01:08:34] New patchset: Yurik; "API Remove $wgAPIGeneratorModules - it's dynamic now" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46196 [01:09:53] New review: Reedy; "I note it was dynamic before, but was changed for performance reasons..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46196 [01:13:08] Change merged: preilly; [sartoris] (master) - https://gerrit.wikimedia.org/r/46191 [01:13:08] Change merged: preilly; [sartoris] (master) - https://gerrit.wikimedia.org/r/46190 [01:13:09] Change merged: preilly; [sartoris] (master) - https://gerrit.wikimedia.org/r/46007 [01:13:40] Change merged: preilly; [sartoris] (master) - https://gerrit.wikimedia.org/r/46193 [01:15:26] 03(mod) old revisions of pages are shown when not logged in and also revision history is outdated - 10https://bugzilla.wikimedia.org/44391 +comment (10Oliver Keyes) [01:16:07] 03(mod) Special pages: Users and rights: clarify MY vs. not MY - 10https://bugzilla.wikimedia.org/17975 +comment (10Isarra) [01:16:14] 03(mod) Anonymous users have identifying cookies - 10https://bugzilla.wikimedia.org/44327 +comment (10Oliver Keyes) [01:16:23] 03(mod) Anonymous users have identifying cookies - 10https://bugzilla.wikimedia.org/44327 (10Oliver Keyes) [01:18:06] In bugzilla, how do you change search options after having run a search? [01:19:07] try the edit search link [01:19:36] That brings up... [01:20:04] Okay, it was all displayed blank, but apparently the fields from the original search were still there? [01:21:06] How do you remove pieces of the original query string? Is that even possible? O_o [01:21:35] edit the url? [01:21:36] shifuimam: https://gist.github.com/4651983 [01:22:01] O_o [01:23:34] sec [01:30:21] 03(NEW) Drop possessive from watchlist - 10https://bugzilla.wikimedia.org/44415 normal; MediaWiki: Watchlist; () [01:30:46] 03(mod) Drop possessive from watchlist header - 10https://bugzilla.wikimedia.org/44415 summary (10Isarra) [01:31:14] 03(mod) Drop possessive from watchlist header - 10https://bugzilla.wikimedia.org/44415 (10Isarra) [01:31:33] * Isarra hits wikibugs with a frying pan. [01:32:57] * Isarra hits bugzilla too for good measure. [01:33:30] * shifuimam punches this idiot in-game [01:41:43] New patchset: Ori.livneh; "(Bug 44415) Drops possessive from watchlist header" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46197 [01:41:52] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10swalling) [01:42:06] 03(mod) Drop possessive from watchlist header - 10https://bugzilla.wikimedia.org/44415 +comment (10Ori Livneh) [01:42:16] 03(mod) Drop possessive from watchlist header - 10https://bugzilla.wikimedia.org/44415 (10Ori Livneh) [01:44:35] Reedy: looking at your code now [01:44:44] i've never actually used classes in php before so this is new territory for me [01:46:51] does the extends basically *replace* the original function? [01:50:40] have still a gerrit "you have more than one commit..." problem, and need help http://dpaste.org/dhrQE/ [01:50:45] 03(mod) Anonymous users have identifying cookies - 10https://bugzilla.wikimedia.org/44327 +comment (10Ori Livneh) [01:51:58] 03(mod) Anonymous users have identifying cookies - 10https://bugzilla.wikimedia.org/44327 +comment (10ori) [01:59:58] 03(mod) Account creation interface tooltips overlap 'Why create an account?' items strangely - 10https://bugzilla.wikimedia.org/44389 +comment (10Steven Walling) [02:00:44] It overrides it, yes [02:00:53] But modifiying core directly is bad [02:02:25] 03(mod) Drop possessive from watchlist header - 10https://bugzilla.wikimedia.org/44415 +patch-in-gerrit (10Legoktm) [02:02:58] Change merged: Mattflaschen; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/45726 [02:03:54] New review: Mattflaschen; "https://gerrit.wikimedia.org/r/#/c/45726/ is merged, so this is ready for review." [mediawiki/extensions/GettingStarted] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/45728 [02:07:21] yeah i figured, i was just trying to figure out what was wrong :P [02:07:43] so if you extend a function with a classf do you need to copy everything in that original function? [02:09:31] (plus your own extra stuff) [02:09:56] 03(mod) Anonymous users have identifying cookies - 10https://bugzilla.wikimedia.org/44327 (10MZMcBride) [02:10:01] 03(mod) Account creation interface tooltips overlap 'Why create an account?' items strangely - 10https://bugzilla.wikimedia.org/44389 +comment (10zhorishna) [02:10:26] 03(mod) Drop possessive from watchlist header - 10https://bugzilla.wikimedia.org/44415 (10MZMcBride) [02:12:18] 03(mod) Width of Chinese words in PDF files longer than page width; unreadable content - 10https://bugzilla.wikimedia.org/44406 (10wxyzlmh) [02:18:52] Change abandoned: Parent5446; "(no reason)" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/45474 [02:20:48] gerrit: the change id : in the third or in the last line of the commit message ? [02:23:35] 03(mod) Create Wikivoyage Polish - 10https://bugzilla.wikimedia.org/44414 (10sumone10154) [02:23:44] 03(mod) Create Wikivoyage Romanian - 10https://bugzilla.wikimedia.org/44413 (10sumone10154) [02:26:19] New patchset: Wikinaut; "(bug 40068) autodiscovery; E:OpenID bump v2.00" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/46198 [02:28:45] 03(mod) OpenID extension lacks autodiscovery when used as a provider - 10https://bugzilla.wikimedia.org/40068 +patch-in-gerrit; +comment (10T. Gries) [02:31:04] New patchset: Mattflaschen; "Set gettingstarted tour cookie when they click an article." [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/45728 [02:36:07] New review: Wikinaut; "This version is now live on http://openid-wiki.instance-proxy.wmflabs.org/wiki/" [mediawiki/extensions/OpenID] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46198 [02:36:46] New review: Mattflaschen; "Addressed in patch set 3 (except GuidedTour is still a dependency)" [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/45728 [02:40:19] 03(NEW) OpenID: when logging in as "Name" with wiki/Special:OpenIDServer/id , the OpenID should be restamped to wiki/User:Name - 10https://bugzilla.wikimedia.org/44416 normal; MediaWiki extensions: OpenID; () [02:40:34] 03(mod) OpenID: when logging in as "Name" with wiki/Special:OpenIDServer/id , the OpenID should be restamped to wiki/User:Name - 10https://bugzilla.wikimedia.org/44416 (10T. Gries) [02:47:06] New review: Wikinaut; "Info for Tyler:" [mediawiki/extensions/OpenID] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46198 [02:49:29] Hi everyone. I want to add a special characters page to the edit toolbar. In this case, I want users to be able to add currency symbols [02:49:36] How should I do this? [02:50:04] I've followed instructions at http://www.mediawiki.org/wiki/Extension_talk:WikiEditor/Toolbar_customization with limited success, probably due to my limited JS knowledge [02:51:35] New review: Wikinaut; "whitespace will be removed in next ps" [mediawiki/extensions/OpenID] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46198 [02:53:22] New patchset: Wikinaut; "(bug 40068) autodiscovery; E:OpenID bump v2.00" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/46198 [02:53:56] New review: Parent5446; "See PS1 comments." [mediawiki/extensions/OpenID] (master) C: -1; - https://gerrit.wikimedia.org/r/46198 [02:56:59] New review: Wikinaut; "saw your mid-air collision comments; one moment please, will consider your comments." [mediawiki/extensions/OpenID] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46198 [02:59:38] New review: Nischayn22; "Please use MW guidelines for commit messages" [mediawiki/extensions/UploadWizard] (master) C: 0; - https://gerrit.wikimedia.org/r/39035 [03:01:20] New patchset: Nischayn22; "(bug 43320) upload from flickr fails with same titles" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/42775 [03:15:13] New patchset: Wikinaut; "(bug 40068) autodiscovery; E:OpenID bump v2.00" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/46198 [03:16:28] New review: Wikinaut; "replied here" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/46198 [03:19:17] New patchset: Nischayn22; "(bug 42307) A way to blacklist flickr users." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/42770 [03:19:30] 03(NEW) Wikimedia's Ganglia installation is password-protected - 10https://bugzilla.wikimedia.org/44417 normal; Wikimedia: General/Unknown; () [03:20:54] New review: Wikinaut; "Patch Set 3:" [mediawiki/extensions/OpenID] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46198 [03:22:47] New review: Wikinaut; "I discovered now a problem. Pls. wait with code review until a new patch set" [mediawiki/extensions/OpenID] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/46198 [03:37:06] New patchset: Wikinaut; "(bug 40068) autodiscovery; E:OpenID bump v2.00" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/46198 [03:46:23] New patchset: Aaron Schulz; "[LockManager] Refactoring to allow proper cross-wiki support." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45822 [03:49:43] New patchset: Aaron Schulz; "[LockManager] Refactoring to allow proper cross-wiki support." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45822 [04:08:40] New patchset: Wikinaut; "(bug 40068) autodiscovery; E:OpenID bump v2.00" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/46198 [04:11:12] New review: Parent5446; "Small typo. But other than that, everything else is good." [mediawiki/extensions/OpenID] (master) C: -1; - https://gerrit.wikimedia.org/r/46198 [04:12:00] New review: Wikinaut; "back to header(), this works. If an experts can look into it and assist here. we could perhaps bette..." [mediawiki/extensions/OpenID] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46198 [04:13:03] 03(mod) Add an author and portal namespaces on is.wikisource - 10https://bugzilla.wikimedia.org/44164 summary (10Bjarki Sigursveinsson) [04:14:38] New patchset: Wikinaut; "(bug 40068) autodiscovery; E:OpenID bump v2.00" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/46198 [04:15:32] 03(mod) Add an author and portal namespaces on is.wikisource - 10https://bugzilla.wikimedia.org/44164 +comment (10bjarki) [04:22:13] New review: Thaiphan; "> Yes but then you're adding more things to core to test before each release, and that adds to the t..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/41035 [04:22:42] New patchset: Parent5446; "Changed Message::content() to pass $this to MessageContent." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46199 [04:41:15] 03(mod) Add Ezra SIL font for Hebrew script to WebFonts - 10https://bugzilla.wikimedia.org/44407 normal->15enhancement; +i18n (10Santhosh Thottingal) [04:44:03] New patchset: Parent5446; "Fixed broken loading session from Remember Me cookie." [mediawiki/extensions/SecureSessions] (master) - https://gerrit.wikimedia.org/r/45906 [04:44:18] New patchset: Parent5446; "Added geographic login restrictions." [mediawiki/extensions/SecureSessions] (master) - https://gerrit.wikimedia.org/r/44528 [04:47:15] 03(mod) old revisions of pages are shown when not logged in and also revision history is outdated - 10https://bugzilla.wikimedia.org/44391 +comment (10Leslie Carr) [04:53:11] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46034 [04:55:01] New patchset: Parent5446; "Added Tor exit node restrictions." [mediawiki/extensions/SecureSessions] (master) - https://gerrit.wikimedia.org/r/46200 [04:56:29] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46024 [04:57:00] emw asked an interesting question: "are any php lint-like programs used for mediawiki development? or jslint?" [04:58:13] Amgine: https://www.mediawiki.org/wiki/Continuous_integration/PHP_CodeSniffer#installing might help [04:58:28] Thanks santhosh [05:00:31] Amgine: jshint is used for linting js in Mediawiki and extensions, Alo integrated in our CI [05:00:55] CI? [05:00:57] Continous Integration [05:01:02] Oh, continu... yah, that. [05:01:47] <- types faster than thinks. Doesn't type fast.> [05:02:56] what class actually outputs the HTML formatted content of an article? [05:03:13] the final output that becomes what you see when you hit "view source" on a loaded wiki page in your browser [05:06:31] not certain off the top of my head, but have you looked at https://svn.wikimedia.org/doc/ ? [05:07:55] haha [05:08:08] i was hoping for a more specific direction :) [05:09:52] Yes, I know, and I'd love to give it to you; I just don't happen to know it off the top of my head. I will be starting on that page to try to find it, and was wondering if you'd looked there also. [05:11:17] i'm searching now [05:11:39] i'm trying to find out if there's a way that i can intercept the HTML source when the article is rendered from the content in the database [05:11:57] specifically to force absolute image URLs on transcluded articles from a remote wiki [05:14:09] Looks like classArticle is what should be dealing with the content. But I'm not sure where to begin to do what you're looking to do. [05:14:20] <- just another MW user> [05:14:40] https://svn.wikimedia.org/doc/classArticle.html [05:16:31] yeah i was thinking it was the Article class, but i'm not sure if that's where the article text is actually converted to normal HTML [05:16:39] https://svn.wikimedia.org/doc/classArticle.html#a5196ed2b63673757f61bd20448713647 [05:17:05] Article::getParserOutput should be the html [05:19:51] hmmmm [05:21:54] seems like "$this->mParserOutput;" shou.d be the result of that function [05:40:55] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10massaf) [06:06:12] New patchset: Pastakhov; "Display markers on leaflet maps (in the development)" [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/46201 [06:07:14] New patchset: Santhosh; "Refactor Translate editor" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46202 [06:07:14] New patchset: Santhosh; "Add a "Paste original" button" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46030 [06:16:54] New patchset: Santhosh; "Refactor Translate editor" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46202 [06:24:55] New patchset: Spage; "remove obsolete schemas and functions" [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/46203 [06:30:24] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10zhorishna) [06:36:51] New patchset: Aaron Schulz; "[FileBackend] Added duplicate backend check." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46204 [06:41:10] 03(NEW) Text comes out as squares in a created PDF - 10https://bugzilla.wikimedia.org/44418 normal; MediaWiki extensions: Collection; () [06:53:47] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10massaf) [06:55:52] New review: Siebrand; "recheck" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46197 [07:00:38] 03(mod) Special pages: Users and rights: clarify MY vs. not MY - 10https://bugzilla.wikimedia.org/17975 -i18n +design (10Siebrand) [07:24:19] New patchset: Ori.livneh; "Drop ClickTracking integration from mw.user.bucket" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46205 [07:25:00] does the creator ever come on here? [07:28:01] JNSamuel: creator of what? [07:28:37] wikipedia [07:29:07] Jasper_Deng: see #wikipedia [07:29:18] New patchset: J; "image rotate api" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44005 [07:29:20] JNSamuel: rarely [07:31:45] New patchset: Ori.livneh; "Remove ClickTracking calls" [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/46206 [07:40:30] New review: Nikerabbit; "Ruma vaikka voissa paistaisi." [mediawiki/extensions/Translate] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/46023 [07:42:02] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46023 [07:50:06] 03(mod) Assert that ResourceLoader modules loaded successfully - 10https://bugzilla.wikimedia.org/44299 (10spage) [07:50:29] New review: Nikerabbit; "-1 per Santhosh" [mediawiki/extensions/Translate] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/46030 [07:50:59] New patchset: Amire80; "Add a "Paste original" button" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46030 [07:51:47] 03(mod) Invalid originals and thumbnails after reupload/purge: Invalidation of Varnish thumbnail cache sometimes doesn't work? - 10https://bugzilla.wikimedia.org/41130 summary; +comment (10Nemo) [07:54:45] New patchset: Amire80; "Add a "Paste original" button" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46030 [07:57:41] Hi, since yesterday I'm having this problem [07:57:43] ssh: connect to host gerrit.wikimedia.org port 29418: Connection timed out [07:57:49] from within my institute [07:58:17] can anybody hint as to what the problem might be [07:59:20] 03(mod) Invalid originals and thumbnails after reupload/purge: Invalidation of Varnish thumbnail cache sometimes doesn't work? - 10https://bugzilla.wikimedia.org/41130 +comment (10Niklas Laxström) [08:06:17] 03(mod) Wrong escaping in check warning - 10https://bugzilla.wikimedia.org/44381 (10Niklas Laxström) [08:10:45] New review: Nikerabbit; "Test file was not supposed to be included, will fix." [mediawiki/extensions/Translate] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/45953 [08:11:19] New review: Siebrand; "08:07:43 PHP Fatal error: Class 'TranslateIntegrationTestCase' not found in /var/lib/jenkins/jobs/m..." [mediawiki/extensions/Translate] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/45954 [08:11:39] New review: Siebrand; "08:08:51 PHP Fatal error: Class 'TranslateIntegrationTestCase' not found in /var/lib/jenkins/jobs/m..." [mediawiki/extensions/Translate] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/45953 [08:19:00] 03(mod) Invalid originals and thumbnails after reupload/purge: Invalidation of Varnish thumbnail cache sometimes doesn't work? - 10https://bugzilla.wikimedia.org/41130 +platformeng (10Nemo) [08:19:01] 03(mod) Make EQIAD new primary data-center (tracking) - 10https://bugzilla.wikimedia.org/39106 (10Nemo) [08:19:06] 03(mod) Thumbnail/imagescaler (tracking) - 10https://bugzilla.wikimedia.org/41371 (10Nemo) [08:19:11] 03(mod) reports of caching issues - 10https://bugzilla.wikimedia.org/38879 (10Nemo) [08:19:13] 03(mod) thumb.php fails to generate thumbnail of SVG images (gives HTML error as body) - 10https://bugzilla.wikimedia.org/41113 (10Nemo) [08:19:16] 03(mod) Squid cache not being cleared for thumbs when updating new version of image - 10https://bugzilla.wikimedia.org/42963 (10Nemo) [08:23:27] 03(mod) Edit conflict handling is broken on Wikimedia wikis - 10https://bugzilla.wikimedia.org/44360 +comment (10Nemo) [08:24:13] 03(mod) old revisions of pages are shown when not logged in and also revision history is outdated - 10https://bugzilla.wikimedia.org/44391 (10Nemo) [08:24:15] 03(mod) Make EQIAD new primary data-center (tracking) - 10https://bugzilla.wikimedia.org/39106 (10Nemo) [08:25:08] 03(mod) old revisions of pages are shown when not logged in and also revision history is outdated - 10https://bugzilla.wikimedia.org/44391 (10Nemo) [08:25:13] 03(mod) Invalid originals and thumbnails after reupload/purge: Invalidation of Varnish thumbnail cache sometimes doesn't work? - 10https://bugzilla.wikimedia.org/41130 (10Nemo) [08:33:37] 03(mod) Create Wikivoyage Romanian - 10https://bugzilla.wikimedia.org/44413 (10Strainu) [08:39:23] 03(mod) Make EQIAD new primary data-center (tracking) - 10https://bugzilla.wikimedia.org/39106 +comment (10Nemo) [08:46:34] Change merged: Ori.livneh; [mediawiki/extensions/GettingStarted] (master) - https://gerrit.wikimedia.org/r/45728 [08:53:47] New patchset: Santhosh; "Refactor Translate editor" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46202 [08:53:47] New patchset: Santhosh; "Add a "Paste original" button" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46030 [09:03:48] 03(mod) Invalid originals and thumbnails after reupload/purge: Invalidation of Varnish thumbnail cache sometimes doesn't work? - 10https://bugzilla.wikimedia.org/41130 (10Aaron Schulz) [09:05:51] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46030 [09:06:07] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46202 [09:10:13] New patchset: Amire80; "(bug 41476) Implement Language::isKnownLanguageTag()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45069 [09:12:13] 03(mod) phpcs jobs on mediawiki/core should not fetch submodules - 10https://bugzilla.wikimedia.org/44250 +comment (10Antoine "hashar" Musso) [09:15:40] 03(mod) Invalid originals and thumbnails after reupload/purge: Invalidation of Varnish thumbnail cache sometimes doesn't work? - 10https://bugzilla.wikimedia.org/41130 +comment (10Nemo) [09:18:53] New patchset: Siebrand; "Remove unused parameter" [mediawiki/extensions/APC] (master) - https://gerrit.wikimedia.org/r/46208 [09:18:53] New patchset: Siebrand; "Update code formatting" [mediawiki/extensions/APC] (master) - https://gerrit.wikimedia.org/r/46209 [09:18:54] New patchset: Siebrand; "Switch incorrect style override" [mediawiki/extensions/APC] (master) - https://gerrit.wikimedia.org/r/46210 [09:19:10] 03(mod) Assert that ResourceLoader modules loaded successfully - 10https://bugzilla.wikimedia.org/44299 (10spage) [09:19:53] New patchset: Ori.livneh; "Add `encapsulate` param to get_schema" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/46211 [09:21:00] New patchset: Amire80; "Add class and 'disable' propert to the paste button" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46212 [09:22:05] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/45942 [09:22:24] hmmm, how does special:watchlist know which ones have already been reaD? [09:22:28] does it mark that somewhere? [09:24:33] 03(NEW) I can't create new User account - 10https://bugzilla.wikimedia.org/44419 critical; openZIM: zimwriter; () [09:27:23] is here a maintenance tool to delete all pages that were deleted permanently and also delete all blocked users? or extension [09:27:44] @seen ^demon [09:27:44] petan: Last time I saw ^demon they were quitting the network with reason: Remote host closed the connection N/A at 1/26/2013 3:51:26 AM (2.05:36:18.0121170 ago) [09:27:53] @seenrx demon [09:27:53] petan: Last time I saw ^demon they were quitting the network with reason: Remote host closed the connection at 1/26/2013 3:51:26 AM (2.05:36:27.3244010 ago) (multiple results were found: ^demon|lunch, ^demon|away, ^demon|busy, ^demon|dinner, ^demon|brb and 3 more results) [09:33:30] 03(mod) Merge items in Wikidata - 10https://bugzilla.wikimedia.org/38664 (10Beta16) [09:35:05] New patchset: Hashar; "test: helper to skip tests depending on a PHP ext" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46214 [09:35:06] New patchset: Hashar; "testCompressRevisionTextUtf8Gzip requires zlib extension" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43884 [09:36:18] New review: Hashar; "rebased change on https://gerrit.wikimedia.org/r/46214 which implements MediaWikiTestCase::checkPHPE..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/43884 [09:36:37] New patchset: Hashar; "testPngNativetZtxt requires zlib extension" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43888 [09:36:45] New review: Hashar; "rebased change on https://gerrit.wikimedia.org/r/46214 which implements MediaWikiTestCase::checkPHPE..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/43888 [09:38:23] New patchset: Hashar; "testPngNativetZtxt requires zlib extension" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43888 [09:38:54] New patchset: Ori.livneh; "Timestamp in seconds, not ms." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/46215 [09:41:45] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/46215 [09:41:58] 03(mod) Special page on client to list which pages on the site are linked to an item - 10https://bugzilla.wikimedia.org/43994 +comment (10wikidata-bugs) [09:42:07] New patchset: Netbrain; "minimized, css styling and made menu items behave as buttons with the @ prefix" [mediawiki/extensions/SideBarMenu] (master) - https://gerrit.wikimedia.org/r/46216 [09:42:41] New patchset: Hashar; "test: some Revision tests depends on PHP zlib ext" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43884 [09:44:33] New review: Hashar; "This is merely an helper. Example usages are in:" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46214 [09:45:22] what is the right way do address Specialpages from an extension? is there something like the js-call mw.util.wikiGetlink('Special:Foobar') in php? [09:45:57] New review: Hashar; "Rebased on https://gerrit.wikimedia.org/r/#/c/46214/1 which implements MediaWikiTestCase::checkPHPEx..." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/43888 [09:46:56] New review: Hashar; "Rebased on https://gerrit.wikimedia.org/r/#/c/46214/1 which implements MediaWikiTestCase::checkPHPEx..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/43884 [09:49:52] New patchset: Hashar; "SQLite compatbility changes" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/43828 [09:51:52] New patchset: Netbrain; "minimized, css styling and made menu items behave as buttons with the @ prefix" [mediawiki/extensions/SideBarMenu] (master) - https://gerrit.wikimedia.org/r/46216 [09:55:18] 03(mod) Drop the term "autoconfirmed" from user interface - 10https://bugzilla.wikimedia.org/43302 +comment (10Platonides) [09:56:57] 03(mod) Interwiki search use canonical namespace name - 10https://bugzilla.wikimedia.org/20375 +comment (10Platonides) [09:57:02] New patchset: Siebrand; "Update code formatting" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46217 [10:01:28] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46185 [10:02:20] New patchset: Siebrand; "Update code formatting" [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/46218 [10:05:05] New patchset: Siebrand; "Update code formatting" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/46219 [10:05:05] Change restored: Hashar; "(no reason)" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44039 [10:05:08] New patchset: Hashar; "Jenkins job validation (DO NOT SUBMIT)" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44039 [10:07:06] New review: Hashar; "This one is still having failling tests due to a SQLite compatibility issue. It is fixed with https:..." [mediawiki/extensions/EducationProgram] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/43997 [10:07:17] New review: Hashar; "Tests passing!" [mediawiki/extensions/EducationProgram] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/43828 [10:08:43] 03(NEW) Restore interwiki (sister projects) results in search queries - 10https://bugzilla.wikimedia.org/44420 enhancement; Wikimedia: lucene-search-2; () [10:08:44] 03(mod) Interwiki search use canonical namespace name - 10https://bugzilla.wikimedia.org/20375 (10Nemo) [10:09:37] Change abandoned: Hashar; "(no reason)" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44039 [10:09:59] New patchset: Netbrain; "minimized, css styling and made menu items behave as buttons with the @ prefix" [mediawiki/extensions/SideBarMenu] (master) - https://gerrit.wikimedia.org/r/46216 [10:10:21] 03(NEW) Misaligned buttons after uploading a file - 10https://bugzilla.wikimedia.org/44421 minor; MediaWiki extensions: UploadWizard; () [10:11:38] 03(mod) Clicking on save with invalid value - 10https://bugzilla.wikimedia.org/44291 +comment (10Lydia Pintscher) [10:17:37] New patchset: Amire80; "Add a class to the paste button and hide it per the spec" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46212 [10:21:09] New patchset: Netbrain; "minimized, css styling and made menu items behave as buttons with the @ prefix" [mediawiki/extensions/SideBarMenu] (master) - https://gerrit.wikimedia.org/r/46216 [10:28:42] 03(NEW) \dashrightarrow - 10https://bugzilla.wikimedia.org/44422 blocker; MediaWiki extensions: Math; () [10:31:03] New patchset: Amire80; "Add a class to the paste button and hide it per the spec" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46212 [10:31:32] New patchset: Pastakhov; "Display markers on leaflet maps (in the development)" [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/46201 [10:31:50] New review: Spage; "AFT isn't showing up on my local wiki but the modules are all still in 'ready' state, so I think thi..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/46205 [10:34:15] 03(mod) More specific filtering for recent changes - 10https://bugzilla.wikimedia.org/42289 +comment (10denny.vrandecic) [10:47:08] 03(NEW) Failure to log in misappropriated to disabled cookies - 10https://bugzilla.wikimedia.org/44423 normal; MediaWiki: User login; () [10:49:35] 03(mod) Failure to log in misappropriated to disabled cookies - 10https://bugzilla.wikimedia.org/44423 (10jeblad) [10:52:33] New review: Siebrand; "Have you already spoken to Jeroen de Dauw? He's hanging out on IRC and develops the Maps and Semanti..." [mediawiki/extensions/MultiMaps] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/46201 [10:56:51] New review: Siebrand; "l10n/i18n lgtm." [mediawiki/extensions/SecureSessions] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46200 [10:58:39] New review: Daniel Kinzler; "Looks like it's doing the right thing now, but I have not tested it. " [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/45937 [10:58:54] 03(mod) Global account not appearing on Special:GlobalUsers – do maintenance/runBatchedQuery.php - 10https://bugzilla.wikimedia.org/30185 +comment (10aklapper) [11:02:09] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10zhorishna) [11:02:19] New review: Daniel Kinzler; "I'm not sure this is a good idea. If the caller knows how non-text content should be handled, they s..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/45936 [11:03:12] 03(mod) Missing file in swift - 10https://bugzilla.wikimedia.org/40437 +comment (10Nemo) [11:05:51] New patchset: Siebrand; "Added initial extension code." [mediawiki/extensions/ThrottleOverride] (master) - https://gerrit.wikimedia.org/r/45517 [11:07:15] 03(mod) Hover text over button doesn't change when disabled - 10https://bugzilla.wikimedia.org/44408 normal->minor; +comment (10Andre Klapper) [11:07:15] New review: Siebrand; "PS6 renames the alias file, updates code formatting and adds the generated message keys in full to t..." [mediawiki/extensions/ThrottleOverride] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/45517 [11:08:01] New review: Spage; "modules/jquery.wikiEditor.toc.js has a call to $.trackAction(), you should remove that as well. It ..." [mediawiki/extensions/WikiEditor] (master); V: 1 C: -1; - https://gerrit.wikimedia.org/r/46206 [11:08:03] New patchset: Hashar; "pass codesniffer on tests/" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46225 [11:08:12] New patchset: Siebrand; "Added initial extension code." [mediawiki/extensions/ThrottleOverride] (master) - https://gerrit.wikimedia.org/r/45517 [11:10:09] New review: Siebrand; "l10n/i18n lgtm." [mediawiki/extensions/ThrottleOverride] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/45517 [11:11:02] 03(mod) LQT loads enhanced toolbar even if user has preference "Enable enhanced editing toolbar" off - 10https://bugzilla.wikimedia.org/44400 (10Andre Klapper) [11:13:47] 03(mod) LQT loads enhanced toolbar even if user has preference "Enable enhanced editing toolbar" off - 10https://bugzilla.wikimedia.org/44400 +comment (10Siebrand) [11:13:48] 03(mod) Liquidthreads use beta edit toolbar when it is not activated - 10https://bugzilla.wikimedia.org/29681 +comment (10Siebrand) [11:14:46] New patchset: Hashar; "pass codesniffer on tests/" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46225 [11:17:09] 03(mod) n-up reflist - cannot count - 10https://bugzilla.wikimedia.org/24116 +comment (10Andre Klapper) [11:17:56] New review: Daniel Kinzler; "oh for fuck sake, jenkins. seriously." [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/46214 [11:18:05] New patchset: Daniel Kinzler; "test: helper to skip tests depending on a PHP ext" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46214 [11:18:20] New patchset: Daniel Kinzler; "testPngNativetZtxt requires zlib extension" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43888 [11:19:02] New patchset: Daniel Kinzler; "test: some Revision tests depends on PHP zlib ext" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/43884 [11:20:01] New review: Hashar; "PS2 reinstate a visibility hack on a mock class" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46225 [11:21:38] 03(mod) User list includes MediaWiki:Viewprevnext without rendering markup. - 10https://bugzilla.wikimedia.org/11454 +comment (10Andre Klapper) [11:21:46] 03(mod) if you click on the text area and as a result no longer this area susceptible to click / selection. - 10https://bugzilla.wikimedia.org/44347 (10Andre Klapper) [11:21:46] 03(mod) [statements-ui] Adding references (consisting of one Snak only) to an existing Statement - 10https://bugzilla.wikimedia.org/43291 +comment (10wikidata-bugs) [11:21:50] 03(mod) [statements-ui] Adding references (consisting of one Snak only) to an existing Statement - 10https://bugzilla.wikimedia.org/43291 +comment (10wikidata-bugs) [11:21:58] 03(mod) Special:ItemDisambiguation should include aliases in search, not just labels. - 10https://bugzilla.wikimedia.org/43962 (10Stryn) [11:23:15] 03(mod) Special:ItemDisambiguation should support case-insensitive matches. - 10https://bugzilla.wikimedia.org/42686 (10Stryn) [11:23:26] 03(mod) Special:ItemDisambiguation should include aliases in search, not just labels. - 10https://bugzilla.wikimedia.org/43962 (10Stryn) [11:25:46] Change merged: Hashar; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46214 [11:25:51] 03(mod) Merge items in Wikidata - 10https://bugzilla.wikimedia.org/38664 +comment (10daniel.kinzler) [11:25:51] 03(mod) Doesn't work with current Validator: Class 'Parameter' not found - 10https://bugzilla.wikimedia.org/44351 normal->major (10Andre Klapper) [11:27:37] 03(mod) User filter preference is not saved and throws warning: 'NewPagesFeedFilterOptions': not a valid preference - 10https://bugzilla.wikimedia.org/44359 normal->major; +code-update-regression; summary (10Andre Klapper) [11:29:01] New patchset: Hashar; "Cleanup the code to be more readable" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/16610 [11:29:15] 03(mod) Hardcoded namespace checks - 10https://bugzilla.wikimedia.org/25589 (10Andre Klapper) [11:30:02] 03(mod) Password recovery form has odd results if only one field is filled out - 10https://bugzilla.wikimedia.org/44151 (10Andre Klapper) [11:30:31] 03(mod) Batch page modification time querying - 10https://bugzilla.wikimedia.org/44362 (10Andre Klapper) [11:32:01] New patchset: Hashar; "rename vars in SkinTemplate::outputPage()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/16610 [11:32:44] 03(mod) RL debug mode CSS docs incorrect - 10https://bugzilla.wikimedia.org/44374 (10Andre Klapper) [11:32:49] 03(mod) Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 (10Andre Klapper) [11:34:42] New patchset: Hashar; "raise timeout for CdbTest::testCdb()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46229 [11:40:00] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46229 [11:40:44] 03(mod) The situation with $.collapsibleTabs and its Vector ext. counterpart sucks badly - 10https://bugzilla.wikimedia.org/44385 (10Andre Klapper) [11:40:46] 03(mod) Code quality issues (tracking) - 10https://bugzilla.wikimedia.org/700 (10Andre Klapper) [11:41:11] New review: Hashar; "rephrased commit message :-D" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/16610 [11:43:54] 03(mod) Remove superfluous db freeResult calls - 10https://bugzilla.wikimedia.org/24712 +comment (10Andre Klapper) [11:44:10] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/16610 [11:47:32] 03(mod) "Move page" vs. "minor edit flag": Flag cannot be set manually but automatically set if minordefault enabled - 10https://bugzilla.wikimedia.org/44388 normal->minor; summary (10Andre Klapper) [11:47:44] 03(mod) Account creation interface doesn't handle resolutions between 980 and 1175px properly - 10https://bugzilla.wikimedia.org/44333 (10Andre Klapper) [11:47:57] 03(mod) Vector breaks down on small resolutions - 10https://bugzilla.wikimedia.org/44386 (10Andre Klapper) [11:49:53] 03(mod) SearchSuggest form should respect [Shift/Ctrl]+Enter to open in new tab - 10https://bugzilla.wikimedia.org/44393 (10Andre Klapper) [11:50:56] 03(mod) Account creation interface looks strange at high resolutions: White space on the right but tooltips covering content - 10https://bugzilla.wikimedia.org/44392 summary (10Andre Klapper) [11:53:34] New patchset: Amire80; "Cleanup" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46230 [11:55:41] 03(mod) Anonymous users have identifying cookies - 10https://bugzilla.wikimedia.org/44327 +comment (10aklapper) [11:59:43] 03(mod) Wikimedia's Ganglia installation is password-protected - 10https://bugzilla.wikimedia.org/44417 normal->major; +ops; +comment (10Andre Klapper) [12:04:44] 03(mod) Add pagination when displaying deleted revisions on Special:Undelete - 10https://bugzilla.wikimedia.org/44410 (10Andre Klapper) [12:06:42] 03(mod) "Recent changes" page: Option "View (newer N | older N)" like in History pages, (N = No. of displayed items) - 10https://bugzilla.wikimedia.org/44409 normal->15enhancement; summary (10Andre Klapper) [12:07:45] New patchset: Zfilipin; "Updated Ruby gems" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/46231 [12:08:18] 03(mod) Info action should not omit number of watchers row when $wgUnwatchedPageThreshold is not false - 10https://bugzilla.wikimedia.org/44253 +comment (10Redrose64) [12:13:33] 03(mod) Make EQIAD new primary data-center (tracking) - 10https://bugzilla.wikimedia.org/39106 +comment (10Andre Klapper) [12:13:38] 03(mod) old revisions of pages are shown when not logged in and also revision history is outdated - 10https://bugzilla.wikimedia.org/44391 (10Andre Klapper) [12:13:41] 03(mod) Invalid originals and thumbnails after reupload/purge: Invalidation of Varnish thumbnail cache sometimes doesn't work? - 10https://bugzilla.wikimedia.org/41130 (10Andre Klapper) [12:14:01] New patchset: Matthias Mullie; "Refactor AFT backend" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/24264 [12:15:10] 03(mod) Make EQIAD new primary data-center (tracking) - 10https://bugzilla.wikimedia.org/39106 +comment (10federicoleva) [12:17:46] hy [12:18:12] i have installed mediawiki on my web server and i have an error [12:18:37] do you understand something to this error ? [12:18:42] *47 FastCGI sent in stderr: "PHP message: "" is not a valid magic word for "tree" [12:18:44] ?? [12:21:16] 03(mod) Hebrew text comes out as squares in a specific created PDF - 10https://bugzilla.wikimedia.org/44418 normal->major; summary; +comment (10Andre Klapper) [12:22:34] Change abandoned: Matthias Mullie; "(no reason)" [mediawiki/extensions/DataModel] (master) - https://gerrit.wikimedia.org/r/42953 [12:23:59] 03(mod) User list includes MediaWiki:Viewprevnext without rendering markup. - 10https://bugzilla.wikimedia.org/11454 +comment (10Mark Clements (HappyDog)) [12:25:18] New patchset: Matthias Mullie; "Refactor AFT backend" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/24264 [12:26:21] somebody have an idea why i get this error ? *47 FastCGI sent in stderr: "PHP message: "" is not a valid magic word for "tree" [12:29:27] 03(mod) User list includes MediaWiki:Viewprevnext without rendering markup. - 10https://bugzilla.wikimedia.org/11454 (10Andre Klapper) [12:30:40] 03(mod) Liquidthreads loads enhanced toolbar when it is not activated - 10https://bugzilla.wikimedia.org/29681 summary (10Andre Klapper) [12:33:57] 03(mod) Restore interwiki (sister projects) results in search queries - 10https://bugzilla.wikimedia.org/44420 (10Andre Klapper) [12:35:26] 03(mod) I can't create new User account - 10https://bugzilla.wikimedia.org/44419 +comment (10Andre Klapper) [12:36:57] New patchset: Santhosh; "Workflow state selector" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46233 [12:41:40] hi2all [12:41:59] how can I remove toolbox and all links above from sidebar? [12:42:09] 03(mod) SearchSuggest form should respect [Shift/Ctrl]+Enter to open in new tab - 10https://bugzilla.wikimedia.org/44393 (10Chad H.) [12:42:11] above=below* _) [12:44:58] New patchset: Pastakhov; "Display markers on leaflet maps (in the development)" [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/46201 [12:45:23] 03(mod) Misaligned buttons after uploading a file - 10https://bugzilla.wikimedia.org/44421 +comment (10Andre Klapper) [12:45:47] New review: MarkAHershberger; "> Also, there's a SQL Server database class that I doubt many people use." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/41035 [12:50:25] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46212 [12:54:35] hi zyriuse fly-away [12:54:50] if it's a bit too early for North American east coasters to answer your questions, you might try mediawiki-l [12:54:51] !lists [12:54:52] mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. [12:56:45] 03(mod) Doesn't work with current Validator: Class 'Parameter' not found - 10https://bugzilla.wikimedia.org/44351 +comment (10Jeroen De Dauw) [13:03:32] * YuviPanda waves at sumanah [13:03:38] happy monday :) [13:03:53] hi YuviPanda :-) happy Monday. How are you? [13:04:19] i'm doing good, for the most part :) [13:05:14] New review: Pastakhov; "To: Siebrand." [mediawiki/extensions/MultiMaps] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46201 [13:07:00] 03(mod) Make check-vars.php code-utils script compliant with modern dl() behavior. - 10https://bugzilla.wikimedia.org/43779 +comment (10hashar) [13:07:19] New review: Hashar; "My comment on bug 43779 :" [mediawiki/tools/code-utils] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/42952 [13:08:26] New review: Hashar; "Sorry I got too many things in my plate right now and do not really have the time to fully review th..." [mediawiki/extensions/OpenID] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46198 [13:09:23] henna: hi, how are you today? [13:13:24] New patchset: Pastakhov; "Display markers on leaflet maps (in the development)" [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/46201 [13:14:08] hi guillom, is there anything I should do to get out the message about tomorrow's bugday ( http://lists.wikimedia.org/pipermail/wikitech-l/2013-January/065794.html ) to further interested channels out there? [13:14:09] guillom, I guess I'm wondering if there are obvious channels that I'm not aware of, and how broad the addressed audience should be, also for future announcements [13:14:48] andre__: is this the same thing as the VisualEditor testing thing, or something completely different? [13:14:54] guillom, different [13:14:56] ok [13:15:08] guillom, we'll go through some old rotten bug reports that have not seen any changes for more than a year [13:15:13] in general, across products [13:15:53] andre__: can I get back to you on that later? I have some pressing stuff to do; would in ~1.5h work for you to discuss this? [13:17:00] New review: Thaiphan; "Patch 8 is me running the file through the styliser. SORRY FOR ALL THE PATCHES! I'll be better next ..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/41035 [13:17:14] guillom, sure, np [13:17:23] great :) thanks [13:18:33] sumanah: hello :) [13:18:39] hey there mitevam! [13:18:46] hashar: github push didn't work to trigger build :( [13:18:57] New patchset: Thaiphan; "Added file backend support for Windows Azure" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/41035 [13:19:24] 03(mod) Misaligned buttons after uploading a file - 10https://bugzilla.wikimedia.org/44421 +comment (10Platonides) [13:19:31] sumanah: I am around but did not log on to IRC for some reason [13:19:39] sumanah: how are you? [13:20:13] mitevam: I'm okay. A couple of things are on my mind. One is the "developer experience" movement http://blog.oshineye.com/2011/05/what-is-devexp.html [13:20:40] have you ever heard of affordances, in the design sense? [13:20:52] mitevam: also: hope your wedding went well! [13:22:05] sumanah: yes it went great, very small for now, but it was sweet :) we are having a "real" one once I can move [13:22:23] heh! [13:23:25] I was telling my spouse about it and he asked whether I wanted to "give you away" or felt like "always the bridesmentor, never the bride" [13:23:30] [13:24:57] hahaha :) well that's it, i've been given away , so wierd when people call you Mrs. :) [13:25:20] I *know* [13:26:19] a few days after I got married, I turned to Leonard and said, "wait, did you want me to take your name?" and he said "But *I'm* using it" [13:26:43] sumanah: reading about the dev experience btw , its interesting [13:27:02] yeah. our dev experience needs work for sure [13:27:26] 03(mod) [statements-ui] Adding references (consisting of one Snak only) to an existing Statement - 10https://bugzilla.wikimedia.org/43291 +comment (10wikidata-bugs) [13:27:31] sumanah: yeah, I didn't change my name, would have been too much trouble at this point + I'm not sure if I want to, maybe next time we get married [13:27:55] I have been married for like 7 years now and I have not changed my name -- it's too much bother [13:28:22] and there are a lot of Richardsons floating around but not too many Harihareswaras so it's good for my personal findability too [13:29:36] <^demon> I find it odd that I'm not even in the first page of "Horohoe" on Google. [13:29:47] how much do you blog? [13:29:47] <^demon> [[mw:User:^demon]] is the highest result, #14. [13:29:51] egotist [13:29:53] <^demon> I closed down my blog. [13:30:12] blogging since 2000 is probably one reason I'm so easy to find [13:30:44] *checks via proxy to avoid personalized results* yup, still 1st hit for "sumana" [13:30:57] well Sumana is sitll pretty unique at least in the US [13:31:00] the VP of Sierra Leone is 4th [13:31:11] ^demon: 11th here fyi, and 2/5 images [13:31:19] <^demon> http://www.healthgrades.com/physician/dr-james-horohoe-xj3sf - top result. [13:31:32] <^demon> (Maybe extended family. Nobody in my family here knows him) [13:32:03] mitevam: indeed it is! http://www.babynamewizard.com/voyager#prefix=suman&ms=false&exact=false it's not in the top 1000 baby names in any time period from like 1880 to the present [13:32:44] anyway, developer experience is on my mind, and so is a book I read this weekend, mitevam -- "The Warmth of Other Suns" [13:33:01] i guess i will never make it into the result list for "denny" :-/ [13:33:12] :( [13:33:30] but then again, it's not my name actually, so who cares :) [13:33:36] mitevam: have you ever heard of the concept of "exit, voice, and loyalty"? [13:33:51] hi Denny_WMDE! I know I owe you email :/ if you want we could just have a quick PM right now [13:34:07] works for me [13:34:10] voice or text? [13:34:16] text works for me [13:34:19] k [13:34:45] sumanah: no what is exit, voice and loyalty? [13:35:43] New patchset: Hashar; "Whitelisting publicly readable title with regex" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/11137 [13:35:54] mitevam: the idea is -- and I am mangling something that a sociologist named Hirschmann wrote -- if someone's unhappy with a situation, they have 3 choices [13:35:57] leave [13:36:08] speak up (venting, voting, etc.) [13:36:11] or get used to things [13:36:19] New review: Hashar; "PS38 removed the "global wgWhitelistReadRegexp;" statement which caused the feature to be malfunctio..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/11137 [13:37:01] as a community organizer or manager you have to keep that in mind, so that if you know people are unhappy with the way you're managing things, you give them choices [13:37:53] well you wouldnt really want them to leave too much [13:38:26] most of the time, right [13:38:32] only if they are jerks [13:39:04] 03(mod) Hover text over button doesn't change when disabled - 10https://bugzilla.wikimedia.org/44408 +comment (10Nischay Nahata) [13:39:46] New patchset: Hashar; "Whitelisting publicly readable title with regex" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/11137 [13:40:08] then you dont even want to give them options [13:40:19] mitevam: so, "Warmth of Other Suns" is partly about a group of people deciding "we've had it, we're leaving" in an unfair situation [13:40:57] does anyone know if our https setup is nginx -> squid -> apache or nginx -> apache? [13:41:01] mitevam: I think the tricky thing is managing the community experience so that, on the important and discuss-able issues, people either feel happy, or have productive discussions, but people who are just being jerks about something feel drawn to leave [13:41:01] sumanah: as long as they tried to voice first.. [13:41:05] right [13:41:27] New review: Hashar; "PS41: signed-off the change so people knows who else to contact." [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/11137 [13:42:08] sumanah: how do you make them feel drawn to leave, in my experience ( no particular example in mind here) thy are acually very drawn to talk [13:42:08] or even non-jerks -- like, sometimes there are people who just have different ways of doing things, not their fault, but they just won't be happy in the same place as some other folks.... like, some people want there to be way more top-down control, some want more free-for-all, so maybe the community should schism, the code should fork [13:42:10] that kind of thing [13:44:07] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/11137 [13:46:41] New review: Amire80; "Didn't test, but all the files look sane." [mediawiki/extensions/Translate] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46217 [13:50:28] mitevam: depends on the person... some people just don't like it when their ideas actually get examined properly :-) [13:51:28] New patchset: Siebrand; "Localisation updates from http://translatewiki.net." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46238 [13:51:56] sumanah: does that even work in oss communities? :D [13:52:13] I've seen it here! [13:52:51] tss [13:54:28] so sumanah is devexp something on the radar of WMF [13:54:55] mitevam: anyway, you are right that leaving is generally not what a community manager wants.... I figure it's important to ensure people feel (accurately) that they have a say in things [13:55:26] mitevam: I just came across the "devexp" formulation in that blog post yesterday, but I have sometimes said that I am the user experience person for WMF's open source community [13:56:32] like, in https://www.mediawiki.org/wiki/API/REST_proposal/Kickoff_meeting_notes especially in the https://www.mediawiki.org/wiki/API/REST_proposal/Kickoff_meeting_notes#Design_thoughts section we talked about API usability a little bit [13:56:32] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46238 [13:56:39] which is in the developer experience side of the spectrum [13:56:52] the field of API usability is so interesting [13:57:53] 03(NEW) wikiversions.cdb does not vary by realm - 10https://bugzilla.wikimedia.org/44424 normal; Wikimedia Labs: deployment-prep (beta); () [13:58:27] mitevam: to really answer your question: not as much as it ought to be! [13:58:29] sumanah: that woul dbe interesting to read, i heard some comments of people saying that what would be great would be to have a relatively stable API across MW versions and I was wondering if that was in consideration [13:59:15] yurik: ^ can you answer mitevam's question? [13:59:30] mitevam: yurik is interested in working on the next version of the MediaWiki API. [13:59:32] New patchset: Siebrand; "Use tabs to indent lines" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46239 [13:59:52] mitevam: there's also a team at Wikia working on this stuff as you might have seen a bit on the mailing lists [14:00:14] yurik: did you get to talk with Wikia at all when you were in San Francisco recently? [14:00:36] * YuviPanda blows ApiSandbox a kiss [14:00:42] 03(mod) wikiversions.cdb does not vary by realm - 10https://bugzilla.wikimedia.org/44424 +comment (10hashar) [14:00:52] mitevam: I need to go, be back in half an hour. [14:01:11] YuviPanda: Oh you. [14:01:32] * YuviPanda blows ApiSandbox another kiss [14:01:35] you're pretty awesome [14:01:40] though still a bit hidden [14:02:02] should put you on the cover of TIME or something. [14:02:08] mitevam: do you know about ApiSandbox? [14:02:14] aiee, meeting, they will explain [14:02:14] sumanah: i think its probably one of the most important things to solve the whole "i don't want to upgrade" problem, it would probably increase compatibility a lot at least of new development [14:02:16] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46217 [14:02:40] mitevam: you should write that in an email to the api mailing list in my opinion :-) [14:02:40] mitevam: if you haven't met ApiSandbox, you should! https://en.wikipedia.org/wiki/Special:ApiSandbox [14:02:45] * sumanah vanishes into meeting [14:02:52] Ok, this pinging is getting old now. [14:02:57] ApiSandbox: :P [14:03:20] ^demon: everytime I see someone mention your nick my eyes instinctively look at the preceding line [14:04:05] New patchset: Siebrand; "Use tabs to indent lines" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46239 [14:04:32] YuviPanda: oh, nice sandbox! is that an extension? [14:04:43] neverendingo: it is, indeed! I'd love to see it in core though. [14:04:55] !e ApiSandbox [14:04:55] https://www.mediawiki.org/wiki/Extension:ApiSandbox [14:04:58] that one [14:05:00] i want that :) need to play with it [14:05:06] thanks a lot [14:05:38] neverendingo: :D [14:05:44] see? that thing is still a bit too hidden... [14:06:23] <^demon> Having a way to link to it from action=help would be nice. [14:06:27] obviously. this might help me, as i have some complaints from devs who are too lazy to use a browser... [14:06:29] <^demon> Might help with discoverability. [14:07:05] ^demon, it's linked, actually [14:07:21] <^demon> Ah, that I did not know. [14:07:40] nobody knows that :P [14:07:47] i think people open action=help and just ctrl-f [14:08:16] <^demon> It's what I do ;-) [14:09:17] andre__: now looking at your earlier question about tomorrow's bugday; am I correct to understand that this will all be IRC-based and -led? [14:09:17] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46239 [14:09:24] ^demon: btw, it turns out that we do host a maven nexus repository. http://nexus.wmflabs.org/ [14:09:30] guillom, yes [14:09:53] ^demon: analytics team put thatup [14:10:00] <^demon> Yeah, I knew about it. [14:10:03] <^demon> I don't need it though. [14:10:25] ah [14:10:26] ok [14:10:36] i didn't until hashar pointed it out to me. [14:10:46] I'm only using it to reduce build times / setup pain, so not sure if i should use it [14:12:31] andre__: then my recommendations would be: (you're probably planning to do some of that already) 10 minutes before the session starts, send a reminder to wikitech-l, and when it starts advertise it in #mediawiki, #wikimedia-tech, #wikimedia and perhaps #wikipedia (as an experiment, to see if it's a good place to recruit volunteers there) [14:13:03] (#wikipedia-en (to me at least) seems more active than #wikipedia) [14:13:29] maybe; it has about the same number of people [14:13:30] guillom, thanks, that's helpful! [14:13:43] #wikipedia is probably more international, and #wikipedia-en more enwiki-centric [14:15:07] Alright, straw poll: do I split https://www.mediawiki.org/wiki/Project:Calendar into monthly subpages now ([[Project/Calendar/2013/01]] or some such) or do I keep it as is and only use monthly subpages for archives? [14:15:53] I'm leaning towards the former, in order for edits to keep showing in people's watchlist, and because I don't expect a lot of people to search for who made a particular edit [14:21:52] hashar: ping [14:22:06] hashar: quick question - when you uploaded a file yesterday, did it freeze your notifications bar? [14:22:25] ^demon: also, do you know how I can get my labs account added to the wmf LDAP group? [14:24:37] <^demon> You can bribe me ;-) [14:25:08] <^demon> Done. [14:28:52] 03(mod) wikiversions.cdb does not vary by realm - 10https://bugzilla.wikimedia.org/44424 +comment (10hashar) [14:29:19] YuviPanda: yeah =i think it did [14:29:33] YuviPanda: it has frozen the bottom bar that show the home / back / all apps buttons [14:29:46] YuviPanda: I think I rebooted my phone just to make sure everything went fine [14:30:03] 03(mod) wikiversions.cdb does not vary by realm - 10https://bugzilla.wikimedia.org/44424 (10Antoine "hashar" Musso) [14:35:08] New review: Hashar; "This is already in master" [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/30636 [14:36:10] New patchset: Siebrand; "Localisation updates from http://translatewiki.net." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46243 [14:37:37] 03(NEW) Error in AbuseFilter and/or ApiLinkTitles - 10https://bugzilla.wikimedia.org/44425 normal; MediaWiki extensions: WikidataRepo; () [14:39:49] New patchset: Pginer; "Styling for paste from source actions" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46245 [14:40:27] New review: Hashar; "$ credits-check" [mediawiki/tools/release] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/40080 [14:41:11] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46243 [14:43:17] fail gerrit is fail with it's automatic links ... https://gerrit.wikimedia.org/r/#/c/46201/ [14:44:20] New review: Hashar; "should be abandoned, that code is already in master." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/30636 [14:49:17] New review: Demon; "No, this shouldn't be abandoned. Look at the parent--it removes the existing implementation. This co..." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/30636 [14:49:45] Change abandoned: Hashar; "pep8 must be at the root of the dir, that is where Jenkins run pep8 from." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/39050 [14:51:29] New patchset: Hashar; "auditcode.py linting (now passes pep8)" [mediawiki/tools/code-utils] (master) - https://gerrit.wikimedia.org/r/43702 [14:52:01] Change merged: jenkins-bot; [mediawiki/tools/code-utils] (master) - https://gerrit.wikimedia.org/r/43702 [14:54:39] Good morning all, I recall reading that 1.19 was a LTE release, but I can't remember where the page is. I was just wondering when y'all are going to stop supporting it [14:55:19] New review: Anomie; "Still a call to LockManagerGroup::destroySingleton() in tests/parser/parserTest.inc." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/45822 [14:57:02] Change merged: jenkins-bot; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/43997 [15:03:20] New patchset: Amire80; "Workflow state selector" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46233 [15:06:33] New review: Anomie; "@Brian Wolff: Or if you want to stick to POSIX, use command -v instead of which." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/45898 [15:13:02] New patchset: Hashar; "test: helper to skip tests depending on 'gzip'" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46247 [15:14:24] hey mitevam [15:14:41] just so you know, if you're ever curious about whether I am in IRC you can do a "whois" (kind of like on a website) [15:14:58] like this: /whois sumanah [15:15:04] to see if I'm connected [15:16:09] sumanah: it usually works with just typing "sum" and hitting tab, if you are online it autocompletes your name and I keep writing whatever I had in mind :) [15:16:13] 03(mod) \dashrightarrow only works with javascript render but not with standard math render - 10https://bugzilla.wikimedia.org/44422 04BLOCKER->major; summary; +comment (10Andre Klapper) [15:16:28] mitevam: no, sometimes I am on IRC but not in this channel [15:16:52] in which case you can private-message me to ask if we can talk [15:17:00] ooooh so /whois will get that? [15:17:10] 03(mod) Minor tweak to MediaWiki:Wikimedia-copyrightwarning - 10https://bugzilla.wikimedia.org/44384 +easy (10Andre Klapper) [15:17:28] yeah! [15:18:00] 03(mod) Add low-resolution styles for Vector - 10https://bugzilla.wikimedia.org/44387 +patch-in-gerrit; +comment (10Andre Klapper) [15:18:18] sumanah how are you doing? [15:18:24] Rahul22: I'm all right. How are you? [15:18:43] sumanah: why does it say Budapest for you ? [15:19:31] i am fine.learning some new things in php these days [15:19:32] mitevam: try doing /whois for a few other people as well and you'll see that -- I think -- it's just sort of whatever Freenode computer I happen to be connected via [15:19:34] New patchset: Hashar; "Dump unit tests no longer fail if gzip is not available" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/41360 [15:19:34] New patchset: Hashar; "test: helper to skip tests depending on 'gzip'" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46247 [15:19:38] cool [15:19:42] New patchset: Jeroen De Dauw; "Added deprecation comment to constant that when used throws deprecation exception" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46248 [15:19:43] 03(mod) Include at least some EXIF metadata in resized pictures - 10https://bugzilla.wikimedia.org/18871 (10Lokal_Profil) [15:19:53] New review: Hashar; "added an @since 1.21" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46247 [15:20:28] 03(mod) Adding import sources to dewikivoyage - 10https://bugzilla.wikimedia.org/44411 +patch-in-gerrit (10Andre Klapper) [15:20:46] New review: Hashar; "removed the helper which is now in MediaWikitestcase with https://gerrit.wikimedia.org/r/#/c/46247/" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/41360 [15:22:23] 03(mod) MySQL error: 1062: Duplicate entry '13769342' for key 'ep_students_user_id' (10.0.6.73) - 10https://bugzilla.wikimedia.org/43781 +comment (10Jeroen De Dauw) [15:22:23] 03(mod) DB error on enrollment - 10https://bugzilla.wikimedia.org/44365 +comment (10jeroen_dedauw) [15:22:42] 03(mod) RL debug mode CSS docs incorrect - 10https://bugzilla.wikimedia.org/44374 (10Andre Klapper) [15:22:57] 03(mod) Update jquery.tipsy with $.fn.tipsy.autoBounds - 10https://bugzilla.wikimedia.org/44382 trivial->15enhancement (10Andre Klapper) [15:23:22] 03(mod) if you click on the text area and as a result no longer this area susceptible to click / selection. - 10https://bugzilla.wikimedia.org/44347 (10Andre Klapper) [15:23:37] 03(mod) Update checkStorage.php to not use deprecated Revision::getText - 10https://bugzilla.wikimedia.org/44357 (10Andre Klapper) [15:23:37] sumanah i often feel lost when i read about the mediawiki workshop article in the page [15:23:43] 03(mod) Requesting a new mailing list for proposed Thematic organization: education in the US and Canada - 10https://bugzilla.wikimedia.org/44358 (10Andre Klapper) [15:23:48] Rahul22: Please be more specific. What page are you talking about? [15:23:56] 03(mod) Add direct oldid support for internal links - 10https://bugzilla.wikimedia.org/44366 (10Andre Klapper) [15:24:00] Are you talking about https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker/Workshop ? [15:24:29] yes! [15:24:32] Or http://wiki.wikimedia.in/MediaWiki_Workshop ? [15:24:38] http://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker/Workshop [15:25:06] 03(mod) Thumbnail cache should be automatically discarded after 6 months - 10https://bugzilla.wikimedia.org/44310 normal->15enhancement (10Andre Klapper) [15:25:08] 03(mod) Thumbnail/imagescaler (tracking) - 10https://bugzilla.wikimedia.org/41371 (10Andre Klapper) [15:25:09] Rahul22: when you say "read about the MediaWiki workshop article in the page" it's confusing because I don't know whether you read the page itself, or you just read about the page. [15:25:18] 03(mod) Offer old revision text when undo failed - 10https://bugzilla.wikimedia.org/44311 (10Andre Klapper) [15:26:03] So, are you saying that you find the workshop page itself confusing, or that you find it confusing to see references to it on other pages? [15:26:54] New patchset: Amire80; "Styling for paste from source actions" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46245 [15:27:16] 03(mod) action=parse should throw an error for interwiki links in page parameter - 10https://bugzilla.wikimedia.org/44341 (10Andre Klapper) [15:28:29] the workshop page,initially i could comprehend it(by the way openhatch is a great resource) but then certain refrences in the page made me a little uneasy [15:29:06] * sumanah waits for Rahul22 to be more specific [15:31:45] in the syllabus section(Intro resources),"our pools of easy to fix bugs" [15:31:51] 03(mod) mediawiki-core-regression-phpcs should not check extensions / language files - 10https://bugzilla.wikimedia.org/44249 +performance (10Andre Klapper) [15:31:59] i am a lil stuck there! [15:32:29] OK! So, Rahul22, you might have seen at the top of the https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker/Workshop page a notice that this page is, in some places, obsolete. [15:32:49] 03(mod) Segfault in LinksUpdate::incrTableUpdate - 10https://bugzilla.wikimedia.org/44256 (10Andre Klapper) [15:32:51] yes [15:32:56] qgil_: YuviPanda: can you maybe aid Rahul22 in looking at https://www.mediawiki.org/wiki/How_to_contribute instead? [15:33:10] New patchset: Amire80; "Styling for paste from source actions" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46245 [15:33:12] hi, i want to add some javascript to a specialpage in an extension, what is the right way to do that? [15:33:19] New review: Amire80; "PS 2: Simplified padding rule and some whitespace fixes." [mediawiki/extensions/Translate] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/46245 [15:33:32] 03(mod) "Preview page with this template" for MediaWiki namespace - 10https://bugzilla.wikimedia.org/44257 normal->15enhancement (10Andre Klapper) [15:33:34] i tried contacting harshkothari but he is busy i guess! [15:34:22] sumanah: Oh Hi! [15:34:41] hi Ulfr! [15:34:52] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46245 [15:34:53] Just a quick question if you don't mind. I understand that 1.19 is a long term support edition, how long is long term? [15:36:46] * qgil_ is in a train going through tunnels, unstable connection :( [15:36:46] * qgil_ is in a train going through tunnels, unstable connection :( [15:37:10] * Ulfr ponders if the Internet is just scared of the dark, and that's why it doesn't work in tunnels [15:37:44] Arriving to SF, back online soon. [15:38:21] sumanah: see above [15:38:40] Ulfr: I don't know, sorry! hexmode knows. [15:38:59] sumanah: No worries! I just can't find the dang page that said that on mediawiki.org and it's driving me crazy [15:39:02] thanks anyway! [15:39:10] my sympathies. Good luck! [15:39:48] * Ulfr is just excited that he won't have to upgrade again for a few years [15:39:51] sumanah: so ApiSandbox is using the current API and the goal is to work towards an improved API but that is still at the stage of RFC http://www.mediawiki.org/wiki/Requests_for_comment/API_Future [15:45:21] 03(mod) Special:Undelete fails when too many checkboxes are checked - 10https://bugzilla.wikimedia.org/43911 +comment (10mikaey) [15:46:03] 03(mod) lint Python scripts using pyflakes - 10https://bugzilla.wikimedia.org/44118 +comment (10Antoine "hashar" Musso) [15:46:24] New patchset: Jeroen De Dauw; "Added type hint and docs" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46250 [15:46:24] New patchset: Siebrand; "Localisation updates from http://translatewiki.net." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46249 [15:46:39] 03(mod) lint Python scripts using pyflakes - 10https://bugzilla.wikimedia.org/44118 +comment (10Antoine "hashar" Musso) [15:47:37] 03(mod) Deploy Jenkins Job Builder on gallium - 10https://bugzilla.wikimedia.org/43141 +comment (10hashar) [15:47:44] 03(NEW) Strange Miscellany for Deletion bug - 10https://bugzilla.wikimedia.org/44426 normal; MediaWiki extensions: PageTriage; () [15:47:49] 03(mod) Deploy Jenkins Job Builder on gallium - 10https://bugzilla.wikimedia.org/43141 (10Antoine "hashar" Musso) [15:49:10] 03(mod) Adapt varnish mobile puppet class on beta - 10https://bugzilla.wikimedia.org/44041 +comment (10hashar) [15:49:15] 03(mod) Enhance imagescaler processes containment - 10https://bugzilla.wikimedia.org/43188 +comment (10faidon) [15:50:07] 03(mod) Deploy git-deploy to the Beta Cluster - 10https://bugzilla.wikimedia.org/43339 +comment (10Antoine "hashar" Musso) [15:50:19] 03(mod) Global account not appearing on Special:GlobalUsers – do maintenance/runBatchedQuery.php - 10https://bugzilla.wikimedia.org/30185 +comment (10sam) [15:50:25] 03(mod) Misaligned buttons after uploading a file - 10https://bugzilla.wikimedia.org/44421 +comment (10Krenair) [15:52:13] New review: Siebrand; "Thanks for the updates. Some comments on style and consistency. Please update." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/46250 [15:54:37] 03(mod) Ext-TranslationNotifications needs Translate as dependency - 10https://bugzilla.wikimedia.org/39950 +comment (10hashar) [15:54:55] New patchset: Amire80; "Cleanup" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46230 [15:55:24] Change restored: Hashar; "(no reason)" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/36723 [15:55:28] New patchset: Hashar; "Jenkins validation (do not submit)" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/36723 [15:56:39] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46249 [15:58:17] hashar: ping? [15:58:41] * hexmode looks for Ulfr [15:58:45] hexmode: about to leave sorry [15:58:46] nope... [15:58:50] hexmode: but will be connected tonight [15:58:58] hashar: ok, how many hours? [15:59:07] from now, that is? [15:59:24] sumanah: 1.19 is till 2015 [15:59:38] hexmode in roughly 4 hours [15:59:45] thanks hexmode - where should I point people for info on that? [15:59:54] hashar: k, c u then [16:00:09] sumanah: https://www.mediawiki.org/wiki/MediaWiki_1.19 [16:00:23] "until May 2015" :) [16:00:34] 03(mod) \dashrightarrow only works with javascript render but not with standard math render - 10https://bugzilla.wikimedia.org/44422 (10pub) [16:00:46] New patchset: Hashar; "Jenkins validation (do not submit)" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/36723 [16:01:09] ok thanks hexmode I do not know where Ulfr was looking, maybe someplace else [16:01:40] Change merged: jenkins-bot; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/46219 [16:01:44] sumanah: to be fair, I wasn't positive it was there till just now [16:01:50] ah ok [16:02:30] 03(mod) Ext-TranslationNotifications needs Translate as dependency - 10https://bugzilla.wikimedia.org/39950 +comment (10Antoine "hashar" Musso) [16:02:40] Change merged: jenkins-bot; [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/46218 [16:02:46] Change abandoned: Hashar; "they pass now :-]" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/36723 [16:04:28] I am out form ow. [16:07:38] New patchset: Parent5446; "Added initial extension code." [mediawiki/extensions/ThrottleOverride] (master) - https://gerrit.wikimedia.org/r/45517 [16:08:04] Change abandoned: Jeroen De Dauw; "Feel free to improve yourself :)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46250 [16:12:49] 03(mod) LinkedPage was linked by 127.0.0.1 from this page: ChangedPage - 10https://bugzilla.wikimedia.org/43701 +comment (10Quim Gil) [16:13:39] 03(mod) DB error on enrollment - 10https://bugzilla.wikimedia.org/44365 +comment (10csteipp) [16:17:31] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10qgil) [16:18:24] does anyone have any insight into what function/class handles pulling transcluded articles froma remote wiki and converting the wikitext to HTML for output on the local wiki? [16:18:29] i'm trying to intercept it [16:20:37] shifuimam, Parser::interwikiTransclude() [16:20:59] 03(mod) Add git date to Special:Version - 10https://bugzilla.wikimedia.org/38783 +comment (10qgil) [16:22:42] MaxSem: does this actually return the entire content of whatever is transcluded? [16:23:41] New review: Alex Monk; "Yes, we should check on both sides." [mediawiki/extensions/UploadWizard] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/42770 [16:23:45] why don't you look yourself?:) [16:24:24] haha [16:24:26] i'm trying. [16:24:41] i might be reading the debug log wrong but it looks like it's actually writing the HTML formatted text to the database to cache [16:24:43] not the wikitext [16:24:57] my issue is that when i transclude an article from a remote wiki, the remote wiki is using relative image URLs [16:25:14] so i need to intercept the HTML that's being displayed on my wiki and force absolute paths to the images on the remote wiki [16:25:55] 03(mod) [SF] #autoedit error when user does not have edit permissions (ex: anonymous editing disabled) - 10https://bugzilla.wikimedia.org/38171 (10Jamie Thingelstad) [16:26:04] so am i right that it's actually rendering the HTML from the transcluded wikitext and storing that HTML in the database as the cache? [16:27:54] yes [16:28:56] this functionality is called "scary transclusion" for a reason:) [16:29:09] 03(mod) Thumbnail cache should be automatically discarded after 6 months - 10https://bugzilla.wikimedia.org/44310 +comment (10aklapper) [16:29:25] 03(mod) Semantic Forms sfautoedit via API loses field with coordinate information - 10https://bugzilla.wikimedia.org/44227 +comment (10Jamie Thingelstad) [16:29:25] 03(mod) [SF] #autoedit deletes form data - 10https://bugzilla.wikimedia.org/38183 +comment (10Jamie Thingelstad) [16:30:13] can someone tell me how the update-function from Manual:Database_access works? [16:30:20] hmmmm [16:30:52] i get "DatabaseBase::makeList called with incorrect parameters" when i try updating one value [16:31:01] from the debug message i added it SEEMS like i've got the right variable, but it's not doing anything [16:32:36] yeah i definitely got the right variable, but str_replace isn't doing anythign [16:32:52] 03(mod) Image does not updated after new version upload - 10https://bugzilla.wikimedia.org/44269 +comment (10Andre Klapper) [16:32:59] lbenedix: Why not pastebin what isn't working? [16:33:03] lbenedix: Call it correctly then ;) [16:33:38] when i remove the conditions and call insert instead of update it works [16:35:17] 03(mod) Add a keyboard layout display option to Narayam - 10https://bugzilla.wikimedia.org/28900 (10Runa Bhattacharjee) [16:35:28] http://pastebin.com/CKtgJfwA [16:35:34] New review: Cmcmahon; "maintenance" [qa/browsertests] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/46231 [16:35:34] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/46231 [16:37:47] 03(mod) Narayam IME on fails to replace English characters on mobile - 10https://bugzilla.wikimedia.org/33243 (10Runa Bhattacharjee) [16:38:41] 03(mod) Narayam should accept non English keyboard - 10https://bugzilla.wikimedia.org/28999 (10Runa Bhattacharjee) [16:38:52] i cant see any obvious error in my code... [16:39:35] 03(mod) Devanagari transliteration tool for Bhojpuri Wikipedia - 10https://bugzilla.wikimedia.org/25326 (10Runa Bhattacharjee) [16:39:57] 03(mod) On Screen Keyboard with Narayam - 10https://bugzilla.wikimedia.org/32518 (10Runa Bhattacharjee) [16:40:17] $conds should be an array... [16:40:20] 03(mod) Unwanted activation which disables user's ability to type - 10https://bugzilla.wikimedia.org/33300 (10Runa Bhattacharjee) [16:40:25] in the select-example from Manual:Database_access its a string [16:40:57] 03(mod) Create the My best KB layout for Gurumukhi Punjabi in Narayam - 10https://bugzilla.wikimedia.org/39218 (10Runa Bhattacharjee) [16:41:13] 03(mod) Punjabi Gurumukhi - Make phonetic keymap work like Phonetic keymap of IBus - 10https://bugzilla.wikimedia.org/39523 (10Runa Bhattacharjee) [16:41:22] i love the docs on mediawiki.org... [16:41:30] 03(mod) Request for enabling new typing scheme for Odia - 10https://bugzilla.wikimedia.org/40913 (10Runa Bhattacharjee) [16:41:35] 03(mod) Drop the term "autoconfirmed" from user interface - 10https://bugzilla.wikimedia.org/43302 +comment (10mflaschen) [16:41:51] 03(mod) Blacklist narayam from Captcha & username field for user registration, to enter Latin letters - 10https://bugzilla.wikimedia.org/41675 (10Runa Bhattacharjee) [16:43:13] 03(mod) Add a new rule in Malayalam for Bindhurepham (0D4E) - 10https://bugzilla.wikimedia.org/43854 (10Runa Bhattacharjee) [16:43:57] 03(mod) 15 Qunit Tests fail for contenteditable divs - 10https://bugzilla.wikimedia.org/43948 (10Runa Bhattacharjee) [16:44:34] New review: Matmarex; "To be precise, the change that made it static was I12da92da33527e and the bug for it was bug 39665." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/46196 [16:45:13] lbenedix, well - it can be a string, too [16:45:20] RoanKattouw_away: ping [16:45:46] 03(mod) Invalid originals and thumbnails after reupload/purge: Invalidation of Varnish thumbnail cache sometimes doesn't work? - 10https://bugzilla.wikimedia.org/41130 +comment (10robla) [16:46:58] MaxSem: does this transclusion bit have any variable that gives the domain/host of the transcluded content? [16:47:08] so i don't have to hard code the URL of a specific wiki [16:47:30] it is determined by interwiki prefix [16:47:53] how do i get that URL? [16:48:44] 03(mod) Typo in spelling of "Odia" on Narayam ("Odiya") - 10https://bugzilla.wikimedia.org/44008 (10Runa Bhattacharjee) [16:48:50] whyyy is Trevor afk continuously since friday evening when i need him D: [16:50:15] quick quasi-tech question: Can I do CIDR queries against : http://en.wikipedia.org/wiki/Special:BlockList and will those return IPs within the range or just show if the specified range is blocked? [16:50:44] or more broadly, how to I tell if some IPs w/in some arbitrary range are blocked. [16:50:45] thanks [16:51:19] New patchset: Yurik; "API module manager and help rewrite" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/41198 [16:52:15] guillom, hi, is that blog post about VisualEditor testing being published today? Anything missin? [16:52:22] g [16:52:41] qgil: I'm working on the landing page now, then I'll finish to edit the blog post and publish it [16:52:42] 03(mod) Option to filter from big list of input methods like in Language Selector - 10https://bugzilla.wikimedia.org/32622 (10Runa Bhattacharjee) [16:53:27] 03(mod) create an Arabic layout based on the Arabic chat alphabet - 10https://bugzilla.wikimedia.org/34123 (10Runa Bhattacharjee) [16:53:56] guillom, ok thanks! We will advertise the blog post as soon as it's published [16:53:59] MaxSem: can i use getAPI() in this parser function? [16:54:35] 03(mod) Support for INR symbol - 10https://bugzilla.wikimedia.org/34650 (10Runa Bhattacharjee) [16:55:07] there's no parser function [16:55:17] 03(mod) Keyboard shortcut to toggle between currently using layouts - 10https://bugzilla.wikimedia.org/37444 (10Runa Bhattacharjee) [16:55:20] it's a part of transclusion functionality [16:55:42] New patchset: Yurik; "API PageSet allows generator for non-query modules" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44087 [16:57:30] New review: Parent5446; "Per comments on PS12." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/44087 [16:57:35] 03(mod) Bamini keyboard map needs fix + Unit Tests - 10https://bugzilla.wikimedia.org/31904 (10Runa Bhattacharjee) [16:58:22] 03(mod) Update Javanese keymap - 10https://bugzilla.wikimedia.org/43809 (10Runa Bhattacharjee) [16:59:18] 03(NEW) Activity feeds for individual courses should be available to any user - 10https://bugzilla.wikimedia.org/44427 enhancement; MediaWiki extensions: EducationProgram; () [16:59:19] 03(mod) Tracking bug: Improve course pages - 10https://bugzilla.wikimedia.org/43859 (10Sage Ross) [16:59:40] 03(mod) Some vowel combination in Sinhala Wijesekara need to be corrected - 10https://bugzilla.wikimedia.org/32029 (10Runa Bhattacharjee) [17:01:51] ok i'm looking at Interwiki::fetch [17:02:07] which looks like it should return the information i want based on interwiki prefix [17:02:20] 03(mod) Schwa syncope rule in devanagari transliteration - 10https://bugzilla.wikimedia.org/35990 (10Runa Bhattacharjee) [17:02:46] i'm kind of new to this stuff though [17:02:57] would it be something like $x->getURL() [17:03:07] where $x is Interwiki::fetch [17:03:33] 03(mod) layout names are not sorted in the menu - 10https://bugzilla.wikimedia.org/37311 (10Runa Bhattacharjee) [17:04:22] 03(mod) Narayam icon should be less confusing - 10https://bugzilla.wikimedia.org/30878 (10Runa Bhattacharjee) [17:05:00] andre__, valeriej are you planning to send a reminder to wikitech-l about the Bug Day? Let me know if you need anything from me [17:05:13] 03(mod) Allow callbacks also to make more complex replacements - 10https://bugzilla.wikimedia.org/35457 (10Runa Bhattacharjee) [17:05:50] hi qgil, guil lom said earlier "send a reminder 10min before" [17:07:18] New patchset: Pastakhov; "Display markers on leaflet maps (in the development)" [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/46201 [17:07:31] 03(mod) Typing ओं is not possible in hindi transliteration - 10https://bugzilla.wikimedia.org/38238 (10Runa Bhattacharjee) [17:08:01] andre__, valeriej I will post at https://www.mediawiki.org/ homepage and social media [17:08:27] probably today though [17:08:45] New review: Nikerabbit; "fyi I don't want to maintain APC." [mediawiki/extensions/APC] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/46208 [17:09:26] 03(mod) Invalidation of Varnish thumbnail cache sometimes doesn't work - 10https://bugzilla.wikimedia.org/41130 summary; +comment (10Andre Klapper) [17:09:31] New patchset: Siebrand; "Backport compatible message changes from master." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/46254 [17:09:45] qgil: Thanks. I'm updating the Meeting Prep page to send a reminder to wikitech-l before the event. [17:10:35] 03(mod) Indic typing not working for search field even when Narayam is enabled - 10https://bugzilla.wikimedia.org/44301 (10Runa Bhattacharjee) [17:11:15] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45069 [17:11:51] 03(mod) [Language validation] Implement Language::isKnownLanguageTag() - 10https://bugzilla.wikimedia.org/41476 (10Amir E. Aharoni) [17:12:01] New patchset: Siebrand; "Update changed array for MediaWiki core branch support" [translatewiki] (master) - https://gerrit.wikimedia.org/r/46255 [17:12:35] New review: Mattflaschen; "Being devil's advocate, do we know if any third-party wikis have wgWikiEditorToolbarClickTracking true?" [mediawiki/extensions/WikiEditor] (master) C: -1; - https://gerrit.wikimedia.org/r/46206 [17:12:38] 03(mod) action=info keys too big - 10https://bugzilla.wikimedia.org/44131 +comment (10Krenair) [17:14:54] 03(mod) Notice about page move appears in a wrong language in the page history - 10https://bugzilla.wikimedia.org/44010 (10Runa Bhattacharjee) [17:15:04] Change merged: Siebrand; [mediawiki/extensions/APC] (master) - https://gerrit.wikimedia.org/r/46208 [17:16:13] 03(mod) Allow users to reach all regions by scrolling - 10https://bugzilla.wikimedia.org/39925 (10Runa Bhattacharjee) [17:16:54] 03(mod) Make scroll to next region more fluent: Load next region earlier than being at the very bottom - 10https://bugzilla.wikimedia.org/39923 (10Runa Bhattacharjee) [17:16:58] 03(mod) Notice about page move appears in a wrong language in the page history - 10https://bugzilla.wikimedia.org/44010 +comment (10krenair) [17:17:03] 03(mod) Notice about page move appears in a wrong language in the page history - 10https://bugzilla.wikimedia.org/44010 (10Krenair) [17:17:35] 03(mod) List of languages in page source - 10https://bugzilla.wikimedia.org/41210 (10Runa Bhattacharjee) [17:18:09] 03(mod) Language search should use native/default name - 10https://bugzilla.wikimedia.org/41601 (10Runa Bhattacharjee) [17:19:26] 03(mod) Provide better access to keyboard mappings - 10https://bugzilla.wikimedia.org/42373 (10Runa Bhattacharjee) [17:20:00] 03(mod) Search filter is not cleared when search text is deleted - 10https://bugzilla.wikimedia.org/42383 (10Runa Bhattacharjee) [17:20:13] New review: Siebrand; "recheck" [mediawiki/core] (REL1_20); V: 0 C: 2; - https://gerrit.wikimedia.org/r/46254 [17:20:29] 03(mod) Installer refuses to use MySQL database names with "+" in it - 10https://bugzilla.wikimedia.org/43751 +comment (10Krenair) [17:20:43] New review: Siebrand; "Ignore Jenkins and merge." [mediawiki/core] (REL1_20); V: 2 C: 2; - https://gerrit.wikimedia.org/r/46254 [17:20:44] Change merged: Siebrand; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/46254 [17:21:33] 03(mod) Make clear that Special:ActiveUsers count also log entries (except newusers log) - 10https://bugzilla.wikimedia.org/43933 +comment (10Krenair) [17:22:09] 03(mod) Shy buttons in ULS due to Telugu webfont with unusual line height - 10https://bugzilla.wikimedia.org/42439 (10Runa Bhattacharjee) [17:22:42] 03(mod) Parser Fatal error: Call to a member function getLocalURL() on a non-object - 10https://bugzilla.wikimedia.org/43964 +comment (10Krenair) [17:22:53] 03(mod) Make "disable IME tools" effects immediate as a preview. - 10https://bugzilla.wikimedia.org/42378 (10Runa Bhattacharjee) [17:23:24] 03(mod) Hide display language selection when it is not needed - 10https://bugzilla.wikimedia.org/42381 (10Runa Bhattacharjee) [17:23:51] New patchset: Amire80; "Cleanup" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/46230 [17:24:03] 03(mod) Explain better the meaning of "By e-mail" button - 10https://bugzilla.wikimedia.org/22457 +comment (10Krenair) [17:24:30] 03(mod) ULS search autocomplete doesn't handle RTL well: doesn't adapt direction, autocomplete text overlaps regular text - 10https://bugzilla.wikimedia.org/43951 (10Runa Bhattacharjee) [17:26:21] 03(mod) Add core component for sites - 10https://bugzilla.wikimedia.org/44339 +comment (10aklapper) [17:26:56] 03(mod) jquery.ime jumps forward after every character when there is pre-existing text in IE - 10https://bugzilla.wikimedia.org/43904 (10Runa Bhattacharjee) [17:27:30] 03(mod) Add support for formatnum in JavaScript mw.msg() - 10https://bugzilla.wikimedia.org/40354 +comment (10Krenair) [17:27:55] 03(mod) ULS: Don't set inline "font-family: sans-serif" when no fonts are specified - 10https://bugzilla.wikimedia.org/39992 (10Runa Bhattacharjee) [17:28:09] Change merged: Parent5446; [mediawiki/extensions/SecureSessions] (master) - https://gerrit.wikimedia.org/r/45906 [17:28:38] chrismcmahon, hi, your opinion is required at https://www.mediawiki.org/wiki/Talk:QA/Weekly_goals#Article_feedback_new_features_testing_23131 - thank you! [17:28:58] 03(mod) Misplaced IME icon and selector in ULS language selector - 10https://bugzilla.wikimedia.org/41738 (10Runa Bhattacharjee) [17:29:00] 03(mod) Adding import sources to dewikivoyage - 10https://bugzilla.wikimedia.org/44411 normal->15enhancement (10Sam Reed (reedy)) [17:29:01] 03(mod) Extension NewUserMessage for pt.wikt - 10https://bugzilla.wikimedia.org/44412 normal->15enhancement (10Sam Reed (reedy)) [17:29:04] qgil, chrismcmahon: I've been bold in editing https://www.mediawiki.org/wiki/VisualEditor/Testing_Non-Latin_Characters_Input_and_Behavior ; I think it's more straightforward for volunteers now, but I'm happy to discuss my changes if you have concerns. In the meantime, I'll finish to edit the blog post. [17:29:04] thanks qgil [17:29:16] 03(mod) [Language validation] Implement Language::isSupportedLanguageTag() - 10https://bugzilla.wikimedia.org/41477 +comment (10Krenair) [17:29:36] guillom, I trust your edits even before seeing them :) [17:30:04] New patchset: Siebrand; "Backport compatible message changes from master." [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/46256 [17:30:11] qgil: *I* don't blindly trust my own edits :) [17:30:35] New review: Anomie; "@Reedy: Which is why I pushed for this to be separated from Yurik's other patch. The question here i..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46196 [17:30:38] guillom, I don't trust mine either, but yours... anyway :) [17:30:39] 03(mod) I can't create new User account - 10https://bugzilla.wikimedia.org/44419 +comment (10sam) [17:30:48] 03(mod) Add support for formatnum in JavaScript mw.msg() - 10https://bugzilla.wikimedia.org/40354 +comment (10niklas.laxstrom) [17:30:50] heh [17:30:52] guillom: reading now, thanks [17:30:58] <^demon> guillom: You don't? I do. My edits are *awesome* [17:30:59] 03(mod) Load font of language displayed in recent languages - 10https://bugzilla.wikimedia.org/40874 (10Runa Bhattacharjee) [17:31:22] haha [17:31:22] 03(mod) [Language validation] Implement Language::isSupportedLanguageTag() - 10https://bugzilla.wikimedia.org/41477 -patch-in-gerrit (10Niklas Laxström) [17:31:58] New review: Siebrand; "recheck" [mediawiki/core] (REL1_19); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46256 [17:32:19] New review: Reedy; "That's why I CC'd Domas... He was the one that brought up the issue originally (I can't remember if ..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46196 [17:32:35] guillom, I saw your edits now. I like them. Good! [17:32:39] guillom: I think that is fine. [17:32:57] New review: Siebrand; "Jenkins jobs are broken for 1.19. I can probably not merge this." [mediawiki/core] (REL1_19); V: 2 C: 2; - https://gerrit.wikimedia.org/r/46256 [17:33:02] qgil: not sure if you had it on your checklist already, but I'd suggest advertising the testing session on the ambassadors list (once the blog post is out), since they're a good target audience for this session specifically [17:33:26] ^demon: Can you please remove the Jenkins -2 from https://gerrit.wikimedia.org/r/#/c/46256/ ? [17:33:29] guillom, I have sent 2 email about this testing activity there, and will send a third one once the blog post is out, yes [17:33:36] great :) [17:33:52] guillom: poke me when the blog post goes up if you don't mind [17:34:20] <^demon> siebrand: Done. [17:34:21] chrismcmahon: absolutely; I need half an hour or so to finish reviewing it [17:34:29] * siebrand thanks ^demon  [17:34:37] Change merged: Siebrand; [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/46256 [17:35:17] 03(mod) I can't create new User account - 10https://bugzilla.wikimedia.org/44419 +comment (10sam) [17:35:25] <^demon> siebrand: yw. I'll be granting that permission to the whole mediawiki group soon. [17:35:30] andre__, valeriej and while we talk about blog posts... you could start thinking about one introducing the new round of Bug Days, thr Bug Squad, the DYI docs... [17:35:39] 03(mod) Selecting "back" button after navigating to an article from the Watchlist page results in an empty page - 10https://bugzilla.wikimedia.org/43645 +comment (10Jon) [17:36:36] 03(mod) I can't create new User account - 10https://bugzilla.wikimedia.org/44419 +comment (10sam) [17:36:36] qgil: remind me this weekend so I will write that one while you look angrily at me :) [17:37:44] 03(mod) Upgrades should provide a way to separate out schema changes for environments that need it - 10https://bugzilla.wikimedia.org/38110 +comment (10krenair) [17:38:35] 03(mod) https interferes with clicking watchlist icon when logged out and then automatically watching the article when redirected back - 10https://bugzilla.wikimedia.org/43909 +comment (10Jon) [17:39:08] New patchset: Siebrand; "Backport compatible message changes from master." [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/46257 [17:39:19] Change merged: Siebrand; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/46257 [17:39:25] New review: Reedy; "https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=commit;f=includes/api/ApiQuery.php;h=73..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46196 [17:39:55] qgil: I'm working on posting a bug day blog/advertisement right now. [17:40:41] Change merged: Siebrand; [translatewiki] (master) - https://gerrit.wikimedia.org/r/46255 [17:40:44] valeriej, very good! Just maming sure you are doing it for the Wikimedia tech blog [17:41:10] 03(mod) Impossible to create new User account on openzim.org: "MediaWiki 1.19alpha internal error" - 10https://bugzilla.wikimedia.org/44419 summary; +comment (10Andre Klapper) [17:41:47] Sigh... Gerrit just HAS to be different, doesn't it? Who expresses age like this? Why can't you chain multiple units of time? http://review.coreboot.org/Documentation/user-search.html#_search_operators [17:41:48] valeriej, andre__ you can start drafting at http://meta.wikimedia.org/wiki/Wikimedia_Blog/Drafts [17:42:03] 03(mod) Drop the term "autoconfirmed" from user interface - 10https://bugzilla.wikimedia.org/43302 +comment (10federicoleva) [17:42:05] * andre__ will be back later [17:42:27] Change merged: Siebrand; [mediawiki/extensions/APC] (master) - https://gerrit.wikimedia.org/r/46210 [17:42:28] Change merged: Siebrand; [mediawiki/extensions/APC] (master) - https://gerrit.wikimedia.org/r/46209 [17:42:41] valeriej, andre__ it will bring some extra work compared to posting in your personal blog but in exchange you will get help from people like guillom or myself and you will reach (probably) a wider audience [17:43:13] * guillom reads scrollback. [17:43:49] yup [17:43:53] qgil: Oh, it's on my blog. I can do another post for next bug day. I don't know if the post would be posted to the tech blog 'in time.' [17:44:58] valeriej, ok, this is good. What I'm proposing is a more generic post about the Bug Days, the Bug Squad team and the refreshed documentation for DIY tasks. [17:45:24] valeriej, a post to introduce all these activities to e.g. the Wikipedia community and others not usually following mediawiki.org stuff [17:46:39] 03(mod) Special pages not written for mobile have no margin - 10https://bugzilla.wikimedia.org/44042 +comment (10jrobson) [17:47:06] qgil: commented on https://www.mediawiki.org/wiki/Talk:QA/Weekly_goals. If we play this right, the timing might work out better than expected. I'll know more from E2 in a couple of hours. [17:47:16] 03(mod) Notice about page move appears in a wrong language in the page history - 10https://bugzilla.wikimedia.org/44010 +comment (10Nemo) [17:47:27] 03(mod) Notice about page move appears in a wrong language in the page history - 10https://bugzilla.wikimedia.org/44010 (10Nemo) [17:47:45] thanks chrismcmahon . [17:47:55] qgil: Yeah, I can do that. [17:48:07] thanks valeriej ! [17:48:42] 03(mod) invisible directional character on File page pollutes pasted filenames - 10https://bugzilla.wikimedia.org/25277 +comment (10Krenair) [17:49:35] New patchset: Aaron Schulz; "[FileRepo] Lowered negative caching duration." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45655 [17:54:45] New patchset: Aaron Schulz; "[FileRepo] Use getHandler() is some places that should use it." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45795 [17:55:24] ^demon: https://gerrit.wikimedia.org/r/#/c/46204/ easy [17:56:00] <^demon> Wow, that is easy. [17:56:06] <^demon> +3, -1. [17:57:11] 03(mod) Explain better the meaning of "By e-mail" button - 10https://bugzilla.wikimedia.org/22457 +comment (10Nemo) [17:58:18] New patchset: Siebrand; "Remove unneeded translations" [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/46258 [17:58:26] Change merged: Siebrand; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/46258 [18:00:29] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46204 [18:01:01] New patchset: Siebrand; "Remove unneeded translations" [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/46259 [18:01:10] Change merged: Siebrand; [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/46259 [18:04:11] 03(NEW) Handle thumbnail purges when thumbnails are in cache but not in the backend - 10https://bugzilla.wikimedia.org/44428 normal; MediaWiki: File management; () [18:05:19] 03(mod) Handle thumbnail purges when thumbnails are in cache but not in the backend - 10https://bugzilla.wikimedia.org/44428 +comment (10Aaron Schulz) [18:05:41] Reedy: https://gerrit.wikimedia.org/r/#/c/45898/ [18:05:43] New patchset: Alex Monk; "(bug 36537) Rename calls to wfArrayToCGI to wfArrayToCgi" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46260 [18:06:09] 03(mod) Rename wfArrayToCGI to wfArrayToCgi for consistency with wfCgiToArray - 10https://bugzilla.wikimedia.org/36537 +comment (10Krenair) [18:10:36] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10Munaf Assaf) [18:11:52] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46260 [18:12:13] ^demon: https://gerrit.wikimedia.org/r/#/c/45898/ [18:13:20] New review: Hashar; "Tests pass so I guess we are safe, aren't we?" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46225 [18:14:45] New review: Aaron Schulz; "Is anyone working on this?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/40558 [18:15:13] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/39017 [18:17:05] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45898 [18:18:17] * lbenedix slaps lbenedix upside da head with a hairy goldfish [18:19:29] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10matma.rex) [18:22:30] 03(mod) Add low-resolution styles for Vector - 10https://bugzilla.wikimedia.org/44387 +comment (10Bartosz Dziewoński) [18:23:43] ^demon: while I'm passing links https://gerrit.wikimedia.org/r/#/c/45655/ [18:24:40] 03(mod) [Regression] Thumbnail cache should be invalidated on re-upload - 10https://bugzilla.wikimedia.org/31680 +comment (10maic274) [18:26:03] New patchset: Kaldari; "Allow the retrieval of the plural rule type for a given number" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45708 [18:26:31] New patchset: Abhshkdz; "(bug 44160) Fix invalid link of `others` during installation" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46261 [18:27:45] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45655 [18:29:25] 03(mod) Make the "year" field default to the current year on histories - 10https://bugzilla.wikimedia.org/41330 +comment (10Krenair) [18:29:40] 03(mod) Rename wfArrayToCGI to wfArrayToCgi for consistency with wfCgiToArray - 10https://bugzilla.wikimedia.org/36537 +comment (10Krenair) [18:31:15] YuviPanda there? [18:31:16] 03(mod) Special pages jobs not executed recently on some wikis - 10https://bugzilla.wikimedia.org/44348 +comment (10Sam Reed (reedy)) [18:31:32] 03(mod) LinkedPage was linked by 127.0.0.1 from this page: ChangedPage - 10https://bugzilla.wikimedia.org/43701 (10bsitu) [18:31:45] New patchset: Siebrand; "Rename calls to wfArrayToCGI to wfArrayToCgi" [mediawiki/extensions/APC] (master) - https://gerrit.wikimedia.org/r/46263 [18:31:57] New patchset: Siebrand; "Rename calls to wfArrayToCGI to wfArrayToCgi" [mediawiki/extensions/FeaturedFeeds] (master) - https://gerrit.wikimedia.org/r/46264 [18:32:17] New patchset: Siebrand; "Rename calls to wfArrayToCGI to wfArrayToCgi" [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/46265 [18:32:24] New patchset: Siebrand; "Rename calls to wfArrayToCGI to wfArrayToCgi" [mediawiki/extensions/LandingCheck] (master) - https://gerrit.wikimedia.org/r/46266 [18:32:33] New patchset: Siebrand; "Rename calls to wfArrayToCGI to wfArrayToCgi" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/46267 [18:32:42] New patchset: Kaldari; "Allow the retrieval of the plural rule type for a given number" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45708 [18:32:50] hello Rahul22 [18:32:51] New patchset: Siebrand; "Rename calls to wfArrayToCGI to wfArrayToCgi" [mediawiki/extensions/MWSearch] (master) - https://gerrit.wikimedia.org/r/46269 [18:32:53] sorry, in a meeting. [18:32:59] New patchset: Siebrand; "Rename calls to wfArrayToCGI to wfArrayToCgi" [mediawiki/extensions/OAI] (master) - https://gerrit.wikimedia.org/r/46270 [18:33:01] will ping when that is done [18:33:04] New review: Kaldari; "Need unit tests." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/45708 [18:33:07] New patchset: Siebrand; "Rename calls to wfArrayToCGI to wfArrayToCgi" [mediawiki/extensions/SecurePoll] (master) - https://gerrit.wikimedia.org/r/46271 [18:33:57] 03(mod) [Regression] Error creating thumbnail: Error reading SVG:Invalid URI - 10https://bugzilla.wikimedia.org/41372 +comment (10maic274) [18:34:01] Change merged: Demon; [mediawiki/extensions/APC] (master) - https://gerrit.wikimedia.org/r/46263 [18:34:32] Change merged: Pgehres; [mediawiki/extensions/LandingCheck] (master) - https://gerrit.wikimedia.org/r/46266 [18:34:38] Change merged: Demon; [mediawiki/extensions/SecurePoll] (master) - https://gerrit.wikimedia.org/r/46271 [18:34:38] New review: Abhshkdz; "I've been having issues with pushing to Gerrit over SSH from my institute, that's why haven't been a..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/46008 [18:34:49] Change merged: Aaron Schulz; [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/46265 [18:34:58] Change merged: Demon; [mediawiki/extensions/OAI] (master) - https://gerrit.wikimedia.org/r/46270 [18:35:09] Change merged: Demon; [mediawiki/extensions/MWSearch] (master) - https://gerrit.wikimedia.org/r/46269 [18:35:14] I think my mailbox just died. [18:35:52] Change merged: Demon; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/46267 [18:36:22] Change merged: Demon; [mediawiki/extensions/FeaturedFeeds] (master) - https://gerrit.wikimedia.org/r/46264 [18:37:03] <^demon> siebrand: Go go go! [18:37:04] New patchset: preilly; "Conform to PEP 8" [sartoris] (master) - https://gerrit.wikimedia.org/r/46272 [18:37:20] New patchset: Ori.livneh; "In server-side code, handle timestamps in ms." [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/46273 [18:37:30] New patchset: Pgehres; "Making sure the defaults apply with empty GET params." [mediawiki/extensions/LandingCheck] (master) - https://gerrit.wikimedia.org/r/46274 [18:37:46] I'm looking through some of this phpcs output... [18:37:56] New review: preilly; "Skipping code review (self merging to master)." [sartoris] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/46272 [18:37:56] Not sure I like "A cast statement must be followed by a single space" [18:37:56] Change merged: preilly; [sartoris] (master) - https://gerrit.wikimedia.org/r/46272 [18:38:08] <^demon> I thought we disabled that. [18:38:19] It's present in https://integration.mediawiki.org/ci/job/mediawiki-core-phpcs-HEAD/654/consoleFull [18:38:28] <^demon> General conventions seems to be (based on grepping) to be (foo)$bar, not (foo) $bar. [18:39:15] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46197 [18:39:18] <^demon> Krenair: Ping hashar when he's around...I thought he already fixed that. [18:41:02] 03(mod) Dirty background shown on scaled GIF images - 10https://bugzilla.wikimedia.org/43454 +comment (10Marco) [18:47:26] 03(mod) Preference or default setting to open search result lists in new tab via Ctrl-click - 10https://bugzilla.wikimedia.org/35974 +comment (10matma.rex) [18:47:50] chrismcmahon: qgil_: https://blog.wikimedia.org/2013/01/28/help-us-test-and-investigate-visualeditor/ [18:47:56] And now I'm really afk for dinner :) [18:48:00] also siebrand^ [18:48:13] 03(mod) Corrupt images should be detected and reported - by humans or automatic script. - 10https://bugzilla.wikimedia.org/41380 (10Marco) [18:48:42] Change merged: Mwalker; [mediawiki/extensions/LandingCheck] (master) - https://gerrit.wikimedia.org/r/46274 [18:49:27] 03(mod) Clean Page and Index namespaces configuration - 10https://bugzilla.wikimedia.org/44320 (10Nemo) [18:49:27] 03(mod) ProofreadPage extension should handle its namespaces in a more sensible manner - 10https://bugzilla.wikimedia.org/37483 (10Nemo) [18:50:21] guillom, thank you! [18:50:26] sure [18:51:09] New patchset: Abhshkdz; "Some minor coding practice fixes;" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46277 [18:54:07] qgil_: left you PM :) [18:57:58] 03(mod) Info action should not omit number of watchers row when $wgUnwatchedPageThreshold is not false - 10https://bugzilla.wikimedia.org/44253 +comment (10b) [18:59:00] New patchset: Aaron Schulz; "[FileJournal] Refactored wiki ID handling into the base class." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45897 [19:00:16] ^demon: https://gerrit.wikimedia.org/r/#/c/45795/2 [19:01:20] 03(mod) Better wiki markup to display media files needed - 10https://bugzilla.wikimedia.org/3574 +comment (10Marco) [19:02:02] guillom: I read that ping by accident… Because my name pops up here 15+ times a day because of gerrit and bugzilla, I disabled warnings. Please ping on another channel in the future :). [19:02:13] 03(mod) Anchor links broken - 10https://bugzilla.wikimedia.org/44139 +comment (10Arthur Richards) [19:02:15] guillom: anyway, thanks for the help on it. [19:03:30] 03(mod) https interferes with clicking watchlist icon when logged out and then automatically watching the article when redirected back - 10https://bugzilla.wikimedia.org/43909 (10Arthur Richards) [19:03:31] 03(mod) Login on https doesn't log you in on http - 10https://bugzilla.wikimedia.org/44330 (10Arthur Richards) [19:03:51] New patchset: Aaron Schulz; "[LockManager] Refactoring to allow proper cross-wiki support." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45822 [19:04:24] 03(mod) Selecting "back" button after navigating to an article from the Watchlist page results in an empty page - 10https://bugzilla.wikimedia.org/43645 +comment (10mpinchuk) [19:05:01] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45795 [19:06:03] 03(mod) Occasional segmentation fault on PDF thumbnail generation - 10https://bugzilla.wikimedia.org/41665 +comment (10Marco) [19:07:16] ^demon: oh, and https://gerrit.wikimedia.org/r/#/c/46009/1 is already in wmf8 [19:09:21] 03(mod) [Regression] Error creating thumbnail: Error reading SVG:Invalid URI - 10https://bugzilla.wikimedia.org/41372 +comment (10bawolff+wn) [19:10:48] New patchset: Aaron Schulz; "[FileRepo] Lazy load large metadata from the DB." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/45510 [19:10:50] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46009 [19:11:03] 03(mod) invisible directional character on File page pollutes pasted filenames - 10https://bugzilla.wikimedia.org/25277 +comment (10Amir E. Aharoni) [19:13:46] 03(NEW) Please enable ParserFunctions by default - 10https://bugzilla.wikimedia.org/44429 enhancement; MediaWiki: Parser; () [19:14:06] 03(mod) Bundle ParserFunctions extension with MediaWiki - 10https://bugzilla.wikimedia.org/26261 +comment (10Jason Spiro) [19:14:34] 03(mod) Please enable ParserFunctions by default - 10https://bugzilla.wikimedia.org/44429 +comment (10Sam Reed (reedy)) [19:15:02] I'm right in thinking the installer picks up extensions in the extensions directory, doesn't it? [19:16:42] 03(mod) "Flag as abuse" icon is confusing - 10https://bugzilla.wikimedia.org/44375 (10Matthias Mullie) [19:17:52] 03(mod) Improve GettingStarted tour UX around editing steps - 10https://bugzilla.wikimedia.org/44368 +comment (10Steven Walling) [19:19:18] Change merged: Mwalker; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/31598 [19:20:41] 03(mod) Please enable ParserFunctions by default - 10https://bugzilla.wikimedia.org/44429 (10Chad H.) [19:23:22] 03(mod) Commons Android app needs localization - 10https://bugzilla.wikimedia.org/41920 summary; +comment (10Brion Vibber) [19:24:35] New review: Aaron Schulz; "Conflicted again" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/43671 [19:25:44] 03(NEW) Commons iOS app needs localization - 10https://bugzilla.wikimedia.org/44430 normal; Commons App: General; () [19:27:10] sup Reedy [19:27:28] 03(NEW) Commons iOS app should save EXIF data in camera photos - 10https://bugzilla.wikimedia.org/44431 minor; Commons App: General; () [19:29:20] New patchset: Abhshkdz; "(bug 41021) Remove unneeded -moz-* properties of Mozilla Firefox" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46281 [19:29:26] 03(NEW) Commons iOS app needs a way to cancel uploads - 10https://bugzilla.wikimedia.org/44432 minor; Commons App: General; () [19:31:17] 03(NEW) Commons iOS app needs to detect errors - 10https://bugzilla.wikimedia.org/44433 normal; Commons App: General; () [19:31:38] New review: Umherirrender; "No need for a return. When needed, maybe add a @return in the doc?" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/46247 [19:32:11] 03(NEW) Commons iOS app should detect network status - 10https://bugzilla.wikimedia.org/44434 normal; Commons App: General; () [19:32:39] Heh... too bad sumanah isn't here [19:33:35] 03(NEW) Commons iOS app needs detail dialog to input title, description, categories - 10https://bugzilla.wikimedia.org/44435 normal; Commons App: General; () [19:36:03] 03(mod) [Regression] Error creating thumbnail: Error reading SVG:Invalid URI - 10https://bugzilla.wikimedia.org/41372 +comment (10maic274) [19:36:53] 03(mod) Please give me my accounts back - 10https://bugzilla.wikimedia.org/39997 +comment (10Chris Steipp) [19:37:34] 03(mod) Please enable ParserFunctions by default - 10https://bugzilla.wikimedia.org/44429 (10Phillip Patriakeas) [19:40:58] New patchset: Mwalker; "(FR #508) New Paypal adapter" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/23027 [19:43:18] TrevorParscal! [19:43:24] i've been hunting you since friday :) [19:43:41] I tend to dissapear on the weekends - how's it going? [19:44:37] New review: Mwalker; "Need to test this after that epic rebase... but it seems like it'll work!" [mediawiki/extensions/DonationInterface] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/23027 [19:44:38] slowly [19:44:42] i wanted to ask you about https://bugzilla.wikimedia.org/show_bug.cgi?id=44385 [19:45:19] 03(NEW) Switching to a non-whitelisted language shows wrong error message - 10https://bugzilla.wikimedia.org/44436 normal; MediaWiki extensions: ZeroRatedMobileAccess; () [19:45:43] i'll be happy to work on this, but if there are reasons why this is done this way, or why it should be done in a particular different way, then you're proably the rifht person to ask :) [19:46:02] New review: Umherirrender; "But I am not sure, what needs to be done for:" [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/46225 [19:46:37] Change abandoned: Matthias Mullie; "patchset gone out of control; will re-submit once cleaned up" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/24264 [19:48:40] i fixed both interwiki image bugs in the api \o/ [19:52:27] New patchset: Alex Monk; "(bug 44179 & bug 44180) Add maintenance script for instance reboot/build completions" [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/45277 [19:53:53] New patchset: Alex Monk; "(bug 44179 & bug 44180) Add maintenance script for instance reboot/build completions" [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/45277 [19:55:18] New patchset: MarkTraceur; "Rewrite the user handling" [wikimedia/orgchart] (master) - https://gerrit.wikimedia.org/r/46285 [19:58:08] 03(mod) [Regression] Error creating thumbnail: Error reading SVG:Invalid URI - 10https://bugzilla.wikimedia.org/41372 +comment (10bawolff+wn) [20:03:30] Change merged: Mattflaschen; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/44752 [20:05:12] 03(mod) Add a "hide these" checkbox - 10https://bugzilla.wikimedia.org/44123 +comment (10Matthew Flaschen) [20:06:48] 03(mod) OpenID: when logging in as "Name" with wiki/Special:OpenIDServer/id , the OpenID should be restamped to wiki/User:Name - 10https://bugzilla.wikimedia.org/44416 normal->15enhancement (10T. Gries) [20:06:54] 03(mod) OpenID: when logging in as "Name" with wiki/Special:OpenIDServer/id , the OpenID should be restamped to wiki/User:Name - 10https://bugzilla.wikimedia.org/44416 (10T. Gries) [20:08:00] 03(mod) Special:Undelete fails when too many checkboxes are checked - 10https://bugzilla.wikimedia.org/43911 +comment (10martineznovo) [20:08:43] New review: Platonides; "What about for using it on tests ?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/45936 [20:08:44] 03(mod) Preference or default setting to open search result lists in new tab via Ctrl-click - 10https://bugzilla.wikimedia.org/35974 +comment (10zedlightman) [20:11:27] it seems that someone needs help with Git: http://www.mediawiki.org/wiki/Thread:Talk:Git/Workflow/Git_setup_on_Windows_a_nightmare [20:14:36] 03(mod) Click outside of Guider tooltip to close - 10https://bugzilla.wikimedia.org/43642 +comment (10Matthew Flaschen) [20:15:21] New review: Aaron Schulz; "Tested locally" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/45897 [20:16:10] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46286 [20:20:28] New review: Siebrand; "recheck" [mediawiki/core] (REL1_19); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46288 [20:20:49] Change merged: Siebrand; [mediawiki/core] (REL1_20) - https://gerrit.wikimedia.org/r/46287 [20:23:25] I'm looking for some examples in setting up inline queries for semantic tables. I want to control the column width for each colum. Anybody know of anywhere with an example of this? [20:24:10] ^demon: argh. Need your help again on https://gerrit.wikimedia.org/r/#/c/46288/ Please nuke Jenkins. [20:24:48] <^demon> done. [20:24:53] Demos74dx: Don't forget to ask in #semantic-mediawiki too [20:25:06] Change merged: Siebrand; [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/46288 [20:25:08] ^demon: ty again. [20:25:11] ah good idea, was just looking for the IRC channel, thanks [20:26:14] lol, jshint [20:26:54] New patchset: Anomie; "Lua module support functions" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/46289 [20:26:55] New patchset: Anomie; "Scribunto language module" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/42050 [20:26:55] New patchset: Anomie; "Lua ustring implementation" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/38013 [20:29:45] 03(NEW) EducationProgram: DatabaseBase::makeList: empty input for field org_id - 10https://bugzilla.wikimedia.org/44437 normal; MediaWiki extensions: EducationProgram; () [20:31:47] Tyler here ? [20:32:02] ping Tyler [20:32:08] 03(mod) Please enable ParserFunctions by default - 10https://bugzilla.wikimedia.org/44429 +comment (10sam) [20:32:26] New patchset: Yurik; "API PageSet allows generator for non-query modules" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44087 [20:32:47] Change merged: Demon; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/40998 [20:33:25] Change merged: Demon; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/40323 [20:35:25] New patchset: Yurik; "API Remove $wgAPIGeneratorModules - it's dynamic now" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46196 [20:35:27] parent5446: [20:35:28] ping [20:35:46] Wikinaut: hey [20:36:24] parent5446: see privat chat [20:37:41] 03(mod) Invalidation of Varnish thumbnail cache sometimes doesn't work - 10https://bugzilla.wikimedia.org/41130 +comment (10mr.heat) [20:38:40] Change restored: Hashar; "(no reason)" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44039 [20:38:56] Change abandoned: Hashar; "(no reason)" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/44039 [20:39:14] Change restored: Hashar; "(no reason)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38800 [20:39:17] New patchset: Hashar; "jenkins validation (do not submit)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38800 [20:39:51] hashar: I now can seem to magically trigger builds. Thanks :) [20:40:25] YuviPanda: I've told you about waving your magic stick around before! [20:40:44] but triggering builds is *good* magic [20:42:12] ;-] [20:42:21] New patchset: Hashar; "jenkins validation (do not submit)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/38800 [20:42:51] New patchset: Adamw; "(fr #726) Parse refunds from paypal history files" [wikimedia/fundraising/tools] (master) - https://gerrit.wikimedia.org/r/45507 [20:43:18] New patchset: Anomie; "Fix package.loaded and other cleanups" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/45601 [20:43:31] New review: Anomie; "PS2: Rebased" [mediawiki/extensions/Scribunto] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/45601 [20:43:55] New patchset: Anomie; "Lua module support functions" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/46289 [20:44:06] New patchset: Anomie; "Scribunto language module" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/42050 [20:44:16] New patchset: Anomie; "Lua ustring implementation" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/38013 [20:46:22] I am setting up 1.20.2 on a new server. I will be attempting to move an existing 1.10 instance running on a different server... [20:46:32] I have some concerns about database character set. [20:46:50] 1.10 O_O [20:46:55] yep [20:46:59] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/46211 [20:47:08] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/46273 [20:47:33] What's your concern?# [20:47:42] Basically I'm wondering what will work, and how I find out what will work. [20:47:49] I'm not very familiar with MySQL. [20:49:01] I have a choice between binary and UTF-8 now. [20:49:52] Do I look at the charset of the existing MySQL database? [20:49:54] 03(mod) Restore interwiki (sister projects) results in search queries - 10https://bugzilla.wikimedia.org/44420 (10Platonides) [20:49:55] 03(mod) Interwiki search use canonical namespace name - 10https://bugzilla.wikimedia.org/20375 (10Platonides) [20:50:11] I'm guessing I should look at upgrade docs at this point... [20:53:41] spade: from http://www.mediawiki.org/wiki/Manual:$wgDBTableOptions : Since binary charsets prevent MySQL from doing charset conversions, which otherwise might take place, but are unnecessary, the advised value is "ENGINE=InnoDB, DEFAULT CHARSET=binary". [20:55:11] any recommendations on an extension for adding a form? [20:55:21] form? [20:55:29] to dynamically generate a table using a template [20:56:31] i'm using a template that can take multiple categories. it uses the dynamic page list extension [20:57:00] 03(mod) Invalidation of Varnish thumbnail cache sometimes doesn't work - 10https://bugzilla.wikimedia.org/41130 +comment (10federicoleva) [20:57:02] 03(mod) Improve GettingStarted tour UX around editing steps - 10https://bugzilla.wikimedia.org/44368 +comment (10mflaschen) [20:57:08] so i want to ahve drop downs so that the user can pick their categories, click submit, and the table is created from that template [20:59:05] 03(mod) OpenID URLs are invalid when $wgServer is relative - 10https://bugzilla.wikimedia.org/44293 +comment (10mail) [21:02:26] New patchset: Umherirrender; "fix some spacing" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46292 [21:03:39] Change restored: Parent5446; "(no reason)" [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/45474 [21:03:45] New patchset: Parent5446; "(bug 44293) Fix URL generation when $wgServer is protocol-relative." [mediawiki/extensions/OpenID] (master) - https://gerrit.wikimedia.org/r/45474 [21:04:58] 03(mod) Make clear that Special:ActiveUsers count also log entries (except newusers log) - 10https://bugzilla.wikimedia.org/43933 +comment (10Umherirrender) [21:05:05] 03(mod) Invalidation of Varnish thumbnail cache sometimes doesn't work - 10https://bugzilla.wikimedia.org/41130 +comment (10bawolff+wn) [21:08:01] New review: Parent5446; "I'm not sure what's failing, but on my test wiki this patch works fine as both a provider and consumer." [mediawiki/extensions/OpenID] (master) C: 0; - https://gerrit.wikimedia.org/r/45474 [21:12:01] New patchset: Umherirrender; "fix some spacing" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46292 [21:12:37] New review: Umherirrender; "fixed more spacing in the same files" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/46292 [21:19:39] New patchset: Pgehres; "Update LandingCheck to master" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/46293 [21:23:10] 03(NEW) E:OpenId still containts several header() statements. Check, what can be improved by correct methods. - 10https://bugzilla.wikimedia.org/44438 normal; MediaWiki extensions: OpenID; () [21:23:24] 03(mod) E:OpenId still contains several header() statements. Check, what can be improved by correct methods. - 10https://bugzilla.wikimedia.org/44438 summary (10T. Gries) [21:23:38] Change merged: Pgehres; [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/46293 [21:23:46] 03(mod) E:OpenId still contains several header() statements. Check, what can be improved by correct methods. - 10https://bugzilla.wikimedia.org/44438 (10T. Gries) [21:24:06] 03(mod) E:OpenId still contains several header() statements. Check, what can be improved by correct methods. - 10https://bugzilla.wikimedia.org/44438 (10T. Gries) [21:24:56] 03(mod) More specific filtering for recent changes - 10https://bugzilla.wikimedia.org/42289 +comment (10gtisza) [21:27:00] 03(mod) Show/hide wikidata link does not work with enhanced recent changes enabled - 10https://bugzilla.wikimedia.org/44225 +comment (10gtisza) [21:27:45] New patchset: Raimond Spekking; "[GuidedTour] Remove deleted optional key" [translatewiki] (master) - https://gerrit.wikimedia.org/r/46295 [21:28:03] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/46295 [21:29:59] 03(mod) Special:EducationProgram times out when not cached - 10https://bugzilla.wikimedia.org/42923 +comment (10Sage Ross) [21:31:24] 03(mod) Image does not updated after new version upload - 10https://bugzilla.wikimedia.org/44269 +comment (10rriuslaw) [21:31:40] 03(mod) Switching to a non-whitelisted language shows wrong error message - 10https://bugzilla.wikimedia.org/44436 +comment (10dfoy) [21:32:14] New review: Pgehres; "From Asher via email: " [mediawiki/extensions/CentralNotice] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/45724 [21:32:14] Change merged: Pgehres; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/45724 [21:35:35] 03(NEW) ArticleFeedbackv5 watchlist link is broken - 10https://bugzilla.wikimedia.org/44439 normal; MediaWiki extensions: ArticleFeedbackv5; () [21:37:05] 03(mod) Add a "hide these" checkbox - 10https://bugzilla.wikimedia.org/44123 +comment (10Matthew Flaschen) [21:38:38] 03(mod) Invalidation of Varnish thumbnail cache sometimes doesn't work - 10https://bugzilla.wikimedia.org/41130 +comment (10rriuslaw) [21:38:48] New patchset: Mattflaschen; "Don't click guider when you click outside on some steps:" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/46299 [21:40:13] New patchset: Pgehres; "Update CentralNotice to master with Translate" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/46300 [21:40:26] Change merged: Pgehres; [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/46300 [21:41:47] 03(mod) Make wb_changes robust against version differences. - 10https://bugzilla.wikimedia.org/43990 +comment (10wikidata-bugs) [21:41:47] 03(mod) Improve GettingStarted tour UX around editing steps - 10https://bugzilla.wikimedia.org/44368 +patch-in-gerrit +patch-need-review; +comment (10Matthew Flaschen) [21:43:49] New patchset: Pgehres; "Update CentralNotice to master with Translate" [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/46301 [21:44:03] Change merged: Pgehres; [mediawiki/core] (wmf/1.21wmf7) - https://gerrit.wikimedia.org/r/46301 [21:45:13] Reedy: in action=query, is there a limit on the number of pipe separated titles you can pass in to titles? [21:46:18] 03(mod) Disable India non-partner IP warning banner - 10https://bugzilla.wikimedia.org/43796 (10Dan Foy) [21:46:22] 03(mod) Invalidation of Varnish thumbnail cache sometimes doesn't work - 10https://bugzilla.wikimedia.org/41130 +comment (10bawolff+wn) [21:46:53] 03(mod) Revise whitelist for Wikipedia Zero - 10https://bugzilla.wikimedia.org/43797 (10Dan Foy) [21:47:24] 03(mod) Axiata XL configuration needs entry in translateWiki - 10https://bugzilla.wikimedia.org/44325 (10Dan Foy) [21:47:32] 03(NEW) ReferencedEntitiesFinder::findClaimLinks should consider Statement's references - 10https://bugzilla.wikimedia.org/44440 normal; MediaWiki extensions: WikidataRepo; () [21:48:00] 03(mod) ReferencedEntitiesFinder::findClaimLinks should consider Statement's references - 10https://bugzilla.wikimedia.org/44440 (10Daniel Werner) [21:50:35] New patchset: Mattflaschen; "Don't close guider when you click outside on some steps:" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/46299 [21:54:44] YuviPanda: Doesn't look to be explcitly. Ofc you've got the GET character limitation [21:57:24] 03(mod) EducationProgram: DatabaseBase::makeList: empty input for field org_id - 10https://bugzilla.wikimedia.org/44437 +comment (10Sam Reed (reedy)) [21:57:26] 03(mod) Special:StudentActivity gives internal error: "Fatal exception of type MWException" - 10https://bugzilla.wikimedia.org/43786 +comment (10sam) [21:57:46] 03(mod) Special:StudentActivity gives internal error: "Fatal exception of type MWException" - 10https://bugzilla.wikimedia.org/43786 +comment (10sam) [21:59:22] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10Jack Phoenix) [22:05:34] 03(mod) [Regression] Error creating thumbnail: Error reading SVG:Invalid URI - 10https://bugzilla.wikimedia.org/41372 +comment (10maic274) [22:07:26] New patchset: Reedy; "Add a few profiling calls to SpecialEducationProgram" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/46439 [22:09:19] 03(mod) Special:EducationProgram times out when not cached - 10https://bugzilla.wikimedia.org/42923 +comment (10sam) [22:10:03] 03(mod) [Regression] Error creating thumbnail: Error reading SVG:Invalid URI - 10https://bugzilla.wikimedia.org/41372 +comment (10Bawolff (Brian Wolff)) [22:10:20] 03(mod) [Regression] Error creating thumbnail: Error reading SVG:Invalid URI - 10https://bugzilla.wikimedia.org/41372 +comment (10federicoleva) [22:13:56] Reedy: merged [22:14:19] hmm no [22:15:12] Change merged: jenkins-bot; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/46439 [22:15:14] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10swalling) [22:18:05] 03(mod) Please create a wlm-africa mailing list - 10https://bugzilla.wikimedia.org/44150 +comment (10Thehelpfulone) [22:18:27] New patchset: Brion VIBBER; "Add XL Axiata to i18n file for translatewiki to pick up" [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/46441 [22:18:51] 03(NEW) Testing bug -- please ignore - 10https://bugzilla.wikimedia.org/44441 normal; Wikimedia: Git/Gerrit; () [22:19:02] 03(mod) Testing bug -- please ignore - 10https://bugzilla.wikimedia.org/44441 (10Chad H.) [22:20:12] New patchset: Brion VIBBER; "Add XL Axiata to i18n file for translatewiki to pick up" [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/46441 [22:20:29] 03(mod) Axiata XL configuration needs entry in translateWiki - 10https://bugzilla.wikimedia.org/44325 +comment (10brion) [22:20:36] 03(mod) Parsoid: Link targets and display are corrupted when removing annotations from part of the link - 10https://bugzilla.wikimedia.org/41161 +comment (10Gabriel Wicke) [22:20:53] 03(mod) Please create a wlm-announce mailing list - 10https://bugzilla.wikimedia.org/44147 +comment (10Thehelpfulone) [22:21:46] 03(mod) ReferencedEntitiesFinder::findClaimLinks should consider Statement's references - 10https://bugzilla.wikimedia.org/44440 +comment (10wikidata-bugs) [22:23:12] siebrand, Nikerabbit: I'm afraid I don't understand what's going on with the plural rules for Manx (gv). Is there some sort of hard-coded override somewhere that is overriding bother plurals.xml and plurals-mediawiki.xml? [22:23:14] 03(mod) Edit conflict handling is broken on Wikimedia wikis - 10https://bugzilla.wikimedia.org/44360 +comment (10b) [22:23:27] oops, wrong channel :( [22:24:22] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10mflaschen) [22:25:01] 03(mod) Requesting a new mailing list for proposed Thematic organization: education in the US and Canada - 10https://bugzilla.wikimedia.org/44358 +comment (10Thehelpfulone) [22:25:05] 03(mod) Parsoid: When Parsoid is used (e.g. for VisualEditor), MediaWiki has a dependency on a non-PHP service to work - 10https://bugzilla.wikimedia.org/38484 +comment (10gwicke) [22:25:06] Change merged: Mattflaschen; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/46299 [22:26:38] hello I am trying to insert a link to an image, but it won't work? [22:26:51] What are you trying? [22:26:59] [[:File:Foobar.png]] [22:27:00] [[media:Provider_Example.JPG]]|See possible example]] that's my syntax??? [22:27:15] You need a : at the start [22:27:24] Reedy: Not with the Media namespace [22:27:40] Guest56987: [[Media:Provider_Example.JPG|See possible example]] [22:27:45] You had a stray closing ]] in there [22:28:17] yeah i know i took that out but now just shows the "See possible example as a link , but when I click it, it doesn't go anywhere? [22:28:26] 03(mod) Wikibase throws localised exceptions - 10https://bugzilla.wikimedia.org/44111 +comment (10maxsem.wiki) [22:28:31] Reedy: See e.g. https://www.mediawiki.org/w/index.php?title=User:MarkTraceur/Testing&oldid=623738 [22:28:48] Guest56987: Does the file exist? What wiki are you testing on? [22:29:03] in the same wiki [22:29:09] mediawiki.org? [22:29:12] 03(mod) Improve GettingStarted tour UX around editing steps - 10https://bugzilla.wikimedia.org/44368 -patch-need-review ; +comment (10Matthew Flaschen) [22:30:00] New review: Mattflaschen; "This is on piramido for testing." [mediawiki/extensions/GuidedTour/guiders] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/45671 [22:30:18] 03(mod) Recognize interwiki and language links - 10https://bugzilla.wikimedia.org/42160 +comment (10Gabriel Wicke) [22:30:21] i don't know?? you want the link? but you wouldn't be able to get in because of the security settings? [22:30:46] 03(mod) Edit conflict handling is broken on Wikimedia wikis - 10https://bugzilla.wikimedia.org/44360 +comment (10federicoleva) [22:30:57] Guest56987: Well, when you say it doesn't go anywhere, what does that mean? Blank page? Upload page? [22:31:48] 03(mod) Image does not updated after new version upload - 10https://bugzilla.wikimedia.org/44269 +comment (10Bawolff (Brian Wolff)) [22:31:48] I can see my page and the blue link is where it should be, but when I click it, it doesn't take me to the image?? [22:31:55] Guest56987: Where *does* it take you? [22:32:22] nowhere?? I just click it and it stays there?? [22:32:24] 03(NEW) Headings not applied to non-Latin characters - 10https://bugzilla.wikimedia.org/44442 normal; VisualEditor: General; () [22:32:26] Hm. [22:32:33] 03(mod) {{exists}} fails in Parsoid - 10https://bugzilla.wikimedia.org/39286 +comment (10Gabriel Wicke) [22:32:43] Guest56987: Can you copy and paste the URL of the page you're at after clicking on the link? [22:33:15] http://policy.lasallemedical.com/index.php?title=Contract_File_Naming_Convention&action=edit (but I don't think you will be able to get in) [22:33:24] I'm OK with that [22:33:41] Guest56987: Wait, you're still editing the page? [22:33:49] 03(mod) Please enable ParserFunctions by default - 10https://bugzilla.wikimedia.org/44429 +comment (10jasonspiro4) [22:34:22] Guest56987: Can you visit http://policy.lasallemedical.com/index.php/File:Provider_Example.JPG and tell me if it exists? [22:34:29] ummm.....is that why it won't work? [22:34:51] well your link shows as purple for me so that means I have visited there, right? [22:35:07] 03(mod) Bundle ParserFunctions extension with MediaWiki - 10https://bugzilla.wikimedia.org/26261 (10Jason Spiro) [22:35:17] Probably, yeah [22:35:19] 03(mod) Start web API with default config if no custom config is specified - 10https://bugzilla.wikimedia.org/42841 (10Gabriel Wicke) [22:35:23] Does the file exist? [22:35:26] I copied and pasted the name of the JPG file from the Wikitext when editing so I know it exists [22:35:31] *nod* [22:36:14] well, ok, I guess I will try back if after my manager has to approve it, and it is approved, then I will test to see if it works [22:36:43] New review: Hashar; "So being bold, I have added jenkins jobs for pep8 and pyflakes :-]" [sartoris] (master) - https://gerrit.wikimedia.org/r/46272 [22:36:45] OK. [22:36:46] should it work like this: [[Media:Provider_Example.JPG|See possible example]] [22:36:53] That should work, yeah. [22:37:07] ok thanks mark will try back later if have problems [22:37:22] *nod* good luck! [22:38:37] siebrand: yt? [22:39:28] New patchset: Hashar; "jenkins job validation (DO NOT SUBMIT)" [sartoris] (master) - https://gerrit.wikimedia.org/r/46450 [22:40:28] 03(mod) 2000px thumbnail not deleted from (swift?) on action=purge - 10https://bugzilla.wikimedia.org/44269 summary (10Bawolff (Brian Wolff)) [22:40:34] Is the MobileFrontend extension what Wikipedia uses for its mobile version, or is there something else? [22:40:50] Yes, it is. [22:40:55] okay, thanks. [22:41:02] np [22:42:19] 03(mod) Add non-English wiki support to Parsoid - 10https://bugzilla.wikimedia.org/43332 (10Gabriel Wicke) [22:42:20] 03(mod) Linktrail is wrongly applied to CJK characters - 10https://bugzilla.wikimedia.org/41151 (10Gabriel Wicke) [22:43:37] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10matma.rex) [22:45:51] bawolff: hi, you there? [22:46:07] Hi [22:46:37] bawolff: take a quck look at https://gerrit.wikimedia.org/r/#/c/44733/ and https://gerrit.wikimedia.org/r/#/c/44734/ when you have time :) they're both pretty simple changes [22:46:54] layoing foundations under the category collations :) [22:46:58] New review: Hashar; "recheck" [sartoris] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46450 [22:46:59] laying* [22:47:08] 03(mod) Implement rendering of redlinks and stubs - 10https://bugzilla.wikimedia.org/37902 summary; +comment (10Gabriel Wicke) [22:48:02] I promise to look at them tommorow [22:48:52] (Im not really at a computer right now. I figured out how to make my smartphone go on irc) [22:49:27] ah, sure :) [22:51:18] The only concern I would have with the constant is that its not on all versions of intl (like my version) but if it was introduced long enough ago that doesnt really matter [22:51:35] 03(NEW) get python-tox backported on Precise - 10https://bugzilla.wikimedia.org/44443 normal; Wikimedia: Testing Infrastructure; () [22:52:12] bawolff: yeah, that's why i explicitly check for it, and handle unknown versions in the generateColl... script [22:52:33] implementing some grepping over phpinfo() wouldnt be too hard, though [22:52:56] but i'm not sure if it would be worth it [22:53:57] Probably wouldn't be [22:54:19] 03(NEW) VisualEditor: Implement a template-hinting extension and get it deployed for the Template Inspector - 10https://bugzilla.wikimedia.org/44444 enhancement; VisualEditor: General; () [22:54:28] hello? [22:54:35] Hi? [22:54:39] i need your help marktraceur? [22:54:45] oh hi Reedy [22:54:52] i need to ask you for help please [22:54:58] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10MZMcBride) [22:55:10] 03(mod) VisualEditor: Implement a template-hinting extension and get it deployed for the Template Inspector - 10https://bugzilla.wikimedia.org/44444 (10James Forrester) [22:55:15] !ask [22:55:16] Hi, how can we help you? Just ask your question. [22:55:47] so if I have ===Name===(Required) but it will show up as just like that??? [22:56:07] just like that in the Preview?? [22:56:20] 03(mod) Linktrail is wrongly applied to CJK characters - 10https://bugzilla.wikimedia.org/41151 +comment (10gwicke) [22:56:42] 03(mod) Linktrail is wrongly applied to CJK characters - 10https://bugzilla.wikimedia.org/41151 (10Gabriel Wicke) [22:57:16] 03(mod) Add non-English wiki support to Parsoid - 10https://bugzilla.wikimedia.org/43332 (10Gabriel Wicke) [22:57:18] 03(mod) Parsoid knows nothing about linkprefix - 10https://bugzilla.wikimedia.org/41206 (10Gabriel Wicke) [22:58:02] Luk__: you want it to appear just like that and it currently is not? [22:58:47] I want Name to be the subheading (I think 3rd level because 3 equal signs on each side) and I want (Required) just like that to be on the side next to it...... [22:59:50] Like you want required in small font size but still part if the heading [22:59:53] New patchset: Hashar; "jenkins job validation (DO NOT SUBMIT)" [sartoris] (master) - https://gerrit.wikimedia.org/r/46450 [23:00:25] no, I don't want (Required) to be a part of the heading, just to have it sitting right next to the heading......? [23:00:32] 03(mod) ArticleFeedbackv5 watchlist link is broken - 10https://bugzilla.wikimedia.org/44439 (10MZMcBride) [23:00:40] Change abandoned: Hashar; "(no reason)" [sartoris] (master) - https://gerrit.wikimedia.org/r/46450 [23:01:42] ok. So ===Name (required)=== [23:01:55] Wouldn't work for you? [23:02:16] let me try that bawolff [23:02:26] Because otherwise you are probably looking at some complex css [23:03:58] well, let me check if that's ok first [23:04:20] 03(NEW) Implement initial TemplateData extension (tracking) - 10https://bugzilla.wikimedia.org/44445 enhancement; MediaWiki extensions: TemplateData; () [23:04:21] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Krinkle) [23:04:48] 03(mod) VisualEditor: Implement TemplateData extension and get it deployed for the Template Inspector - 10https://bugzilla.wikimedia.org/44444 summary (10Krinkle) [23:04:48] 03(mod) Implement initial TemplateData extension (tracking) - 10https://bugzilla.wikimedia.org/44445 (10Krinkle) [23:04:59] 03(mod) Implement initial TemplateData extension (tracking) - 10https://bugzilla.wikimedia.org/44445 (10Krinkle) [23:05:11] ok bawolff thank you for your help, that's fine!!! [23:05:12] yay [23:06:52] Welcome to #mediawiki, AKA #rotating-door-of-tech-support :) [23:07:42] 03(mod) Parsoid's Cite port does not support all of the PHP extension's config options and i18n messages - 10https://bugzilla.wikimedia.org/43235 summary (10Gabriel Wicke) [23:09:07] New patchset: Pgehres; "Updates to the form settings!" [mediawiki/core] (fundraising/1.20) - https://gerrit.wikimedia.org/r/46457 [23:12:18] 03(mod) Parsoid knows nothing about linkprefix - 10https://bugzilla.wikimedia.org/41206 (10Gabriel Wicke) [23:16:03] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10mflaschen) [23:17:29] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10swalling) [23:17:36] Change merged: Katie Horn; [mediawiki/core] (fundraising/1.20) - https://gerrit.wikimedia.org/r/46457 [23:22:30] 03(mod) Parsoid: Square brackets sometimes (but not always) get escaped with s when PHP parser wouldn't - 10https://bugzilla.wikimedia.org/43067 +comment (10gwicke) [23:23:58] 03(NEW) VisualEditor: Pre-save diff for new pages doesn't alter when aborted and restarted - 10https://bugzilla.wikimedia.org/44446 normal; VisualEditor: Initialisation and integration; () [23:24:22] 03(mod) VisualEditor: Pre-save diff for new pages doesn't alter when aborted and restarted - 10https://bugzilla.wikimedia.org/44446 normal->minor (10James Forrester) [23:26:47] 03(mod) Extra whitespaces are added in HTML-like stuff - 10https://bugzilla.wikimedia.org/42351 +comment (10gwicke) [23:27:15] 03(mod) Headings not applied to non-Latin characters - 10https://bugzilla.wikimedia.org/44442 +comment (10jforrester) [23:27:34] 03(mod) Update normalization algo to deal with mw:EndTag and mw:StartTag and ignore them - 10https://bugzilla.wikimedia.org/42803 (10Gabriel Wicke) [23:30:21] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +comment (10b) [23:31:09] 03(mod) Account creation interface should not be using helvetica/arial when the rest of the skin does not - 10https://bugzilla.wikimedia.org/44394 +easy; +comment (10MZMcBride) [23:34:02] MobileFrontend is not recognizing my Android Gingerbread phone as a mobile. useformat=mobile works. Is there something additional I need to do, or is the detection just not very good? (Wikipedia gets it) [23:34:41] How would I troubleshoot this? [23:34:46] dock: You might want to try #wikimedia-mobile [23:34:54] Chances are the useful people are more explicitly listening [23:35:22] thanks reedy, didn't know about that channel. [23:35:23] New review: Alex Monk; "I think this allows two people to rename the same user at the same time." [mediawiki/extensions/CentralAuth] (master) C: -1; - https://gerrit.wikimedia.org/r/39171 [23:35:52] dock: As I recall, MobileFrontend is relying on an external site/library for mobile detection. [23:35:59] The name of which is escaping me right now. [23:36:09] MobileFrontend on Wikimedia wikis, that is. [23:36:47] That library was stripped out a while ago [23:36:57] Was it? [23:36:58] 03(mod) ArticleFeedbackv5 watchlist link is broken - 10https://bugzilla.wikimedia.org/44439 +comment (10fflorin) [23:37:15] WURFL? [23:37:19] was [23:37:56] that library is called "a Varnish ACL" [23:38:40] Change merged: Ryan Lane; [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/45920 [23:39:02] New review: preilly; "@Hashar ? Thanks, so much for doing this. You rock!" [sartoris] (master) - https://gerrit.wikimedia.org/r/46272 [23:40:45] New patchset: Alex Monk; "(bug 44179 & bug 44180) Add maintenance script for instance reboot/build completions" [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/45277 [23:41:10] I'll look at WURFL and ask over in the wikimedia-mobile channel. [23:41:46] 03(mod) ArticleFeedbackv5 watchlist link is broken - 10https://bugzilla.wikimedia.org/44439 +comment (10b) [23:43:14] New review: Siebrand; "Raimond, can you pick this up? I don't know by heart what to mark optional, etc." [mediawiki/extensions/ZeroRatedMobileAccess] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46441 [23:43:29] New patchset: Hashar; "tox.ini file" [sartoris] (master) - https://gerrit.wikimedia.org/r/46463 [23:43:30] New patchset: Hashar; "console script now uses the new 'cli' entry point" [sartoris] (master) - https://gerrit.wikimedia.org/r/46464 [23:44:43] 03(mod) ArticleFeedbackv5 watchlist link is broken - 10https://bugzilla.wikimedia.org/44439 +comment (10b) [23:46:33] 03(mod) Parsoid: Second column heading missing of table with template-generated header - 10https://bugzilla.wikimedia.org/43104 +patch-in-gerrit; +comment (10Gabriel Wicke) [23:47:47] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46225 [23:50:46] New review: Krinkle; "* Release notes" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/46205 [23:50:47] New review: Siebrand; "Also inline, but this is easier to find :)." [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/46201 [23:50:54] 03(mod) Performance: don't request watch status dynamically - 10https://bugzilla.wikimedia.org/44126 +comment (10afeldman) [23:54:32] New patchset: Terrrydactyl; "Added git cloning functionality." [mediawiki/extensions/Git2Pages] (master) - https://gerrit.wikimedia.org/r/45084 [23:54:52] 03(mod) Headings not applied to non-Latin characters - 10https://bugzilla.wikimedia.org/44442 +comment (10cmcmahon) [23:55:02] terrrydactyl: Having much luck with the patch(es)? [23:55:37] New review: Krinkle; "The dependency tree is incorrect (Loading mediawiki.language.numbers does not work, because it needs..." [mediawiki/core] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/44968 [23:56:07] marktraceur: i couldn't find out why my vm was having trouble. i spend the weekend looking for it, but i ended up trying to recreate it on MAMP. but my MAMP setup works. [23:56:25] ideally, i would like both to work, but i think for now, i just want to keep working on the code. [23:57:13] i'm actually at the optometrist's right now so i'll be back in a second! [23:57:15] 03(mod) Parsoid: Second column heading missing of table with template-generated header - 10https://bugzilla.wikimedia.org/43104 (10Gabriel Wicke) [23:57:33] Change merged: preilly; [sartoris] (master) - https://gerrit.wikimedia.org/r/46463 [23:57:58] * marktraceur has to applaud her for working from the optometrist's [23:59:13] Change merged: preilly; [sartoris] (master) - https://gerrit.wikimedia.org/r/46464 [23:59:17] +1. That's dedication