[00:00:35] 03(mod) Upload Request to Commons - 10https://bugzilla.wikimedia.org/39985 +comment (10Mark Holmquist) [00:00:50] Ooooh [00:00:53] WTF, this is weird [00:01:00] I'm getting it logged in, and not logged out. I've just SULed over User:Natterer, just so that I could log in. I *knew* that I should have stuck with it. /This is what you get for making edits, Amgine. Your accounts stop working./ [00:01:01] The user_newtalk schema differs between enwiki and test2wiki [00:01:30] [00:01:31] marktraceur, for large upload requests people sometimes ask for a shell user to download the file and use a maintenance script to upload it as the correct user [00:01:39] For some ridiculous reason the user_last_timestamp field isn't nullable on test2 [00:01:43] There's probably a size limit [00:01:53] Good old [[Special:Contributions/Natterer]]. [00:02:08] Krenair: Is that something we should do in bugzilla? At most, it seems like we should have a place for such requests [00:02:30] I've seen it done in Bugzilla a few times before, so I'd assume so, yes. [00:02:41] (not bugzilla/Wikimedia/Site Config, like a wiki page somewhere) [00:02:43] Shell requests go in Bugzilla. [00:03:25] 03(mod) Upload Request to Commons - 10https://bugzilla.wikimedia.org/39985 +comment (10Mark Holmquist) [00:03:40] RoanKattouw: yay for test2 having a small database ;) [00:03:49] New patchset: Robmoen; "Repurpose broken code in fooerCleanup modules for Footer improvement." [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/22164 [00:03:59] ALTER TABLE /*_*/user_newtalk MODIFY user_last_timestamp varbinary(14) NULL default NULL; [00:04:10] Hmm, there's a patch to modify it (from what, I don't know) [00:04:18] I'm making a list of wikis that are affected [00:04:25] Don't forget to drop the tables at the end (-: [00:04:28] Ugh [00:04:29] Reedy: Did you just run that ALTER on test2? [00:04:34] No [00:04:37] Oh OK [00:04:38] Just copied it from the file [00:05:07] I'm making a list so we can get Asher to fix this mess [00:05:25] yeah, was meaning for test2 you can jfdi [00:06:38] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=history;f=maintenance/archives/patch-user-newtalk-timestamp-null.sql;h=7234362d4b350210063a25d103a6521fc66081f8;hb=HEAD [00:07:33] Changed not long after test2 was created [00:09:06] Why was test2 created? [00:09:33] 03(FIXED) Adm1 is missing for Slovakia - 10https://bugzilla.wikimedia.org/39897 +comment (10Max Semenik) [00:09:46] so we had a test wiki that had the same environment as everything else [00:09:57] whereas test is strange and runs on one apache [00:12:29] OK I'm filing an RT ticket about the schema inconsistenc [00:12:31] y [00:12:52] Reedy: Would you mind patching Timestamp::setTimestamp() to special-case '\0\0\0\0\0\0\0\0\0\0\0\0\0\0' ? [00:13:23] 03(mod) Motorola Defy+ not getting redirected - 10https://bugzilla.wikimedia.org/39984 +comment (10Jon) [00:14:21] New patchset: Robmoen; "Repurpose broken code in fooerCleanup modules for Footer improvement." [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/22164 [00:14:54] 14(DUP) Italian region codes are wrong - 10https://bugzilla.wikimedia.org/39873 +comment (10Max Semenik) [00:14:55] 03(mod) Adm1 contains incorrect iso codes for Italy - 10https://bugzilla.wikimedia.org/39891 +comment (10Max Semenik) [00:15:20] Well you all seem to have this well in hand. I shall do something else whilst I wait. [00:15:56] Natterer: Thanks for bringing this to our attention, if it weren't for you we would've broken a bunch more wikis tomorrow [00:16:25] (Fortunately there's only a few of them with a broken schema, and we're lucky test2 was one of them) [00:16:37] That function is scary [00:16:52] "or a Unix teimstamp"] [00:17:00] You're welcome. Although it's test2: that really did the bringing to attention. (-: [00:17:29] RoanKattouw: what do we want to do with a lot of \0's? [00:17:31] 03(mod) WLMMobile: 'cancel' during upload doesn't actually cancel the upload - 10https://bugzilla.wikimedia.org/38317 +comment (10Jon) [00:17:36] Hello!!! Does anyone know why, when using Semantic MediaWiki with Virtuoso, the URIs that get stored have some chars changed? For example, ":" changes for "-3A" and "í" changes for "-C3-BA". I read that it may be because this chars can be problematic in XML, but I dont think they could be problematic in Virtuoso. Is there any way to change it? Any clue is wellcomed. [00:18:18] Reedy: Treat the same as the !$ts case I'd say [00:23:05] New patchset: Reedy; "Handle '\0\0\0\0\0\0\0\0\0\0\0\0\0\0' in setTimestamp" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22686 [00:24:58] Reedy, robla: Filed https://rt.wikimedia.org/Ticket/Display.html?id=3514 [00:26:15] RoanKattouw: did you figure out what changed between wmf10 and wmf11? [00:26:39] robla: I didn't, no, the relevant code does not appear to have been touched since Jul 31 [00:26:45] Or maybe it was *merged* later [00:26:46] * RoanKattouw checks [00:27:06] OK, yeah, that's it [00:27:08] https://gerrit.wikimedia.org/r/#/c/17107/ happened [00:27:23] The git timestamp on it is Jul 31, but it was merged on Aug 31 [00:27:36] So we could revert it I suppose [00:29:01] 04(REOPENED) MobileFrontend breaks frontend caching in some cases - 10https://bugzilla.wikimedia.org/35842 +comment (10Jon) [00:29:23] that's a tempting alternative to doubling down [00:29:32] Oooh [00:29:34] 03(mod) Upload Request to Commons - 10https://bugzilla.wikimedia.org/39985 +comment (10Sam Reed (reedy)) [00:29:42] It's because they changed the wfDebug(); return false; to an exception [00:30:15] ah...probably just need to revert that part then [00:30:29] Yeah [00:31:12] Although Sam has a patch [00:31:16] https://gerrit.wikimedia.org/r/#/c/22686/1/includes/Timestamp.php [00:32:09] 03(ASSIGNED) Parsoid: support edting of category links - 10https://bugzilla.wikimedia.org/37908 (10Gabriel Wicke) [00:32:31] well, it doesn't look *too* hard to power through [00:32:34] 03(mod) Parsoid: support edting of category links - 10https://bugzilla.wikimedia.org/37908 (10Gabriel Wicke) [00:32:52] I find that comment amusing: @param $timestamp bool|string Timestamp to set, or false for current time [00:33:06] So what does *true* do? (-: [00:33:14] Reedy: \0 doesn't work inside single quotes, see inline comment [00:33:20] I suppose maybe just handling the exception everywhere that matters might be good [00:33:38] I was thinking about that with it being \0... [00:33:43] Hmm yeah taking the exception out still might not be a bad idea [00:34:06] oh...actually [00:34:14] It's not like setTimestamp gets any worse ;) [00:34:17] New patchset: Reedy; "Handle '\0\0\0\0\0\0\0\0\0\0\0\0\0\0' in setTimestamp" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22686 [00:34:32] put an exception handler in wfTimestamp [00:35:05] that way, if one is expecting the old behavior (which wfTimestamp callers will), then they'll get the old behavior [00:35:42] D'oh, that's a great idea [00:35:51] New patchset: Aaron Schulz; "[JobQueue] Job queue refactoring and generalizing." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/13194 [00:36:41] New review: Aaron Schulz; "Fixed/optimized JobQueueDB::doIsEmpty()." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/13194 [00:38:12] 04(REOPENED) Edits to signatures of comments **should be displayed** as any other edits (in recent changes, user contribs, history, etc) - 10https://bugzilla.wikimedia.org/26862 +comment (10MZMcBride) [00:38:43] 14(DUP) Signature changes not logged - 10https://bugzilla.wikimedia.org/36096 +comment (10MZMcBride) [00:38:49] 03(mod) Edits to signatures of comments **should be displayed** as any other edits (in recent changes, user contribs, history, etc) - 10https://bugzilla.wikimedia.org/26862 +comment (10MZMcBride) [00:40:58] 03(FIXED) Upload Request to Commons - 10https://bugzilla.wikimedia.org/39985 +comment (10Sam Reed (reedy)) [00:41:40] 04(REOPENED) Signature changes not logged - 10https://bugzilla.wikimedia.org/36096 +comment (10Nemo_bis) [00:41:47] 03(mod) url parsing does not recognize mixed case protocols - 10https://bugzilla.wikimedia.org/34939 +comment (10MZMcBride) [00:47:11] 03(mod) Country name appears in English while the rest of the app works in Hebrew - 10https://bugzilla.wikimedia.org/39865 +comment (10Jon) [00:47:39] sumanah: still around? [00:48:22] New review: Subramanya Sastry; "For the ext/url handler changes you made, for RT-ing, you should be able to use a solution similar t..." [mediawiki/extensions/Parsoid] (master); V: -1 C: -1; - https://gerrit.wikimedia.org/r/21343 [00:57:06] 03(mod) apply explicit lang and dir HTML attributes to country-specific data in the WLM app - 10https://bugzilla.wikimedia.org/39290 +comment (10Jon) [00:57:27] 03(mod) apply explicit lang and dir HTML attributes to country-specific data in the WLM app - 10https://bugzilla.wikimedia.org/39290 +comment (10Jon) [00:58:10] New patchset: Ryan Lane; "Adding DynamicSidebarGetGroups" [mediawiki/extensions/DynamicSidebar] (master) - https://gerrit.wikimedia.org/r/22688 [00:58:12] hi DeltaQuad [00:58:37] DeltaQuad: sorry, was in the middle of something. What is up? [00:59:19] hey sumanah, np, you talked about a mail list and a bot page the other day, could you tell me what those are again? [00:59:21] hooray. I just brought one of my extensions back into maintained status :) [00:59:39] DeltaQuad: I will. Before I do that, what will you do to actually track the info I give you this time, and why did you lose it last time? ;-) [01:00:06] DeltaQuad: https://lists.wikimedia.org/mailman/listinfo/wikibots-l [01:00:42] New patchset: Ryan Lane; "Adding DynamicSidebarGetGroups" [mediawiki/extensions/DynamicSidebar] (master) - https://gerrit.wikimedia.org/r/22688 [01:00:57] Change merged: Ryan Lane; [mediawiki/extensions/DynamicSidebar] (master) - https://gerrit.wikimedia.org/r/22688 [01:01:04] take care of it right now, I had to run the last time and forgot about it, so it's somewhere in my IRC logs...which I can't get to right now apparently [01:01:09] :P [01:01:32] DeltaQuad: cool np, sorry for being a control freak [01:02:13] DeltaQuad: https://lists.wikimedia.org/mailman/listinfo/labs-l is also useful, but I think https://lists.wikimedia.org/mailman/listinfo/wikibots-l is the one I wanted to point you to [01:02:26] 14(DUP) Colombian lists are incomplete - 10https://bugzilla.wikimedia.org/39916 +comment (10Jon) [01:02:28] 03(mod) Campaign data should be fetched dynamically/periodically within the app - 10https://bugzilla.wikimedia.org/39872 +comment (10Jon) [01:03:29] DeltaQuad: ah, found our logs :-) http://bots.wmflabs.org/~wm-bot/logs/%23mediawiki/20120828.txt [01:03:45] New review: Krinkle; "Thx" [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/22618 [01:03:56] oh I didn't know this was publically logged :P [01:04:18] DeltaQuad: https://commons.wikimedia.org/wiki/Category:Hackathon_Berlin_2012 now has some of the videos from the Berlin hackathon [01:05:04] * DeltaQuad bookmarks [01:05:37] DeltaQuad: I'm looking through that log and trying to figure out what the page might have been, that I'd have recommended to you [01:05:59] hmm...maybe I read wrong, let me look again [01:06:50] also, DeltaQuad https://www.mediawiki.org/wiki/Developer_access is how you get a Labs account - also gives you Gerrit/Git developer access so you can post comments, submit code, etc. I think you might already have that account? [01:07:28] DeltaQuad: as long as I am giving you resources, hope you don't mind if I spam you a little with links I want people to know about :) [01:07:43] I have an account. using it is another stroy though because I haven't had the time to sit down and figure how to login and stuff. oh np [01:07:51] DeltaQuad: https://en.wikipedia.org/wiki/Special:ApiSandbox helps you play with the MediaWiki API [01:07:55] New patchset: Subramanya Sastry; "RT references extension tag." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22689 [01:08:10] * DeltaQuad looks at the sandbox like it's gold [01:08:14] :D [01:08:36] frig, how come no one told me about this...SWEET! [01:09:27] It's been around nearly a year... [01:09:41] DeltaQuad: so! that is a good question [01:09:47] DeltaQuad: where should we have publicized it? [01:10:08] 03(mod) https://secure.wikimedia.org should redirect to the new same-domain SSL sites - 10https://bugzilla.wikimedia.org/31563 +comment (10Krenair) [01:10:09] Or longer... MaxSem demoed it about a year ago in NOLA [01:10:48] lol [01:10:50] DeltaQuad: I am serious -- tell me about what information sources you pay attention to, when it comes to this sort of thing, so we can be better about publicizing stuff like this in the future [01:10:55] First commit April 2011 [01:12:41] DeltaQuad: we added a link to the API documentation, to encourage people to know about the sandbox, but I don't know how often you consult that. [01:12:54] sumanah: apparently I didn't read down far enough on https://www.mediawiki.org/wiki/API:Main_page, but i've been to API:Query, and API:Lists all the time [01:13:07] Let's see. I emailed wiki-research-l but of course you're not on that [01:13:34] I need to subscribe to more lists honestly [01:14:05] I emailed mediawiki-api , which you should be on [01:14:22] sumanah: I am subscribed to [Mediawiki-api-announce] , but i'm not sure if you guys posted there or not [01:14:37] 03(FIXED) Campaign data should be fetched dynamically/periodically within the app - 10https://bugzilla.wikimedia.org/39872 (10Jon) [01:14:38] DeltaQuad: no, because that particular announce list is only for changes that break the API [01:14:41] Yes [01:14:45] And she can't post there, only I can [01:14:48] And I suppose Reedy can, maybe [01:14:59] ahh ok. [01:15:03] DeltaQuad: at the time, I didn't know enough about how bots authors communicate with each other.... so, where should I have posted about it? the BAG pages somewhere? [01:15:27] * DeltaQuad is looking for what the best place would have been [01:15:43] Every users talk page! [01:15:46] DeltaQuad: I am also ok with slightly redundant communication [01:16:00] lol Reedy [01:16:10] DeltaQuad: so, like, the api list (which I did) and the bots list and a BAG page and a few talk pages of people like you (which I did not) [01:16:18] Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22689 [01:16:39] actually, DeltaQuad, are you on the Toolserver list? [01:16:44] should I have publicized this there? [01:16:46] I am [01:16:53] would that be spam? [01:17:16] flyingclimber: did you just refer to "downtown stockton"? [01:17:21] that would have made it known pretty good. no I think many people would have been fine, because a ton of developers (volunteer ones) are on that list [01:17:43] * sumanah misheard  [01:17:44] also [[w:Wikipedia:Creating a bot]] might have been a good spot. i've read that once or twice [01:18:05] ok, DeltaQuad, I am going to do some publicity now but I would love your help [01:18:09] *as in toolserver-l would be a great place [01:18:23] ya i'll pass the word on no doubt [01:18:28] DeltaQuad: if you could add an APISandbox link to [[w:Wikipedia:Creating a bot]] and to anyplace on BAG then that would be great [01:18:43] and I'll pass the word to the toolserver-l list [01:18:50] ok, i'll take a look at bag [01:18:51] 04(REOPENED) UploadWizard thumbnails broken in IE - 10https://bugzilla.wikimedia.org/28924 +comment (10Erik Moeller) [01:19:50] thanks DeltaQuad [01:19:54] np [01:21:16] 03(mod) No way to return 'home' - 10https://bugzilla.wikimedia.org/39709 normal->15enhancement (10Jon) [01:21:45] 03(mod) i18n updates should be fetched periodically - 10https://bugzilla.wikimedia.org/39876 normal->15enhancement (10Jon) [01:22:04] 03(FIXED) Clicking back after a batch upload (upload progress bar) - 10https://bugzilla.wikimedia.org/39815 (10Jon) [01:23:44] sumanah: also, i'm not sure if one exists, but a wikipage that explains breifly the bot only mailing lists maybe on mw or something might be a good idea...because even with my great mind I don't keep track of all the lists [01:25:45] 03(NEW) Donation button needs to use a protocol relative URL - 10https://bugzilla.wikimedia.org/39986 minor; Wikimedia: Blog; (krenair) [01:27:37] blobaugh: hey, just wanted to let you know I put your "what we should do with ApiSandbox" ideas at https://www.mediawiki.org/wiki/User:Sumanah/ApiDocsImprovement [01:27:47] DeltaQuad: hmmm.... [01:27:52] !lists [01:27: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. [01:28:02] DeltaQuad: I just updated https://www.mediawiki.org/wiki/Mailing_lists so you should check that out, skim it [01:28:05] it's not just bots though [01:28:24] that's good, that's what I meant [01:28:32] * DeltaQuad should look before me speaks :P [01:28:56] DeltaQuad: I updated it, like, 8 days ago, if you're used to it being obsolete then this is a pretty recent change so I do not blame you [01:29:12] :) [01:29:39] DeltaQuad: I gotta go, but in case you want to *work on* improving ApiSandbox, https://www.mediawiki.org/wiki/User:Sumanah/ApiDocsImprovement has some ideas [01:29:54] k, i'll take a look [01:30:13] but that's only if you're interested in that kind of HTML/CSS/JS/PHP stuff, and it's ok if you are not [01:30:29] DeltaQuad: I'm also interested in your thoughts on what tasks you find the API makes easy, and what tasks are confusing or hard with the API [01:30:47] DeltaQuad: so if you ever put together some thoughts on that, you can ping me, or leave thoughts on my talkpage or whatever [01:30:56] Gotta go, but good talking with you! [01:30:59] sounds good [01:31:00] same [01:37:10] 03(mod) Upgrade Wikimedia OTRS installation to the latest version - 10https://bugzilla.wikimedia.org/22622 +comment (10MZMcBride) [01:45:33] New patchset: Ryan Lane; "Add support for DynamicSidebar group hook" [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/22690 [01:54:12] New patchset: Subramanya Sastry; "Updates to the references tag rt-ing to get rid of FIXMEs." [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22691 [01:54:13] 03(FIXED) WLMMobile: 'cancel' during upload doesn't actually cancel the upload - 10https://bugzilla.wikimedia.org/38317 +comment (10Brion Vibber) [01:54:36] New patchset: Ryan Lane; "Require Two-Factor Authentication" [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/22692 [01:55:47] 03(mod) url parsing does not recognize mixed case protocols - 10https://bugzilla.wikimedia.org/34939 +comment (10Liangent) [01:59:47] Change merged: GWicke; [mediawiki/extensions/Parsoid] (master) - https://gerrit.wikimedia.org/r/22691 [02:00:03] New review: Spage; "Food for thought in postEditFeedback.js" [mediawiki/extensions/E3Experiments] (master); V: -1 C: 1; - https://gerrit.wikimedia.org/r/22177 [02:03:30] New patchset: Ryan Lane; "Add group to user when two-factor is enabled" [mediawiki/extensions/OATHAuth] (master) - https://gerrit.wikimedia.org/r/22693 [02:22:04] New patchset: Yaron Koren; "New hook, 'SearchResultInitFromTitle', for use by Approved Revs extension" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22695 [02:32:42] *sigh* I'm really going to need to deal with my personal hosting setup soon... [02:41:34] 03(NEW) Wikipedia.org issue - 10https://bugzilla.wikimedia.org/39987 normal; Wikimedia Mobile: devices; (wpdlffls) [03:06:01] New review: Kaldari; "Indeed. They finally got rid of East Germany, the USSR, and North Vietnam!" [mediawiki/extensions/cldr] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/22672 [03:06:01] Change merged: Kaldari; [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/22672 [03:23:49] ....uh [03:36:01] Krenair: You awake? [03:36:08] just about [03:37:04] I reinstalled my laptop & followed every step in my guide that I made from our previous chat, but I can't seem to get access. [03:37:46] can't get access? [03:37:53] DB connection error: Access denied for user 'root'@'localhost' (using password: YES) (localhost). [03:37:53] Check the host, username and password below and try again. [03:38:07] I have opened the port. [03:38:13] you're using the wrong username/password combination [03:38:14] I installed task-lamp. [03:38:30] I even checked the name of the created database. [03:38:45] Apparently. [03:38:49] Can you help me? [03:38:53] I've done the most part. [03:38:59] not really [03:39:05] I'll add this to the guide as well. [03:39:07] I don't know your passwords [03:39:08] OK. [03:39:43] I also used mysql_secure_installation. [03:39:56] I remember the root-password very well. [03:40:10] So something else must be wrong. [03:40:13] oh hang on [03:40:17] mysql -u root [03:40:26] SET PASSWORD FOR 'root'@'localhost' = PASSWORD('yourpassword'); [03:40:36] remember to change 'yourpassword' to the password you want to use [03:40:44] ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) [03:41:04] okay, so you've definitely set the password then [03:41:13] Just set MW to use the root pass you set up [03:43:12] That doesn't work., [03:43:23] I have googled as well. [03:43:29] Not to good thou. [03:43:47] mysqladmin password ? [03:44:52] could do, if you know the right password to use mysqladmin [03:45:40] which is probably the root one [03:46:00] OK. [03:46:55] Krenair: [03:46:56] mysqladmin: connect to server at 'localhost' failed [03:46:56] error: 'Access denied for user 'root'@'localhost' (using password: NO)' [03:47:17] 'm about to go to bed [03:47:21] I'm* [03:47:31] Join #mysql [03:47:38] Maybe they'll help you [03:48:07] 03(mod) Automated import of articles need update statistic - 10https://bugzilla.wikimedia.org/39970 +analytics (10Chorobek) [03:51:14] OK. [03:51:17] Thanks anyway. [03:52:08] 03(mod) Statistic didn't count automated import of articles - 10https://bugzilla.wikimedia.org/39970 summary (10Chorobek) [03:58:43] 03(mod) Upload Request to Commons - 10https://bugzilla.wikimedia.org/39985 +comment (10Fastily) [03:59:40] New review: Spage; "Your assurance that only the last field can have whitespace is good enough for me." [mediawiki/extensions/E3Experiments] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/22329 [04:31:37] 03(mod) Rendering of malayalam fonts in SVG - 10https://bugzilla.wikimedia.org/25140 +comment (10praveenp) [04:33:43] 03(mod) Need updated fonts for Malayalam in Server - 10https://bugzilla.wikimedia.org/31950 +comment (10praveenp) [04:36:39] New review: Kaldari; "Just some comments on the comments :)" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22303 [04:43:20] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22685 [04:46:45] New review: Kaldari; "Just some minor things." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22304 [04:48:00] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [04:53:29] !e Emailtag [04:53:30] https://www.mediawiki.org/wiki/Extension:Emailtag [04:55:03] New review: Parent5446; "Documentation has to be added into docs/hooks.txt. Also it'd be nice if the commit message had some ..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/22695 [04:58:30] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [05:02:25] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [05:07:39] 03(mod) apply explicit lang and dir HTML attributes to country-specific data in the WLM app - 10https://bugzilla.wikimedia.org/39290 +comment (10Amir E. Aharoni) [05:17:12] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [05:21:13] New review: Parent5446; "We do use parse_url. This is just an object wrapper for URIs." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/22167 [05:22:10] New review: Santhosh; "TA, ML all give you search results. But this bug is not about search result but about what happens w..." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22453 [05:25:40] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [05:35:30] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [05:36:23] TimStarling: Hi. Are the module described at https://www.mediawiki.org/wiki/Extension:Scribunto/API_specification supposed to work at mw.org or is it just a plan? [05:37:00] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [05:39:14] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [06:00:48] aharoni: it's just a plan, and it's not my plan [06:01:26] 03(mod) Memory problem with large progressive jpegs (on Commons and other wikis) - 10https://bugzilla.wikimedia.org/24228 +comment (10Yann Forget) [06:02:19] TimStarling: Thank you. I found it when I searched for information about Lua's Unicode support, which is "ustring" in this document. Are there any other resources about Unicode support in Lua? [06:07:33] Hello [06:07:34] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/22329 [06:07:56] Is this possible to modify user's groups in 1.19.1 by using SQL? [06:09:12] I'm trying to add user with ID 20 to sysop and bureaucrat groups by issuing sql insert query to wiki_user_groups [06:12:57] And mediawiki doesn't recognize my user as sysop, even given the fact that there's a record in wiki_user_groups table saying my user belongs to sysop. [06:13:38] New patchset: Krinkle; "Object management: Object create/inherit/clone utilities" [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/22700 [06:15:37] 03(mod) Bhojpuri wikipedia should be started with 'bho' instead of 'bh' - 10https://bugzilla.wikimedia.org/39968 +comment (10Rajesh Ranjan) [06:42:09] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [06:48:02] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [06:53:25] 03(mod) Installation of Computer Modern Unicode font family for SVG rendering - 10https://bugzilla.wikimedia.org/38299 +comment (10Gauravjuvekar) [06:58:31] hi can someone help me with mediawiki's localization? I wanted to exclude the navigation and other links from being translated. Just the content. Is that possible? [07:16:34] New review: John Erling Blad; "This seems like it needs further explanation and discussion before it can be merged." [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22588 [07:23:51] New patchset: Tobias Gritschacher; "selenium test for ItemByTitle special page" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22481 [07:30:19] New review: Siebrand; "At the moment there are 267 translations for Ipboptions. https://translatewiki.net/w/i.php?title=Spe..." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22699 [07:34:03] 03(NEW) If the EXIF time for an image is 00:00:00, don't include the time in the date field - 10https://bugzilla.wikimedia.org/39988 normal; MediaWiki extensions: UploadWizard; (rkaldari) [07:34:17] 03(mod) If the EXIF time for an image is 00:00:00, don't include the time in the date field - 10https://bugzilla.wikimedia.org/39988 normal->minor (10Ryan Kaldari) [07:35:05] hi siebrand [07:37:37] 03(mod) VisualEditor: UI restores #toc as inline-block instead of table - 10https://bugzilla.wikimedia.org/39753 summary (10Krinkle) [07:38:29] New patchset: Krinkle; "(bug 39753) UI restores #toc as inline-block instead of table." [mediawiki/extensions/VisualEditor] (master) - https://gerrit.wikimedia.org/r/22701 [07:39:14] 03(FIXED) VisualEditor: UI restores #toc as inline-block instead of table - 10https://bugzilla.wikimedia.org/39753 -design ; +comment (10Krinkle) [07:41:25] aharoni: For some information on the API specification, see https://test2.wikipedia.org/wiki/Wikipedia:Guide_to_Scribbling#Lua . [07:44:10] Thanks, Natterer . Is there anything about Unicode support? Finding the correct length in characters of a non-ASCII string would be a good start. [07:44:36] ustring.len is supposed to do it according to the API document, but apparently it's not really available. [07:48:27] You'll simply have to write code of your own to do that. The good news is that you can call it ustring.len, then when the real ustring.len comes along you can just drop it. See https://test2.wikipedia.org/wiki/Module:Mw doing that for mw.url.encode(). [07:51:59] (Personally, I think that the idea that someone had of TimStarling making Lua strings be UTF-16 is a step in the right direction.) [07:52:29] 03(mod) Namespace link broken for Main page - 10https://bugzilla.wikimedia.org/39826 (10Sundar) [07:52:32] 03(mod) Tamil Wiki projects (tracking) - 10https://bugzilla.wikimedia.org/32578 (10Sundar) [07:52:35] New review: Liangent; "@Siebrand: Please check code again. The new ipboption-dropdown message doesn't need translation" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/22699 [07:54:32] 03(mod) Memory problem with large progressive jpegs (on Commons and other wikis) - 10https://bugzilla.wikimedia.org/24228 (10esby) [08:02:31] 03(mod) Scribunto should support global module invocations - 10https://bugzilla.wikimedia.org/39610 +comment (10Erik Moeller) [08:04:45] 03(mod) UploadWizard not generating thumbnails - 10https://bugzilla.wikimedia.org/39975 +comment (10Derk-Jan Hartman) [08:08:10] Change merged: Henning Snater; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22481 [08:11:11] I see from that bug comment that Eclectiology thinks that TimStarling thinks "Do not centralize.", rather than "Centralize, but don't force a decision as to where." [08:16:45] 03(mod) Flickr upload stuck in "Uploading..." - 10https://bugzilla.wikimedia.org/39948 +comment (10Derk-Jan Hartman) [08:21:32] New patchset: Santhosh; "Update version from upstream" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/22702 [08:21:33] New patchset: Santhosh; "Fix Bug 39560 - Monospace font setting overridden" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/22703 [08:21:38] liangent: I'm not sure that siebrand is here. Do you need any help? [08:22:02] aharoni: replying siebrand's CR comment [08:22:16] Ahhh... how nice it will be when IPv6 is everywhere. [08:22:17] want some direct talk [08:22:58] Screw public and private IPs... just refer to all servers in your datacenter by their IPv6 address. [08:23:18] IPv6 everywhere, and two the 47th ways for vandals to evade blocks. (-: [08:23:22] 03(mod) Flickr upload stuck in "Uploading..." - 10https://bugzilla.wikimedia.org/39948 +comment (10Derk-Jan Hartman) [08:23:55] Natterer, heh... you don't need ubiquitous IPv6 for that... [08:24:14] You only need the level of IPv6 support we have now. [08:24:16] No, but it makes it a lot easier. [08:25:00] On the other hand, if IPv6 were *everywhere*, people would probably be more accustomed to handling it right. [08:25:15] Instead of thinking that it's just like IPv4. [08:25:15] 03(mod) Flickr upload stuck in "Uploading..." - 10https://bugzilla.wikimedia.org/39948 +comment (10Derk-Jan Hartman) [08:25:18] 03(ASSIGNED) Monospace font setting overridden - 10https://bugzilla.wikimedia.org/39560 +comment (10Santhosh Thottingal) [08:25:33] thedj: test2: is still broken. [08:29:02] 03(NEW) UploadStash requires comment - 10https://bugzilla.wikimedia.org/39989 normal; MediaWiki: File management; (hartman.wiki) [08:30:13] 03(NEW) UploadStash returns unnecessary warnings on title - 10https://bugzilla.wikimedia.org/39990 normal; MediaWiki: File management; (hartman.wiki) [08:30:55] if it's something config related, you need ops. can't help with that. [08:33:14] thedj: I thought that you already knew. Weren't you here a few hours ago? I'm just pointing out that the problem's still there. [08:34:18] New patchset: Santhosh; "Add grunt to jquery.uls" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/22704 [08:34:43] i was, but i wasn't really following that discussion. [08:34:58] 03(mod) Installation of Computer Modern Unicode font family for SVG rendering - 10https://bugzilla.wikimedia.org/38299 +comment (10Antoine "hashar" Musso) [08:35:35] RoanKattouw and Reedy got very excited about timestamps after seeing the backtrace. [08:38:29] 03(mod) Installation of Computer Modern Unicode font family for SVG rendering - 10https://bugzilla.wikimedia.org/38299 +comment (10Antoine "hashar" Musso) [08:46:02] New review: Nikerabbit; "That's not necessarily good thing." [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/22672 [08:55:01] New patchset: Jens Ohlig; "Special:CreateItem with a form instead of an empty element" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [09:06:51] New review: Siebrand; "Those duplicate array keys were also in the previous conversion. Looks like the source data is like ..." [mediawiki/extensions/cldr] (master) - https://gerrit.wikimedia.org/r/22672 [09:07:48] 03(NEW) Interwiki bot crashes on pa.wikt - 10https://bugzilla.wikimedia.org/39991 normal; Wikimedia: Interwiki links; (jan.dudik) [09:11:40] New patchset: TheDJ; "Raise an API error if we encounter X-Frame-Options: DENY" [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/22707 [09:12:38] 03(mod) Interwiki bot crashes on pa.wikt - 10https://bugzilla.wikimedia.org/39991 +comment (10JAn Dudík) [09:12:53] 03(NEW) ULS should not override default font when webfonts are not in use - 10https://bugzilla.wikimedia.org/39992 normal; MediaWiki extensions: UniversalLanguageSelector; (niklas.laxstrom) [09:15:19] New review: TheDJ; "We probably should file an upstream bugreport that makes this handled by jquery itself. X-Frame-Opti..." [mediawiki/extensions/UploadWizard] (master) C: 0; - https://gerrit.wikimedia.org/r/22707 [09:16:06] Change abandoned: TheDJ; "Wrong window event...." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/22707 [09:20:25] New patchset: TheDJ; "Raise an API error if we encounter X-Frame-Options: DENY" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22708 [09:21:32] New review: Siebrand; "Please add an entry for the added message in maintenance\languages\messages.inc." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22708 [09:24:06] gggrrr [09:24:20] can't we move that messages.inc into /languages ? i always forget about it. [09:25:55] New patchset: TheDJ; "Raise an API error if we encounter X-Frame-Options: DENY" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22708 [09:26:53] New review: Siebrand; "L10n/i18n review done." [mediawiki/core] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/22708 [09:29:08] New review: Siebrand; "Oh, right. Sorry, I didn't see that. I like where this is going." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22699 [09:32:59] Change merged: Nikerabbit; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/22702 [09:33:39] thedj[work]: we can also get rid of it and store translations in non-executable format [09:35:57] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [09:37:58] New review: Siebrand; "i18n comments on PS1 unaddressed." [mediawiki/extensions/Wikibase] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/22706 [09:38:52] New patchset: Tim Starling; "Added a very basic sampling profiler" [mediawiki/php/luasandbox] (master) - https://gerrit.wikimedia.org/r/22709 [09:45:38] New patchset: Tim Starling; "LuaSandbox profiler support" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/22710 [09:50:55] New patchset: Jeroen De Dauw; "Move site paths into site and added some tests" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22711 [09:51:00] New review: John Erling Blad; "I'm going to do a testrun of this code, but for now it seems good." [mediawiki/extensions/Wikibase] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/22588 [09:51:56] New review: Daniel Kinzler; "re" [mediawiki/extensions/Wikibase] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/22588 [09:56:13] New patchset: Liangent; "Refactor ipboptions and Xml::listDropDown()" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22699 [09:56:34] 03(NEW) Fatals in ffs/MediaWikiExtensions.php - 10https://bugzilla.wikimedia.org/39993 normal; MediaWiki extensions: Translate; (federicoleva) [10:00:08] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [10:00:38] New review: John Erling Blad; "Waiting with merge in case of further comments." [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/22588 [10:00:42] 03(mod) Flickr upload stuck in "Uploading..." - 10https://bugzilla.wikimedia.org/39948 +comment (10Derk-Jan Hartman) [10:00:42] 03(mod) Wikipedia.org issue - 10https://bugzilla.wikimedia.org/39987 (10Yun Ji Yun) [10:03:56] 03(mod) X-Frame-Options: DENY breaks UploadWizard in IE8, consider using SAMEORIGIN instead - 10https://bugzilla.wikimedia.org/39877 +comment (10Derk-Jan Hartman) [10:07:01] Change merged: Daniel Kinzler; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22711 [10:11:36] New patchset: Hashar; "DO NOT SUBMIT: jenkins test :-)" [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/22713 [10:11:46] New review: TheDJ; "This can't work. Apparently because the header is sent indiscriminately of course. Have to handle in..." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/22708 [10:17:47] New review: Daniel Kinzler; "looks good, except for some cosmetic issues in the test case." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/11137 [10:31:56] 03(mod) UploadWizard not generating thumbnails - 10https://bugzilla.wikimedia.org/39975 +comment (10Raimond Spekking) [10:32:21] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [10:33:38] The Extension:ConfirmAccount does not show what version is installed. Neither does the web page state what version is current. [10:34:04] So: how do I know if I need to upgrade ConfirmAccount? [10:38:18] 03(mod) Upgrade Wikimedia OTRS installation to the latest version - 10https://bugzilla.wikimedia.org/22622 +comment (10Martin Edenhofer) [10:51:11] guys, I have possibly very dumb question about mediawiki installation. I do have plain 1.19.2 unpacked here http://kuebiko.qumula.com/wiki/ and whatever I do, it always does something wrong. At moment it is nonmodified, vanilla untar and installer script just sucks. [10:51:21] somehow it omits "wiki" from path [10:52:00] I suspect nginx and fpm has something to do with this problem as I have always installed mediawikis on apache without any problems [10:52:05] any hints? [10:52:06] tonu: Follow the installation instructions. [10:53:09] tale: unsure what you mean. I have read many instruction and mediawiki FAQ. It does not mention nginx nor this problem. Just click on first link and you see. [10:53:31] tonu: I did, I said LocalSettings.php not found. [10:53:44] !shorturls | tonu [10:53:44] tonu: To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at or try the new beta tool at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [10:55:33] so, link on this web installer meant to be broken? I actually came here because this is clear visible problem. I tried creating LocalSettings many times and errors are always appearing to miss include files because it omits "/wiki" somehow. It has no rewrite removing it as much I understand. But I will recheck... [10:57:25] 03(mod) Installation of Computer Modern Unicode font family for SVG rendering - 10https://bugzilla.wikimedia.org/38299 +comment (10Gauravjuvekar) [10:57:35] anything with "rewrite" is commented out. nginx restarted. problem is still there. [10:58:02] Warning: require(/home/kuebiko/app/public/includes/WebStart.php): failed to open stream: No such file <---- there is a /wiki lost in middle [10:59:37] http://shorturls.redwerks.org/?url=http%3A%2F%2Fkuebiko.qumula.com%2Fwiki%2F tells Sorry, this does not look like a wiki. [11:01:04] tonu: Have you read this: http://blog.bigdinosaur.org/mediawiki-on-nginx/ [11:01:08] New patchset: Santhosh; "User correct selector and replace deprecated jQuery methods" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/22714 [11:02:09] 03(NEW) Special:Version: Link to tree instead of commit for git hashes - 10https://bugzilla.wikimedia.org/39994 normal; MediaWiki: Special pages; (liangent) [11:02:30] tale: yes, I found it some time ago. Anything particular I should see there? [11:02:45] 03(NEW) "Copy metadata" failed to set language of description - 10https://bugzilla.wikimedia.org/39995 normal; MediaWiki extensions: UploadWizard; (federicoleva) [11:02:46] 03(mod) "Copy metadata" failure (not copying custom copyright tags) - 10https://bugzilla.wikimedia.org/39927 (10Nemo_bis) [11:03:12] it is so stupid problem so yes, I must be blind, I agree. Just spent long time already. [11:03:15] tonu: Check what you do differently. [11:04:20] tonu: Perhaps use pastebin to write a log on how you install mediawiki. Then someone knowledgeable maybe can tell you what went wrong. [11:06:11] I did not install anything more than just tar -zxvf mediawiki.tar.gz freshest tarball :) [11:07:02] I tried but wiped many times and restarted again. Ok, I try bit more and then come with pastebin way back. Thanks! [11:08:58] New patchset: Santhosh; "User correct selector and replace deprecated jQuery methods" [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/22714 [11:20:15] well, solved. it turns out you have to restart the nginx AND php-fpm even when just changing things in filesystem. [11:21:14] some caching was in fpm somewhere. I restarted nginx because I modified his config and never restarted fpm-php as I did not change there anything. Hope this helps someone next. [11:25:05] 14(DUP) "Copy metadata" failed to set language of description - 10https://bugzilla.wikimedia.org/39995 +comment (10Raimond Spekking) [11:25:06] 03(mod) "Copy metadata" does not copy proper the languages of decriptions - 10https://bugzilla.wikimedia.org/39982 +comment (10Raimond Spekking) [11:27:52] 03(NEW) Accounts magically unattached despite being recently created - 10https://bugzilla.wikimedia.org/39996 normal; MediaWiki extensions: CentralAuth; (wikimedia.bugs) [11:29:12] 03(mod) "Copy metadata" does not copy properly the languages of decriptions - 10https://bugzilla.wikimedia.org/39982 summary; +comment (10Nemo_bis) [11:29:15] 03(mod) "Copy metadata" failed to set language of description - 10https://bugzilla.wikimedia.org/39995 (10Nemo_bis) [11:29:28] 03(mod) "Copy metadata" does not copy properly the languages of decriptions - 10https://bugzilla.wikimedia.org/39982 (10Nemo_bis) [11:29:29] 03(mod) "Copy metadata" failed to set language of description - 10https://bugzilla.wikimedia.org/39995 (10Nemo_bis) [11:29:31] 03(mod) "Copy metadata" failure (not copying custom copyright tags) - 10https://bugzilla.wikimedia.org/39927 (10Nemo_bis) [11:32:19] New patchset: Daniel Kinzler; "use EditEntity to report errors from the API" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22588 [11:36:29] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [11:36:57] 03(ASSIGNED) jQuery.uls.data. ... function names - 10https://bugzilla.wikimedia.org/39963 (10Amir E. Aharoni) [11:38:40] 03(NEW) Please give me my accounts back - 10https://bugzilla.wikimedia.org/39997 major; Wikimedia: General/Unknown; (maurelio) [11:39:46] 3 more towards bug#40000 [11:39:48] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [11:43:36] Krenair, you about? [11:43:53] or any other mediawiki.org crat for that matter [11:45:12] 03(NEW) AJAX free editing of Wikidata tracker bug - 10https://bugzilla.wikimedia.org/39998 normal; MediaWiki extensions: WikidataRepo; (denny.vrandecic) [11:45:28] 03(NEW) Hide the "View source" tab on protected Wikidata items - 10https://bugzilla.wikimedia.org/39999 normal; MediaWiki extensions: WikidataRepo; (denny.vrandecic) [11:45:36] 03(NEW) Deploy wikidata.org with the Wikidata repository - 10https://bugzilla.wikimedia.org/40000 normal; MediaWiki extensions: WikidataRepo; (denny.vrandecic) [11:45:54] 03(NEW) Design some form of cascading protection for Wikidata - 10https://bugzilla.wikimedia.org/40001 normal; MediaWiki extensions: WikidataRepo; (denny.vrandecic) [11:46:54] 03(mod) AJAX free editing of Wikidata tracker bug - 10https://bugzilla.wikimedia.org/39998 +tracking +wikidata (10denny vrandecic) [11:46:55] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10denny vrandecic) [11:47:57] 03(mod) Deploy wikidata.org with the Wikidata repository - 10https://bugzilla.wikimedia.org/40000 +tracking +wikidata (10denny vrandecic) [11:47:58] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10denny vrandecic) [11:47:58] 03(mod) Review Wikibase Repo extension for deployment - 10https://bugzilla.wikimedia.org/38822 (10denny vrandecic) [11:48:00] 03(mod) Deployment of Wikidata to Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/38975 (10denny vrandecic) [11:49:10] 03(mod) Please give me my accounts back - 10https://bugzilla.wikimedia.org/39997 (10Marco Aurelio) [11:49:11] 03(mod) Accounts magically unattached despite being recently created - 10https://bugzilla.wikimedia.org/39996 (10Marco Aurelio) [11:56:08] 03(mod) Please give me my accounts back - 10https://bugzilla.wikimedia.org/39997 +comment (10Ruslan) [11:57:28] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [12:04:07] New patchset: Amire80; "Add grunt to jquery.uls" [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/22704 [12:05:06] 14(INVALID) Lock account creation on wikimania2012wiki (and possibly editions by IPs) - 10https://bugzilla.wikimedia.org/39947 +comment (10Ruslan) [12:05:17] New review: Amire80; "Fixed some whitespace." [mediawiki/extensions/UniversalLanguageSelector] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/22704 [12:05:17] Change merged: Amire80; [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/22704 [12:06:58] New patchset: Jeroen De Dauw; "Only rebuild on actual update" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22716 [12:11:45] New patchset: cneubauer; "Escape shell arg in mwlib backend." [mediawiki/extensions/PdfExport] (master) - https://gerrit.wikimedia.org/r/22717 [12:12:31] Change merged: cneubauer; [mediawiki/extensions/PdfExport] (master) - https://gerrit.wikimedia.org/r/22717 [12:15:17] siebrand: If you are around, would you mind prodding SieBot [12:15:32] it is asleep at the wheel [12:15:59] New patchset: Jens Ohlig; "(39581) Special:CreateItem first iteration [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [12:18:26] New patchset: Amire80; "(bug 35167) Allow in toc items" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22435 [12:20:29] Anybody getting an error like this: Could not open lock file for "mwstore://local-backend/local-public/0/02". ? [12:20:32] New patchset: Amire80; "(bug 30600) Simple URL validation" [mediawiki/extensions/Interwiki] (master) - https://gerrit.wikimedia.org/r/17170 [12:20:39] New patchset: Jens Ohlig; "(39581) Special:CreateItem first iteration [DO NOT MERGE]" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [12:24:10] 03(mod) Please give me my accounts back - 10https://bugzilla.wikimedia.org/39997 +comment (10Marco Aurelio) [12:26:55] Issue uploading images. Error code: Could not open lock file for "mwstore://local-backend/local-public/0/02". Steps to diagnose and resolve? [12:29:14] Change merged: John Erling Blad; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22588 [12:35:51] 03(mod) Accounts magically unattached despite being recently created - 10https://bugzilla.wikimedia.org/39996 +comment (10Platonides) [12:38:18] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [12:40:15] 03(mod) Statistic didn't count automated import of articles - 10https://bugzilla.wikimedia.org/39970 +comment (10Chorobek) [12:45:07] 03(FIXED) Donation button needs to use a protocol relative URL - 10https://bugzilla.wikimedia.org/39986 +comment (10Guillaume Paumier) [12:46:59] can someone add me to the user group extension-SignupAPI in gerrit [12:47:09] New patchset: Santhosh; "Fix the broken region links in 'noresults' screen." [mediawiki/extensions/UniversalLanguageSelector] (master) - https://gerrit.wikimedia.org/r/22718 [12:51:11] jeremyb: could you please add me to the user group [12:52:19] 03(mod) Accounts magically unattached despite being recently created - 10https://bugzilla.wikimedia.org/39996 +comment (10Marco Aurelio) [12:55:15] 03(NEW) Bug when copying description fields to multiple photos - 10https://bugzilla.wikimedia.org/40002 normal; MediaWiki extensions: UploadWizard; (firilacroco) [12:55:43] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [12:56:57] 03(mod) Add the Philippines to the monuments database - 10https://bugzilla.wikimedia.org/38328 +comment (10Effeietsanders) [12:58:57] 03(mod) Add Kenya in English to the Database - 10https://bugzilla.wikimedia.org/39168 +comment (10Effeietsanders) [13:03:55] 14(DUP) Bug when copying description fields to multiple photos - 10https://bugzilla.wikimedia.org/40002 +comment (10Raimond Spekking) [13:03:55] 03(mod) "Copy metadata" does not copy properly the languages of decriptions - 10https://bugzilla.wikimedia.org/39982 +comment (10Raimond Spekking) [13:04:30] New patchset: Daniel Kinzler; "Restore (some) globals after each test" [mediawiki/core] (Wikidata) - https://gerrit.wikimedia.org/r/22719 [13:05:28] New review: Jens Ohlig; "Solves the problem. Great!" [mediawiki/extensions/Wikibase] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/22716 [13:05:29] Change merged: Jens Ohlig; [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22716 [13:08:52] 03(mod) Upgrade Wikimedia OTRS installation to the latest version - 10https://bugzilla.wikimedia.org/22622 +comment (10Sam Reed (reedy)) [13:10:16] 03(mod) Interwiki bot crashes on pa.wikt - 10https://bugzilla.wikimedia.org/39991 +comment (10Sam Reed (reedy)) [13:16:16] 03(mod) Scribunto should support global module invocations - 10https://bugzilla.wikimedia.org/39610 (10mybugs.mail) [13:17:12] i wonder what he means [13:17:29] oh, there was context above [13:22:25] 14(DUP) Please give me my accounts back - 10https://bugzilla.wikimedia.org/39997 +comment (10Krenair) [13:22:25] 03(mod) Accounts magically unattached despite being recently created - 10https://bugzilla.wikimedia.org/39996 +comment (10Krenair) [13:26:33] 03(mod) Prevent creation of new (unattached?) SUL accounts with already unified names - 10https://bugzilla.wikimedia.org/29234 +comment (10Krenair) [13:29:00] 03(mod) Prevent creation of new (unattached?) SUL accounts with already unified names - 10https://bugzilla.wikimedia.org/29234 (10Krenair) [13:29:11] 03(FIXED) Make Selenium tests for item reset, revert, undo, etc. (8) - 10https://bugzilla.wikimedia.org/39194 (10denny vrandecic) [13:29:25] 03(FIXED) Refactor and clean the client (13) - 10https://bugzilla.wikimedia.org/38956 (10denny vrandecic) [13:29:34] 03(FIXED) Add an edit link to the languages (3) - 10https://bugzilla.wikimedia.org/37633 (10denny vrandecic) [13:29:43] 03(FIXED) New API module wblinktitles (5) - 10https://bugzilla.wikimedia.org/39162 (10denny vrandecic) [13:29:56] 03(FIXED) Refine behavior of the wbsetitem API module (1) - 10https://bugzilla.wikimedia.org/38843 (10denny vrandecic) [13:30:08] 03(FIXED) Add a parameter replace to wbsetitem that allows to completely set the item (2) - 10https://bugzilla.wikimedia.org/39142 (10denny vrandecic) [13:30:52] 14(DUP) If you get a duplicate-archive warning for the first file in a multifile upload it gives a JS error - 10https://bugzilla.wikimedia.org/39778 +comment (10Derk-Jan Hartman) [13:30:53] 03(mod) When a single file in a batch is invalid, only that file should be rejected - 10https://bugzilla.wikimedia.org/39608 +comment (10Derk-Jan Hartman) [13:32:38] 03(mod) Upgrade Wikimedia OTRS installation to the latest version - 10https://bugzilla.wikimedia.org/22622 +comment (10Philippe Beaudette) [13:37:22] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [13:39:54] 03(mod) Accounts magically unattached despite being recently created - 10https://bugzilla.wikimedia.org/39996 +comment (10Félix M. (elfix)) [13:40:19] 03(mod) confusing error message when uploading a file with filename is not allowed. - 10https://bugzilla.wikimedia.org/38303 normal->15enhancement (10Derk-Jan Hartman) [13:40:41] 03(NEW) Cannot whitelist message group - 10https://bugzilla.wikimedia.org/40003 normal; MediaWiki extensions: Translate; (antony.seedhouse) [13:42:32] Does media wiki have version control for wiki articles? [13:48:26] crocket: If by that you mean "does it store history and does it try to handle conflicting simultaneous edits" -- then yes. [13:48:49] TomDaley, like SVN. [13:48:57] Yeah, kind of like SVN [13:49:11] TomDaley, Does it have commits? [13:49:16] "Revisions" [13:49:29] I'm afraid PHP might hurt me. [13:50:01] TomDaley, Is MediaWiki free of PHP's fitfalls? [13:51:06] Such as? [13:52:12] 03(NEW) Parsoid fails with percent-encoded page names in [[ ]] - 10https://bugzilla.wikimedia.org/40004 normal; Parsoid: General; (liangent) [13:55:27] TomDelay, PHP itself easily leads people to dirty codes. [13:57:31] New patchset: Reedy; "Handle '\0\0\0\0\0\0\0\0\0\0\0\0\0\0' in setTimestamp" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22686 [13:57:33] crocket: Well we try to not write bad code around here :) [13:58:50] TomDaley, Does it keep full lists of all versions of articles? [13:59:07] Or does it dicard old versions? [13:59:16] No, it holds all old versions. [13:59:30] There's a maintenance script to prune old versions if you'd like, but by default it saves everything forever. [13:59:35] and may compress old versions if so configured [13:59:38] That too [14:00:07] TomDaley, Diffs, too? [14:00:51] Yes, diffs. No line-by-line blame (like svn or git blame) though. [14:01:12] I haven't used blame. [14:01:19] New patchset: Tobias Gritschacher; "(39581) Special:CreateItem first iteration" [mediawiki/extensions/Wikibase] (master) - https://gerrit.wikimedia.org/r/22706 [14:13:05] 03(NEW) Filtered format - SMW and SRF 1.8a - 10https://bugzilla.wikimedia.org/40005 normal; MediaWiki extensions: SemanticResultFormats; (desiree.gennaro) [14:19:25] New patchset: Reedy; "Fix for fatal using $this in static context" [mediawiki/extensions/CheckUser] (master) - https://gerrit.wikimedia.org/r/22721 [14:19:33] New review: Reedy; "PHP Fatal error: Using $this when not in object context in /usr/local/apache/common-local/php-1.20w..." [mediawiki/extensions/CheckUser] (master) - https://gerrit.wikimedia.org/r/21872 [14:20:04] 03(NEW) CentralAuth account autocreation may be violating WMF's privacy policy - 10https://bugzilla.wikimedia.org/40006 normal; MediaWiki extensions: CentralAuth; (liangent) [14:21:40] New review: Demon; "Eww, this code sucks anyway :(" [mediawiki/extensions/CheckUser] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/22721 [14:23:17] 14(WFM) Filtered format - SMW and SRF 1.8a - 10https://bugzilla.wikimedia.org/40005 +comment (10Desiree Gennaro) [14:25:52] New review: MarkTraceur; "Er, not verified? Need someone else to come in and approve?" [mediawiki/extensions/EducationProgram] (master) C: 0; - https://gerrit.wikimedia.org/r/22584 [14:31:40] can anyone please add me to the group for extension SignupAPI in gerrit [14:34:04] akshayagarwal: You're user "Akshay" right? [14:34:14] TomDaley: yes [14:34:23] Ok, done :) [14:35:18] TomDaley: verified, thanks! :) [14:35:26] You're welcome. [14:37:08] 03(mod) email messages have escaped HTML - 10https://bugzilla.wikimedia.org/38940 +comment (10Krenair) [14:39:28] 03(NEW) Jenkins: make Ext- job to report phpunit tests - 10https://bugzilla.wikimedia.org/40007 normal; Wikimedia: Testing Infrastructure; (hashar) [14:41:30] 03(FIXED) Array values for attributes in Html::element cause PHP notice. - 10https://bugzilla.wikimedia.org/39875 (10Tyler Romeo) [14:41:32] 03(NEW) Ext- job should only run tests for its extension - 10https://bugzilla.wikimedia.org/40008 normal; Wikimedia: Testing Infrastructure; (hashar) [14:41:36] 03(FIXED) calling tableExists breaks fetchObject - 10https://bugzilla.wikimedia.org/39287 (10Tyler Romeo) [14:42:43] 03(FIXED) $wgCookieSecure = 'detect' fails when $wgServer is protocol-relative - 10https://bugzilla.wikimedia.org/33471 (10Tyler Romeo) [14:43:52] Change merged: Siebrand; [mediawiki/extensions/CheckUser] (master) - https://gerrit.wikimedia.org/r/22721 [14:45:48] New patchset: Reedy; "Update CheckUser to master" [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/22722 [14:46:06] Change merged: Reedy; [mediawiki/core] (wmf/1.20wmf11) - https://gerrit.wikimedia.org/r/22722 [15:07:09] New patchset: Mtyeh411; "addressed patchSet1" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22723 [15:07:09] New patchset: Mtyeh411; "patch set 1 comments addressed" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22724 [15:07:09] New patchset: Mtyeh411; "patch set 1 comments addressed" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22725 [15:07:10] New patchset: Mtyeh411; "addressed patchSet1" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22726 [15:07:10] New patchset: Mtyeh411; "jQuery DataTables" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22064 [15:08:58] Change abandoned: Mtyeh411; "dupe" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22723 [15:09:11] Change abandoned: Mtyeh411; "dupe" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22724 [15:09:22] Change abandoned: Mtyeh411; "dupe" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22725 [15:09:31] Change abandoned: Mtyeh411; "dupe" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22726 [15:12:26] Change abandoned: Mtyeh411; "wrong commit" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/22064 [15:17:38] New review: Tpt; "I am ok with Hashar." [mediawiki/extensions/PdfHandler] (master) C: 0; - https://gerrit.wikimedia.org/r/6802 [15:24:50] 03(NEW) Special:Import increases NUMBEROFARTICLES for each Revision instead of each Article - 10https://bugzilla.wikimedia.org/40009 normal; MediaWiki: Export/Import; (wiki) [15:25:45] 03(mod) Special:Import increases NUMBEROFARTICLES for each Revision instead of each Article - 10https://bugzilla.wikimedia.org/40009 +shell (10Marcus Buck) [15:26:34] New patchset: TheDJ; "(bug 32483) Simple English should not use lang="simple"" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/22727 [15:27:12] New review: Logicwiki; "Verified on Chrome, Firefox. Works well with jQuery 1.8.1" [mediawiki/extensions/Narayam] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/22714 [15:27:27] 03(mod) en.wp uses lang="simple" for simple: interlang links. - 10https://bugzilla.wikimedia.org/32483 -patch -patch-need-review +patch-in-gerrit; +comment (10Derk-Jan Hartman) [15:27:30] I am trying to do ssh://Akshay@gerrit.wikimedia.org:29418/mediawiki/extensions/SignupAPI.git but getting error 'Connection refused' I am using the correct username, the same SSH keys I used to clone Mediawiki, and have been added to the user group for extension SignupAPI in gerrit [15:27:40] marktraceur - are you there? I happen to have a similar git issue, just a day later. [15:28:06] i.e., I once again need to change an existing patch. This one should be easier, though, I hope. [15:29:38] New review: Amire80; "The application of the font is somewhat inconsistent: It works with other