[00:05:33] 10MediaWiki-Internationalization, 07I18n, 10Wikimedia-Developer-Summit (2017): Supporting Vertical Writing Mode in MediaWiki - https://phabricator.wikimedia.org/T149056#2773363 (10Slevinski) Vertical writing support is only a proof of concept on Incubator. Thanks for the link to the mailing list discussion.... [00:06:00] (03PS24) 10Krinkle: [WIP] resourceloader: Set sourceURL in eval calls for mw.loader.store [core] - 10https://gerrit.wikimedia.org/r/156544 (https://phabricator.wikimedia.org/T90524) [00:09:13] 10MediaWiki-extensions-Newsletter: Error creating a Newsletter on Mediawiki Vagrant Environment (The newsletter main page does not exist. Please enter a valid existing page.) - https://phabricator.wikimedia.org/T150075#2773364 (10MtDu) [00:19:51] tgr: ping [00:21:59] hi MtDu [00:31:25] tgr, This may take some patience in guiding me, but I'm working [trying to] on https://phabricator.wikimedia.org/T149361, and currently trying to set up a test environment. [00:31:46] vagrant? [00:32:21] 10Community-Engagement-Insights, 06Editing-Analysis: Develop CE Insights sampling strategy (Due Oct 21) - https://phabricator.wikimedia.org/T144949#2773384 (10Neil_P._Quinn_WMF) A couple notes about MassMessage: * Almost all wikis have email notifications about user talk edits turned //off// by default (I chec... [00:32:50] tgr, yes. Vagrant is installed, and I enabled the role, but I'm not sure if it installed correctly. When I go to Special:Version, it says it is, but it appears there are some errors. https://dpaste.de/08Xk [00:35:39] the general method to debug that is to look for the command that failed (Error instead of Info/Notice), ssh into the box and try to run it manually [00:36:57] it says "Could not find a valid gem 'bundler' (>= 0), here is why: Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://rubygems.org/latest_specs.4.8.gz)" [00:37:44] so it seems like the virtual machine does not have the right root certificate to verify the SSL certificate for rubygems.org [00:38:48] fixing that tends to be a pain and the whole thing is only needed for running browser tests so if you don't terribly care about vagrant provision throwing errors, you can as well as ignore it [00:41:19] or you can probably download the specs file manually and point the gem command at it [00:41:31] 10Wikimedia-Site-requests: Change a link for Privacy policy for Russian Wikiprojects - https://phabricator.wikimedia.org/T150070#2773386 (10Dereckson) Yes, it's possible, and done on some wikis like fr.wikipedia, but please get a consensus on wiki to support this request. [00:43:11] tgr, Ok. I think I should be ok without it for now. So, now that MMV is installed, it's time to mirror the test page (links on the task description)? How do I do that? I tried just copying the code by editing the links and pasting it, but I don't think that works... [00:44:17] if it's an image page, you can just open the file description page even if it does not exist [00:44:28] 06Editing-Analysis: Gather data for Creative Commons annual report - https://phabricator.wikimedia.org/T150076#2773390 (10Neil_P._Quinn_WMF) [00:44:39] missing pages are loaded from Commons automatically [00:46:08] 10New-Readers, 06Reading-Web-Backlog: Autowiki prototype isn't working for saved pages offline - https://phabricator.wikimedia.org/T150077#2773404 (10atgo) [00:46:47] (03PS1) 10Paladox: Revert "Add setInterval to ssh close for startRelay()" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319969 [00:46:58] (03CR) 10Paladox: [C: 032] Revert "Add setInterval to ssh close for startRelay()" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319969 (owner: 10Paladox) [00:47:34] (03Merged) 10jenkins-bot: Revert "Add setInterval to ssh close for startRelay()" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319969 (owner: 10Paladox) [00:47:54] (03PS1) 10Dereckson: Serve meta. Russian translation for the privacy policy [extensions/WikimediaMessages] - 10https://gerrit.wikimedia.org/r/319970 (https://phabricator.wikimedia.org/T150070) [00:48:27] 10New-Readers, 06Reading-Web-Backlog: Make flashcard a full size jpg (not just size of window) - https://phabricator.wikimedia.org/T148377#2773421 (10atgo) Hey @GWicke is this possible? We're trying to make a single JPG from part of an article, sort of a low-MB summary. [00:48:55] tgr: I don't understand. I want the content of https://de.wikipedia.org/wiki/Kaimane#/media/File:U49.jpg to show on my wiki page. I just copied the content in the edit page and pasted it on my local wiki, but the image doesn't show. [00:49:44] copying templates is too difficult to be worth it [00:49:54] you can usually copy the wikitext [00:50:12] (03CR) 10Dereckson: [C: 04-1] "Consensus on ru projects would be useful first." [extensions/WikimediaMessages] - 10https://gerrit.wikimedia.org/r/319970 (https://phabricator.wikimedia.org/T150070) (owner: 10Dereckson) [00:50:19] https://de.wikipedia.org/wiki/Kaimane?action=raw&templates=expand [00:51:26] (03PS4) 10Paladox: Add a new grrrit-wm: nick command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [00:51:48] tgr, Ok. How come the image doesn't show? [00:52:36] 10MediaWiki-extensions-WikimediaMessages, 10Wikimedia-Site-requests, 13Patch-For-Review: Change a link for Privacy policy for Russian Wikiprojects - https://phabricator.wikimedia.org/T150070#2773424 (10Dereckson) [00:53:00] 10MediaWiki-extensions-WikimediaMessages, 10Wikimedia-Site-requests, 13Patch-For-Review: Change a link for Privacy policy for Russian Wikiprojects - https://phabricator.wikimedia.org/T150070#2773249 (10Dereckson) a:03Dereckson [00:53:15] how the wikitext of a page will render depends on what other pages (templates and then some more) exist in the wiki [00:54:01] you'd have to copy the infobox template, copy all the templates used by the infobox template, install all the extensions used by those templates... [00:54:44] you can use templates=expand to get the result of all that processing which usually can be copied without problems [00:57:41] tgr, Ok. I did that and copied everything. All I see is http://pasteboard.co/nn5aOCunh.jpg. [00:59:59] uhh [01:00:10] try to replace
with
maybe? [01:00:36] the image part is [[Datei:U49.jpg|frameless|300x400px|Junger [[Krokodilkaiman]]
gesichtet in [[Tortuguero]] (Costa Rica)]] [01:00:49] and apparently your wiki does not like that for some reason [01:02:52] tgr, tried to replace. Didn't work. Would you like to see my Special:Version to see if anything is lacking/abnormal? [01:03:37] nothing special should be needed to render that snippet [01:05:51] yeah, I can rperoduce it not working [01:05:59] ...reproduce [01:06:24] maybe it has to do with the recent changes in how the parser handles unclosed tags [01:06:41] uh, no, I'm an idiot [01:06:57] it doesn't work because your wiki is not set to German [01:07:24] the quickest fix is to just replace Datei: with File: [01:07:43] (or you could change the wiki language in LocalSettings) [01:09:12] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2379852 (10Arseny1992) There's a difference between viewing subcategories and pages outright on the category page itself (the default is i... [01:10:00] 10Wikimedia-Site-requests: Categorytree counts doesn't appear in hewiki - https://phabricator.wikimedia.org/T132972#2773445 (10Arseny1992) [01:10:01] tgr: Noted. Now I can move on to try to solve it? [01:10:06] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2773444 (10Arseny1992) [01:10:20] if the image appeared, sure [01:12:04] 06Discovery, 06Discovery-Analysis (Current work): Google-referred desktop traffic decline vs overall desktop traffic decline - https://phabricator.wikimedia.org/T149355#2773447 (10mpopov) I'm not the topmost expert in ARIMA modeling and interpretation, especially when there's differencing involved (although I... [01:15:34] (03CR) 10Dereckson: Requested fixes (037 comments) [extensions/WikipediaExtracts] - 10https://gerrit.wikimedia.org/r/319786 (https://phabricator.wikimedia.org/T149766) (owner: 10Sophivorus) [01:22:12] tgr, I'm kind of lost. You pointed me to the function. I'm console.logging $el but I'm not really getting anything from it. What should I be doing? [01:23:56] look at where the title text gets rendered, which probably needs a call to that function [01:25:17] that should be somewhere in mmv.ui.metadataPanel.js [01:25:50] when in doubt, you can always use the debugger [01:26:06] Chrome at least can break execution when a certain DOM element is changed [01:30:16] tgr: Is initializeTitle the right function? [01:30:40] (03CR) 10Raspberrypy20: "This Does not totally revert the recent changes made to the files." [core] - 10https://gerrit.wikimedia.org/r/319894 (owner: 10Raspberrypy20) [01:30:50] tgr: And could you explain how to break down execution when certain DOM element is changed? [01:32:18] initialize* just sets up the DOM elements without writing any text into them [01:32:30] you can see that from the function having no arguments [01:32:42] tgr: Ok. Gotcha. [01:33:05] 04(no projects): Checkboxes on Special:BotPassword should be on the left of options - https://phabricator.wikimedia.org/T150079#2773452 (10Huji) [01:33:05] tgr: Yeah.... I see set title now. *facepalm* [01:33:11] 04(no projects): Checkboxes on Special:BotPassword should be on the left of options - https://phabricator.wikimedia.org/T150079#2773463 (10Huji) p:05Triage>03High [01:33:27] 10MediaWiki-Special-pages: Checkboxes on Special:BotPassword should be on the left of options - https://phabricator.wikimedia.org/T150079#2773452 (10Huji) [01:34:09] if you use Chrome then you can right-click on a DOM element, select Inspect, then click on the three little hard-to-notice dots at the left end of the selection line and choos Break on... / Subtree modification [01:34:36] 10MediaWiki-ResourceLoader, 06Performance-Team, 06Reading-Web-Backlog, 13Patch-For-Review, 03Reading-Web-Sprint-84-Zero-minutes-left: UC Mini should not be supported by ResourceLoader - https://phabricator.wikimedia.org/T147369#2773465 (10Krinkle) Searching for a trailing `Gecko/` user agent in the raw r... [01:34:37] that will stop JS execution whan that element changes as long as the developer toolbar window is open [01:34:49] 10MediaWiki-ResourceLoader, 06Performance-Team, 06Reading-Web-Backlog, 13Patch-For-Review, 03Reading-Web-Sprint-84-Zero-minutes-left: UC Mini should not be supported by ResourceLoader - https://phabricator.wikimedia.org/T147369#2773466 (10Krinkle) 05stalled>03Open a:05Krinkle>03Jdlrobson [01:35:41] 10MediaWiki-Special-pages: Special:BotPassword allows users with admin/suppress/checkuser rights to check a box that would allow their bot to access such sensitive tools - https://phabricator.wikimedia.org/T150080#2773468 (10Huji) [01:35:48] 10MediaWiki-Special-pages: Special:BotPassword allows users with admin/suppress/checkuser rights to check a box that would allow their bot to access such sensitive tools - https://phabricator.wikimedia.org/T150080#2773480 (10Huji) p:05Triage>03Unbreak! [01:36:11] (03CR) 10Krinkle: [C: 031] UC Mini should be blacklisted [core] - 10https://gerrit.wikimedia.org/r/314195 (https://phabricator.wikimedia.org/T147369) (owner: 10Jdlrobson) [01:37:04] (03CR) 10Krinkle: [C: 04-1] UC Mini should be blacklisted (031 comment) [core] - 10https://gerrit.wikimedia.org/r/314195 (https://phabricator.wikimedia.org/T147369) (owner: 10Jdlrobson) [01:41:24] 10MediaWiki-Special-pages: Special:BotPassword allows users with admin/suppress/checkuser rights to check a box that would allow their bot to access such sensitive tools - https://phabricator.wikimedia.org/T150080#2773468 (10Tgr) See discussion in T94478 (that's for OAuth but basically the same feature). In shor... [01:43:29] 10MediaWiki-Special-pages: Special:BotPassword allows users with admin/suppress/checkuser rights to check a box that would allow their bot to access such sensitive tools - https://phabricator.wikimedia.org/T150080#2773468 (10Reedy) Note, this has no relation to any separate MW bot accounts you may have See also... [01:43:47] 10MediaWiki-Special-pages: Special:BotPassword allows users with admin/suppress/checkuser rights to check a box that would allow their bot to access such sensitive tools - https://phabricator.wikimedia.org/T150080#2773490 (10Reedy) p:05Unbreak!>03Normal [01:45:21] 10Wikimedia-Site-requests: Categorytree counts doesn't appear in hewiki - https://phabricator.wikimedia.org/T132972#2215888 (10Arseny1992) @Kipod Special:CategoryTree has a setting to show only subcategories, only pages that are not files, or all pages, if you didn't notice. [01:48:22] tgr, I'm trying to do that with

, but it doesn't seem to do anything. How do I figure out where I should stop it? [01:59:57] 10MediaWiki-Special-pages: Special:BotPassword allows users with admin/suppress/checkuser rights to check a box that would allow their bot to access such sensitive tools - https://phabricator.wikimedia.org/T150080#2773493 (10Tgr) `Special:BotPasswords` says //Each grant gives access to listed user rights that a... [02:04:36] (03PS1) 10Ppchelko: RESTBase: Include the baseURITemplate to the action module config. [vagrant] - 10https://gerrit.wikimedia.org/r/319971 [02:16:47] tgr: I can't seem to be able to find the point where the text is still raw html with the br tag before it's converted to text. [02:18:05] tgr: also, through a bunch of console.log it seems that by the time settitle is called in metadatapanel the message is already messed up. So I was able to trace it to caption but I can't find where caption is actually generated and removed the tags. Could you help? [02:20:54] if you want to trace down the whole process, loadImage in mmv.js is the one that collects the data from various APIs and calls the setters of the UI elements [02:21:31] tgr: am I going somewhat in the right direction? [02:21:42] and the image caption is stored in a LightboxImage object, which is probably initialized as soon as the page is loaded [02:22:11] well, you are certainly doing the right attempts :) [02:22:32] I don't remember what the right direction is, you don't always find that at first [02:23:39] but checking via logging or debugging what information gets sent to the setter of the UI element is certainly how I would start doing such a task if I wasn't familiar with the code [02:26:07] in any case if the text is transformed as soon as it is read from the page then that happens somewhere in mmv.bootstrap.js [02:30:11] 06Editing-Analysis: Determine: What percentage of new articles are created by non-autoconfirmed editors - https://phabricator.wikimedia.org/T149021#2739817 (10Catrope) >>! In T149021#2769737, @Neil_P._Quinn_WMF wrote: > @kaldari, yes, this comes from the `recentchanges` rather than the `revision` table, so it in... [02:38:10] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree, 10Wikimedia-Site-requests: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2773515 (10Arseny1992) [02:44:57] 06Editing-Analysis: Determine: What percentage of new articles are created by non-autoconfirmed editors - https://phabricator.wikimedia.org/T149021#2773518 (10kaldari) @Neil_P._Quinn_WMF: Looks like Roan is right (from looking at the testwiki database). Can you add a note to the report mentioning that? Is there... [02:48:28] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree, 10Wikimedia-Site-requests: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2773522 (10Arseny1992) a:03TheDJ Default is to show only categories. Per ^ a preferences option is wanted f... [03:13:07] tgr: ping [04:16:48] (03CR) 10Chad: [C: 032 V: 032] Remove obsolete / empty extensions [extensions] - 10https://gerrit.wikimedia.org/r/319959 (owner: 10Hashar) [04:16:54] (03CR) 10jenkins-bot: [V: 04-1] Remove obsolete / empty extensions [extensions] - 10https://gerrit.wikimedia.org/r/319959 (owner: 10Hashar) [04:17:21] (03CR) 10Chad: "Fuck off jenkinsbot." [extensions] - 10https://gerrit.wikimedia.org/r/319959 (owner: 10Hashar) [05:04:38] (03CR) 10Mobrovac: [C: 032] RESTBase: Include the baseURITemplate to the action module config. [vagrant] - 10https://gerrit.wikimedia.org/r/319971 (owner: 10Ppchelko) [05:05:00] (03Merged) 10jenkins-bot: RESTBase: Include the baseURITemplate to the action module config. [vagrant] - 10https://gerrit.wikimedia.org/r/319971 (owner: 10Ppchelko) [05:06:49] (03PS3) 10Umherirrender: Cache DB connection in ApiQueryGlobalBlocks::getDB [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/318340 [05:06:55] (03CR) 10Glaisher: [C: 032] Cache DB connection in ApiQueryGlobalBlocks::getDB [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/318340 (owner: 10Umherirrender) [05:08:26] (03Merged) 10jenkins-bot: Cache DB connection in ApiQueryGlobalBlocks::getDB [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/318340 (owner: 10Umherirrender) [05:25:30] 10MediaWiki-extensions-Newsletter, 06Labs: Clear 'nl_*' tables in http://newsletter-test.wmflabs.org/ - https://phabricator.wikimedia.org/T149651#2773532 (10Glaisher) ``` ssh username@newsletter-test.newsletter.eqiad.wmflabs cd /srv/mediawiki-vagrant vagrant ssh mysql wiki ``` and then run the DROP TABLE for t... [05:27:26] 10MediaWiki-extensions-Newsletter: Error creating a Newsletter on Mediawiki Vagrant Environment (The newsletter main page does not exist. Please enter a valid existing page.) - https://phabricator.wikimedia.org/T150075#2773364 (10Glaisher) You need to enter the page's title only, not the full URL in the form fie... [05:31:30] (03PS2) 10Addshore: Fix string concatenation [extensions/LoginNotify] - 10https://gerrit.wikimedia.org/r/309970 [05:31:35] (03CR) 10Glaisher: [C: 032] Fix string concatenation [extensions/LoginNotify] - 10https://gerrit.wikimedia.org/r/309970 (owner: 10Addshore) [05:32:49] (03Merged) 10jenkins-bot: Fix string concatenation [extensions/LoginNotify] - 10https://gerrit.wikimedia.org/r/309970 (owner: 10Addshore) [05:50:39] (03PS2) 10Reedy: Fix .gitreview for rename [extensions/PageViewInfo] - 10https://gerrit.wikimedia.org/r/319848 (https://phabricator.wikimedia.org/T148775) [05:50:47] 10New-Readers, 06Reading-Web-Backlog: Make flashcard a full size jpg (not just size of window) - https://phabricator.wikimedia.org/T148377#2773539 (10GWicke) Are you looking for a screenshot of the entire page (potentially very tall), or a first screenful worth of content for a thumbnail? [05:51:52] (03PS2) 10Reedy: wmpvi -> pvi for rename [extensions/PageViewInfo] - 10https://gerrit.wikimedia.org/r/319849 (https://phabricator.wikimedia.org/T148775) [05:55:36] (03CR) 10Glaisher: [C: 04-1] "Minor" (032 comments) [core] - 10https://gerrit.wikimedia.org/r/318695 (owner: 10Umherirrender) [05:56:12] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2773542 (10eranroz) This is not a Wikimedia-Site-request, but a general request for any mediawiki site with CategoryTree extension. * Cu... [05:59:39] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2773544 (10eranroz) [06:13:31] 10Wikimedia-Site-requests: Categorytree counts doesn't appear in hewiki - https://phabricator.wikimedia.org/T132972#2773546 (10eranroz) I think the current behavior is correct and the task can be closed. @Kipod: please clarify whether the comment is about this configuration (and then the discussion can be conti... [06:46:30] 07Design, 10MediaWiki-extensions-Translate, 05Language-Engineering July-September 2016, 13Patch-For-Review: Translation information under the page title is too obtrusive - https://phabricator.wikimedia.org/T53533#2773553 (10Kunalgrover05) > > Do you still mean https://gerrit.wikimedia.org/r/#/c/149585/ ?... [06:49:21] 10MediaWiki-extension-requests, 07Easy: Add edit history graph(s) to MediaWiki's info action - https://phabricator.wikimedia.org/T43329#2773554 (10MZMcBride) [06:51:39] 10MediaWiki-extension-requests, 07Easy: Add edit history graph(s) to MediaWiki's info action - https://phabricator.wikimedia.org/T43329#2773557 (10MZMcBride) With {T45666} resolved, I don't think implementing this should be very difficult, at least for most pages. [06:53:41] 10MediaWiki-extension-requests, 07Easy: Add edit history graph(s) to MediaWiki's info action - https://phabricator.wikimedia.org/T43329#2773559 (10MZMcBride) This page looks helpful/useful: . [06:55:31] 10MediaWiki-User-blocking, 07Easy: Block expiry time displayed in the logs is based on the Unix epoch instead of current time (e.g. an expiry of "10 september" displays as "00:00, 10 September 1970") - https://phabricator.wikimedia.org/T55907#2773561 (10MZMcBride) [06:56:36] 10MediaWiki-User-blocking, 07Easy: Block expiry time displayed in the logs is based on the Unix epoch instead of current time (e.g. an expiry of "10 september" displays as "00:00, 10 September 1970") - https://phabricator.wikimedia.org/T55907#2773563 (10MZMcBride) I don't think fixing this issue should be terr... [07:01:01] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2379852 (10MZMcBride) A user preference here seems like poor design. Are there links to examples where this feature would be useful? I'm... [08:13:56] 10MediaWiki-Interwiki, 10MediaWiki-Sites, 10Wikimedia-Developer-Summit (2017): Refactoring the Interwiki Map: status and outlook - https://phabricator.wikimedia.org/T149535#2773569 (10daniel) @Smalyshev yes, that's the "main topic" this session fits under. Overhauling the interwiki system is a mid-scale rede... [08:14:47] (03PS2) 10Umherirrender: Validate input for query=globalblocks&ip= and &addresses= [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/318345 [08:17:14] 10MediaWiki-Database, 07Performance, 10Wikimedia-Developer-Summit (2017): Scaling the MediaWiki database schema - https://phabricator.wikimedia.org/T149534#2773571 (10daniel) @cscott: for putting new things into the storage schema, I think {T149532} would fit better. Many of the new things I know of are cove... [08:42:46] (03PS2) 10Umherirrender: Link Special:ChangeContentModel in action=info from display text [core] - 10https://gerrit.wikimedia.org/r/318695 [08:44:22] (03CR) 10Umherirrender: "Patch Set 2: Changed more than the both minor comments to make this looking same as the Special:PageLang link in the info action." [core] - 10https://gerrit.wikimedia.org/r/318695 (owner: 10Umherirrender) [08:56:58] 10MediaWiki-Logging, 10MediaWiki-Special-pages: Add IP range support to [[Special:Log/block]] - https://phabricator.wikimedia.org/T146628#2773592 (10matej_suchanek) [08:59:08] 10MediaWiki-Special-pages: Whatlinkshere doesn't reflect changes in templates - https://phabricator.wikimedia.org/T19170#214703 (10matej_suchanek) [08:59:36] 10MediaWiki-Special-pages: local WhatLinksHere does not show image links of commons redirects - https://phabricator.wikimedia.org/T24471#262550 (10matej_suchanek) [09:00:29] 10MediaWiki-Special-pages: WhatLinksHere only lists image link or transclusion, never both. - https://phabricator.wikimedia.org/T28904#310137 (10matej_suchanek) [09:20:21] (03PS2) 10Addshore: Fix @since tags of changes that missed the branch [core] - 10https://gerrit.wikimedia.org/r/319811 [09:20:28] (03PS3) 10Umherirrender: Fix @since tags of changes that missed the branch [core] - 10https://gerrit.wikimedia.org/r/319811 (owner: 10Addshore) [09:20:35] (03CR) 10Umherirrender: [C: 032] Fix @since tags of changes that missed the branch [core] - 10https://gerrit.wikimedia.org/r/319811 (owner: 10Addshore) [09:21:07] (03PS2) 10Umherirrender: Fix case of MediaWikiSite in IWLookupAdapter [core] - 10https://gerrit.wikimedia.org/r/319812 (owner: 10Addshore) [09:21:12] (03CR) 10Umherirrender: [C: 032] Fix case of MediaWikiSite in IWLookupAdapter [core] - 10https://gerrit.wikimedia.org/r/319812 (owner: 10Addshore) [09:21:21] 10Social-Tools: Extension:SiteScout needless use of eval in JS - https://phabricator.wikimedia.org/T150082#2773606 (10labster) [09:28:59] (03PS1) 10Umherirrender: Restore hooks.txt for ParserLimitReportFormat [core] - 10https://gerrit.wikimedia.org/r/319975 [09:31:05] (03Merged) 10jenkins-bot: Fix @since tags of changes that missed the branch [core] - 10https://gerrit.wikimedia.org/r/319811 (owner: 10Addshore) [09:31:08] (03Merged) 10jenkins-bot: Fix case of MediaWikiSite in IWLookupAdapter [core] - 10https://gerrit.wikimedia.org/r/319812 (owner: 10Addshore) [09:36:28] (03PS1) 10Umherirrender: Let findHooks.php find UserCreateForm/UserLoginForm [core] - 10https://gerrit.wikimedia.org/r/319976 [09:40:24] (03PS2) 10Addshore: Add missing @since tags to EditPage protected methods [core] - 10https://gerrit.wikimedia.org/r/319813 [09:40:28] (03PS3) 10Umherirrender: Add missing @since tags to EditPage protected methods [core] - 10https://gerrit.wikimedia.org/r/319813 (owner: 10Addshore) [09:40:32] (03CR) 10Umherirrender: [C: 032] Add missing @since tags to EditPage protected methods [core] - 10https://gerrit.wikimedia.org/r/319813 (owner: 10Addshore) [09:51:17] (03Merged) 10jenkins-bot: Add missing @since tags to EditPage protected methods [core] - 10https://gerrit.wikimedia.org/r/319813 (owner: 10Addshore) [10:03:21] 10MediaWiki-extensions-WikibaseRepository, 10DataValues, 10Wikidata, 07Tracking: Quantity datatype precision (tracking) - https://phabricator.wikimedia.org/T133042#2773630 (10Lydia_Pintscher) [10:03:24] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata, 07Epic, 07Tracking: Quantity datatype (tracking) - https://phabricator.wikimedia.org/T56318#2773631 (10Lydia_Pintscher) [10:15:19] (03PS1) 10Umherirrender: Remove ParserTestParser hook from hooks.txt [core] - 10https://gerrit.wikimedia.org/r/319978 [10:19:34] (03CR) 10Umherirrender: [C: 04-1] "README files typically have no longer lines than 80 characters, this is no longer happen after your change. I would say, that this is not " [core] - 10https://gerrit.wikimedia.org/r/315273 (owner: 10Zppix) [10:54:59] (03PS1) 10Umherirrender: Remove empty lines at end of functions [core] - 10https://gerrit.wikimedia.org/r/319979 [11:10:27] 10MediaWiki-Language-converter: Chinese converting system is not working in meta and commons - https://phabricator.wikimedia.org/T150083#2773636 (10Taiwania_Justo) [11:10:55] 10MediaWiki-Language-converter: Chinese converting system is not working properly in meta and commons - https://phabricator.wikimedia.org/T150083#2773648 (10Taiwania_Justo) [12:18:26] Hi / Bonjour [12:18:26] I need help to upgrade my mediawiki please / J'ai besoin d'aide pour mettre à jour mon mediawiki [12:18:26] Version 1.26.2 vers 1.27.1 [12:18:26] I have a white screen after upload files 1.27.1 / Page blanche après dépôt des paquets 1.27.1 [12:18:43] mv-config/index.php upggrad DataBase ok but, white screen. [12:19:18] need help for the good way to upgrade [12:24:51] 10MediaWiki-Database, 07Performance, 10Wikimedia-Developer-Summit (2017): Scaling the MediaWiki database schema - https://phabricator.wikimedia.org/T149534#2773650 (10jcrespo) @cscott I agree with Daniel. My opinion is that "beyond wikitext" session such as T149532 should definitely happen, and they certainl... [12:38:28] (03CR) 10Ladsgroup: [C: 032] "I have waited for six days. Let's merge it." [extensions/ORES] - 10https://gerrit.wikimedia.org/r/318774 (https://phabricator.wikimedia.org/T144922) (owner: 10Ladsgroup) [12:39:37] 10ProveIt-Gadget: Unregistered parameters get deleted - https://phabricator.wikimedia.org/T148236#2773657 (10Arg342) @Iniquity I agree that TemplateData should be updated to match the actual behavior of the template itself. I would still argue that this must be fixed, and that is should be fixed before making th... [12:39:57] (03Merged) 10jenkins-bot: Expose ORES damaging thresholds in javascript [extensions/ORES] - 10https://gerrit.wikimedia.org/r/318774 (https://phabricator.wikimedia.org/T144922) (owner: 10Ladsgroup) [12:43:11] 10MediaWiki-extensions-Newsletter: Error creating a Newsletter on Mediawiki Vagrant Environment (The newsletter main page does not exist. Please enter a valid existing page.) - https://phabricator.wikimedia.org/T150075#2773659 (10MtDu) @Glaisher Hm. Now that I read it again, it seems that would be logical just... [12:43:59] 10MediaWiki-extensions-Newsletter: Error creating a Newsletter on Mediawiki Vagrant Environment (The newsletter main page does not exist. Please enter a valid existing page.) - https://phabricator.wikimedia.org/T150075#2773660 (10MtDu) @01tonythomas, What do you think about this? Do you think the current message... [13:45:31] Can anyone please tell me which page generates the output of any wiki article page? [13:45:51] That's not a simple question to answer [13:45:53] There's many [13:46:57] But isn't there a main page that calls or includes the other .php files? [13:47:12] to give the article as the output [13:47:22] index.php does that [13:47:28] But it really doesn't answer your question [13:47:33] As it's a generic entry point [13:49:03] What I need to do is wrap all elements within a "dl" tag [13:50:06] I meant i need to wrap all math formulae that are within a "dl" tag into a div tag\ [14:06:48] 10MediaWiki-extensions-FlaggedRevs: Don't autopatrol autoreviewed users in protection-based configs - https://phabricator.wikimedia.org/T150086#2773690 (10Cenarium) [14:11:08] (03Draft1) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [14:11:12] (03Draft2) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [14:11:38] (03CR) 10Paladox: [C: 04-1] "I've tested this." [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [14:11:41] (03CR) 10jenkins-bot: [V: 04-1] Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [14:12:56] (03PS3) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [14:13:54] (03PS4) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [14:15:11] (03PS1) 10Paladox: Add setInterval to ssh close for startRelay() [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319985 [14:16:04] 10MediaWiki-extensions-FlaggedRevs: Don't autopatrol autoreviewed users in protection-based configs - https://phabricator.wikimedia.org/T150086#2773710 (10Cenarium) [14:16:36] (03PS2) 10Paladox: Add setInterval to ssh close for startRelay() [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319985 [14:17:09] (03PS2) 10Cenarium: Don't autopatrol autoreviewed users in protection-based configs [extensions/FlaggedRevs] - 10https://gerrit.wikimedia.org/r/315109 (https://phabricator.wikimedia.org/T150086) [14:19:36] 07Design, 10Math, 10MobileFrontend, 06Reading-Web-Backlog, and 2 others: Page becomes horizontally scrollable with certain formulae - https://phabricator.wikimedia.org/T134281#2773714 (10TameeshB) I found that all the math equations are enclosed in a "

