[00:02:42] downtown, MediaWIki handles this stuff itself [00:04:52] MaxSem: what do you mean? Sorry if I'm dense. [00:05:18] you don't need to adjust anything [00:06:06] hey all! question: is it possible to revert all edits of the last, say, 3 days? or to reinstall the wiki with all content up to 3 days ago ? [00:07:07] MaxSem: it correctly uses transaction syntax? [00:07:14] yes [00:07:28] MaxSem: I'm worried about mixed storage engines and rollback [00:07:44] MaxSem: the pagelinks table is MyISAM [00:08:47] you have an option to use InnoDB during installation [00:08:56] MaxSem: oh and searchindex [00:09:06] searchindex is expected [00:09:16] MaxSem: I'm coming into a migration that wasn't handled all that well [00:09:41] MaxSem: and the pagelinks table being MyISAM I find concerning in the autocommit world [00:10:23] are the other tables also myisam? [00:10:36] (besides hitcounter) [00:10:38] MaxSem: InnoDB [00:10:46] eh, that's weird [00:10:53] MaxSem: you're telling me! [00:10:58] incomplete migration/backup/something? [00:11:13] you can convert pagelinks to innodb [00:11:31] MaxSem: I'm still working on the postmortem, trying to figure out how the migration was performed [00:12:44] MaxSem: in the meantime, I'm noticing some strange table locking and query performance, which made me question the pagelinks storage engine [00:12:44] MaxSem: and autocommit in this mixed engine environment [00:13:16] MaxSem: I'm working on migrating the pagelinks table to InnoDB, but that is a pretty big undertaking with this DB's size [00:13:48] hey all again! question: is it possible to revert all edits of the last, say, 3 days? or to reinstall the wiki with all content up to 3 days ago ? [00:13:48] how many rows? is it a large wiki? [00:14:03] 16.5M in pagelinks MaxSem [00:14:15] that's a lot:) [00:14:20] ;) [00:15:48] MaxSem: I'm thinking the real solution is a scehma update and changing pagelinks to InnoDB [00:15:59] MaxSem: then I won't worry about rollbacks [00:16:18] MaxSem: but I'm open to advice [00:16:27] 03(mod) Reference with no parameter tags not editable in Chrome on Win7 - 10https://bugzilla.wikimedia.org/51725 +comment (10John Mark Vandenberg) [00:16:33] no problems here ,just do it [00:16:36] MaxSem: while I wait for this ALTER TABLE to run for 3 months [00:16:55] 03(mod) Include pagecounts dumps in datasets - 10https://bugzilla.wikimedia.org/48894 +comment (10yuvipanda) [00:17:12] 03(NEW) Magic words not so magic? - 10https://bugzilla.wikimedia.org/51843 normal; MediaWiki extensions: FlaggedRevs; () [00:17:42] Thanks for the talk MaxSem. I guess I just wanted a second opinion. [00:17:43] o rly? when we converted orders of magnitude more rows, it took just 27 days [00:18:25] MaxSem: how many magnitudes ... [00:18:26] ? [00:18:32] (not engine conversion, just an ADD COLUMN which rebuilds the table as well) [00:19:06] The people involved in the original migration gave up after 48 hours [00:19:26] I'm a bit more tenacious than that [00:19:34] mysql:wikiadmin@db1056 [enwiki]> select max(rev_id) from revision; [00:19:34] | max(rev_id) | [00:19:35] | 565403540 | [00:19:51] Not bad! [00:20:27] 03(mod) Intermittent "502 Bad Gateway" errors on Wikimedia wikis via HTTPS - 10https://bugzilla.wikimedia.org/50891 +comment (10rlane32) [00:23:09] 03(mod) VisualEditor: Location map template does not display correctly in VE under Safari on iPad - 10https://bugzilla.wikimedia.org/50714 +comment (10John Mark Vandenberg) [00:28:57] 03(NEW) Add variables to enable or disable parts of the extension - 10https://bugzilla.wikimedia.org/51844 normal; MediaWiki extensions: BookManagerv2; () [00:36:01] hi, I am trying to use the convert template (http://en.wikipedia.org/wiki/Template:Convert) on my local copy of wikipedia, but whenever I try to enter something like "{{convert|54|m|cm}}" it displays "54 Script Error cm". The error shows as "Lua error: Internal error: The interpreter exited with status 127" but I havent been able to find out what that means or how I can debug? Any help is appreciated! [00:37:26] 03(mod) Transcluded pages quasi-template eats into subsequent entry - 10https://bugzilla.wikimedia.org/51119 +comment (10John Mark Vandenberg) [00:37:35] 03(mod) Intermittent "502 Bad Gateway" errors on Wikimedia wikis via HTTPS - 10https://bugzilla.wikimedia.org/50891 +comment (10rlane32) [00:41:04] 03(mod) Activate Article Feedback Tool v5 (AFTv5) on fa.wikipedia - 10https://bugzilla.wikimedia.org/51321 +comment (10at.light) [00:44:20] hoken: "command not found" [00:44:35] apparently [00:45:44] 03(mod) CentralAuth/global user rights/groups API; Get global user rights, membership to global groups; and userlist of global groups - 10https://bugzilla.wikimedia.org/16860 +comment (10b) [00:46:03] 03(mod) Reword some messages on account creation interface for logged in users - 10https://bugzilla.wikimedia.org/43172 +comment (10gerritadmin) [00:47:05] Reedy: thanks, does that mean it couldnt find 'convert' or something it's trying to do within convert? How would I find out? [00:50:10] I am having trouble with extention TemplateData, is anyone familiar with it? [00:51:41] 03(mod) Mobile language selector "conversions" repeating entries on wikis with variants - 10https://bugzilla.wikimedia.org/51735 +comment (10gerritadmin) [00:55:43] hey :3 [00:56:02] 03(mod) CentralAuth/global user rights/groups API; Get global user rights, membership to global groups; and userlist of global groups - 10https://bugzilla.wikimedia.org/16860 +comment (10b) [00:56:41] so i'm making an infobox for a wiki, and i want to color every other wrote with a diff background, is there any good way to do this? the issue is not every row will be displayed (only those that are used)... [00:56:52] so i can't just give the rows a static bg [00:58:17] 03(mod) VisualEditor: Display both "edit" and "edit source" links for sections without hover - 10https://bugzilla.wikimedia.org/50540 +comment (10zedlightman) [01:02:48] 03(mod) PageTriage: different timezone settings cause looping - 10https://bugzilla.wikimedia.org/47645 +comment (10okeyes) [01:03:37] Any VE developers here? [01:04:15] Sid-G: head to #mediawiki-visualeditor [01:04:39] YuviPanda: thanks :) [01:07:35] 03(mod) Activate Article Feedback Tool v5 (AFTv5) on fa.wikipedia - 10https://bugzilla.wikimedia.org/51321 +comment (10ladsgroup) [01:16:50] 03(mod) Mobile language selector "conversions" repeating entries on wikis with variants - 10https://bugzilla.wikimedia.org/51735 (10Jon) [01:35:41] 03(NEW) German Wikipedia: Astana; layout fails miserably - 10https://bugzilla.wikimedia.org/51845 normal; VisualEditor: General; () [01:48:23] 03(mod) Images specified with size foopxpx render at native size - 10https://bugzilla.wikimedia.org/51628 +comment (10Roan Kattouw) [01:48:23] 03(mod) German Wikipedia: Astana; layout fails miserably - 10https://bugzilla.wikimedia.org/51845 +comment (10Roan Kattouw) [01:50:56] 03(mod) auto-linking to gerrit commits is too aggressive - 10https://bugzilla.wikimedia.org/51720 (10spage) [01:52:54] 03(mod) Images specified with size foopxpx render at native size - 10https://bugzilla.wikimedia.org/51628 +comment (10jayvdb) [02:11:58] 03(mod) VisualEditor: Crash in Chrome when attempting to cut certain content - 10https://bugzilla.wikimedia.org/50043 +comment (10John Mark Vandenberg) [02:19:01] 03(mod) VisualEditor: Applying a transclusion that only contains content brackets breaks the edit toolbar. - 10https://bugzilla.wikimedia.org/51340 (10John Mark Vandenberg) [02:19:18] 03(mod) "Add content" button breaks templates dialog - 10https://bugzilla.wikimedia.org/51437 +comment (10John Mark Vandenberg) [02:19:19] 03(mod) VisualEditor: Applying a transclusion that only contains content brackets breaks the edit toolbar. - 10https://bugzilla.wikimedia.org/51340 +comment (10John Mark Vandenberg) [02:33:29] 03(mod) Images specified with size foopxpx render at native size - 10https://bugzilla.wikimedia.org/51628 (10Helder) [02:33:29] 03(mod) VisualEditor renderizes the image a lot bigger than it should - 10https://bugzilla.wikimedia.org/51826 (10Helder) [02:40:31] Hello! Does anyone here know about ULS, particularly how it applies to Wikimedia wikis? [02:40:54] Or what license the fonts need to be under to be used (on a Wikipedia) [02:47:00] 03(NEW) Cursor not moving past ग्र on left arrow key press in visual editor - 10https://bugzilla.wikimedia.org/51846 normal; VisualEditor: General; () [02:55:14] 03(mod) Images specified with size foopxpx render at native size - 10https://bugzilla.wikimedia.org/51628 +comment (10roan.kattouw) [02:55:14] 03(mod) VisualEditor renderizes the image a lot bigger than it should - 10https://bugzilla.wikimedia.org/51826 +comment (10Roan Kattouw) [03:01:36] Does anyone here know if ULS and VE work together yet? [03:01:59] Sid-G: according to legoktm you should ask in #mediawiki-i18n about ULS [03:02:02] not sure about VE [03:02:28] btw, seems to work for me [03:02:41] PiRSquared: both together? [03:03:22] Sid-G: I went to my sandbox on enwiki, set the font to "OpenDyslexic", and tried to edit with VE - it seemed to work [03:03:30] Or are you talking about the input modes? [03:03:43] PiRSquared: I'm talking about the input [03:03:58] let me try [03:06:02] https://bugzilla.wikimedia.org/show_bug.cgi?id=49569 [03:06:17] atleast this is a known bug PiRSquared ^ [03:06:23] Doesn't work for me [03:06:28] oh, looking at bug [03:08:34] Phew, well atleast the doomsday prediction didn't go off [03:08:48] http://www.mediawiki.org/wiki/VisualEditor suggests that deployment has been delayed [03:08:59] It was supposed to be 22 july I think [03:09:11] for indic wikis [03:09:18] and that would've sucked bad [03:10:00] Sid-G: do you want a quick hack or a good solution? [03:10:29] PiRSquared: good solution obviously [03:10:34] PiRSquared: I don't mind waiting [03:10:34] I do mind sucky code being deployed [03:16:52] 03(NEW) Recursive word addition with Google Input Tools in reference tool on Firefox - 10https://bugzilla.wikimedia.org/51847 normal; VisualEditor: General; () [03:17:22] PiRSquared: had any issues with the tl template with VE? [03:17:40] Sid-G: honestly, I don't use VE much [03:17:54] describe the error, how to reproduce it? [03:18:10] PiRSquared: okay. For me the template seems to become invisible in VE. [03:18:35] PiRSquared: http://hi.wikipedia.org/wiki/%E0%A4%B8%E0%A4%A6%E0%A4%B8%E0%A5%8D%E0%A4%AF:Siddhartha_Ghai?veaction=edit [03:18:50] sumanah: hi :) [03:18:56] hi there Sid-G how are you? [03:19:13] sumanah: i'm good :) [03:21:27] sumanah: Does WMF really plan to deploy VE by july end? [03:21:38] sumanah: on all wikis i mean [03:22:17] Sid-G: we have a new schedule [03:22:32] sumanah: i saw the ? there [03:22:37] Sid-G: http://lists.wikimedia.org/pipermail/wikitech-ambassadors/2013-July/000316.html [03:23:05] 03(mod) VisualEditor: We need an integration and plugin system - 10https://bugzilla.wikimedia.org/50514 +comment (10gerritadmin) [03:23:22] sumanah: :D [03:23:26] Sid-G: did you already read that? [03:23:38] sumanah: no, hadn't [03:23:50] Sid-G: you might find it worthwhile to be on wikitech-ambassadors [03:24:04] Sid-G: also to get https://meta.wikimedia.org/wiki/Tech/News delivered to your talk page [03:24:19] sumanah: i would still be far more likely to ask here a week before i read my mail [03:25:06] sumanah: The news you've given is /much/ better than this doomsday prediction I read earlier today > [03:25:08] http://hi.wikipedia.org/wiki/%E0%A4%B5%E0%A4%BF%E0%A4%95%E0%A4%BF%E0%A4%AA%E0%A5%80%E0%A4%A1%E0%A4%BF%E0%A4%AF%E0%A4%BE:%E0%A4%9A%E0%A5%8C%E0%A4%AA%E0%A4%BE%E0%A4%B2#Does_the_community_of_hi-wiki_have_problems_with_the_visual_editor.3F [03:26:24] Sid-G: please feel free to update that thread with the new schedule [03:26:52] sumanah: sure :) [03:31:28] sumanah: done [03:32:05] thank you Sid-G [04:28:47] TimStarling: http://en.wikipedia.org/wiki/Ashley_Madison?veaction=edit [04:29:02] I wonder why the first header shows there but not on preview/parsed output [04:30:34] what header? [04:30:53] "Advertisements" [04:30:55] That's weird. [04:31:35] I see "Advertisements" on preview [04:31:43] I don't. [04:32:15] I wonder if it's AdBlock. [04:32:19] s/header/heading [04:32:57] huh, it looks fine in IE [04:33:47] I was just re-reading my wikimedia-l posts from January, trying to find the bit where I mentioned VE [04:33:51] they are making me sad [04:33:59] Elsie: maybe it's that awful [edit | edit source] JS that triggers based on the whole horizontal heading area ;) [04:34:16] what were you looking for? [04:34:19] > [04:34:20] #Advert1, #AdvertMPU23b, #AdvertPanel, #AdvertText, #AdvertiseFrame, #Advertisements, #AdvertisingLeaderboard, #AdvertismentHomeTopRight, #Advertorial, #Advertorials, #AdvertsBottom, #AdvertsBottomR, #ArticleBottomAd, #BANNER_160x600, #BANNER_300x250, #BANNER_728x90, #BDV_fullAd, #BackgroundAdContainer, #BannerAd, #BannerAdvert { [04:34:25] display: none; [04:34:27] I think it's AdBlock. [04:34:29] } [04:34:32] > [04:34:41] adblock is getting quite overzealous these days [04:34:56] Well, it does have a HTML id of "Advertisements". ;-) [04:35:01] an HTML * [04:35:03] I never liked the blocking fox/youtube ads in the player [04:35:10] maybe I'll just remove adblock [04:35:17] I love that it removes YouTube ads. [04:35:38] you know, I got it to avoid popups/annoying JS/load spam ads [04:36:11] not all advertising (though granted I don't miss youtube ads) [04:36:59] I thought AdBlock didn't activate on en.wikipedia.org. [04:37:24] Because Wikipedia doesn't do ads (except CentralNotice). [04:37:27] sweet...I have 20 commits in gerrit [04:37:33] So I tried to set up a redis job queue on my labs testwiki, except when it tries inserting into the queue, I get a "RedisConnectionPool requires the phpredis extension: https://github.com/nicolasff/phpredis" which I've already installed (using the instructions on https://github.com/nicolasff/phpredis#installation ) [04:37:41] Any tips…? [04:37:55] You're sure the extension is installed? [04:37:56] legoktm: is it installed for both php.ini files [04:37:59] ? [04:38:17] Aaron|home: I never touched any php.ini files, I just added it to redis.ini [04:38:18] * Aaron|home still wonders what TimStarling is looking for [04:38:29] "To do so, either edit your php.ini or add a redis.ini file in /etc/php5/conf.d with the following contents: extension=redis.so." [04:38:46] did you add the one for apache php? [04:39:04] Aaron|home: http://lists.wikimedia.org/pipermail/wikimedia-l/2013-January/author.html#123301 [04:39:09] Er…no. Where would that one be located? [04:39:13] You can read his January 2013 wikimedia-l posts fairly easily. [04:39:58] TimStarling: BTW, I think yesterday was the first time I'd ever seen you top-post. [04:40:22] yeah, I normally try to fix top posts on public mailing lists [04:40:35] cutting them into bits and doing an inline reply [04:40:40] legoktm: maybe /etc/php5/apache2/php.ini ? [04:40:55] legoktm: apt-get install php-redis/ [04:40:56] ? [04:40:57] but in private mail and on private mailing lists, I usually follow whatever convention the other person is using [04:41:11] I don't see any mention of VE in your wikimedia-l posts from January 2013. [04:41:25] "big data" thread? [04:41:33] yeah, it must have been some other conversation [04:43:05] Aaron|home: Did that, getting the same error. Do I need to restart apache for that to take effect? [04:43:08] http://lists.wikimedia.org/pipermail/wikitech-l/2013-April/068657.html [04:43:16] That's the only real mention I can find. [04:43:25] YuviPanda: E: Unable to locate package php-redis [04:43:45] Gracefulling Apache usually helps. [04:43:54] legoktm: php5-redis [04:43:55] :D [04:43:57] legoktm: yes, restart [04:44:19] TimStarling: why sad? [04:44:31] is it just the preference thing? [04:44:47] no, all the top-posting [04:44:54] Aha, that did it :D [04:44:55] Aaron|home: thanks! [04:45:05] legoktm: Vagrant! [04:45:10] there's a labs redis role [04:45:11] puppet! [04:45:13] or vagrant, yes. [04:45:28] damn, LQT takes a long time to save comments [04:45:53] It's a minor miracle that LQT even continues to function. [04:46:17] for very small values of function [04:46:20] I mean not parsing WW II but pretty slow for a non-formatted tweet sized comment [04:46:48] * YuviPanda replaces LQT with Facebook comments [04:47:00] You can edit Facebook comments now! [04:47:09] I wish when I replied to a "1 COMMENT" thread that I didn't have to "mark as read" [04:47:15] I mean give me a break [04:47:35] BTW, I re-checked [[w:en:Barack Obama]] recently and it was down to like 12 seconds. [04:47:42] Aaron|home: Also I had another JobQueue question while you're here... if I call JobQueueGroup::singleton( 'enwiki ')->push( $job ) from a special page on enwiki, does that mean the job will be inserted into meta's job queue? will $title variables and such automatically point to meta? [04:47:44] * YuviPanda has 268 messages. never mark as read [04:47:58] you mean 'metawiki' ? [04:48:01] er, that would be JobQueueGroup::singleton( 'metawiki ') [04:48:05] yeah :P [04:48:15] what $title variable? [04:48:40] $job = new MassMessageJob( $page, $data ); <-- where $page is a Title object [04:49:40] TimStarling: why sad? [04:49:45] just because nothing has changed [04:49:53] it depends on what the job sets $params to [04:50:33] legoktm: normally jobs take that first param as a title and call super with it [04:50:42] super? [04:50:48] the page will thus refer to the page (if any) on metawiki with that title [04:50:58] it will not magically point back to enwiki or such [04:51:06] ok, thats what i want [04:51:53] http://en.wikipedia.org/wiki/Call_super [04:52:01] Erik just basically reiterated that he won't provide a user preference to disable VE. [04:52:13] basically if function me() has "parent::me()" in it [04:52:22] Because a hacked-together JavaScript gadget on a per-wiki basis is much cleaner and saner. [04:52:33] And the Wikimedia community will be lab rats, like it or not. [04:52:37] Elsie: and better for prefs analytics ;) [04:52:56] you just need a DB of 950 mappings to find the gadget pref name, easy [04:53:55] Aaron|home: Gotcha, makes sense. [04:54:19] Elsie: Since we can just insert jobs into other wiki's job queues we don't have to worry about using the API or anything. [04:54:21] TimStarling: I didn't have a strong preference on this last week, though I tend to agree with your point that if it comes down to edits vs gadget prefs (which it does) then the former makes more sense for tracking [04:55:06] legoktm: What? [04:55:13] legoktm: You'll need an API to make edits. [04:55:24] Elsie: No, I don't think we will. [04:55:32] edits for what anyway? [04:55:53] Aaron|home: https://www.mediawiki.org/wiki/Extension:MassMessage [04:56:07] A wiki-spam extension. [04:56:33] Elsie: If the edit needs to be made on another wiki, we just insert it into that wiki's job queue and it'll be executed server-side in that wiki's queue [04:56:33] if using the job queue please make sure the RequestContext has the right agent/IP too [04:56:58] Aaron|home: Oh. How do we do that? [04:57:14] And does that even matter? This isn't supposed to be edits on behalf of a user [04:57:33] Jobs don't make edits... [04:57:38] They update links tables. [04:57:49] Or send e-mail sometimes. [04:58:00] Elsie: Jobs can do pretty much anything. [04:58:12] Elsie: https://github.com/wikimedia/mediawiki-extensions-MassMessage/blob/master/MassMessageJob.php#L61 [04:58:30] TranslationNotificationJob...*cough* [04:58:39] see, edits :) [04:58:51] Aaron|home: heheh, I've copied a lot of their code :P [05:00:23] Aaron|home: re: Redis, do we make a new connection every time we want to put things in the job queue? [05:02:01] or do we have some sort of connection pooling? [05:02:14] YuviPanda: once per php request, not per push() call, though if persistent connections are on in the config, then it's less connections than that [05:02:21] wmf does not have pooling enabled atm [05:03:41] Aaron|home: hmm, right. I guess that's okay [05:04:05] I hope to replace our RC feeds UDP mechansism with a Redis based one at some point in the future. Just collecting thoughts [05:05:10] Hi. I was thinking about a possible improvement to Mediawiki: to support a "Template documentation:" namespace by default, to replace the common system of /doc subpages. Does that sound decent at all? [05:09:25] 03(mod) Activate Article Feedback Tool v5 (AFTv5) on fa.wikipedia - 10https://bugzilla.wikimedia.org/51321 +comment (10reza.energy) [05:15:17] Thisismyrofl: I (as a user, not a dev) agree. I also think that it should somehow be such that the VE templatedata system works with it and there's no double work [05:16:04] All that seems like such an unnecessary hassle for such an ubiquitous feature. Should I put in a feature request on bugzilla? [05:16:25] "All that" meaning the current system of {{Documentation}} etc [05:25:34] 03(NEW) Disable 'Use existing reference' on pages without a reference - 10https://bugzilla.wikimedia.org/51848 minor; VisualEditor: Editing Tools; () [05:28:24] 03(mod) Remove SMW_migration.php (1.9 alpha) - 10https://bugzilla.wikimedia.org/50755 +comment (10gerritadmin) [05:31:06] 03(mod) Syndicated feeds of Watchlists include non-existent edits - 10https://bugzilla.wikimedia.org/51427 +comment (10justinkoavf) [05:33:36] http://lists.wikimedia.org/pipermail/wikimedia-l/2013-January/123303.html [05:33:38] heh [05:35:06] 03(mod) Reusing existing references doesnt seem to work right - 10https://bugzilla.wikimedia.org/50520 +comment (10jayvdb) [05:39:00] 03(mod) [SMW] 1.9.0 bugs (tracking) - 10https://bugzilla.wikimedia.org/41842 (10MWJames) [05:39:00] 03(mod) Remove SMW_migration.php (1.9 alpha) - 10https://bugzilla.wikimedia.org/50755 (10MWJames) [05:39:08] 03(mod) Remove SMW_migration.php (1.9 alpha) - 10https://bugzilla.wikimedia.org/50755 +comment (10gerritadmin) [05:39:30] 03(mod) Remove SMW_migration.php (1.9 alpha) - 10https://bugzilla.wikimedia.org/50755 (10MWJames) [05:58:35] 03(NEW) Add native support for "Template documentation:" namespace - 10https://bugzilla.wikimedia.org/51849 enhancement; MediaWiki: Templates; () [05:59:37] https://bugzilla.wikimedia.org/show_bug.cgi?id=51849 Welp, I "was bold" and sent my enhancement in [06:01:43] I am trying to signup for wikitech.wikimedia.org but I am getting [06:01:43] There was either an authentication database error or you are not allowed to update your external account [06:01:43] can anyone please help / [06:04:35] Krenair: there? [06:05:15] Wish I knew buddy =\\ [06:15:44] 03(mod) Reword some messages on account creation interface for logged in users - 10https://bugzilla.wikimedia.org/43172 +comment (10Matthew Flaschen) [06:19:13] 03(mod) TemplateData: Control keywords aren't translatable - 10https://bugzilla.wikimedia.org/50370 (10John Mark Vandenberg) [06:19:18] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10John Mark Vandenberg) [06:24:49] 03(mod) API module for RelatedSites extension - 10https://bugzilla.wikimedia.org/50414 +comment (10roland.unger) [06:27:37] 03(mod) TemplateData for [[pl:Template:Związek chemiczny infobox]] not shown in VE - 10https://bugzilla.wikimedia.org/51740 +comment (10jayvdb) [06:42:29] can I change my username wikitech.wikimedia.org ? [06:43:00] Hi anubhav. [06:43:36] hi elsie [06:43:36] anubhav: Probably not very easily. [06:43:42] You may be better off making a new account. [06:43:42] hmm [06:43:50] Ryan_Lane would know for sure. [06:43:55] but I don't have different emails [06:44:07] umm [06:44:07] Do you want your Gerrit username changed or just your wiki username? [06:44:14] gerrit [06:44:17] didn't you just send an email to wikitech? [06:44:23] yes [06:44:24] you didn't want the username you provided? [06:44:49] and if not, did you log into gerrit yet? if not, don't [06:44:58] does mediawiki capitalizes the [06:45:01] yes [06:45:06] the first letter :) [06:45:09] first charachter by itself [06:45:12] hmm [06:45:17] well everything is fine then [06:45:22] the shell account name is all lowercase [06:45:26] it's what you'll use to ssh [06:45:33] your username is used for all web logins [06:45:39] accha where can I see my shell acocount name ? [06:46:14] anubhav: in your wikitech preferences [06:46:18] or in your gerrit preferences [06:46:42] oh, yeah. I didn't see it before. Everything cool [06:46:50] great [06:48:12] if I want to deploy an extension should I set up an instance in Wikimedia labs [06:48:37] Deploy an extension where? [06:49:07] Or rather, what are you trying to do? [06:50:52] 03(mod) Syndicated feeds of Watchlists include non-existent edits - 10https://bugzilla.wikimedia.org/51427 +comment (10justinkoavf) [07:13:07] 03(NEW) New login.wikimedia system forces a reload on every wiki - 10https://bugzilla.wikimedia.org/51850 normal; MediaWiki extensions: CentralAuth; () [07:14:08] 03(mod) Create "Flood" flag on ckb.wikipedia - 10https://bugzilla.wikimedia.org/51803 (10This, that and the other) [07:14:39] 03(mod) Intermittent "502 Bad Gateway" errors on Wikimedia wikis via HTTPS - 10https://bugzilla.wikimedia.org/50891 +comment (10Ryan Lane) [07:15:01] 03(mod) New login.wikimedia system forces a reload on every wiki - 10https://bugzilla.wikimedia.org/51850 +comment (10MZMcBride) [07:21:03] 03(mod) SiteStats shows 0 for job queues not using database - 10https://bugzilla.wikimedia.org/50635 (10Andre Klapper) [08:10:58] What happened to wikibugs? [08:11:16] 03(mod) git.wikimedia.org is down - 10https://bugzilla.wikimedia.org/51769 +comment (10b) [08:11:23] Oh, there it goes. [08:19:34] is there a problem with the git web viewer at the moment? [08:23:48] physikerwelt: yes [08:24:08] What happened to wikibugs? thanks [08:27:07] someone should ready line 2595 of defaultsettings.php , the sentenecs on the notices are contradictory [08:29:05] 03(NEW) VisualEditor: By default, images should not set the alignment - 10https://bugzilla.wikimedia.org/51851 normal; VisualEditor: Editing Tools; () [08:29:06] 03(mod) VisualEditor: Support for right-to-left / bidirectional content (tracking) - 10https://bugzilla.wikimedia.org/33126 (10Amir E. Aharoni) [08:30:23] bleh.. I meant someone should read lines starting at 2595. The notes are contradictory [08:46:39] 03(NEW) VisualEditor: Thumbnail keywords must be in the wiki's language - 10https://bugzilla.wikimedia.org/51852 normal; VisualEditor: Editing Tools; () [08:46:40] 03(mod) VisualEditor: Support for right-to-left / bidirectional content (tracking) - 10https://bugzilla.wikimedia.org/33126 (10Amir E. Aharoni) [08:50:58] 03(mod) Provide a way to enable/disable web fonts for other languages - 10https://bugzilla.wikimedia.org/51102 +comment (10listenleser) [08:56:24] 03(mod) Direction (ltr/rtl) of feedback comments may be different from the direction of the interface language - 10https://bugzilla.wikimedia.org/36325 +comment (10aklapper) [08:57:46] 03(mod) https://login.wikimedia.beta.wmflabs.org/ trapped in an infinite self-redirect - 10https://bugzilla.wikimedia.org/51700 +comment (10gerritadmin) [09:02:06] 03(mod) upgradeRow() constantly triggered for invalid SVG and DjVu files - 10https://bugzilla.wikimedia.org/41090 -patch-in-gerrit ; +comment (10Andre Klapper) [09:04:11] 03(mod) Pre-save transform skips extensions using wikitext (gallery, references, footnotes, Cite, pipe trick, subst, signatures) - 10https://bugzilla.wikimedia.org/2700 +comment (10aklapper) [09:05:27] 03(mod) Create a maintenance script to convert oversighted content to suppressed with revision deletion, and the corresponding log entries too - 10https://bugzilla.wikimedia.org/18598 +comment (10aklapper) [09:06:44] 03(mod) MediaWiki:mwe-upwiz-source-ownwork-assert-any-license needs working GENDER suport - 10https://bugzilla.wikimedia.org/28525 +comment (10aklapper) [09:08:09] 03(mod) Special:LandingCheck on donate.wikimedia.org without any URL parameters is not working - 10https://bugzilla.wikimedia.org/41566 +comment (10Andre Klapper) [09:10:29] 03(mod) Transclusion from pages built by a template - 10https://bugzilla.wikimedia.org/21339 -patch-in-gerrit ; +comment (10Andre Klapper) [09:11:20] 03(mod) Prefix index search and namespaces in Special:Withoutinterwiki - 10https://bugzilla.wikimedia.org/10049 +comment (10aklapper) [09:12:24] 03(mod) Change key name for Special:Contact in ContactPage extension - 10https://bugzilla.wikimedia.org/32677 +comment (10aklapper) [09:13:11] 03(mod) apply correct lang and dir attributes to language names in "List of pages linked to this item" - 10https://bugzilla.wikimedia.org/40238 -patch-in-gerrit ; +comment (10Andre Klapper) [09:13:50] 03(mod) database connection is inconsistent - 10https://bugzilla.wikimedia.org/42245 -patch-reviewed ; +comment (10Andre Klapper) [09:16:37] 03(mod) Move public_reporting table to separate database - 10https://bugzilla.wikimedia.org/42285 +comment (10Andre Klapper) [09:21:16] 03(mod) Add apparmor profiles for TMH media converters - 10https://bugzilla.wikimedia.org/40099 +comment (10aklapper) [09:24:20] 03(NEW) Complete ResourceLoader dependency tree before serving HTML page - 10https://bugzilla.wikimedia.org/51853 normal; MediaWiki: ResourceLoader; () [09:24:52] 03(mod) News extension fails in Rel 1.21 - 10https://bugzilla.wikimedia.org/51836 summary; +comment (10Andre Klapper) [09:28:19] 03(mod) Include pagecounts dumps in datasets - 10https://bugzilla.wikimedia.org/48894 +comment (10ariel) [09:29:56] 03(mod) Images: Handle templated image options containing pipes - 10https://bugzilla.wikimedia.org/49400 +comment (10John Mark Vandenberg) [09:30:00] 03(mod) VisualEditor: Non-English Wikipedia issues (tracking) - 10https://bugzilla.wikimedia.org/51792 (10John Mark Vandenberg) [09:30:34] 03(NEW) Log page loads without JavaScript - 10https://bugzilla.wikimedia.org/51854 enhancement; MediaWiki extensions: CoreEvents; () [09:32:40] 03(mod) [patch] LIKE queries with spaces in search term broken for Page properties in SMW 1.6+ - 10https://bugzilla.wikimedia.org/34665 +comment (10jeroen_dedauw) [09:33:15] 03(mod) Jenkins: init script is crap - 10https://bugzilla.wikimedia.org/51817 +comment (10aklapper) [09:33:31] 03(mod) Spelling error in Chechen wikipedia title space: Декъашхон дийцаре should be Декъашхочун дийцаре - 10https://bugzilla.wikimedia.org/51783 +comment (10umar.dagirov) [09:34:11] does anybody remember the but when IP of cache server was used in anon edit? [09:34:18] *bug [09:35:15] yes I do (it was taken from one of the headers) [09:35:25] 03(mod) Include pagecounts dumps in datasets - 10https://bugzilla.wikimedia.org/48894 +comment (10addshorewiki) [09:36:05] 03(mod) [Regression] "Special:FilePath?file=.." is broken - 10https://bugzilla.wikimedia.org/51542 +comment (10gerritadmin) [09:36:11] 03(mod) Create a user right that allows ignoring the spam blacklist - 10https://bugzilla.wikimedia.org/34928 04CRIT->normal; +comment (10Andre Klapper) [09:36:15] 03(mod) no length constraints for properties in place - 10https://bugzilla.wikimedia.org/51813 (10tobias.gritschacher) [09:36:57] apergos: has it been resolved? [09:37:15] do you have bugzilla id ? [09:37:34] see https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#IP_editor_in_ur_base_killin_ur_d00dz [09:37:52] 03(mod) [Regression] "Special:FilePath?file=.." is broken - 10https://bugzilla.wikimedia.org/51542 +patch-in-gerrit (10Alexandre Emsenhuber [IAlex]) [09:40:24] 03(NEW) Recent changes links wikivoyage changes to wikipedia - 10https://bugzilla.wikimedia.org/51855 normal; MediaWiki extensions: WikidataClient; () [09:40:44] lemme find it and yes I believe a patch was submitted [09:40:45] hold on [09:42:10] 03(NEW) Log page loads without CSS - 10https://bugzilla.wikimedia.org/51856 normal; MediaWiki extensions: CoreEvents; () [09:42:24] 03(mod) Log page loads without JavaScript - 10https://bugzilla.wikimedia.org/51854 (10Matthew Flaschen) [09:42:26] 03(mod) Log page loads without CSS - 10https://bugzilla.wikimedia.org/51856 (10Matthew Flaschen) [09:44:05] 03(mod) Spelling error in Chechen wikipedia title space: Декъашхон дийцаре should be Декъашхочун дийцаре - 10https://bugzilla.wikimedia.org/51783 (10Andre Klapper) [09:44:56] 03(mod) PENDINGCHANGELEVEL magic word for infobox template not recognized - 10https://bugzilla.wikimedia.org/51843 summary (10Andre Klapper) [09:45:36] 03(NEW) Log JavaScript errors with onerror - 10https://bugzilla.wikimedia.org/51857 enhancement; MediaWiki extensions: CoreEvents; () [09:45:51] 03(mod) InstantCommons doesn't display DjVu on some installs - 10https://bugzilla.wikimedia.org/37764 +comment (10aklapper) [09:51:32] 03(mod) TemplateData for [[pl:Template:Związek chemiczny infobox]] not shown in VE - 10https://bugzilla.wikimedia.org/51740 +comment (10matma.rex) [09:51:46] 03(mod) VisualEditor: Image adding on non-English wikis should search commons by commonscat parameter or English interwiki - 10https://bugzilla.wikimedia.org/51031 summary (10Amir E. Aharoni) [09:52:07] 03(mod) Investigate Linux containers - 10https://bugzilla.wikimedia.org/51556 +comment (10Matthew Flaschen) [09:53:29] 03(mod) VisualEditor: Thumbnail keywords must be in the wiki's language - 10https://bugzilla.wikimedia.org/51852 +i18n (10Amir E. Aharoni) [09:53:33] 03(mod) VisualEditor: By default, images should not set the alignment - 10https://bugzilla.wikimedia.org/51851 +i18n (10Amir E. Aharoni) [09:54:58] https://bugzilla.wikimedia.org/show_bug.cgi?id=48919 [09:55:06] lazowik: ^^ [09:55:10] thanks [09:55:42] ah, that was wd [09:55:44] right [09:55:51] 03(NEW) Share VisualEditor and Parsoid puppet module between Vagrant and Wikimedia Labs - 10https://bugzilla.wikimedia.org/51858 enhancement; Tools: MediaWiki-Vagrant; () [09:56:29] 03(mod) Remove page-object gem deprecation warnings - 10https://bugzilla.wikimedia.org/46893 +comment (10zfilipin) [09:57:12] ha [09:57:15] then what is 208.80.154.75? [09:57:22] 03(mod) Remove page-object gem deprecation warnings - 10https://bugzilla.wikimedia.org/46893 +comment (10zfilipin) [09:57:37] https://en.wikipedia.org/wiki/Special:Contributions/208.80.154.75 [09:59:51] it might just be a anon user at the foundation [10:00:38] maybe someone doing testing, we had issues with ssl1005/6 yesterday [10:00:55] mm no. that's not due to testing [10:02:39] seems like it's itme to bz that and pint to the earlier bug as maybe related [10:03:03] but it would be nice to know at least what's on that ip [10:03:13] 03(NEW) gitblit: on antinomy jstack from java v6 is missing - 10https://bugzilla.wikimedia.org/51859 normal; Wikimedia: Git/Gerrit; () [10:03:15] ssl1005 [10:03:17] p858snake|l: don't think so https://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)#IP_editor_in_ur_base_killin_ur_d00dz [10:03:21] that's one of the ssl terminators for eqiad [10:03:32] no reason that it should be logged as making contribus [10:03:43] 03(mod) git.wikimedia.org is down - 10https://bugzilla.wikimedia.org/51769 +comment (10Antoine "hashar" Musso) [10:03:45] 03(mod) gitblit: on antinomy jstack from java v6 is missing - 10https://bugzilla.wikimedia.org/51859 (10Antoine "hashar" Musso) [10:03:50] yep [10:04:02] and no, noone is going to be on that host making edits [10:04:08] 03(mod) gitblit: on antinomy jstack from java v6 is missing - 10https://bugzilla.wikimedia.org/51859 +comment (10hashar) [10:04:25] who's reporting? [10:05:28] 03(mod) Recent changes links wikivoyage changes to wikipedia - 10https://bugzilla.wikimedia.org/51855 +comment (10gerritadmin) [10:05:38] 03(NEW) "Language switched from X" does not go away - 10https://bugzilla.wikimedia.org/51860 normal; MediaWiki extensions: UniversalLanguageSelector; () [10:05:55] feel free as the discoverer [10:06:06] you can add me to the emails though [10:06:11] 'ariel@' [10:06:33] ok [10:06:51] hmm mediawiki, not wikimedia? [10:07:08] it's mediawiki fault it's not detecting originating ip [10:07:24] yeah prolly [10:07:31] it will get moved if needed [10:09:12] 03(NEW) gitblit is missing an init/upstart job - 10https://bugzilla.wikimedia.org/51861 normal; Wikimedia: Git/Gerrit; () [10:14:42] apergos: what is the range of these equiad's ssls? [10:14:48] sec [10:15:12] http://ganglia.wikimedia.org/latest/?r=hour&cs=&ce=&s=by+name&c=SSL%2520cluster%2520eqiad&tab=m&vn= these are them [10:16:21] 03(mod) TemplateData has buffer length limit - 10https://bugzilla.wikimedia.org/51740 summary; +comment (10John Mark Vandenberg) [10:18:08] ok, I found out that 208.80.154.76 is also affected [10:18:17] and thought that is for all of them [10:18:20] but nope [10:18:48] (at least on enwiki) [10:19:04] 03(mod) gitblit is missing an init/upstart job - 10https://bugzilla.wikimedia.org/51861 +comment (10Ori Livneh) [10:21:47] 03(NEW) Some anonymous edits appearing under caching proxy IP address (ssl) - 10https://bugzilla.wikimedia.org/51862 normal; MediaWiki: Page editing; () [10:24:21] 03(mod) Better monitoring and error reporting of Errors and Exceptions - 10https://bugzilla.wikimedia.org/49757 +comment (10ori) [10:24:27] thanks for reporting [10:24:32] no problem :) [10:26:54] 03(mod) Debug Yandex translation service failures - 10https://bugzilla.wikimedia.org/50861 +comment (10gerritadmin) [10:28:34] 03(mod) Some anonymous edits appearing under caching proxy IP address (ssl) - 10https://bugzilla.wikimedia.org/51862 (10Michał Łazowik) [10:36:22] 03(mod) Canceling font change via input method dialog does not apply immediately - 10https://bugzilla.wikimedia.org/50564 +comment (10santhosh.thottingal) [10:36:52] apergos: so check the allowed XFF list in the mediawiki config? [10:37:01] 03(mod) Debug Yandex translation service failures - 10https://bugzilla.wikimedia.org/50861 +comment (10Niklas Laxström) [10:40:10] 03(NEW) Image dialog doesnt open - 10https://bugzilla.wikimedia.org/51863 normal; VisualEditor: Editing Tools; () [10:41:07] 03(NEW) VisualEditor: allow removal/suppression/disabling of formatting styles e.g. page title - 10https://bugzilla.wikimedia.org/51864 enhancement; VisualEditor: Editing Tools; () [10:41:23] 03(NEW) link item widget only links to Wikipedia - 10https://bugzilla.wikimedia.org/51865 normal; MediaWiki extensions: WikidataClient; () [10:43:53] 03(mod) link item widget only links to Wikipedia - 10https://bugzilla.wikimedia.org/51865 +comment (10gerritadmin) [10:45:14] soo [10:45:16] resolved? [10:45:44] 03(NEW) zimwriter automatically adds .zim extension to the output file name. - 10https://bugzilla.wikimedia.org/51866 normal; openZIM: zimwriter; () [10:45:47] lazowik: ? [10:46:15] MatmaRex: https://gerrit.wikimedia.org/r/#/c/75318/ [10:46:43] https://bugzilla.wikimedia.org/show_bug.cgi?id=51862 [10:47:09] mark: ^ [10:48:02] 03(mod) Image dialog doesnt open - 10https://bugzilla.wikimedia.org/51863 (10John Mark Vandenberg) [10:48:48] 03(mod) Some anonymous edits appearing under caching proxy IP address (ssl) - 10https://bugzilla.wikimedia.org/51862 +comment (10Mark Bergsma) [10:48:53] yeah should be fixed now [10:49:38] 03(mod) ULS: Fix warning "Resource interpreted as Font but transferred with MIME type application/x-font-woff" - 10https://bugzilla.wikimedia.org/51593 +comment (10santhosh.thottingal) [10:53:06] 03(mod) Correct the mime type for WOFF to application/font-woff - 10https://bugzilla.wikimedia.org/51593 summary (10Santhosh Thottingal) [10:57:15] mark: thanks :) [10:59:45] 03(mod) link item widget only links to Wikipedia - 10https://bugzilla.wikimedia.org/51865 +comment (10gerritadmin) [11:02:28] 03(mod) Image dialog doesnt open - 10https://bugzilla.wikimedia.org/51863 +comment (10jayvdb) [11:06:30] 03(mod) Recent changes links wikivoyage changes to wikipedia - 10https://bugzilla.wikimedia.org/51855 +comment (10gerritadmin) [11:07:47] 03(mod) Enable Kulmus fonts for Hebrew - 10https://bugzilla.wikimedia.org/51098 (10Kartik Mistry) [11:07:53] 03(mod) Add the Gentium font - 10https://bugzilla.wikimedia.org/51159 (10Kartik Mistry) [11:13:38] 03(mod) Shouldn't be able to add empty alias - 10https://bugzilla.wikimedia.org/51811 +comment (10gerritadmin) [11:17:08] 03(NEW) VisualEditor: editing window does not horizontally scroll for wide tables - 10https://bugzilla.wikimedia.org/51867 normal; VisualEditor: ContentEditable; () [11:18:10] 03(mod) Several ULS can be opened from different input fields - 10https://bugzilla.wikimedia.org/50558 +comment (10Santhosh Thottingal) [11:21:53] 03(NEW) Deleting image doesnt work - 10https://bugzilla.wikimedia.org/51868 normal; VisualEditor: Editing Tools; () [11:22:27] 03(NEW) Make statistic related code optional (plugin) - 10https://bugzilla.wikimedia.org/51869 enhancement; QRPedia: General; () [11:22:55] 03(mod) ULS IME selector goes off-screen in RTL - 10https://bugzilla.wikimedia.org/50690 +comment (10santhosh.thottingal) [11:24:21] 03(mod) Deleting image doesnt work - 10https://bugzilla.wikimedia.org/51868 (10John Mark Vandenberg) [11:35:01] 03(mod) Blacklist IME from Captcha and username field for user registration, to enter Latin letters - 10https://bugzilla.wikimedia.org/41675 +comment (10Santhosh Thottingal) [11:37:09] 03(NEW) Changing HTML code for list output - 10https://bugzilla.wikimedia.org/51870 normal; MediaWiki extensions: RelatedArticles; () [11:37:26] 03(mod) Incorrect spelling for Odia ULS typing layouts - 10https://bugzilla.wikimedia.org/51010 +comment (10Santhosh Thottingal) [11:37:34] hi guys [11:37:53] i need some help with mediawiki [11:38:28] i have an error with the import of a picture [11:38:37] i can't see the thumbnail [11:38:48] and can't see the picture [11:38:51] just the name [11:38:55] Private wiki or wmf wiki? [11:39:02] 03(mod) Canceling font change via input method dialog does not apply immediately - 10https://bugzilla.wikimedia.org/50564 (10Amir E. Aharoni) [11:39:28] wmf wiki [11:39:38] Which one? [11:39:57] 03(mod) Duplicated settings panel when opened from IME menu if already opened - 10https://bugzilla.wikimedia.org/49247 +comment (10Santhosh Thottingal) [11:40:18] 1.19.7 [11:40:47] ... [11:40:59] oh sorry [11:41:12] you want to say which option ? [11:42:07] Okay, if you're running 1.19 then it's a private wiki and not a wmf run wiki (*.wiki?edia.org) [11:43:14] 03(NEW) Changing HTML coding for list output in Insider.class.php - 10https://bugzilla.wikimedia.org/51871 normal; MediaWiki extensions: Insider; () [11:43:24] i don't understand [11:43:46] Do you have a link to your image on your wiki? [11:43:48] yes [11:44:04] but i can't acess to it [11:44:26] Do you have a link to the wiki? [11:45:05] no because it's an private network [11:45:14] lol [11:45:15] a* [11:45:45] it's not a local wiki [11:45:55] !schema [11:45:55] http://www.mediawiki.org/wiki/Manual:Database_layout [11:46:01] Go through the instructions aggain for setting up your wiki. You missed a step... [11:46:20] 03(mod) Add fonts for Armenian language in ULS - 10https://bugzilla.wikimedia.org/50846 (10Kartik Mistry) [11:46:33] which one [11:46:59] because it works fine except this function [11:47:40] 03(mod) HTML Email Digests - 10https://bugzilla.wikimedia.org/46665 +comment (10gerritadmin) [11:48:42] Go through all of them and see if you can figure it out... I'm too sleepy to hold your hand and go step by step with you right now. Other option is to come back in a couple hours when more people are here or I'm at least awake.. :) [11:49:43] ok [11:49:48] thx [11:49:51] you're right [11:50:07] 03(NEW) French Infobox edit/modifier button consumes much whitespace - 10https://bugzilla.wikimedia.org/51872 trivial; VisualEditor: General; () [11:50:48] Good luck! :) [11:52:04] thx ;) [11:52:21] 03(mod) French Infobox edit/modifier button consumes much whitespace - 10https://bugzilla.wikimedia.org/51872 (10John Mark Vandenberg) [11:52:23] 03(mod) VisualEditor: Non-English Wikipedia issues (tracking) - 10https://bugzilla.wikimedia.org/51792 (10John Mark Vandenberg) [11:53:01] 03(mod) Run all tests on PhantomJS - 10https://bugzilla.wikimedia.org/49813 -easy (10Željko Filipin) [11:53:45] 03(mod) TemplateData uses page_props, which limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 summary; +comment (10Bartosz Dziewoński) [11:55:30] 03(mod) Changing HTML code for list output - 10https://bugzilla.wikimedia.org/51870 (10RolandUnger) [11:55:47] 03(mod) Changing HTML coding for list output in Insider.class.php - 10https://bugzilla.wikimedia.org/51871 (10RolandUnger) [11:59:23] 03(NEW) with no references produces overly technical warning - 10https://bugzilla.wikimedia.org/51873 minor; VisualEditor: General; () [12:00:50] 03(mod) [Regression] "Special:FilePath?file=.." is broken - 10https://bugzilla.wikimedia.org/51542 +comment (10gerritadmin) [12:02:09] * spstarr_work pulls today's git changes for new goodies/bug fixes  [12:02:13] hopefully not new bugs :D [12:03:06] 03(mod) Add native support for "Template documentation:" namespace - 10https://bugzilla.wikimedia.org/51849 (10Andre Klapper) [12:03:09] 03(mod) Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 (10Andre Klapper) [12:03:30] 03(mod) "Link with pages" - some language codes are twice - 10https://bugzilla.wikimedia.org/51768 +comment (10This, that and the other) [12:04:01] aha [12:04:03] http://www.mediawiki.org/wiki/Extension_talk:Pdf_Export#MWlib_issues_28541 [12:04:15] Could not generate PDFs for pages with spaces in their name. This is because $skintemplate->thispage is used, which returns the page title with underscores instead of spaces. Replacing this by $skintemplate->titletxt solved the problem, as mw-zip seems to need the actual page title and not the page url. [12:04:17] * spstarr_work fixes [12:05:02] 03(mod) Run all tests on PhantomJS - 10https://bugzilla.wikimedia.org/49813 +comment (10zfilipin) [12:05:10] 03(mod) TemplateData uses page_props, which limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 +comment (10John Mark Vandenberg) [12:05:11] 03(mod) Use a separate namespace for template data JSON instead of requiring to be added to /doc subpages - 10https://bugzilla.wikimedia.org/50512 (10John Mark Vandenberg) [12:07:56] 03(mod) [Regression] "Special:FilePath?file=.." is broken - 10https://bugzilla.wikimedia.org/51542 -patch-in-gerrit (10Alexandre Emsenhuber [IAlex]) [12:08:13] i confirm that fixes it! [12:08:29] 03(mod) enter_bug.cgi?format=guided not properly configured - 10https://bugzilla.wikimedia.org/36762 (10Andre Klapper) [12:08:36] now MwLib doesnt properly convert wiki to PDF for tags [12:08:58] 03(mod) TemplateData uses page_props, which limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 +comment (10Bartosz Dziewoński) [12:11:46] 03(mod) Improve the UX of the diff view displaying different revisions of an item - 10https://bugzilla.wikimedia.org/37958 (10Addshore) [12:12:01] 03(mod) JSON diff representation of items should be closer aligned to the other JSON serializations - 10https://bugzilla.wikimedia.org/39144 (10Addshore) [12:12:31] 03(mod) Purging does not work on deployment-prep / beta labs - 10https://bugzilla.wikimedia.org/48203 +comment (10hashar) [12:12:36] 03(mod) typo SCRIPT_DEPRECTED -> SCRIPT_DEPRECATED - 10https://bugzilla.wikimedia.org/40649 +comment (10aklapper) [12:12:57] 03(mod) TemplateData uses page_props, which limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 +comment (10mybugs.mail) [12:14:19] 03(mod) On watchlist page "days all" should be reworded to "| up to 30 days". - 10https://bugzilla.wikimedia.org/26022 +design; +comment (10Andre Klapper) [12:14:53] 03(mod) Testing bug -- please ignore - 10https://bugzilla.wikimedia.org/44441 +comment (10gerritadmin) [12:14:58] 03(mod) linkify ISBN: foo and ISBN: foo, bar, etc. beside ISBN foo_bar - 10https://bugzilla.wikimedia.org/12900 -patch-in-gerrit ; +comment (10Andre Klapper) [12:15:53] 03(NEW) vhtcpd needs to support purge request send over unicast - 10https://bugzilla.wikimedia.org/51874 normal; Wikimedia Labs: deployment-prep (beta); () [12:16:10] 03(mod) vhtcpd needs to support purge request send over unicast - 10https://bugzilla.wikimedia.org/51874 +comment (10Antoine "hashar" Musso) [12:16:11] 03(mod) Purging does not work on deployment-prep / beta labs - 10https://bugzilla.wikimedia.org/48203 (10Antoine "hashar" Musso) [12:17:51] 03(mod) Complete ResourceLoader dependency tree before serving HTML page - 10https://bugzilla.wikimedia.org/51853 +comment (10krinklemail) [12:18:15] 03(mod) Complete ResourceLoader dependency tree before serving HTML page - 10https://bugzilla.wikimedia.org/51853 (10Krinkle) [12:19:21] 03(mod) vhtcpd needs to support purge request send over unicast - 10https://bugzilla.wikimedia.org/51874 +comment (10hashar) [12:20:35] 03(mod) French Infobox edit/modifier button consumes much whitespace - 10https://bugzilla.wikimedia.org/51872 +comment (10jayvdb) [12:21:42] 03(mod) Use a separate namespace for template data JSON instead of requiring to be added to /doc subpages - 10https://bugzilla.wikimedia.org/50512 +comment (10krinklemail) [12:21:52] 03(mod) gitblit: on antinomy jstack from java v6 is missing - 10https://bugzilla.wikimedia.org/51859 +comment (10Andre Klapper) [12:24:01] 03(mod) TemplateData: Page properties should not be stored twice (both Template and Template/doc) - 10https://bugzilla.wikimedia.org/50512 summary; +comment (10Krinkle) [12:24:20] 03(mod) TemplateData: page_props limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 summary (10Krinkle) [12:28:20] 03(mod) French Infobox edit/modifier button consumes much whitespace - 10https://bugzilla.wikimedia.org/51872 +comment (10jayvdb) [12:28:30] 03(mod) On watchlist page "days all" should be reworded to "| up to 30 days". - 10https://bugzilla.wikimedia.org/26022 +comment (10schenonef) [12:29:40] 03(mod) Testing bug -- please ignore - 10https://bugzilla.wikimedia.org/44441 +comment (10gerritadmin) [12:32:00] 03(mod) TemplateData: page_props limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 +comment (10gerritadmin) [12:32:57] 03(mod) Provide a way to enable/disable web fonts for other languages - 10https://bugzilla.wikimedia.org/51102 +comment (10pginer) [12:41:55] 03(NEW) General non VE feedback goes to the VE feedback page. - 10https://bugzilla.wikimedia.org/51875 minor; VisualEditor: General; () [12:44:27] 03(mod) Complete ResourceLoader dependency tree before serving HTML page - 10https://bugzilla.wikimedia.org/51853 (10Andre Klapper) [12:46:01] 03(NEW) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 normal; MediaWiki extensions: WikidataRepo; () [12:50:37] 03(NEW) French Wikipedia: nowiki - 10https://bugzilla.wikimedia.org/51877 normal; VisualEditor: General; () [13:10:34] 03(NEW) Exception thrown by mw.ext.valueView: No sufficient indicator provided - 10https://bugzilla.wikimedia.org/51878 normal; MediaWiki extensions: WikidataRepo; () [13:13:01] 03(NEW) UploadWizard adding null location template and missing category - 10https://bugzilla.wikimedia.org/51879 normal; MediaWiki extensions: UploadWizard; () [13:19:22] 03(mod) TemplateData: Page properties should not be stored twice (both Template and Template/doc) - 10https://bugzilla.wikimedia.org/50512 +comment (10mybugs.mail) [13:22:07] 03(mod) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 +comment (10aude.wiki) [13:28:10] git.wikimedia.org does not load [13:28:25] I think that's a known issue since before the weekend [13:28:48] Ah, ok. [13:29:54] * rillke is viewing now on github [13:30:28] 03(mod) Closure of am.wikiquote.org and uz.wikibooks.org - 10https://bugzilla.wikimedia.org/51788 +comment (10gerritadmin) [13:31:26] 03(mod) Closure of am.wikiquote.org and uz.wikibooks.org - 10https://bugzilla.wikimedia.org/51788 (10Tomasz W. Kozlowski) [13:31:41] rillke: do you know that you can submit patches via GitHub? [13:32:29] You can submit patches via Git+Gerrit, it's only gitblit that doesn't work. [13:32:48] Reedy: It went down again? [13:33:05] YuviPanda: Will they be put for review? [13:33:19] Or does someone else must pull them? [13:33:22] rillke: yes, automatically moved to Gerrit. Any comments on Gerrit will be relayed back to the GitHub pullrequest [13:33:37] rillke: two way comments sync 'coming soon' (hopefully in a week) [13:33:49] it's enabled only for certain repos though. [13:33:58] 03(mod) TemplateData: page_props limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 +comment (10gerritadmin) [13:33:59] Is this documented somewhere? [13:34:17] Who are you, new? [13:34:47] rillke: no, since it isn't stable enough for general consumption yet. It's my pet project to reduce the amount of time I spend in Gerrit [13:35:22] rillke: https://www.mediawiki.org/wiki/User:Yuvipanda/G2G [13:35:23] rillke: I plan on stabilizing this before Wikimania and then convince people to use it more [13:38:44] andre__: what is the url for the bz api? O_o [13:39:35] https://bugzilla.wikimedia.org/jsonrpc.cgi [13:39:51] :> [13:41:08] YuviPanda: That would be nice, indeed if one could use it for the core. [13:41:26] rillke: it's already enabled for core, but it's a little bit unstable right now because of core's size and labs' NFS [13:41:38] rillke: I should stabilize it a lot more before end of week, however. [13:41:53] 03(mod) VisualEditor: Handle 'meta' templates better - 10https://bugzilla.wikimedia.org/51322 +comment (10Ed Sanders) [13:42:16] 03(mod) VisualEditor: Handle 'meta' templates better - 10https://bugzilla.wikimedia.org/51322 +comment (10gerritadmin) [13:42:27] rillke: https://gerrit.wikimedia.org/r/#/q/owner:%22SuchABot+%253Cyuvipanda%252Bsuchabot%2540gmail.com%253E%22,n,z [13:42:30] is all from the bot :) [13:42:55] addshore, https://bugzilla.wikimedia.org/jsonrpc.cgi and https://bugzilla.wikimedia.org/xmlrpc.cgi [13:43:35] rillke: if you feel like hacking some python, I'd love some help :) github.com/yuvipanda/SuchABot [13:44:36] YuviPanda: I don't know anything about the p-languages. You can ask me about C.., J.. and V... [13:45:06] rillke: :) will keep in mind [13:45:17] V... is...? [13:45:17] Vala? :) [13:45:35] VisualBasic hehe [13:45:37] 03(mod) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 +comment (10aude.wiki) [13:45:48] rillke: heh, 6.0 was the best! :D [13:45:55] Indeed. [13:45:56] (I moved to C# after) [13:46:13] Sluggish .NET bugs me. [13:46:20] rillke: would you be interested in any repo other than core? [13:46:52] YuviPanda: Yes, https://github.com/wikimedia/mediawiki-extensions-UploadWizard [13:47:07] rillke: heh, that's already enabled and works very well [13:47:17] rillke: All my patches to UW were via the bot [13:47:28] rillke: you can use that now easily. [13:47:41] rillke: just open a pull request, and in about 10s it'll be sync'd to gerrit. [13:47:48] and a comment will be left on github with the url [13:48:01] rillke: see https://github.com/wikimedia/apps-android-commons/pull/36 which I just did [13:48:51] rillke: and when I merge / abandon it on Gerrit, it automatically closes it on Github too. [13:49:01] Awesome! [13:49:25] https://github.com/wikimedia/apps-android-commons/pull/36 just closed when I merged it [13:49:35] rillke: so you can already use it for UploadWIzard :) [13:52:03] 03(mod) Navigation bars do not properly load until the JSON structure is re-saved. - 10https://bugzilla.wikimedia.org/51841 (10Raylton P. Sousa) [13:52:03] 03(mod) Create basic tool for reading books(group of pages) - 10https://bugzilla.wikimedia.org/50386 (10Raylton P. Sousa) [13:52:42] 03(mod) Add variables to enable or disable parts of the extension - 10https://bugzilla.wikimedia.org/51844 (10Raylton P. Sousa) [13:54:55] 03(mod) "Link with pages" - some language codes are twice - 10https://bugzilla.wikimedia.org/51768 +comment (10Aude) [13:56:24] Lydia_WMDE, hi! [13:57:31] Lydia_WMDE, just fyi as GSoC org admin: tomorrow I'm starting a week of holidays and then I will fly to Hong Kong on Aug 1-2. [13:58:00] Lydia_WMDE, everybody should be fine with mid-term evaluations but I will tell them that if they need an org admin they can contact you, ok? [13:59:07] 03(mod) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 +comment (10gerritadmin) [14:00:08] /q MatmaRex [14:00:20] 03(mod) VisualEditor does not transclude MediaWiki:Editpage-head-copy-warn message - 10https://bugzilla.wikimedia.org/51160 +comment (10Elitre) [14:01:06] 03(mod) VisualEditor: By default, images should not set the alignment - 10https://bugzilla.wikimedia.org/51851 +comment (10Moriel Schottlender) [14:01:24] is there someone familiar with GMD? [14:01:30] http://meta.wikimedia.org/wiki/Global_message_delivery/ [14:01:37] twkozlowski: hm? [14:01:40] Amir1: Elsie [14:01:50] Is there a way to run bot in order to correct the last spam? [14:02:04] probably not [14:02:08] Elsie: ^ [14:02:16] oh, you're here [14:03:19] So I'll write code in order to correct it [14:03:23] Amir1: nope, not possible. [14:03:54] that's why we test the messages before we send them now at Tech News :-) [14:04:57] url of the blog changed after I posted it [14:06:44] 03(mod) VisualEditor: By default, images should not set the alignment - 10https://bugzilla.wikimedia.org/51851 +comment (10amir.aharoni) [14:08:27] make them create a redirect then [14:09:10] hello, i've noticed that after about 80 invokes on the same page, modules tend to break. is this intended behavior? [14:10:33] (or am i running into memory limits or something?) [14:12:22] 03(NEW) Dragging cursor through template & text in Firefox responds unpredictably - 10https://bugzilla.wikimedia.org/51880 normal; VisualEditor: General; () [14:14:16] 03(NEW) zimlib reports an unknown MIME type 65535 error for all articles with a redirect. - 10https://bugzilla.wikimedia.org/51881 critical; openZIM: zimlib; () [14:16:21] hi Gika [14:16:22] 03(mod) UploadWizard adding null location template and missing category - 10https://bugzilla.wikimedia.org/51879 +comment (10Rainer Rillke @commons.wikimedia) [14:16:28] Gika: can you point to an example? [14:16:41] Gika: you're talking about Lua modules, right? [14:16:56] and if there's an error message that'd be good to see [14:17:57] sumanah: interpreter exited with status 1 [14:19:06] Gika: an example would be great; thanks for reporting this problem [14:20:17] Gika: If you're getting "interpreter exited with status 1", the first step is to follow the instructions at https://www.mediawiki.org/wiki/Extension:Scribunto#Troubleshooting to get some more helpful error output. [14:20:19] sumanah: http://wiki.pokemoncentral.it/index.php?title=Utente:Maze/Sandbox (the "colore" module is called many times inside the templates) [14:21:10] anomie: thanks, i'll enable the option [14:24:13] yeah... /usr/local/bin/luajit: not enough memory [14:27:04] 03(NEW) can't run Selenium tests on Windows - 10https://bugzilla.wikimedia.org/51882 normal; Tools: MediaWiki-Vagrant; () [14:27:10] Gika: It sounds like you're running into the Lua interpreter memory limits. I don't know if luajit does things differently from standard Lua, we haven't done much of anything to test with it. [14:28:04] anomie: can these limits be raised? (do you think using luasandbox could help?) [14:29:15] Memory limit can be, yes [14:29:17] /me pokes anomie with https://gerrit.wikimedia.org/r/#/c/74523/ [14:29:47] Gika: LuaSandbox might help. You can easily raise the limits by setting the 'memoryLimit' configuration, in the same way you set the errorFile. [14:30:13] is there any resources on how to use jquery buttons in mediawiki? [14:31:07] YuviPanda: I asked for additional opinions in the MW Core meeting yesterday. Tim said he'd try to find time to take a look. [14:31:16] anomie: ah, sweet [14:31:25] anomie: can you add him as a reviewer? [14:31:36] Rahul21: Would you like to create them with JavaScript? [14:31:40] YuviPanda: He's already on there as a reviewer, I think he added himself yesterday [14:31:58] anomie: ah, sweet. [14:32:11] the code was deployed on commons yesterday without issues [14:32:22] 03(NEW) Language templates replaced by snowmen at Japanese Wikipedia - 10https://bugzilla.wikimedia.org/51883 normal; Parsoid: General; () [14:32:43] darn it I missed the Core meeting yesterday [14:32:47] 03(mod) Language templates replaced by snowmen at Japanese Wikipedia - 10https://bugzilla.wikimedia.org/51883 (10WhatamIdoing) [14:33:23] rillke: I have them in js actually, but those old fashioned buttons :( [14:35:44] Rahul21: First, you have to make sure the jquery.ui button module is loaded [14:36:19] do mw.loader.using('jquery.ui.buttton', function() {/* your code here */}); [14:36:49] * mw.loader.using('jquery.ui.button', function() {/* your code here */}); [14:38:19] Then, inside the /* your code here */ , turn any element you would like to behave like a button into a button: $('selector').button(); [14:43:06] anomie: is the memoryLimit option documented somewhere? [14:43:26] (i just want to know if it's in b/kb/mb) [14:44:21] Gika: It doesn't look like it's documented anywhere. But it appears to be in bytes, since the default is "50 * 1024 * 1024" [14:44:56] thanks [14:47:58] are there other lua conf options i should know for tuning/debug purposes? [14:48:16] (works like a charm now :) [14:49:53] 03(mod) Implement visual interface for changing the categories a page is in - 10https://bugzilla.wikimedia.org/27312 (10Krinkle) [14:49:56] Gika: You can look at what's set by default in the Scribunto.php file. At some point I should probably add info to the extension page. [14:50:01] 03(mod) Use a dedicated interface for adding interwiki/category links, not wikitext - 10https://bugzilla.wikimedia.org/167 (10Krinkle) [14:50:29] 03(NEW) enable VE for anonymous users on test2wiki - 10https://bugzilla.wikimedia.org/51884 major; Wikimedia: Site requests; () [14:50:38] 03(mod) Use a dedicated interface for adding interwiki/category links, not wikitext - 10https://bugzilla.wikimedia.org/167 (10Krinkle) [14:50:51] 03(NEW) provide postgresql and postgis on toollabs - 10https://bugzilla.wikimedia.org/51885 normal; Wikimedia Labs: tools; () [14:51:20] 03(mod) The source language of a page should be arbitrary - 10https://bugzilla.wikimedia.org/35489 +comment (10SJ) [14:52:45] 03(mod) Closure of am.wikiquote.org and uz.wikibooks.org - 10https://bugzilla.wikimedia.org/51788 +comment (10gerritadmin) [14:53:29] 03(mod) provide postgresql and postgis on toollabs - 10https://bugzilla.wikimedia.org/51885 +comment (10marc) [14:53:59] 03(mod) Add namespaces to $wgNamespacesToBeSearchedDefault and $wgContentNamespaces for Ukrainian Wikisource - 10https://bugzilla.wikimedia.org/51684 +comment (10gerritadmin) [14:54:53] 03(mod) VisualEditor: Warning for blank reference list is confusing - 10https://bugzilla.wikimedia.org/51873 minor->15enhancement; summary; +comment (10James Forrester) [14:55:47] 03(mod) Enable "Confirmed users" group on ckb.wikipedia - 10https://bugzilla.wikimedia.org/51715 +comment (10gerritadmin) [14:56:10] 03(mod) Remove ability-to-remove-bureaucrat from en.wiktionary bureaucrats - 10https://bugzilla.wikimedia.org/42113 +comment (10gerritadmin) [14:56:37] 03(mod) Translation pages that cannot be edited should not show an "Edit" tab - 10https://bugzilla.wikimedia.org/35946 +comment (10Pau Giner) [14:56:41] 03(mod) TemplateData: Page properties should not be stored twice (both Template and Template/doc) - 10https://bugzilla.wikimedia.org/50512 +comment (10jforrester) [15:05:15] 03(mod) VisualEditor: Allow per-wiki/-namespace disabling of formatting styles e.g. page title - 10https://bugzilla.wikimedia.org/51864 summary; +comment (10James Forrester) [15:06:49] 03(mod) General non VE feedback goes to the VE feedback page. - 10https://bugzilla.wikimedia.org/51875 +comment (10jforrester) [15:10:16] 03(mod) VisualEditor: CSS broken in RTL - 10https://bugzilla.wikimedia.org/49546 +comment (10moriel) [15:14:59] 03(mod) Set collation on fa wikis to uca-fa - 10https://bugzilla.wikimedia.org/50311 +comment (10gerritadmin) [15:16:07] 03(mod) VisualEditor: CSS broken in RTL - 10https://bugzilla.wikimedia.org/49546 +comment (10James Forrester) [15:17:49] 03(mod) Set collation on fa wikis to uca-fa - 10https://bugzilla.wikimedia.org/50311 +comment (10sam) [15:18:20] 03(mod) Cursor not moving past ग्र on left arrow key press in visual editor - 10https://bugzilla.wikimedia.org/51846 (10Siddhartha Ghai) [15:18:21] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10Siddhartha Ghai) [15:19:32] 03(mod) Set collation on fa wikis to uca-fa - 10https://bugzilla.wikimedia.org/50311 +comment (10sam) [15:19:43] 03(mod) Some icon files are not embedded - 10https://bugzilla.wikimedia.org/51104 +comment (10pginer) [15:20:31] 03(mod) Set collation on fa wikis to uca-fa - 10https://bugzilla.wikimedia.org/50311 +comment (10sam) [15:21:51] 03(mod) Section handling in Semantic Forms - 10https://bugzilla.wikimedia.org/46662 +comment (10gerritadmin) [15:22:00] 03(mod) Add namespaces to $wgNamespacesToBeSearchedDefault and $wgContentNamespaces for Ukrainian Wikisource - 10https://bugzilla.wikimedia.org/51684 (10Tomasz W. Kozlowski) [15:22:02] 03(mod) Closure of am.wikiquote.org and uz.wikibooks.org - 10https://bugzilla.wikimedia.org/51788 (10Tomasz W. Kozlowski) [15:22:27] 03(mod) Recursive word addition with Google Input Tools in reference tool on Firefox - 10https://bugzilla.wikimedia.org/51847 (10Siddhartha Ghai) [15:22:28] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10Siddhartha Ghai) [15:22:38] 03(mod) VisualEditor: Disable 'Use existing reference' on pages without a reference - 10https://bugzilla.wikimedia.org/51848 summary (10James Forrester) [15:26:18] YuviPanda: It seems that ULS uses tipsy already. So if ShortUrl is gonna be used only where ULS is also used, https://gerrit.wikimedia.org/r/#/c/74649/ could be modified to use tipsy. [15:28:13] 03(NEW) LuaStandalone leaks memory for functions returned to PHP - 10https://bugzilla.wikimedia.org/51886 normal; MediaWiki extensions: Scribunto; () [15:28:51] Gika: BTW, I've figured out why it was running out of memory on you, and filed it as bug 51886. [15:35:53] 03(NEW) An error has occurred while searching: The search backend returned an error: - 10https://bugzilla.wikimedia.org/51887 normal; MediaWiki: Search; () [15:37:13] Greetings!! [15:37:30] I need to give edit permissions for a single page in mediawiki to all the users [15:37:35] how am I do that [15:39:10] 03(mod) An error has occurred while searching: The search backend returned an error: - 10https://bugzilla.wikimedia.org/51887 +comment (10Sam Reed (reedy)) [15:40:36] 03(mod) provide postgresql and postgis on toollabs - 10https://bugzilla.wikimedia.org/51885 normal->15enhancement (10Sam Reed (reedy)) [15:42:07] 03(NEW) Do not show very long or binary property values on [[Special:PagesWithProp]] - 10https://bugzilla.wikimedia.org/51888 normal; MediaWiki: Special pages; () [15:42:07] 03(mod) TemplateData: page_props limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 (10Bartosz Dziewoński) [15:42:38] 03(mod) Do not show very long or binary property values on [[Special:PagesWithProp]] - 10https://bugzilla.wikimedia.org/51888 +comment (10gerritadmin) [15:43:01] 03(mod) TemplateData: page_props limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 +comment (10matma.rex) [15:44:26] !access | ponrajuganesh [15:44:26] ponrajuganesh: For information on customizing user access, see . For common examples of restricting access using both rights and extensions, see . [15:45:07] yeah have looked over these tale [15:45:45] But page specific edit is what we neede [15:46:53] MediaWiki cannot do that standalone [15:46:59] There may be an extension to provide htat functionality [15:48:59] 03(mod) In RTL (hewiki and arwiki) wikis, can't remove categories - 10https://bugzilla.wikimedia.org/51490 (10Moriel Schottlender) [15:50:00] oh okay Reedy thanks a lot [16:01:05] 03(mod) VisualEditor does not transclude MediaWiki:Editpage-head-copy-warn message - 10https://bugzilla.wikimedia.org/51160 +comment (10elitre82) [16:01:42] hi parent5446 how's it going? [16:02:13] Hey, good. [16:02:25] Too tired for today. [16:06:46] * Lcawte kicks git.wikimedia.org [16:13:12] 03(mod) Set collation on fa wikis to uca-fa - 10https://bugzilla.wikimedia.org/50311 +comment (10Sam Reed (reedy)) [16:13:37] 03(mod) TemplateData: page_props limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 +comment (10Bartosz Dziewoński) [16:13:37] 03(mod) Do not show very long or binary property values on [[Special:PagesWithProp]] - 10https://bugzilla.wikimedia.org/51888 (10Bartosz Dziewoński) [16:15:00] 03(mod) gitblit is missing an init/upstart job - 10https://bugzilla.wikimedia.org/51861 +comment (10gerritadmin) [16:15:49] 03(mod) sorting order in categories for sv.wikisource - 10https://bugzilla.wikimedia.org/46058 +comment (10gerritadmin) [16:17:31] ^demon: How come Gitblit is timing out, anything to do with bug 51861? [16:17:53] <^demon> If I knew I would've stopped it already. [16:18:32] <^demon> But no, that has nothing to do with it. [16:18:38] Ok :S [16:20:01] 03(NEW) Make the link to list of all Labs projects more visible - 10https://bugzilla.wikimedia.org/51889 normal; Wikimedia Labs: Infrastructure; () [16:20:23] 03(mod) Make the link to list of all Labs projects more visible - 10https://bugzilla.wikimedia.org/51889 (10silke.meyer) [16:23:36] 03(mod) Deploy language-specific "uca-xx" collations on Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/45443 (10Sam Reed (reedy)) [16:24:50] Hi! Is there any way to change recent changes appearance? [16:25:02] We'd like to modify the text that appears after a user [16:25:11] The (talk | contribs ) stuff [16:25:24] And add another link in there, to the forums [16:26:33] win 20 [16:29:15] RndMA: most likely there is, one sec [16:29:36] 03(mod) Jenkins: MediaWiki regressions tests should have test reports - 10https://bugzilla.wikimedia.org/51716 (10Greg Grossmeier) [16:29:47] MatmaRex: I was looking, UserToolLinksEdit maybe? [16:30:36] i checked the messages, but this apparently isn't possible [16:30:49] Lcawte: maybe [16:31:01] 03(mod) git.wikimedia.org is down - 10https://bugzilla.wikimedia.org/51769 +comment (10innocentkiller) [16:31:47] 03(NEW) Bots compenent in bugzilla is obsolete - 10https://bugzilla.wikimedia.org/51890 major; Wikimedia Labs: bots; () [16:32:01] Thanks for looking, but I take this isn't doable? [16:32:16] RndMA: you could always do it in JavaScirpt, client-side [16:32:30] !hook UserToolLinksEdit [16:32:30] http://www.mediawiki.org/wiki/Manual:Hooks/UserToolLinksEdit [16:32:35] or with this, apparnetly [16:33:30] Hm, thanks. I'll try to make sense of that second thing [16:35:40] 03(mod) Bots compenent in bugzilla is obsolete - 10https://bugzilla.wikimedia.org/51890 +comment (10Tim Landscheidt) [16:38:04] 03(mod) TemplateData: page_props limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 (10Bartosz Dziewoński) [16:38:05] 03(mod) Do not show very long or binary property values on [[Special:PagesWithProp]] - 10https://bugzilla.wikimedia.org/51888 (10Bartosz Dziewoński) [16:38:07] 03(NEW) SpecialPagesWithProp PHP notice with empty/nonexistent props - 10https://bugzilla.wikimedia.org/51891 normal; MediaWiki: Special pages; () [16:39:19] 03(mod) SpecialPagesWithProp PHP notice with empty/nonexistent props - 10https://bugzilla.wikimedia.org/51891 +easy (10Bartosz Dziewoński) [16:39:37] 03(mod) Special:Categories navigation is broken when using Special:Categories/ - 10https://bugzilla.wikimedia.org/43506 +comment (10aklapper) [16:40:16] 03(mod) AbuseFilter should use Renameuser hooks (filter history/filter logs need to be updated when a user is renamed) - 10https://bugzilla.wikimedia.org/25377 -patch-in-gerrit ; +comment (10Andre Klapper) [16:41:03] 03(mod) Merge action=credits into action=info - 10https://bugzilla.wikimedia.org/39533 -patch-in-gerrit (10Andre Klapper) [16:41:52] 03(mod) TemplateData: page_props limits value length to 65535 bytes (MySQL 'blob' field) - 10https://bugzilla.wikimedia.org/51740 (10James Forrester) [16:43:20] !brain [16:43:20] Hello, I'm wm-bot. The database for this channel is published at http://bots.wmflabs.org/~wm-bot/db/%23mediawiki.htm More about WM-Bot: https://meta.wikimedia.org/wiki/wm-bot [16:43:48] 03(mod) Do not show very long or binary property values on [[Special:PagesWithProp]] - 10https://bugzilla.wikimedia.org/51888 (10Bartosz Dziewoński) [16:45:06] 03(mod) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 +comment (10gerritadmin) [16:45:14] 03(mod) Do not show very long or binary property values on [[Special:PagesWithProp]] - 10https://bugzilla.wikimedia.org/51888 +comment (10gerritadmin) [16:45:45] 03(mod) Image dialog doesnt open - 10https://bugzilla.wikimedia.org/51863 +comment (10jforrester) [16:46:01] Hmm, how do we get wm-bot to use https for !hook? [16:46:28] Umm, you can delete the message for hook, and replace it with a version containing https [16:46:47] Right... how do I make that happen? :P [16:46:54] 03(mod) Create a user right that allows ignoring the spam blacklist - 10https://bugzilla.wikimedia.org/34928 +comment (10Alex Monk) [16:47:20] lc [16:47:20] never tried before, but lets see if this works [16:47:26] !del hook [16:47:26] Deleting users is very messy and not recommended, because this breaks referential integrity in the database (they appear in many different tables like users, edit histories, recentchanges, preferences, etc). A safe solution is to block the users, and possibly rename them with . You can also try [16:47:27] !hook asd [16:47:27] http://www.mediawiki.org/wiki/Manual:Hooks/asd [16:47:31] bawolff: no :) [16:47:36] :P [16:47:37] !hook del [16:47:38] Successfully removed hook [16:47:40] 03(mod) Images: Handle templated image options containing pipes - 10https://bugzilla.wikimedia.org/49400 (10ssastry) [16:47:43] ah [16:47:50] !hook is https://www.mediawiki.org/wiki/Manual:Hooks/$1 [16:47:51] Key was added [16:47:54] !hook asd [16:47:54] https://www.mediawiki.org/wiki/Manual:Hooks/asd [16:48:14] Lcawte: like this :) [16:48:24] Cool :) [16:48:29] So what if there's a hook named "del" ? :P [16:48:35] 03(mod) gitblit: on antinomy jstack from java v6 is missing - 10https://bugzilla.wikimedia.org/51859 +comment (10Chad H.) [16:48:38] Lcawte: hm, will wm-bot listen to you? type @whoami [16:48:46] You are unknown to me :) [16:48:47] You are admin identified by name .*@wikinews/bawolff [16:48:51] bawolff: well, then we're in trouble :P [16:48:56] Lcawte: hmmm. [16:48:57] @trusted [16:48:58] I trust: petan\|w!.*@wikimedia/Petrb (2admin), .*@wikimedia/.* (2trusted), .*@wikipedia/.* (2trusted), .*@mediawiki/..* (2trusted), .*@wikipedia/MZMcBride (2admin), .*@wikimedia/Krinkle (2admin), .*@fsf/.* (2trusted), .*@unaffiliated/valhallasw (2trusted), .*@wikinews/bawolff (2admin), [16:49:04] your cloak is uppercase [16:49:11] You are trusted identified by name .*@wikipedia/.* [16:49:28] petan: wm-bot should use case-insensitive matching for this. [16:49:35] Yay... [16:49:36] No, it shouldn't [16:49:44] 03(NEW) "error" class if #language can't parse a code - 10https://bugzilla.wikimedia.org/51892 enhancement; MediaWiki: Internationalization; () [16:49:59] Krinkle: i'm pretty sure it should, really [16:50:09] 03(mod) "error" class if #language can't parse a code - 10https://bugzilla.wikimedia.org/51892 (10T. H. Kelly (Pink&)) [16:50:39] hostnames are case insensitive, yes. But they should also be consistent and not uppercased [16:50:49] However created Lcawte's cloak, screwed up. Ask for it to be fixed. [16:51:19] Krinkle: Would just asking freenode staff to fix it help, or would I have to poke a group contact? [16:51:28] either will do [16:51:35] probably group contact [16:51:56] wow, did somebody put all the qqq messages to wm-bot [16:52:22] bawolff: yes. [16:52:24] !MediaWiki:exif-scenecode [16:52:24] IPTC (numeric) scene code. Contains information on what type of scene it is (like panoramic scene, close-up, etc). See http://cv.iptc.org/newscodes/scene/ [16:52:35] i'm not sure what for, exactly, but yes [16:52:49] i've never seen anyone trigger any of themintentionally, though. [16:54:00] oh wow there's stats on the brain page to [16:54:12] 03(mod) Edit conflict not detected when changes are made between "undo" and "save page" - 10https://bugzilla.wikimedia.org/45226 (10T. H. Kelly (Pink&)) [16:54:25] I talk more than elsie does. Not sure if that's something to be proud of [16:58:09] You are trusted identified by name .*@wikimedia/.* [16:59:34] !brain [16:59:34] Hello, I'm wm-bot. The database for this channel is published at http://bots.wmflabs.org/~wm-bot/db/%23mediawiki.htm More about WM-Bot: https://meta.wikimedia.org/wiki/wm-bot [16:59:57] 03(NEW) VisualEditor: page content not rendered after unclosed
tag in image caption of non-thumbnails - 10https://bugzilla.wikimedia.org/51893 normal; VisualEditor: ContentEditable; () [17:03:08] 03(mod) Recent changes links wikivoyage changes to wikipedia - 10https://bugzilla.wikimedia.org/51855 +comment (10gerritadmin) [17:03:11] 03(mod) link item widget only links to Wikipedia - 10https://bugzilla.wikimedia.org/51865 +comment (10gerritadmin) [17:03:19] 03(mod) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 +comment (10gerritadmin) [17:03:48] 03(mod) VisualEditor: page content not rendered after unclosed
tag in image caption of non-thumbnails - 10https://bugzilla.wikimedia.org/51893 +comment (10cmckenna) [17:04:45] 03(mod) Recent changes links wikivoyage changes to wikipedia - 10https://bugzilla.wikimedia.org/51855 +comment (10gerritadmin) [17:04:52] 03(mod) link item widget only links to Wikipedia - 10https://bugzilla.wikimedia.org/51865 +comment (10gerritadmin) [17:04:56] 03(mod) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 +comment (10gerritadmin) [17:05:17] @notify csteipp [17:05:17] I'll let you know when I see csteipp around here [17:05:25] 03(mod) link item widget only links to Wikipedia - 10https://bugzilla.wikimedia.org/51865 +comment (10gerritadmin) [17:05:28] @notify Platonides [17:05:28] I'll let you know when I see Platonides around here [17:07:15] 03(mod) link item widget only links to Wikipedia - 10https://bugzilla.wikimedia.org/51865 +comment (10gerritadmin) [17:07:44] 03(mod) VisualEditor: Backspace at the beginning of a line before an image inserts the succeeding text as a thumbnail caption - 10https://bugzilla.wikimedia.org/50286 +comment (10Chris McKenna) [17:07:59] 03(mod) Recent changes links wikivoyage changes to wikipedia - 10https://bugzilla.wikimedia.org/51855 +comment (10gerritadmin) [17:08:59] 03(mod) VisualEditor: automagically convert wikitext (e.g. [[link]]) to VE-compatible elements - 10https://bugzilla.wikimedia.org/49686 +comment (10nrp) [17:09:29] 03(mod) Move public_reporting table to separate database - 10https://bugzilla.wikimedia.org/42285 +comment (10gerritadmin) [17:10:19] 03(mod) link item widget only links to Wikipedia - 10https://bugzilla.wikimedia.org/51865 +comment (10gerritadmin) [17:10:55] 03(mod) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 +comment (10gerritadmin) [17:11:22] 03(mod) Recent changes links wikivoyage changes to wikipedia - 10https://bugzilla.wikimedia.org/51855 +comment (10gerritadmin) [17:12:49] 03(mod) Move public_reporting table to separate database - 10https://bugzilla.wikimedia.org/42285 +comment (10Matt Walker) [17:14:02] 03(mod) link item widget only links to Wikipedia - 10https://bugzilla.wikimedia.org/51865 +comment (10gerritadmin) [17:14:19] 03(mod) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 +comment (10gerritadmin) [17:26:43] 03(mod) git.wikimedia.org (gitblit) is down - 10https://bugzilla.wikimedia.org/51769 summary; +comment (10Nemo) [17:28:47] 03(mod) Some users get unwantedly logged out on it.wikivoyage - 10https://bugzilla.wikimedia.org/48646 +comment (10andyrom75) [17:29:18] 03(mod) Pressing ENTER should load the filter conditions on Special:AbuseFilter/examine/log/... - 10https://bugzilla.wikimedia.org/51402 +comment (10gerritadmin) [17:29:57] 03(mod) Pressing ENTER should load the filter conditions on Special:AbuseFilter/examine/log/... - 10https://bugzilla.wikimedia.org/51402 (10Marius Hoch) [17:30:53] ori-l: even worse: http://status.ovh.net/?do=details&id=5070 [17:35:09] blahhhh i just got that email too >.> [17:36:58] 03(mod) Etherpad lite unusable at about 1000 lines or more (CPU load makes it lag) - 10https://bugzilla.wikimedia.org/46637 +comment (10federicoleva) [17:37:16] I got two :-) [17:38:23] 03(NEW) Add GFDL to editor legal text - 10https://bugzilla.wikimedia.org/51894 normal; MediaWiki extensions: MobileFrontend (Beta); () [17:39:45] 03(mod) git.wikimedia.org (gitblit) is down - 10https://bugzilla.wikimedia.org/51769 +comment (10innocentkiller) [17:40:21] 03(mod) Add GFDL to editor legal text - 10https://bugzilla.wikimedia.org/51894 normal->major (10Maryana Pinchuk) [17:40:24] [09:54:25 AM] I talk more than elsie does. Not sure if that's something to be proud of <-- That's because half of his stats are still under the nick "Susan" [17:41:56] legoktm: The average per day is higher for bawolff, so that's taken into account [17:42:33] heh, ok [17:45:07] 03(mod) GitBlit main page sets Cache-Control: no-cache - 10https://bugzilla.wikimedia.org/49371 +comment (10gerritadmin) [17:45:51] 03(mod) [Fallback language] MediaWiki:Key/en messages are ignored when en is the wiki default language - 10https://bugzilla.wikimedia.org/8960 +comment (10Andre Klapper) [17:46:41] Nemo_bis: eeep [17:52:03] 03(mod) VisualEditor does not transclude MediaWiki:Editpage-head-copy-warn message - 10https://bugzilla.wikimedia.org/51160 +comment (10Oliver Keyes) [18:01:10] 03(NEW) List of users who edited the page in enhanced RC/watchlist is clutter and superfluous - 10https://bugzilla.wikimedia.org/51895 normal; MediaWiki: Recent changes; () [18:02:28] 03(NEW) Scribunto should use MWException for better error reporting - 10https://bugzilla.wikimedia.org/51896 normal; MediaWiki extensions: Scribunto; () [18:02:45] 03(mod) List of users who edited the page in enhanced RC/watchlist is clutter and superfluous - 10https://bugzilla.wikimedia.org/51895 +comment (10matma.rex) [18:03:03] 03(mod) List of users who edited the page in enhanced RC/watchlist is clutter and superfluous - 10https://bugzilla.wikimedia.org/51895 +comment (10matma.rex) [18:07:45] 03(mod) sorting order in categories for sv.wikisource - 10https://bugzilla.wikimedia.org/46058 +comment (10gerritadmin) [18:11:35] 03(mod) sorting order in categories for sv.wikisource - 10https://bugzilla.wikimedia.org/46058 +comment (10Sam Reed (reedy)) [18:15:26] 03(mod) LangLinkHandler must filter language by site group - 10https://bugzilla.wikimedia.org/50478 +comment (10gerritadmin) [18:15:51] 03(NEW) Please DWIM when i press "[[", "{{", "==" etc. - 10https://bugzilla.wikimedia.org/51897 enhancement; VisualEditor: Editing Tools; () [18:16:13] 03(mod) Handle exception in LangLinkHandler when sites not found - 10https://bugzilla.wikimedia.org/50729 +comment (10gerritadmin) [18:16:27] 03(mod) stack trace when creating a new wiki - 10https://bugzilla.wikimedia.org/51699 +comment (10gerritadmin) [18:16:39] 03(NEW) Block users' from changing their emails within Gerrit interface - 10https://bugzilla.wikimedia.org/51898 normal; Wikimedia: Git/Gerrit; () [18:16:48] Lydia_WMDE: hey, got a moment? [18:17:07] 03(mod) LangLinkHandler must filter language by site group - 10https://bugzilla.wikimedia.org/50478 +comment (10gerritadmin) [18:17:21] 03(mod) stack trace when creating a new wiki - 10https://bugzilla.wikimedia.org/51699 +comment (10gerritadmin) [18:17:29] 03(mod) Handle exception in LangLinkHandler when sites not found - 10https://bugzilla.wikimedia.org/50729 +comment (10gerritadmin) [18:21:09] 03(mod) Block users' from changing their emails within Gerrit interface - 10https://bugzilla.wikimedia.org/51898 +comment (10rlane32) [18:23:26] 03(mod) Handle exception in LangLinkHandler when sites not found - 10https://bugzilla.wikimedia.org/50729 +comment (10gerritadmin) [18:23:38] 03(mod) stack trace when creating a new wiki - 10https://bugzilla.wikimedia.org/51699 +comment (10gerritadmin) [18:23:56] 03(mod) stack trace when creating a new wiki - 10https://bugzilla.wikimedia.org/51699 +comment (10gerritadmin) [18:24:05] 03(mod) Handle exception in LangLinkHandler when sites not found - 10https://bugzilla.wikimedia.org/50729 +comment (10gerritadmin) [18:27:04] 03(NEW) Please add an "Add wikicode" tool - 10https://bugzilla.wikimedia.org/51899 enhancement; VisualEditor: Editing Tools; () [18:29:02] 03(mod) ResourceLoader should not respond with HTTP 304 without Expires (and other) headers - 10https://bugzilla.wikimedia.org/51283 summary (10Krinkle) [18:30:30] 03(NEW) Search box deletes part of what the user types and go to the wrong page - 10https://bugzilla.wikimedia.org/51900 normal; MediaWiki extensions: Vector; () [18:30:36] 03(mod) VisualEditor: Handle 'meta' templates better - 10https://bugzilla.wikimedia.org/51322 +comment (10jayvdb) [18:31:02] 03(mod) ResourceLoader should not respond with HTTP 304 without Expires (and other) headers - 10https://bugzilla.wikimedia.org/51283 +comment (10Bartosz Dziewoński) [18:31:08] 03(mod) ResourceLoader should not respond with HTTP 304 without Expires (and other) headers - 10https://bugzilla.wikimedia.org/51283 (10Bartosz Dziewoński) [18:35:15] 03(mod) Parsoid not correctly rendering bold/italic text - 10https://bugzilla.wikimedia.org/49926 +comment (10cananian) [18:36:03] 03(NEW) Enhanced watchlist needs a "view changes since my last visit" button - 10https://bugzilla.wikimedia.org/51901 normal; MediaWiki: Watchlist; () [18:36:09] 03(NEW) VisualEditor: categories do not parse properly - 10https://bugzilla.wikimedia.org/51902 normal; VisualEditor: General; () [18:40:13] how does one check if a particular extension is installed or not ? [18:40:31] in code of my extension [18:40:38] anubhav: Special:Versions is where I usually go [18:41:27] Special:Version * [18:43:47] 03(mod) Search box deletes part of what the user types and go to the wrong page - 10https://bugzilla.wikimedia.org/51900 +comment (10mybugs.mail) [18:43:47] thanks [18:46:23] 03(NEW) Please resurrect the section name in edit summary - 10https://bugzilla.wikimedia.org/51903 normal; VisualEditor: General; () [18:46:52] 03(mod) Please resurrect the section name in edit summary - 10https://bugzilla.wikimedia.org/51903 normal->15enhancement (10kipod) [18:51:38] 03(mod) Please resurrect the section name in edit summary - 10https://bugzilla.wikimedia.org/51903 +comment (10Roan Kattouw) [18:51:39] 03(mod) VisualEditor: Pre-fill the section title in the edit summary when launched from a section edit link - 10https://bugzilla.wikimedia.org/50872 +comment (10Roan Kattouw) [18:52:55] 03(NEW) Import Extension:News into git - 10https://bugzilla.wikimedia.org/51904 normal; Wikimedia: Git/Gerrit; () [18:53:20] 03(mod) TemplateData-provided parameter list in template editor not scrollable - 10https://bugzilla.wikimedia.org/51739 (10Bartosz Dziewoński) [18:57:30] 03(mod) VisualEditor: Show the message when creating a new article - 10https://bugzilla.wikimedia.org/51459 +comment (10jayvdb) [18:57:49] 03(mod) TemplateData-provided parameter list in template editor not scrollable - 10https://bugzilla.wikimedia.org/51739 +comment (10gerritadmin) [19:03:27] 03(mod) gitblit: on antinomy jstack from java v6 is missing - 10https://bugzilla.wikimedia.org/51859 +comment (10hashar) [19:07:07] 03(mod) VisualEditor: Pre-fill the section title in the edit summary when launched from a section edit link - 10https://bugzilla.wikimedia.org/50872 +comment (10fur.hewiki) [19:09:08] 03(mod) GitBlit main page sets Cache-Control: no-cache - 10https://bugzilla.wikimedia.org/49371 +comment (10gerritadmin) [19:09:28] 03(mod) Beta labs is down for MobileFrontend - 10https://bugzilla.wikimedia.org/51694 +comment (10Antoine "hashar" Musso) [19:09:28] 03(mod) beta: removeChild() on a non-object in HtmlFormatter line 256 - 10https://bugzilla.wikimedia.org/51840 (10Antoine "hashar" Musso) [19:10:12] 03(mod) beta: removeChild() on a non-object in HtmlFormatter line 256 - 10https://bugzilla.wikimedia.org/51840 +comment (10hashar) [19:12:14] 03(mod) https://login.wikimedia.beta.wmflabs.org/ trapped in an infinite self-redirect - 10https://bugzilla.wikimedia.org/51700 +comment (10Antoine "hashar" Musso) [19:16:47] 03(mod) gitblit is missing an init/upstart job - 10https://bugzilla.wikimedia.org/51861 +comment (10gerritadmin) [19:19:57] 03(mod) Implement a custom HTTP 500 error page on labs - 10https://bugzilla.wikimedia.org/51745 +comment (10Marc A. Pelletier) [19:22:20] 03(mod) Image dialog doesnt open - 10https://bugzilla.wikimedia.org/51863 +comment (10jayvdb) [19:35:53] y0 [19:36:24] hi jubo2 [19:36:45] http://develop.consumerium.org/wiki/Special:RecentChanges <- there's this bot that seems to fluently by-pass the current captcha for editing, article and account creation.. Writes almost coherent ramblings on a variety of topics. Does not talk back if spoken to [19:37:10] I've now bannhammered all it's nicks used over the last 2 weeks for a year [19:37:27] jubo2: It's not a human. Bots can defeat CAPTCHA's... just take a look at xRumer [19:37:50] but according to http://wikiapiary.com/wiki/Consumerium there are 3.5k accounts and I know only of about 100 users [19:38:04] and rising by hundered or few per week [19:38:48] https://www.mediawiki.org/wiki/Manual:Combating_spam [19:38:52] Have you read this? [19:38:55] tnx Bsadowski1 [19:38:58] yes, years ago [19:39:34] 03(mod) populateSitesTable populates interwiki codes incorrectly for non-wikipedias - 10https://bugzilla.wikimedia.org/51876 normal->04CRIT (10denny vrandecic) [19:39:44] jubo2: AbuseFilter and block any edit (or even account creation if it's possible) by a user with 4 digits in its name? [19:40:28] Yes, and CheckUser [19:40:33] " [19:40:33] CheckUser — allows, among other things, the checking of the underlying IP addresses of account spammers to block them." [19:40:45] https://www.mediawiki.org/wiki/Manual:Combating_spam#Extensions [19:41:32] many bots like this use a long list of open proxies. But you may be lucky if it's not [19:41:58]  [19:43:18] Forget that, on MediaWiki 1.19 blocks aren't affected by X-Forwarded-For header, so it won't help. Otherwise, blocking the user with the underlying IP would already do that [19:43:22] https://bugzilla.wikimedia.org/show_bug.cgi?id=23343 [19:43:49] Vulpix: it would seem it uses names with 4-digit numbers, yes... and those can be blocked . [19:44:22] I was thinking if it would be possible to block based on that the title of every post is the first few words of the posting [19:44:33] 03(NEW) Inserting multimedia in spanish version - 10https://bugzilla.wikimedia.org/51905 major; VisualEditor: Editing Tools; () [19:46:12] 03(mod) Inserting multimedia in spanish version - 10https://bugzilla.wikimedia.org/51905 +comment (10Roan Kattouw) [19:46:25] yes, you can do that also with Abuse Filter [19:47:26] jubo2: consider installing https://www.mediawiki.org/wiki/Extension:QuestyCaptcha for account creation. That's the most effective captcha against automated bots [19:52:52] 03(NEW) Need to sanctify MediaWiki code for use in Russian state structures according to GOST/EASC - 10https://bugzilla.wikimedia.org/51906 major; MediaWiki: General/Unknown; () [19:53:18] wut? [19:54:12] ^ blocks bug 29079 ? [19:58:04] 03(mod) Need to sanctify MediaWiki code for use in Russian state structures according to GOST/EASC - 10https://bugzilla.wikimedia.org/51906 (10Sam Reed (reedy)) [19:58:25] MaxSem: Your countrymen are mad [19:59:29] 03(NEW) VisualEditor: DEFAULTSORT suggestions should use/not use diacritics on based on wiki policy - 10https://bugzilla.wikimedia.org/51907 normal; VisualEditor: ContentEditable; () [20:00:22] Reedy: MaxSem [kvirc@wikimedia/MaxSem] has quit [Ping timeout: 248 seconds] ... see [20:00:48] The KGB got him [20:01:03] * saper was on a verge of GOST project certification once [20:01:41] funny is that GOST encryption is required for govt applications; try to find SSL/TLS using GOST stuff [20:01:48] Do Westboro provide the service? [20:02:00] They would be my preferred supplier [20:03:30] 03(mod) Removing a heading is hard, leaving ==== or turning the next paragraph into a heading - 10https://bugzilla.wikimedia.org/51829 +comment (10Roan Kattouw) [20:03:31] 03(mod) VisualEditor: Deletion across a header caused it to remain without WS, leading Parsoid to add a - 10https://bugzilla.wikimedia.org/50100 +comment (10Roan Kattouw) [20:09:32] 03(NEW) Jenkins should flag usage of deprecated features - 10https://bugzilla.wikimedia.org/51908 enhancement; Wikimedia: Continuous integration; () [20:19:06] 03(mod) "pages" property does not allow for integers and arrays of integers - 10https://bugzilla.wikimedia.org/51063 +comment (10Molly White) [20:20:47] 03(mod) Incompatible with Node 0.10 - 10https://bugzilla.wikimedia.org/45994 (10Arlo Breault) [20:23:30] 03(mod) Limit the number of sections loaded at once into the table of contents dropdown. - 10https://bugzilla.wikimedia.org/51384 +comment (10Molly White) [20:25:26] 03(mod) Do not show very long or binary property values on [[Special:PagesWithProp]] - 10https://bugzilla.wikimedia.org/51888 (10Krinkle) [20:27:07] 03(NEW) Duplicating image - 10https://bugzilla.wikimedia.org/51909 normal; VisualEditor: General; () [20:31:45] 03(mod) VisualEditor: Deletion across a header caused it to remain without WS, leading Parsoid to add a - 10https://bugzilla.wikimedia.org/50100 +comment (10mediawiki) [20:32:24] 03(NEW) No warning not intuitive - 10https://bugzilla.wikimedia.org/51910 normal; VisualEditor: Editing Tools; () [20:34:29] 03(mod) Incompatible with Node 0.10 - 10https://bugzilla.wikimedia.org/45994 +comment (10cananian) [20:38:48] 03(mod) Add apparmor profiles for TMH media converters - 10https://bugzilla.wikimedia.org/40099 +comment (10jgerber) [20:45:32] 03(mod) Do not show very long or binary property values on [[Special:PagesWithProp]] - 10https://bugzilla.wikimedia.org/51888 +comment (10gerritadmin) [20:47:29] sumanah: hey :) [20:47:37] around now [20:47:44] sorry - was at a community manager meetup [20:48:39] :) [20:48:41] will om [20:48:43] pm [20:53:29] 03(mod) Load dropdown menu only after it is clicked - 10https://bugzilla.wikimedia.org/50670 +comment (10molly.white5) [20:53:48] 03(mod) VisualEditor: Warning for blank reference list is confusing - 10https://bugzilla.wikimedia.org/51873 +comment (10jayvdb) [21:01:03] 03(mod) Load dropdown menu only after it is clicked - 10https://bugzilla.wikimedia.org/50670 (10Raylton P. Sousa) [21:02:00] 03(mod) Load dropdown menu only after it is clicked - 10https://bugzilla.wikimedia.org/50670 (10Molly White) [21:09:56] ebraminio /srv/http/w % curl https://gerrit.wikimedia.org/ [21:09:57] curl: (7) Failed connect to gerrit.wikimedia.org:443; Connection timed out [21:10:06] is gerrit working? [21:10:06] 03(mod) Add variables to enable or disable parts of the extension - 10https://bugzilla.wikimedia.org/51844 (10Raylton P. Sousa) [21:10:46] 03(mod) VisualEditor: Save dialog description field doesn't respond to 'Enter' or 'Return' keys - 10https://bugzilla.wikimedia.org/38042 +comment (10Ed Sanders) [21:10:47] 03(mod) Navigation bars do not properly load until the JSON structure is re-saved. - 10https://bugzilla.wikimedia.org/51841 (10Raylton P. Sousa) [21:10:55] yes [21:11:03] 03(mod) Improve chapter dropdown menu for books with lots of chapters - 10https://bugzilla.wikimedia.org/51257 (10Raylton P. Sousa) [21:11:08] 03(mod) Provide ability to search for a chapter that's not displayed in the dropdown - 10https://bugzilla.wikimedia.org/51386 (10Raylton P. Sousa) [21:11:15] 03(mod) Add title attribute for the data and toc icons - 10https://bugzilla.wikimedia.org/51258 (10Raylton P. Sousa) [21:11:20] 03(mod) Add view frontend to the JSON block on Book: pages. - 10https://bugzilla.wikimedia.org/50989 (10Raylton P. Sousa) [21:11:25] 03(mod) Create an tool for edit books(group of pages) that reduces the learning curve - 10https://bugzilla.wikimedia.org/51239 (10Raylton P. Sousa) [21:11:31] 03(mod) Add namespace configuration variable - 10https://bugzilla.wikimedia.org/51193 (10Raylton P. Sousa) [21:11:34] 03(mod) Localize the publication date in the metadata - 10https://bugzilla.wikimedia.org/51194 (10Raylton P. Sousa) [21:11:40] 03(mod) Allow metadata drop down to play nicely with RTL languages - 10https://bugzilla.wikimedia.org/51195 (10Raylton P. Sousa) [21:11:43] 03(mod) Fix the appearance of wrapped text in the navigation bar - 10https://bugzilla.wikimedia.org/51196 (10Raylton P. Sousa) [21:11:50] 03(mod) Add navigation bar fallback for users who can't view images or have different CSS - 10https://bugzilla.wikimedia.org/50691 (10Raylton P. Sousa) [21:12:47] 03(mod) Inserting multimedia in spanish version - 10https://bugzilla.wikimedia.org/51905 +comment (10Luis Felipe Schenone) [21:12:58] 03(mod) Right arrow is still displayed on the last section of a book - 10https://bugzilla.wikimedia.org/51241 (10Raylton P. Sousa) [21:13:02] 03(mod) JSON validator still allows properties that aren't in the schema if they're inside the sections array - 10https://bugzilla.wikimedia.org/51062 (10Raylton P. Sousa) [21:13:09] 03(mod) Validate a book's JSON block against a JSON schema. - 10https://bugzilla.wikimedia.org/50958 (10Raylton P. Sousa) [21:13:14] 03(mod) Pull the JSON schema from the Meta page. - 10https://bugzilla.wikimedia.org/50959 (10Raylton P. Sousa) [21:13:18] 03(mod) Use variables to show/hide items in the navigation bar - 10https://bugzilla.wikimedia.org/50762 (10Raylton P. Sousa) [21:13:22] 03(mod) Reading interface need fallback for non JS users - 10https://bugzilla.wikimedia.org/50672 (10Raylton P. Sousa) [21:13:30] 03(mod) Implement keyboard navigation - 10https://bugzilla.wikimedia.org/50679 (10Raylton P. Sousa) [21:13:33] 03(mod) Limit the number of sections loaded at once into the table of contents dropdown. - 10https://bugzilla.wikimedia.org/51384 (10Raylton P. Sousa) [21:13:37] 03(mod) "pages" property does not allow for integers and arrays of integers - 10https://bugzilla.wikimedia.org/51063 (10Raylton P. Sousa) [21:13:42] 03(mod) NS_MAIN pages break horribly when their Book: pages don't include a section by that name. - 10https://bugzilla.wikimedia.org/51591 (10Raylton P. Sousa) [21:13:46] 03(mod) Create an example JSON structure to be used in the navigation bar - 10https://bugzilla.wikimedia.org/50674 (10Raylton P. Sousa) [21:13:51] 03(mod) No CSS loads when the browser's JS is disabled - 10https://bugzilla.wikimedia.org/51256 (10Raylton P. Sousa) [21:13:56] 03(mod) Populate metadata, chapterlist, and prev/next in navbar from the JSON structure. - 10https://bugzilla.wikimedia.org/50957 (10Raylton P. Sousa) [21:14:00] 03(mod) Allow pages that do not follow the "book/chapter name" syntax to be included in the navigation. - 10https://bugzilla.wikimedia.org/51187 (10Raylton P. Sousa) [21:14:04] 03(mod) Allow more structure in the navigation bar table of contents dropdown optionally - 10https://bugzilla.wikimedia.org/51240 (10Raylton P. Sousa) [21:14:09] 03(mod) Change navigation bar images to use local files - 10https://bugzilla.wikimedia.org/50759 (10Raylton P. Sousa) [21:14:19] 03(mod) Add i18n to JSON validation - 10https://bugzilla.wikimedia.org/50988 (10Raylton P. Sousa) [21:14:24] 03(mod) Use $dir instead of __DIR__ - 10https://bugzilla.wikimedia.org/50987 (10Raylton P. Sousa) [21:14:28] 03(mod) Use html or xml class to write the navigation bar - 10https://bugzilla.wikimedia.org/50767 (10Raylton P. Sousa) [21:14:36] 03(mod) Create a function to make the handling of the reading interface simplest - 10https://bugzilla.wikimedia.org/50388 (10Raylton P. Sousa) [21:16:20] 03(mod) Special:NewPagesFeed intermittently fails on beta cluster; causes test failure - 10https://bugzilla.wikimedia.org/50622 +comment (10cmcmahon) [21:22:12] 03(NEW) Media inserted out of the field of view - 10https://bugzilla.wikimedia.org/51911 normal; VisualEditor: Editing Tools; () [21:22:24] 03(mod) Add GFDL to editor legal text - 10https://bugzilla.wikimedia.org/51894 +comment (10gerritadmin) [21:23:51] 03(mod) Inserting multimedia in spanish version - 10https://bugzilla.wikimedia.org/51905 +comment (10schenonef) [21:24:03] 03(mod) Allow user scripts to load from position top - 10https://bugzilla.wikimedia.org/27488 +comment (10roan.kattouw) [21:26:43] 03(mod) Add GFDL to editor legal text - 10https://bugzilla.wikimedia.org/51894 +comment (10gerritadmin) [21:27:31] 03(NEW) Make Wikipedia distinct by styling of a prominent UI feature differently than the default - 10https://bugzilla.wikimedia.org/51912 normal; Wikimedia: General/Unknown; () [21:27:33] 03(mod) Allow user scripts to load from position top - 10https://bugzilla.wikimedia.org/27488 +comment (10gerritadmin) [21:27:54] 03(mod) VisualEditor: Save dialog description field doesn't respond to 'Enter' or 'Return' keys - 10https://bugzilla.wikimedia.org/38042 (10John Mark Vandenberg) [21:27:55] 03(mod) VisualEditor: Ctrl-Alt-s / ⌘-Opt-s should trigger the save dialog, and the save button when inside said dialog - 10https://bugzilla.wikimedia.org/50897 (10John Mark Vandenberg) [21:29:08] 03(mod) Implement a custom HTTP 500 error page on labs - 10https://bugzilla.wikimedia.org/51745 +comment (10marc) [21:29:44] 03(mod) Add GFDL to editor legal text - 10https://bugzilla.wikimedia.org/51894 (10Jon) [21:31:16] 03(NEW) Save button tab order - 10https://bugzilla.wikimedia.org/51913 normal; VisualEditor: General; () [21:31:35] 03(mod) VisualEditor: Ctrl-Alt-s / ⌘-Opt-s should trigger the save dialog, and the save button when inside said dialog - 10https://bugzilla.wikimedia.org/50897 (10John Mark Vandenberg) [21:31:37] 03(mod) Save button tab order - 10https://bugzilla.wikimedia.org/51913 (10John Mark Vandenberg) [21:33:29] 03(mod) Use separate email placeholder message when creating an account for someone else - 10https://bugzilla.wikimedia.org/47792 +comment (10gerritadmin) [21:35:29] 03(mod) Add controls for user authentication in frontend - 10https://bugzilla.wikimedia.org/47234 +comment (10Diederik van Liere) [21:47:38] 03(mod) red notification number not clearing - 10https://bugzilla.wikimedia.org/48568 +comment (10pandiculation) [21:54:42] <^demon> !ask del [21:54:42] Successfully removed ask [21:55:00] whaaa. [21:55:31] 03(mod) red notification number not clearing - 10https://bugzilla.wikimedia.org/48568 (10bsitu) [21:55:44] ^demon: i'm not going to be responding to these people if i can't at least be passive-agressive about it. :D [21:55:59] <^demon> Then don't respond. [21:57:32] 03(mod) Second sequential edit raises warning - 10https://bugzilla.wikimedia.org/50716 +comment (10John Mark Vandenberg) [21:57:42] okay. [22:01:07] physikerwelt___: ping [22:01:41] physikerwelt___: /join #wikimedia-operations [22:03:53] Hey all. I'm attempting to use collapsible divs on my local MediaWiki installation (version 1.20.0). Collapsible wikitables seem to work OK, but I haven't had success with anything else. The default skin is Monobook, and reading through the documentation on jQuery, I saw a message that ResourceLoader wouldn't be loaded with a skin older than 1.17. Is there a way to check whether ResourceLoader is installed on my version? [22:04:16] !ask is https://www.mediawiki.org/wiki/Extension:Ask [22:04:16] You are not authorized to perform this, sorry [22:04:21] whu [22:04:25] :( [22:04:49] ^demon: someone took my toy away :'( [22:05:06] ?? [22:05:10] <^demon> Not me, I don't run the bot [22:05:13] @trusted [22:05:13] I trust: petan\|w!.*@wikimedia/Petrb (2admin), .*@wikimedia/.* (2trusted), .*@wikipedia/.* (2trusted), .*@mediawiki/..* (2trusted), .*@wikipedia/MZMcBride (2admin), .*@wikimedia/Krinkle (2admin), .*@fsf/.* (2trusted), .*@unaffiliated/valhallasw (2trusted), .*@wikinews/bawolff (2admin), [22:05:35] Used to have all unnafiliated [22:05:42] 03(mod) Enable "Confirmed users" group on ckb.wikipedia - 10https://bugzilla.wikimedia.org/51715 (10Calak) [22:05:43] IIRC [22:06:12] jeremyb: never did, i think [22:06:16] JeroenDeDauw: ^ [22:06:51] Tasha_: can you link the wiki? [22:06:56] or a page where it doesn't work? [22:07:06] or copy-paste thecode that doesn't work? [22:07:13] JeroenDeDauw: do an @whoami and if one of the guys I know confirms you, I'll add you to list. [22:07:24] Yep: http://wiki.magicjudges.org/en/w/Sandbox versus a working version on test: http://test.wikipedia.org/wiki/User:Krinkle/CollapsingTestpageMw [22:07:25] @trustadd .*@unaffiliated/jeroendedauw trusted [22:07:25] Successfuly added .*@unaffiliated/jeroendedauw [22:07:38] RL is always loaded, it in fact loads elements of skins themselves [22:07:41] :0 :p Krinkle [22:07:44] !ask is https://www.mediawiki.org/wiki/Extension:Ask [22:07:44] Key was added [22:08:13] Krinkle: T13: thanks for assisting me in my evil plan to grab the keyword and advertise this library with it ;p [22:08:15] I'm sure !ask used to be about just asking a question? [22:08:28] Lcawte: see wikitech [22:08:31] :p [22:08:50] Tasha_: hm. [22:08:57] JeroenDeDauw: Any particular page? [22:09:02] MatmaRex: That's what I thought, especially since I have the correct files in /resources, but that line made me wonder. Do you have any ideas why this might not be rendering properly? [22:09:03] I've been helping petan improve the rc feed lately. :) [22:09:14] Lcawte: the mailing list [22:09:24] Tasha_: that doesn't seem to work at all, and $.fn.makeCollapsible is not present [22:09:34] MatmaRex: I've been digging through documentation but I'm afraid my best lead so far was "maybe it's not installed?" [22:09:42] either something is broken, or this script was added after the version you have there [22:09:46] Tasha_: Check the output source and verify load.php?modules=startup and mw.loader.load are in the output [22:10:23] If not, take a close look at latest version of Monobook and Vector (the version that came with the current version of what you have installed) and try to re-apply your changes based on a copy of that. [22:10:50] I think there's a few Skin method you need to be calling, should be relatively simple (there's only a few differences). [22:11:43] Krinkle: Can you clarify for me how to check the output source? I haven't done any customizing with the skins, just setting the default to Monobook rather than Vector, and I'm not sure how to do that. [22:11:57] Go to the url in your browser and view source [22:12:57] 03(mod) "Upload file" link on ckb.wikipedia - 10https://bugzilla.wikimedia.org/51800 +comment (10CalakWiki) [22:15:16] Krinkle: it looks like I have mw.loader.load in the output but not load.php?modules=startup [22:17:00] MatmaRex: I was talkig about how to test if an extension is installed via code [22:17:24] Tasha_: Are you using 'headelement' ? [22:17:37] $this->html( 'headelement' ); (in skins/Vector.php for example) [22:17:45] as in I was trying to integrate SpamBlacklist into my extensio too, so I need to check if it is installed or not [22:17:57] That triggers OutputPage::headElement, which in turn does getHeadScripts, which does resourceloader top head handling [22:18:09] which you need to have a working 1.17+ skin [22:18:32] Krinkle: yes, that line appears in both the Vector and Monobook skins [22:18:39] Does it appear in yours? [22:19:26] The files present on the server for those skins have those lines, yes [22:19:56] If I try changing my user preferences to use the Vector skin rather than the Monobook skin, the collapsible elements still don't work [22:21:50] 03(mod) Improve compatibility between Parsoid's Cite impl and PHP Cite extension - 10https://bugzilla.wikimedia.org/49538 +comment (10azatoth) [22:23:01] 03(mod) Cursor not moving past ग्र on left arrow key press in visual editor - 10https://bugzilla.wikimedia.org/51846 +comment (10Siddhartha.Ghai) [22:27:44] 03(mod) Echo: Don't override behaviour of link underline for inline links - 10https://bugzilla.wikimedia.org/51617 +comment (10rkaldari) [22:29:18] 03(NEW) invalid link to Special:SetSiteLink for wikivoyage - 10https://bugzilla.wikimedia.org/51914 normal; MediaWiki extensions: WikidataRepo; () [22:34:14] 03(mod) gitblit is missing an init/upstart job - 10https://bugzilla.wikimedia.org/51861 +comment (10Chad H.) [22:35:31] 03(mod) git.wikimedia.org (gitblit) is down - 10https://bugzilla.wikimedia.org/51769 04BLOCKER->04CRIT; +comment (10Chad H.) [22:37:43] 03(mod) gerrit-wm no longer relays "Change abandoned" and 2+ inline comments events - 10https://bugzilla.wikimedia.org/51162 +comment (10innocentkiller) [22:42:19] 03(mod) Move Git conversion issues from wiki pages & mailing list into BZ - 10https://bugzilla.wikimedia.org/34349 +comment (10Chad H.) [22:42:20] 03(mod) TemplateData should be direction neutral - 10https://bugzilla.wikimedia.org/50436 +comment (10Ltrlg) [22:45:09] 03(mod) TemplateData should be direction neutral - 10https://bugzilla.wikimedia.org/50436 +comment (10Bartosz Dziewoński) [22:45:54] aharoni: ^ [22:46:58] MatmaRex: thanks ;) [22:52:12] 03(mod) VisualEditor: Default insert type for RTL wikis should be thumb|left not thumb|right - 10https://bugzilla.wikimedia.org/51295 +comment (10Bartosz Dziewoński) [22:52:13] 03(mod) VisualEditor: By default, images should not set the alignment - 10https://bugzilla.wikimedia.org/51851 +comment (10Bartosz Dziewoński) [22:53:55] 03(mod) Make it possible to transclude git contents into MediaWiki namespace pages - 10https://bugzilla.wikimedia.org/48981 +comment (10Chad H.) [22:57:06] 03(mod) Gitblit's "blame" only displays first 19 lines for specific file - 10https://bugzilla.wikimedia.org/49450 (10Chad H.) [22:57:44] mooeypoo: no prob .... I have problems of my own :/ [22:59:35] usually-sumanah: are you okay? anything I can help with? :\ [23:00:02] Aw thanks for the offer; just hardware issues, fixed by tomorrow probably [23:02:21] 03(mod) VisualEditor: Pre-fill the section title in the edit summary when launched from a section edit link - 10https://bugzilla.wikimedia.org/50872 +comment (10gerritadmin) [23:06:02] 03(mod) Change key name for Special:Contact in ContactPage extension - 10https://bugzilla.wikimedia.org/32677 (10Siebrand) [23:07:35] 03(mod) Navigating between files gets exponentially more slow - 10https://bugzilla.wikimedia.org/40793 +comment (10innocentkiller) [23:08:51] 03(mod) Add title attribute for the data and toc icons - 10https://bugzilla.wikimedia.org/51258 +comment (10gerritadmin) [23:11:40] 03(mod) mediawiki.notification: Notification area remain visible when scrolled down - 10https://bugzilla.wikimedia.org/50870 summary (10Krinkle) [23:11:52] 03(mod) GitBlit main page sets Cache-Control: no-cache - 10https://bugzilla.wikimedia.org/49371 +comment (10innocentkiller) [23:13:37] 03(mod) Right arrow is still displayed on the last section of a book - 10https://bugzilla.wikimedia.org/51241 (10Molly White) [23:13:38] 03(mod) mediawiki.notification: Notification area should remain visible when scrolled down - 10https://bugzilla.wikimedia.org/50870 summary (10Krinkle) [23:14:42] 03(mod) VisualEditor: By default, images should not set the alignment - 10https://bugzilla.wikimedia.org/51851 +comment (10gerritadmin) [23:16:13] 03(mod) Can not run tests on Windows+Ruby 2 combination - 10https://bugzilla.wikimedia.org/51041 +comment (10gerritadmin) [23:17:59] greg-g: fyi this is who/where I am probably till sometime tomorrow [23:26:17] saper: hey, how are you doing? [23:40:53] 03(NEW) another VE Invalid token on save attempt - 10https://bugzilla.wikimedia.org/51915 normal; VisualEditor: General; () [23:45:57] 03(mod) another VE Invalid token on save attempt - 10https://bugzilla.wikimedia.org/51915 +comment (10Roan Kattouw) [23:58:49] 03(mod) Move Nimbus skin repository from mediawiki/extensions/skins/Nimbus to mediawiki/skins/Nimbus - 10https://bugzilla.wikimedia.org/50696 +comment (10Chad H.)