" which itself is wrapped by a "
" tag. Is it ok... [14:20:05] 10Reading-Community-Engagement, 10Wikimedia-General-or-Unknown, 07Mobile: Bug: Text/Alignment issues in certain English Wikipedia portal pages - https://phabricator.wikimedia.org/T120238#2773715 (10Lbertolotti) >>! In T120238#2760505, @Kaartic wrote: > What //actually// do you mean by //mobile//? Do you mea... [14:24:01] (03CR) 10Paladox: [C: 032] Add setInterval to ssh close for startRelay() [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319985 (owner: 10Paladox) [14:24:21] (03CR) 10Paladox: [C: 031] Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [14:24:32] (03Merged) 10jenkins-bot: Add setInterval to ssh close for startRelay() [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319985 (owner: 10Paladox) [14:24:51] (03PS5) 10Paladox: Add a new grrrit-wm: nick command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [14:26:12] (03PS6) 10Paladox: Add a new grrrit-wm: nick command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [14:29:42] (03PS7) 10Paladox: Add a new grrrit-wm: nick command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [14:30:54] 10MediaWiki-extensions-WikibaseView, 10Wikidata, 10Wikidata-Page-Banner: References and qualifiers with long labels currently overlap in Wikidata - https://phabricator.wikimedia.org/T150088#2773731 (10abian) [14:30:57] (03PS8) 10Paladox: Add a new grrrit-wm: nick command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [14:31:37] 10MediaWiki-extensions-WikibaseView, 10Wikidata: References and qualifiers with long labels currently overlap in Wikidata - https://phabricator.wikimedia.org/T150088#2773745 (10abian) [14:32:33] (03Abandoned) 10Paladox: testing bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319106 (owner: 10Paladox) [14:45:41] 10MediaWiki-extensions-MultimediaViewer, 06Reading-Web-Backlog, 07Easy: Media Viewer joins words in the caption in case of wordwrap markup
- https://phabricator.wikimedia.org/T149361#2773748 (10MtDu) @Tgr I have spent some time in the console and grepping to see which calls which function, and I have... [14:46:52] (03CR) 10Reedy: [C: 04-1] Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia (033 comments) [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [14:49:37] (03CR) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia (033 comments) [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [14:55:04] (03CR) 10Reedy: "I believe, what you should be doing, is whitelisting the full cloak of specific people." [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [14:58:10] (03CR) 10Paladox: "@Reedy oh, you mean instead of doing" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:04:32] 10MediaWiki-Language-converter: Chinese converting system is not working properly in meta and commons - https://phabricator.wikimedia.org/T150083#2773636 (10Liuxinyu970226) Perhaps see also T106131. [15:11:43] (03PS5) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [15:12:11] (03CR) 10jenkins-bot: [V: 04-1] Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:12:48] (03PS6) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [15:14:42] (03PS7) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [15:14:47] 10MediaWiki-extensions-Newsletter, 13Patch-For-Review: Convert Newsletter to use ContentHandler - https://phabricator.wikimedia.org/T138462#2773771 (1001tonythomas) [15:14:49] 10MediaWiki-extensions-Newsletter, 06Labs: Clear 'nl_*' tables in http://newsletter-test.wmflabs.org/ - https://phabricator.wikimedia.org/T149651#2773768 (1001tonythomas) 05Open>03Resolved a:0301tonythomas >>! In T149651#2773532, @Glaisher wrote: > ``` > ssh username@newsletter-test.newsletter.eqiad.wmfl... [15:15:56] (03CR) 10Reedy: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia (031 comment) [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:18:59] (03PS8) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [15:19:07] (03CR) 10Reedy: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia (031 comment) [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:19:13] (03CR) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia (031 comment) [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:24:02] (03PS9) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [15:24:17] (03CR) 10Paladox: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia (031 comment) [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:27:16] 10MediaWiki-extensions-Newsletter: Convert Newsletter to use ContentHandler - https://phabricator.wikimedia.org/T138462#2773774 (1001tonythomas) [15:27:49] (03CR) 10Reedy: Updating whitelist to only allow users with hostnames mediawiki, wikimedia and wikipedia (033 comments) [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:28:51] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: [Beginner] Warnings thrown up on creating a new newsletter via Special:CreateNewsletter - https://phabricator.wikimedia.org/T150090#2773777 (1001tonythomas) [15:29:49] (03PS10) 10Paladox: Updating whitelist to check for cloak/nick [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 [15:29:54] (03CR) 10Paladox: Updating whitelist to check for cloak/nick (033 comments) [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:33:29] 10MediaWiki-extension-requests, 07Easy: Add edit history graph(s) to MediaWiki's info action - https://phabricator.wikimedia.org/T43329#2773791 (10Aklapper) @MZMcBride: I don't think this task is well-described with pointers to help the contributor and falls under #easy? [15:37:00] (03CR) 10Paladox: [C: 031] Updating whitelist to check for cloak/nick [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:45:00] 07Design, 10VisualEditor, 10VisualEditor-EditingTools, 10VisualEditor-MediaWiki-Links: VisualEditor: Link input widget should have separate inputs for target and display text - https://phabricator.wikimedia.org/T55973#2773796 (10Esanders) Inline labels: {F4698802} Google docs for comparison: {F4698804}... [15:47:01] (03CR) 10Paladox: "@Reedy can I merge please?" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [15:58:10] (03PS3) 10Ladsgroup: Add CollationFa [core] - 10https://gerrit.wikimedia.org/r/302096 (https://phabricator.wikimedia.org/T139110) [16:03:54] 10MediaWiki-Special-pages: Checkboxes on Special:BotPassword should be on the left of options - https://phabricator.wikimedia.org/T150079#2773806 (10Aklapper) p:05High>03Low @Huji: I don't see how "poor UI design" implies that this is an urgent issue, hence lowering priority. [16:04:24] (03CR) 10jenkins-bot: [V: 04-1] Add CollationFa [core] - 10https://gerrit.wikimedia.org/r/302096 (https://phabricator.wikimedia.org/T139110) (owner: 10Ladsgroup) [16:07:44] (03PS4) 10Ladsgroup: Add CollationFa [core] - 10https://gerrit.wikimedia.org/r/302096 (https://phabricator.wikimedia.org/T139110) [16:08:18] 10MediaWiki-Database, 10MediaWiki-Unit-tests, 05MW-1.28-release, 07PostgreSQL, 07Regression: 1.28-alpha / Error: 42P01 ERROR: table "unittest_user_groups" does not exist - https://phabricator.wikimedia.org/T149454#2773822 (10Paladox) @aaron would you be able to look into this please? mw 1.28 is almost... [16:14:23] 07Documentation, 03Google-Code-In-2016: [beginner] [recurring] Set up your MediaWiki development environment and upload a screenshot of a MediaWiki extension - https://phabricator.wikimedia.org/T150042#2773826 (10Aklapper) [16:14:56] 10MediaWiki-Database, 10MediaWiki-Unit-tests, 05MW-1.28-release, 07PostgreSQL, 07Regression: 1.28-alpha / Error: 42P01 ERROR: table "unittest_user_groups" does not exist - https://phabricator.wikimedia.org/T149454#2773827 (10Paladox) I belive we have this problem because prefix support was broken in 1.2... [16:15:02] (03CR) 10Paladox: ":)" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [16:15:19] 04(no projects): Provide public access to OpenStack APIs - https://phabricator.wikimedia.org/T150092#2773828 (10Andrew) [16:15:58] 07Documentation, 03Google-Code-In-2016: [beginner] [recurring] Set up your MediaWiki development environment and upload a screenshot of a MediaWiki extension - https://phabricator.wikimedia.org/T150042#2772389 (10Aklapper) @Tgr: For the beginning I'd propose so, as I can imagine running into enough issues when... [16:16:17] 04(no projects): Provide public access to OpenStack APIs - https://phabricator.wikimedia.org/T150092#2773828 (10Andrew) cc'ing everyone because this has huge security implications and I want to make sure I'm not missing obvious problems. [16:17:20] 10MediaWiki-Categories, 10MediaWiki-Internationalization, 05MW-1.28-release-notes, 13Patch-For-Review: uca-fa collation shows pages starting with ا incorrectly under ء - https://phabricator.wikimedia.org/T139110#2773857 (10Ladsgroup) @Bawolff and @matmarex: I made [[ https://gerrit.wikimedia.org/r/#/c/3020... [16:18:06] 06Developer-Relations, 10Wikimedia-Developer-Summit (2017): Better recommending of tasks suitable for new technical contributors - https://phabricator.wikimedia.org/T149564#2773860 (10Aklapper) @cscott: I don't see how T149948 is specifically related to small, self-contained, well-described tasks for new contr... [16:19:23] 10MediaWiki-Authentication-and-authorization, 10MediaWiki-Page-editing: Incorrect "You are not logged in" shown in upper right corner while fast editing pages - https://phabricator.wikimedia.org/T150054#2773861 (10Aklapper) [16:22:19] (03PS1) 1001tonythomas: Remove unused $user passed to NewsletterEditPage [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/319998 (https://phabricator.wikimedia.org/T138462) [16:23:30] (03PS2) 1001tonythomas: Remove unused $user passed to NewsletterEditPage [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/319998 (https://phabricator.wikimedia.org/T138462) [16:24:26] 10MediaWiki-extensions-Score, 06Community-Liaisons, 10VisualEditor, 07Documentation, 03Google-Code-In-2016: Make a new section for musical scores in the user guide for VisualEditor - https://phabricator.wikimedia.org/T117437#2773879 (10Aklapper) >>! In T117437#2772542, @Esanders wrote: > Ideally we would... [16:24:48] (03CR) 1001tonythomas: [C: 032] Remove unused $user passed to NewsletterEditPage [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/319998 (https://phabricator.wikimedia.org/T138462) (owner: 1001tonythomas) [16:25:30] 10MediaWiki-Watchlist: Add confirmation to rollback button from watchlist page - https://phabricator.wikimedia.org/T149514#2773882 (10Aklapper) I wonder if the proposed solution for T150045 would also work here... [16:25:55] (03Merged) 10jenkins-bot: Remove unused $user passed to NewsletterEditPage [extensions/Newsletter] - 10https://gerrit.wikimedia.org/r/319998 (https://phabricator.wikimedia.org/T138462) (owner: 1001tonythomas) [16:26:11] 10MediaWiki-Interwiki, 10PAWS: Add PAWS to interwiki links - https://phabricator.wikimedia.org/T150094#2773867 (10yuvipanda) [16:27:35] 10MediaWiki-Interwiki, 10PAWS: Add PAWS to interwiki links - https://phabricator.wikimedia.org/T150094#2773886 (10yuvipanda) [16:33:01] 06Developer-Relations (Oct-Dec-2016), 03Google-Code-In-2016: Recruit Google Code-in 2016 mentors - https://phabricator.wikimedia.org/T148952#2773887 (10Aklapper) [16:36:25] 10MediaWiki-Special-pages: Checkboxes on Special:BotPassword should be on the left of options - https://phabricator.wikimedia.org/T150079#2773888 (10amritsreekumar) a:03amritsreekumar [16:37:09] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: [Beginner] newsletter-create-editsummary is not defined - https://phabricator.wikimedia.org/T150095#2773889 (1001tonythomas) [16:37:20] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: [Beginner] newsletter-create-editsummary is not defined - https://phabricator.wikimedia.org/T150095#2773889 (1001tonythomas) [16:40:12] 10MediaWiki-extensions-Newsletter: Error creating a Newsletter on Mediawiki Vagrant Environment (The newsletter main page does not exist. Please enter a valid existing page.) - https://phabricator.wikimedia.org/T150075#2773904 (1001tonythomas) a:0301tonythomas Fixedf after https://gerrit.wikimedia.org/r/#/c/31... [16:43:51] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: Upon announcing a new issue for a newsletter, the link on confirmation page is wrong - https://phabricator.wikimedia.org/T150096#2773906 (1001tonythomas) [16:44:06] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: [Beginner] newsletter-create-editsummary is not defined - https://phabricator.wikimedia.org/T150095#2773919 (1001tonythomas) a:0501tonythomas>03None [16:47:40] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: [Beginner] Wrong Return-To URL in Special:Newsletter/xx/unsubscribe - https://phabricator.wikimedia.org/T150097#2773920 (1001tonythomas) [16:49:16] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: [Beginner] Wrong Return-To URL in Special:Newsletter/xx/announce - https://phabricator.wikimedia.org/T150096#2773932 (1001tonythomas) [16:50:01] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: [Beginner] Wrong Return-To URL in Special:Newsletter/xx/announce - https://phabricator.wikimedia.org/T150096#2773906 (1001tonythomas) [16:53:21] 10MediaWiki-extensions-Newsletter, 06Community-Liaisons, 05Goal: Goal: Deploy Newsletter extension in Wikimedia - https://phabricator.wikimedia.org/T110170#2773961 (1001tonythomas) This is completely blocked by T138462 [16:53:49] 10MediaWiki-extensions-Newsletter, 06Community-Liaisons, 05Goal: Goal: Deploy Newsletter extension in Wikimedia - https://phabricator.wikimedia.org/T110170#2773964 (1001tonythomas) [16:53:52] 10MediaWiki-extensions-Newsletter, 13Patch-For-Review: Convert Newsletter to use ContentHandler - https://phabricator.wikimedia.org/T138462#2401078 (1001tonythomas) [16:59:08] 10MediaWiki-Special-pages: Checkboxes on Special:BotPassword should be on the left of options - https://phabricator.wikimedia.org/T150079#2773967 (10amritsreekumar) Is it the file BotPassword.php file the change should be made? [17:00:46] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: Wrong Return-To URL in Special:Newsletter/xx/unsubscribe - https://phabricator.wikimedia.org/T150097#2773969 (1001tonythomas) [17:01:20] 10MediaWiki-extensions-Newsletter, 07Documentation, 03Google-Code-In-2016: [Beginner] Update documentation about newsletter-rights in MW::Extension:Newsletter page - https://phabricator.wikimedia.org/T149989#2773971 (10Aklapper) [17:01:51] 10MediaWiki-extensions-Newsletter, 07Documentation, 03Google-Code-In-2016: Update documentation about newsletter-rights in MW::Extension:Newsletter page - https://phabricator.wikimedia.org/T149989#2771135 (10Aklapper) [17:01:56] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: newsletter-create-editsummary is not defined - https://phabricator.wikimedia.org/T150095#2773974 (1001tonythomas) [17:02:24] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: Warnings thrown up on creating a new newsletter via Special:CreateNewsletter - https://phabricator.wikimedia.org/T150090#2773975 (10Aklapper) [17:02:32] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: Wrong Return-To URL in Special:Newsletter/xx/announce - https://phabricator.wikimedia.org/T150096#2773976 (10Aklapper) [17:02:49] 10MediaWiki-extensions-Newsletter, 03Google-Code-In-2016: Warnings thrown up on creating a new newsletter via Special:CreateNewsletter - https://phabricator.wikimedia.org/T150090#2773977 (1001tonythomas) [17:23:57] 10MediaWiki-Special-pages: Checkboxes on Special:BotPassword should be on the left of options - https://phabricator.wikimedia.org/T150079#2773986 (10Aklapper) @amritsreekumar : Please feel free to elaborate what you have tried already and in which files, what the results were, and the potential problems you ran... [17:37:49] 10MediaWiki-Special-pages: Special:BotPassword grant managment can cause confusion if help text is not read closely - https://phabricator.wikimedia.org/T150080#2773988 (10bd808) [17:48:45] 10MediaWiki-Special-pages: Special:BotPassword grant managment can cause confusion if help text is not read closely - https://phabricator.wikimedia.org/T150080#2773468 (10bd808) How about changing the > Each grant gives access to listed user rights that a user account already has. help text to something like > G... [17:48:51] 10Phabricator (2016-07-13), 07Upstream: Synchronize "Projects" vs. "Tags" labelling - https://phabricator.wikimedia.org/T127304#2774005 (10Aklapper) 05Open>03Resolved a:03Aklapper This has been fixed in the UI in upstream. [17:54:14] 10Phabricator (2016-07-13), 07Upstream: Project icon files are missing - https://phabricator.wikimedia.org/T128160#2774009 (10Aklapper) >>! In T128160#2460309, @mmodell wrote: > The patch has been deployed. Hopefully this resolves the issue completely. Anyone can confirm? Or should we just close this task as... [17:59:18] 10MediaWiki-Authentication-and-authorization, 10MediaWiki-Page-editing: Incorrect "You are not logged in" shown in upper right corner while fast editing pages - https://phabricator.wikimedia.org/T150054#2774010 (10Boshomi) Full message in dewiki: ```Du bist nicht angemeldet. Beim Speichern wird deine IP-Adres... [18:01:45] 10MediaWiki-Parser, 07Easy, 13Patch-For-Review: Warning on repeated template parameters should use error class - https://phabricator.wikimedia.org/T114883#2774011 (10Harjotsingh) @Jdlrobson Thanks for the comment. I'll add the css rule and check before uploading the patch. Any other issue which is caused by... [18:07:35] (03PS1) 10Aklapper: Remove 404 gitblit links [vagrant] - 10https://gerrit.wikimedia.org/r/320001 [18:09:07] (03PS1) 10Esanders: Re-use internalList when building index [extensions/Cite] - 10https://gerrit.wikimedia.org/r/320002 (https://phabricator.wikimedia.org/T134975) [18:26:31] (03CR) 10BryanDavis: Remove 404 gitblit links (031 comment) [vagrant] - 10https://gerrit.wikimedia.org/r/320001 (owner: 10Aklapper) [18:27:18] andre__: I can make that little change and merge or you can make it and I'll merge. Either way works for me. [18:30:49] (03PS1) 10Sophivorus: Correct Polish translations [wikipedia/gadgets/ProveIt] - 10https://gerrit.wikimedia.org/r/320003 [18:31:04] (03CR) 10Sophivorus: [C: 032 V: 032] Correct Polish translations [wikipedia/gadgets/ProveIt] - 10https://gerrit.wikimedia.org/r/320003 (owner: 10Sophivorus) [18:34:51] (03PS2) 10Aklapper: Replace 404 gitblit download links with github equivalents [vagrant] - 10https://gerrit.wikimedia.org/r/320001 [18:35:38] (03CR) 10BryanDavis: [C: 032] Replace 404 gitblit download links with github equivalents [vagrant] - 10https://gerrit.wikimedia.org/r/320001 (owner: 10Aklapper) [18:35:52] (03Merged) 10jenkins-bot: Replace 404 gitblit download links with github equivalents [vagrant] - 10https://gerrit.wikimedia.org/r/320001 (owner: 10Aklapper) [18:35:58] 10ProveIt-Gadget: Citations to references without name are inserted at the bottom - https://phabricator.wikimedia.org/T150101#2774028 (10Sophivorus) [18:40:42] bd808: Heh, you were faster fixing it than me returning to this machine reading your msg. Thanks! [18:41:06] andre__: :) I figured out how to get a tgz too so I just fixed [18:41:25] undocumented apis for the win [18:41:51] thanks for crawling around the wikis and repos to track those links down andre__ [18:42:53] shaweeet! [18:42:55] heh, yw [18:50:41] 10MediaWiki-Logging, 10MediaWiki-Patrolling: Special:Log/patrol with "manual" type returns automatic patrols - https://phabricator.wikimedia.org/T149756#2761871 (10Cenarium) >>! In T149756#2762023, @andymw wrote: > T149344 could be related? Not related. >>! In T149756#2762030, @GeoffreyT2000 wrote: > Task T13... [18:52:14] 10MediaWiki-Logging, 10MediaWiki-Patrolling, 10MediaWiki-Special-pages: Earlier autopatrolled revisions should go under "Automatic patrol" - https://phabricator.wikimedia.org/T136493#2774044 (10Cenarium) [18:52:17] 10MediaWiki-Logging, 10MediaWiki-Patrolling: Special:Log/patrol with "manual" type returns automatic patrols - https://phabricator.wikimedia.org/T149756#2774046 (10Cenarium) [19:06:38] 10ProveIt-Gadget: Small type's size in Monobook skin - https://phabricator.wikimedia.org/T150102#2774051 (10Iniquity) [19:06:55] 10ProveIt-Gadget: Small type's size in Monobook skin - https://phabricator.wikimedia.org/T150102#2774051 (10Iniquity) [19:08:26] 10ProveIt-Gadget: Small font size in Monobook skin - https://phabricator.wikimedia.org/T150102#2774051 (10Iniquity) [19:12:00] 10MediaWiki-Logging, 10MediaWiki-Patrolling, 10MediaWiki-Special-pages: Earlier autopatrolled revisions should go under "Automatic patrol" - https://phabricator.wikimedia.org/T136493#2774068 (10Cenarium) p:05Triage>03Low This would require writing a maintenance script to change patrol log entries of patr... [19:23:33] 10MediaWiki-extensions-Quiz, 07I18n: ResourceLoader-ify Quiz CSS - https://phabricator.wikimedia.org/T40372#2774071 (10Harjotsingh) @Mvolz I'm interested to work on this task. I can see that Quiz.class.php has $mColors array which contains static colors defined for correction, right, wrong etc. Quiz::getColor... [19:29:02] (03CR) 10Zppix: [C: 032 V: 032] "merging" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [19:29:29] (03Merged) 10jenkins-bot: Updating whitelist to check for cloak/nick [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319983 (owner: 10Paladox) [19:30:04] (03Draft2) 10Iniquity: Fix small font size for monobook skin [wikipedia/gadgets/ProveIt] - 10https://gerrit.wikimedia.org/r/320007 (https://phabricator.wikimedia.org/T150102) [19:31:04] 10ProveIt-Gadget, 13Patch-For-Review: Small font size in Monobook skin - https://phabricator.wikimedia.org/T150102#2774073 (10Iniquity) https://gerrit.wikimedia.org/r/#/c/320007/ [19:31:07] (03CR) 10Zppix: "is this ready?" [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 (owner: 10Paladox) [19:31:49] @Reedy Hi, I'm working on https://phabricator.wikimedia.org/T40372#2774071.Can we simply remove $start and $end as ResourceLoader can handle flipping ? [19:32:01] harjotsingh: I'm currently replying to your ticket :) [19:32:06] At least, about the colours [19:32:54] harjotsingh: For the flipping... [19:32:59] Yes, RL can support it... [19:33:40] I just don't know how the flipping works [19:34:32] 10MediaWiki-extensions-Quiz, 07I18n: ResourceLoader-ify Quiz CSS - https://phabricator.wikimedia.org/T40372#2774075 (10Reedy) >>! In T40372#2774071, @Harjotsingh wrote: > How should I approach to add color as a setting ?(shouldn't it be a feature then ?) I don't know why the colour is abstracted like it is, t... [19:35:12] 10MediaWiki-extensions-Quiz: Reformat code and wrap long lines - https://phabricator.wikimedia.org/T150103#2774076 (10Reedy) [19:35:20] 10MediaWiki-extensions-Quiz: Reformat code and wrap long lines - https://phabricator.wikimedia.org/T150103#2774089 (10Reedy) p:05Triage>03Low [19:36:18] @Reedy RL automatically handles it using CSSJanus as far as I read from https://www.mediawiki.org/wiki/Directionality_support#ResourceLoader [19:36:29] harjotsingh: Sure, it should automatically handle it [19:36:34] But we can't just remove the variables [19:36:37] We have to hard code them [19:36:47] ie substitute in their values [19:38:34] harjotsingh: I think you should just replace start with left, and end with right [19:38:37] @Reedy yes we need to give the default value (which I presume to be left) [19:38:41] (03PS9) 10Paladox: Add a new grrrit-wm: nick and grrrit-wm: force-restart command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [19:38:52] We can then get some of the CSS/RL people to review it [19:39:07] (03PS10) 10Paladox: Add a new grrrit-wm: nick and grrrit-wm: force-restart command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [19:39:22] (03CR) 10Paladox: "Yes it is ready now." [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 (owner: 10Paladox) [19:39:33] (03CR) 10jenkins-bot: [V: 04-1] Add a new grrrit-wm: nick and grrrit-wm: force-restart command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 (owner: 10Paladox) [19:40:43] (03PS11) 10Paladox: Add a new grrrit-wm: nick and grrrit-wm: force-restart command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [19:40:46] 10MediaWiki-extensions-Quiz, 07Easy: Stop calling Quiz::getColor dynamically - https://phabricator.wikimedia.org/T150104#2774090 (10Reedy) [19:41:10] (03CR) 10jenkins-bot: [V: 04-1] Add a new grrrit-wm: nick and grrrit-wm: force-restart command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 (owner: 10Paladox) [19:41:36] (03PS12) 10Paladox: Add a new grrrit-wm: nick and grrrit-wm: force-restart command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [19:41:51] 10MediaWiki-extensions-Quiz, 07I18n: ResourceLoader-ify Quiz CSS - https://phabricator.wikimedia.org/T40372#2774102 (10Harjotsingh) a:03Harjotsingh [19:42:13] harjotsingh: bonus points if you can actually manage to test it does flip when expected [19:43:08] (03PS13) 10Paladox: Add a new grrrit-wm: nick and grrrit-wm: force-restart command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 [19:43:10] harjotsingh: I'm guessing you're of Indian (ish) descent? So you probably understand at least one rtl language to easily test it ;) [19:43:24] 10MediaWiki-extensions-Quiz, 07Easy: Reformat code and wrap long lines - https://phabricator.wikimedia.org/T150103#2774105 (10Reedy) [19:44:23] 07Mobile: Clicking back icon in edit view of mobile site should always display the article - https://phabricator.wikimedia.org/T150105#2774107 (10Kaartic) [19:44:29] (03CR) 10Paladox: [C: 031] "This works, tested it with a test bot." [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 (owner: 10Paladox) [19:46:05] @Reedy Yes I'm Indian and I wish I could understand a rtl language.I don't need to understand it, just need to see if I flips.The language conversion headache is for RL team :) [19:48:30] Well, understanding it does help a bit [19:48:44] Especially when you're used to Latin character sets [19:56:18] 07Mobile: Clicking back icon in edit view of mobile site should always display the article - https://phabricator.wikimedia.org/T150105#2774120 (10Kaartic) [19:56:36] 07Mobile: Clicking back icon in edit view of mobile site should always display the article - https://phabricator.wikimedia.org/T150105#2774107 (10Kaartic) [19:57:10] 10EventBus, 10Wikimedia-Logstash: Eventbus exception logs causing indexing failures in ELK Elasticsearch - https://phabricator.wikimedia.org/T150106#2774122 (10bd808) [19:57:22] 10EventBus, 10Wikimedia-Logstash: Eventbus exception logs causing indexing failures in ELK Elasticsearch - https://phabricator.wikimedia.org/T150106#2774134 (10bd808) p:05Triage>03Unbreak! [19:58:33] (03CR) 10Zppix: [C: 032] Add a new grrrit-wm: nick and grrrit-wm: force-restart command to grrrit-wm bot [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/319908 (owner: 10Paladox) [20:05:58] 10MediaWiki-extension-requests, 07Easy: Add edit history graph(s) to MediaWiki's info action - https://phabricator.wikimedia.org/T43329#2774136 (10MZMcBride) >>! In T43329#2773791, @Aklapper wrote: > @MZMcBride: I don't think this task is well-described with pointers to help the contributor and falls under #ea... [20:10:57] (03CR) 10VolkerE: [C: 031] Remove attribute lang from #firstHeading [skins/Vector] - 10https://gerrit.wikimedia.org/r/318043 (owner: 10Fomafix) [20:13:16] 10EventBus, 10Wikimedia-Logstash: Eventbus exception logs causing indexing failures in ELK Elasticsearch - https://phabricator.wikimedia.org/T150106#2774137 (10bd808) I added #eventbus here, but I don't think this is really their fault at all. The problem is fundamentally that the Elasticsearch cluster behind... [20:28:33] (03PS2) 10Umherirrender: Remove not used variables in ResourcesTest [core] - 10https://gerrit.wikimedia.org/r/308703 (owner: 10WMDE-leszek) [20:28:37] (03CR) 10Umherirrender: [C: 032] Remove not used variables in ResourcesTest [core] - 10https://gerrit.wikimedia.org/r/308703 (owner: 10WMDE-leszek) [20:30:38] 10EventBus, 10Wikimedia-Logstash: Eventbus exception logs causing indexing failures in ELK Elasticsearch - https://phabricator.wikimedia.org/T150106#2774142 (10bd808) The mapping for the mediawiki events (P4375) wants backtrace.args to be a string type but there is no guarantee that the Monolog exception forma... [20:39:32] (03Merged) 10jenkins-bot: Remove not used variables in ResourcesTest [core] - 10https://gerrit.wikimedia.org/r/308703 (owner: 10WMDE-leszek) [20:43:57] 10SyntaxHighlight: Make inline syntaxhighlighted text unwrapped as default - https://phabricator.wikimedia.org/T150107#2774147 (10IKhitron) [20:47:45] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2774159 (10Arseny1992) a:05TheDJ>03None [20:54:42] 10SyntaxHighlight: Make inline syntaxhighlighted text unwrapped as default - https://phabricator.wikimedia.org/T150107#2774147 (10Reedy) Screenshot example? [20:55:39] 10MediaWiki-Interwiki, 10PAWS: Add PAWS to interwiki links - https://phabricator.wikimedia.org/T150094#2773867 (10Reedy) Any reason it can't just be added to https://meta.wikimedia.org/wiki/Interwiki_map and then rebuilt for WMF wikis? [20:56:15] 10EventBus, 10Wikimedia-Logstash: Eventbus exception logs causing indexing failures in ELK Elasticsearch - https://phabricator.wikimedia.org/T150106#2774165 (10bd808) The #EventBus change that is tripping over the Elasticsearch quirk of wanting normalized data in the log events is: https://gerrit.wikimedia.org... [21:02:14] 07Documentation, 03Google-Code-In-2016: [beginner] [recurring] Set up your MediaWiki development environment and upload a screenshot of a MediaWiki extension - https://phabricator.wikimedia.org/T150042#2774167 (10Aklapper) [21:04:26] 10SyntaxHighlight: Make inline syntaxhighlighted text unwrapped as default - https://phabricator.wikimedia.org/T150107#2774168 (10IKhitron) Screenshot example of what? It's not a bug, it works exactly as was planned. I suggested to change it. [21:05:41] sigh [21:05:42] cba [21:07:00] just because it's not a bug, doesn't mean a screenshot has no use [21:07:18] (03PS2) 10Umherirrender: LocalRepo::checkRedirect(): Fix use of __METHOD__ in closure [core] - 10https://gerrit.wikimedia.org/r/300513 (owner: 10PleaseStand) [21:07:24] (03CR) 10Umherirrender: [C: 032] LocalRepo::checkRedirect(): Fix use of __METHOD__ in closure [core] - 10https://gerrit.wikimedia.org/r/300513 (owner: 10PleaseStand) [21:07:38] 10SyntaxHighlight: Make inline syntaxhighlighted text unwrapped as default - https://phabricator.wikimedia.org/T150107#2774169 (10Aklapper) Screenshot of "it's completely unreadable" (or a URL where someone else could see the problem, or clear steps that would allow someone else to reproduce the problem. Basical... [21:07:52] * Reedy hugs andre__ [21:08:35] You're so predictable! :P [21:08:58] Hugging you? [21:10:56] Yeah. (about everything else I'm not sure. But about hugging I am.) [21:20:46] (03Merged) 10jenkins-bot: LocalRepo::checkRedirect(): Fix use of __METHOD__ in closure [core] - 10https://gerrit.wikimedia.org/r/300513 (owner: 10PleaseStand) [21:26:00] 10MediaWiki-extensions-WikibaseView, 10Wikidata: References and qualifiers with long labels currently overlap in Wikidata - https://phabricator.wikimedia.org/T150088#2774173 (10matej_suchanek) [21:26:02] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata: Long qualifier name breaks layout - https://phabricator.wikimedia.org/T59774#2774176 (10matej_suchanek) [21:27:07] 10MediaWiki-extensions-WikibaseRepository, 10Wikidata: Long qualifier name breaks layout - https://phabricator.wikimedia.org/T59774#629472 (10matej_suchanek) [21:45:11] 10SyntaxHighlight: Make inline syntaxhighlighted text unwrapped as default - https://phabricator.wikimedia.org/T150107#2774200 (10IKhitron) Again, imho it has nothing with how to report a bug, because it's not a bug but improvement request. But I created now a screenshot as you asked. Unfortunately, I don't thin... [21:46:06] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2774201 (10eranroz) @MZMcBride , good point. The user preferences is quite complex and we should avoid making it even more complex :) I... [21:54:28] 10SyntaxHighlight: Make inline syntaxhighlighted text unwrapped as default - https://phabricator.wikimedia.org/T150107#2774202 (10Aklapper) Requests for potential improvements (or changes of behavior) welcome reasons, and currently no one knows why you think it could be a good idea to set unwrapped as default, b... [21:55:03] 10MediaWiki-User-preferences, 10MediaWiki-extensions-CategoryTree: Add preferences ability to view categorytree with "all" mode. - https://phabricator.wikimedia.org/T137812#2774203 (10IKhitron) Unfortunately, you are right. I can't think about another example when somebody will need this at all except my own o... [21:55:10] harjotsingh: any luck? [21:57:40] 10MediaWiki-extensions-CheckUser, 07PostgreSQL: Database error on PostgreSQL: insert or update on table "cu_changes" violates foreign key constraint "cu_changes_cuc_page_id_fkey" - https://phabricator.wikimedia.org/T149973#2774205 (10Yetanotherusername) CheckUser 2.3 (8fafbe8) [21:59:01] 10MediaWiki-extension-requests, 07Easy: Add edit history graph(s) to MediaWiki's info action - https://phabricator.wikimedia.org/T43329#2774206 (10Aklapper) Currently the tags on this task imply that it's about writing a new extension from scratch (#MediaWiki-extension-requests) but maybe that's not the case a... [21:59:05] 10SyntaxHighlight: Make inline syntaxhighlighted text unwrapped as default - https://phabricator.wikimedia.org/T150107#2774207 (10IKhitron) Yap. You are right. [22:02:24] 10EventBus, 10Wikimedia-Logstash, 13Patch-For-Review: Eventbus exception logs causing indexing failures in ELK Elasticsearch - https://phabricator.wikimedia.org/T150106#2774208 (10bd808) p:05Unbreak!>03High Changing the logging config to stop trying to send the MediaWiki EventBus log channel to Logstash... [22:03:10] 10EventBus, 10Wikimedia-Logstash, 13Patch-For-Review: MediaWiki logs on the EventBus channel causing indexing failures in ELK Elasticsearch - https://phabricator.wikimedia.org/T150106#2774210 (10bd808) [22:08:05] (03PS1) 10Harjotsingh: Removing Hardcoded Css and $wgContLang from parseQuiz() function. [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) [22:10:11] @Reedy patch uploaded, please review and let me know if there are any issues [22:10:40] (03CR) 10Reedy: [C: 04-1] "These need completely removing from this file, and into ext.quiz.css so that it takes benefit of ResourceLoader" [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [22:11:56] (03CR) 10Reedy: "And it can be formatted nicely with whitespace and such" (031 comment) [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [22:12:55] (03CR) 10Reedy: Removing Hardcoded Css and $wgContLang from parseQuiz() function. (031 comment) [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [22:15:17] (03CR) 10Harjotsingh: "Yes I see that the css should be moved to ext.quiz.css.Only $wgOut and $wgOut->addModules( 'ext.quiz' ) needs to stay." [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [22:21:52] 10EventBus, 10Wikimedia-Logstash, 13Patch-For-Review: MediaWiki logs on the EventBus channel causing indexing failures in ELK Elasticsearch - https://phabricator.wikimedia.org/T150106#2774214 (10bd808) My prior summary is **almost** correct. The heterogeneous typing issue in Elasticsearch 2.x is actually not... [22:24:21] (03PS2) 10Harjotsingh: Removing Hardcoded Css and $wgContLang from parseQuiz() function. [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) [22:24:41] 10Montage, 10Wiki-Loves-Monuments (2016): Create a list of participating photos for the first round of the international jury process - https://phabricator.wikimedia.org/T150026#2774215 (10Effeietsanders) List has been created on google docs (@LilyOfTheWest has access too), with the following information: * UR... [22:31:23] 10MediaWiki-extensions-CheckUser, 07PostgreSQL: Database error on PostgreSQL: insert or update on table "cu_changes" violates foreign key constraint "cu_changes_cuc_page_id_fkey" - https://phabricator.wikimedia.org/T149973#2774216 (10Paladox) @Yetanotherusername that is a really old commit, please update to th... [22:34:08] andre_: I don't know if you got a similar email, but earlier this week Stephanie from GCI sent an email to past students asking for example tasks to go on this year's "Example Tasks" page for the whole competition. She asked for titles that aren't "too scary". I found a few but I wondered if you had any ideas for more. [22:37:28] (03CR) 10Reedy: [C: 04-1] "Looking good other than the few little whitespace changes needed :)" (032 comments) [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [22:41:02] unicornisaurous: Not spontaneously. I think we simply are scary :D I'd go through https://codein.withgoogle.com/archive/2015/organization/4822184463695872/task/ [22:42:53] (03PS3) 10Harjotsingh: Removing Hardcoded Css and $wgContLang from parseQuiz() function. [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) [22:44:29] (03CR) 10Reedy: [C: 04-1] Removing Hardcoded Css and $wgContLang from parseQuiz() function. (031 comment) [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [22:45:31] Sorry, didn't notice that last one [22:46:49] andre__: Yeah I was going through those but discovered most of them are rather scary... [22:48:03] (03PS4) 10Harjotsingh: Removing Hardcoded Css and $wgContLang from parseQuiz() function. [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) [22:49:51] 10MediaWiki-Parser, 07Easy, 13Patch-For-Review: Warning on repeated template parameters should use error class - https://phabricator.wikimedia.org/T114883#2774220 (10Harjotsingh) I checked the bug on the latest code and the warning message is not showing at all even if a template parameter has been repeated.... [22:58:45] harjotsingh: Have you tested the flipping? [23:00:32] (03CR) 10Reedy: "Some more whitespace..." (034 comments) [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [23:07:47] @Reedy I did change $wgLanguageCode in LocalSettings.php to aeb( arabic ), the flipping seems to work fine on the page [23:08:07] (03PS5) 10Harjotsingh: Removing Hardcoded Css and $wgContLang from parseQuiz() function. [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) [23:13:50] (03CR) 10Fomafix: [C: 04-1] "The flipping of a css file is based on the direction of the user interface language not of the direction of the content language. Is this " (031 comment) [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [23:17:36] (03PS6) 10Harjotsingh: Removing Hardcoded Css and $wgContLang from parseQuiz() function. [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) [23:17:53] 10MediaWiki-User-login-and-signup, 05Security: Strengthen password policy: Don't let username and password be the same - https://phabricator.wikimedia.org/T150109#2774230 (10Ladsgroup) [23:18:11] 10MediaWiki-extensions-Newsletter: Error creating a Newsletter on Mediawiki Vagrant Environment (The newsletter main page does not exist. Please enter a valid existing page.) - https://phabricator.wikimedia.org/T150075#2774242 (10MtDu) @01tonythomas Confirmed. It is fixed. Thank you! Just saw all your new Newsl... [23:19:49] 10MediaWiki-extensions-Newsletter: Error creating a Newsletter on Mediawiki Vagrant Environment (The newsletter main page does not exist. Please enter a valid existing page.) - https://phabricator.wikimedia.org/T150075#2774245 (10MtDu) 05Open>03Resolved Closing as resolved as issue no longer persists thanks... [23:21:38] 10MediaWiki-extensions-ShortUrl: Creating new page with ShortUrl enabled results in array to string conversion - https://phabricator.wikimedia.org/T150110#2774247 (10Reedy) [23:22:38] 10MediaWiki-User-login-and-signup, 05Security: Strengthen password policy: Don't let username and password be the same - https://phabricator.wikimedia.org/T150109#2774259 (10Reedy) You mean to enable this password policy on fawiki, yes? :P [23:24:59] 10MediaWiki-User-login-and-signup, 05Security: Strengthen password policy: Don't let username and password be the same - https://phabricator.wikimedia.org/T150109#2774261 (10Ladsgroup) I think there should be a config variable like: ``` $wgUserPassNotSame = false; ``` Obviously defaults to false and we gradual... [23:27:17] (03CR) 10Reedy: [C: 032] "Flipping seems to work! Thanks!" [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [23:28:21] (03Merged) 10jenkins-bot: Removing Hardcoded Css and $wgContLang from parseQuiz() function. [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320064 (https://phabricator.wikimedia.org/T40372) (owner: 10Harjotsingh) [23:29:42] 10MediaWiki-User-login-and-signup, 05Security: Strengthen password policy: Don't let username and password be the same - https://phabricator.wikimedia.org/T150109#2774263 (10Reedy) >>! In T150109#2774261, @Ladsgroup wrote: > I think there should be a config variable like: > ``` > $wgUserPassNotSame = false; >... [23:31:32] (03PS1) 10Reedy: Move Question to it's own php file [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320066 [23:31:47] 10MediaWiki-extensions-Quiz, 07I18n, 13Patch-For-Review: ResourceLoader-ify Quiz CSS - https://phabricator.wikimedia.org/T40372#2774264 (10Reedy) 05Open>03Resolved [23:32:12] 10MediaWiki-extensions-Quiz, 07Easy, 07Technical-Debt: Stop calling Quiz::getColor dynamically - https://phabricator.wikimedia.org/T150104#2774265 (10Reedy) [23:34:56] (03PS1) 10Reedy: Don't call static function dynamically [extensions/Quiz] - 10https://gerrit.wikimedia.org/r/320067 (https://phabricator.wikimedia.org/T150104) [23:44:59] (03CR) 10Reedy: "recheck" [core] - 10https://gerrit.wikimedia.org/r/318956 (https://phabricator.wikimedia.org/T121181) (owner: 10Reedy)