[00:00:52] 3Beta-Cluster, MediaWiki-extensions-Flow: Beta labs Special:Contributions lags by a long time - https://phabricator.wikimedia.org/T78671#956725 (10greg) p:5Triage>3Normal [00:01:16] 3Team-Practices: Create internal team google group/mailing list - https://phabricator.wikimedia.org/T78429#956729 (10Awjrichards) @Krenair there's nothing wrong with the teampractices mailing list that I am aware of ;) However, being a public mailing list, it is not an appropriate place for the team to have cer... [00:01:33] yurikR: probably $wgParser->preprocess(something something) [00:03:00] (03CR) 10GWicke: [C: 04-1] Make a VirtualRESTService class for Parsoid (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181706 (owner: 10Alex Monk) [00:03:13] yurikR: something like what WikitextContent::fillParserOutput does, probably? but with 'preprocess' instead of 'parse' [00:03:51] fillParserOutput is a real thing? [00:03:58] I read that earlier and thought someone was joking. [00:05:11] Fiona: eh? [00:05:47] I read "fill" as a bad verb. [00:05:54] Like "fillUpDiskSpace". [00:06:01] (03PS1) 10Mooeypoo: Add param order drag/drop widget to TemplateData dialog [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182962 [00:06:08] "exhaustLocalStorageSpace" [00:06:08] MatmaRex, thx, but would love to avoid wgParser? [00:06:15] Wouldn't we all. [00:06:16] yurikR: lol no [00:06:29] as in no globals :( [00:06:31] (03Abandoned) 10Mooeypoo: [wip] Adding paramOrder widget to TemplateData editor [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/170655 (owner: 10Mooeypoo) [00:06:44] yurikR: well, i mean [00:07:24] yurikR: you *could* do `$parser = new Parser;` and then do some other setup and it will work probably [00:08:22] MatmaRex, how about getting a context parsers somehow? [00:09:04] heh heh [00:09:13] (03PS2) 10Mooeypoo: Add param order drag/drop widget to TemplateData dialog [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182962 [00:10:01] hmm [00:10:15] (03PS5) 10Gergő Tisza: Add Vagrant role for Sentry (server + MW extension) [vagrant] - 10https://gerrit.wikimedia.org/r/181606 [00:11:03] (03PS4) 10MaxSem: Don't call localisation functions when initializing pageset [core] - 10https://gerrit.wikimedia.org/r/182437 [00:11:06] yurikR: nah. $wgParser is unavoidable [00:11:28] (03CR) 10MaxSem: Don't call localisation functions when initializing pageset (034 comments) [core] - 10https://gerrit.wikimedia.org/r/182437 (owner: 10MaxSem) [00:11:31] yurikR: but you probably actually want $parser = $wgParser->getFreshParser(); [00:11:39] (03CR) 10Aude: [C: 032] Bump MoodBar for bug fixes related to jQuery upgrade [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/182879 (owner: 10Mattflaschen) [00:12:08] (03CR) 10Rush: [C: 032 V: 032] check for empty $values array to avoid potentially huge select from maniphest_tasks with an empty where clause. [phabricator/extensions/security] - 10https://gerrit.wikimedia.org/r/182960 (owner: 1020after4) [00:12:17] yurikR: because parsing is not re-entrant and if you call parse() (or preprocess()) while something is already being parser, it blows up [00:12:22] 3Services, operations, Wikidata, MediaWiki-General-or-Unknown, wikidata-query-service: Reliable publish / subscribe event bus - https://phabricator.wikimedia.org/T84923#956732 (10GWicke) >>! In T84923#943464, @JanZerebecki wrote: > https://www.wikidata.org/w/api.php?action=help&modules=wbgetentities and recent... [00:12:28] so to summarize [00:12:39] i think my original answer of "you don't want to know" was correct [00:12:39] tst - https://phabricator.wikimedia.org/T85882#956733 (10chasemp) [00:12:46] tst - https://phabricator.wikimedia.org/T85882#956592 (10chasemp) [00:14:06] (03CR) 10Aude: [V: 032] Bump MoodBar for bug fixes related to jQuery upgrade [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/182879 (owner: 10Mattflaschen) [00:14:18] (03CR) 10Gergő Tisza: "* fixed review concerns" [vagrant] - 10https://gerrit.wikimedia.org/r/181606 (owner: 10Gergő Tisza) [00:15:13] tst - https://phabricator.wikimedia.org/T85882#956744 (10chasemp) 5Open>3Invalid a:3chasemp [00:17:23] sectest3 - https://phabricator.wikimedia.org/T85892#956735 (10chasemp) [00:17:24] sectest3 - https://phabricator.wikimedia.org/T85892#956735 (10chasemp) [00:17:26] sectest3 - https://phabricator.wikimedia.org/T85892#956748 (10chasemp) [00:17:27] sectest3 - https://phabricator.wikimedia.org/T85892#956735 (10chasemp) [00:18:06] 3OCG-PDF-renderer: enwiki "House of Plantagenet" article fails to render - https://phabricator.wikimedia.org/T85893#956750 (10Krenair) 3NEW [00:18:52] sectest3 - https://phabricator.wikimedia.org/T85892#956735 (10chasemp) [00:19:04] sectest3 - https://phabricator.wikimedia.org/T85892#956735 (10chasemp) [00:21:15] (03Abandoned) 10Jdlrobson: Add tests for define and require methods [extensions/Mantle] - 10https://gerrit.wikimedia.org/r/182298 (owner: 10Jdlrobson) [00:24:07] 3Multimedia, MediaWiki-File-management: More prominent display of other format available for download in image description pages - https://phabricator.wikimedia.org/T64305#956760 (10Tgr) >>! In T64305#953086, @RuchirangaW wrote: > I ran the project in debugging mode and looked line by line in execution as that p... [00:25:10] MatmaRex, sorry, my laptop died. Last i saw - $wgParser is unavoidable [00:25:58] [01:11] yurikR: but you probably actually want $parser = $wgParser->getFreshParser(); [00:26:01] [01:12] yurikR: because parsing is not re-entrant and if you call parse() (or preprocess()) while something is already being parser, it blows up [00:26:06] [01:12] so to summarize [00:26:06] [01:12] i think my original answer of "you don't want to know" was correct [00:26:29] :))) [00:26:31] thx! [00:31:13] MatmaRex, should i switch to $parser->setFunctionHook( 'graph', 'Graph\Singleton::onGraphTag', Parser::SFH_OBJECT_ARGS ); ? [00:31:20] instead of setHook [00:31:56] yurikR: no, probably not [00:39:32] (03CR) 10Aude: Bump MoodBar for bug fixes related to jQuery upgrade [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/182879 (owner: 10Mattflaschen) [00:39:38] (03CR) 10Aude: [C: 032] Bump MoodBar for bug fixes related to jQuery upgrade [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/182879 (owner: 10Mattflaschen) [00:41:03] (03PS1) 10CSteipp: Log cache misses of blacklist [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/182973 [00:41:16] (03PS1) 1020after4: force the security policy on the transition to 'security-bug' from any other value. [phabricator/extensions/security] - 10https://gerrit.wikimedia.org/r/182974 [00:43:09] (03CR) 10Rush: [C: 032 V: 032] force the security policy on the transition to 'security-bug' from any other value. [phabricator/extensions/security] - 10https://gerrit.wikimedia.org/r/182974 (owner: 1020after4) [00:44:07] sectest3 - https://phabricator.wikimedia.org/T85892#956768 (10chasemp) [00:44:20] sectest3 - https://phabricator.wikimedia.org/T85892#956735 (10chasemp) [00:44:43] sectest3 - https://phabricator.wikimedia.org/T85892#956770 (10chasemp) 5Open>3Invalid a:3chasemp [00:45:18] (03PS3) 10Mooeypoo: Add param order drag/drop widget to TemplateData dialog [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182962 [00:45:29] sectest1 - https://phabricator.wikimedia.org/T85877#956772 (10chasemp) [00:46:50] sectest1 - https://phabricator.wikimedia.org/T85877#956530 (10chasemp) [00:50:44] 3MediaWiki-Configuration: Allow Bureaucrat on CollabWiki remove sysop and crat - https://phabricator.wikimedia.org/T85891#956774 (10Jalexander) 5Open>3Resolved done and verified [00:51:44] 3MediaWiki-Configuration: Allow Bureaucrat on CollabWiki remove sysop and crat - https://phabricator.wikimedia.org/T85891#956776 (10Jalexander) [00:52:42] 3Wikimedia-Blog: Carousel on top should show the most recently featured post first - https://phabricator.wikimedia.org/T85894#956778 (10Tbayer) 3NEW a:3Tbayer [00:53:05] (03CR) 10Aude: [C: 032] Bump MoodBar for bug fixes related to jQuery upgrade [core] (wmf/1.25wmf12) - 10https://gerrit.wikimedia.org/r/182878 (owner: 10Mattflaschen) [00:55:36] (03CR) 10Aude: [V: 032] "zuul is broken :(" [core] (wmf/1.25wmf12) - 10https://gerrit.wikimedia.org/r/182878 (owner: 10Mattflaschen) [00:58:13] 3MediaWiki-extensions-Flow, Collaboration-Team: Add i18n for flow-create-board - https://phabricator.wikimedia.org/T85895#956788 (10Mattflaschen) 3NEW [00:59:11] 3Team-Practices, dev.wikimedia.org, MediaWiki-Documentation, Engineering-Community, Project-Creators: Create Documentation tag - https://phabricator.wikimedia.org/T85485#956799 (10Aklapper) @Awjrichards: Basically how "this task has been fixed when it comes to code and the behavior is now as expected, but the do... [01:00:42] 3Wikimedia-Shop: Wikimedia Shop is only available in English - https://phabricator.wikimedia.org/T39797#956801 (10CCogdill_WMF) a:5CCogdill_WMF>3vshchepakina [01:01:16] 3Zero: Failing QUnit tests - https://phabricator.wikimedia.org/T57845#956806 (10Yurik) 5Open>3Invalid a:3Yurik i think this is long obsolete [01:01:24] (03PS1) 1020after4: don't 'return' when security field is 'default' unless is_new is true [phabricator/extensions/security] - 10https://gerrit.wikimedia.org/r/182977 [01:02:13] 3MediaWiki-extensions-ZeroBanner, Zero: Section edit pencil icons showing in Wikipedia Zero despite no HTTPS support - https://phabricator.wikimedia.org/T62774#956809 (10Yurik) [01:02:23] (03CR) 10Rush: [C: 032 V: 032] don't 'return' when security field is 'default' unless is_new is true [phabricator/extensions/security] - 10https://gerrit.wikimedia.org/r/182977 (owner: 1020after4) [01:03:03] 3MediaWiki-extensions-ZeroBanner, Zero: renderZeroRatedRedirect URLs being indexed with search engines - https://phabricator.wikimedia.org/T68136#956810 (10Yurik) [01:05:17] 3Collaboration-Team, MediaWiki-extensions-MoodBar: Don't use jQuery's live method in MoodBar - https://phabricator.wikimedia.org/T85300#956811 (10Mattflaschen) This fix and the MoodBar part of {T85512} is now deployed to all Wikimedia wikis (of course, MoodBar is only enabled on a handful, as before). [01:05:45] (03PS1) 10Aude: Update MobileFrontend [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/182978 [01:07:58] sectest1 - https://phabricator.wikimedia.org/T85877#956812 (10chasemp) [01:08:35] 3Wikimedia-Shop: Wikimedia Shop is only available in English - https://phabricator.wikimedia.org/T39797#956816 (10MZMcBride) Okay, but seriously, what's wrong with using MediaWiki for this? As I understand it, in order to accept donations to the Wikimedia Foundation, we've already built a robust payment process... [01:11:31] 3MediaWiki-Export-or-Import: Import should always use original wiki's namespace names in log entries and trim namespaces it doesn't know in the target title to allow manual choice - https://phabricator.wikimedia.org/T32723#956825 (10TTO) [01:11:32] 3MediaWiki-Export-or-Import: Transwiki import summary link uses local namespace name which may not be defined on source wiki - https://phabricator.wikimedia.org/T42192#956822 (10TTO) 5Open>3Resolved a:3TTO Pretty sure this should be fixed by that patch. [01:14:22] (03CR) 10Aude: [C: 032 V: 032] "double checked this..." [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/182978 (owner: 10Aude) [01:15:39] 3MediaWiki-extensions-Flow, Collaboration-Team: Flow ToC issues when ordered by Recently Active Topics - https://phabricator.wikimedia.org/T85559#956827 (10DannyH) [01:15:52] (03PS1) 1020after4: argh! reset the projects and security field values to override the saved values because pre-existing tasks behave differently from newly created ones. [phabricator/extensions/security] - 10https://gerrit.wikimedia.org/r/182979 [01:16:13] 3MediaWiki-Watchlist: "Visited" status does not update until watchlist page is refreshed - https://phabricator.wikimedia.org/T40908#956829 (10indielives) This task is still to be solved, restrictions haven't been added yet. This was tested with Mozilla Firefox version 34.0.5 on Microsoft Windows 8.1. How to rech... [01:16:14] (03PS1) 10Mooeypoo: Allow the restoration of a deleted parameter in the edit dialog [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182980 [01:17:29] (03CR) 10Rush: [C: 032 V: 032] argh! reset the projects and security field values to override the saved values because pre-existing tasks behave differently from newly cre [phabricator/extensions/security] - 10https://gerrit.wikimedia.org/r/182979 (owner: 1020after4) [01:17:48] (03CR) 10Aude: [C: 032 V: 032] Update WikimediaMessages, adds wikibase-otherprojects-wikidata [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/182953 (owner: 10Aude) [01:21:41] 3MediaWiki-extensions-Flow, Collaboration-Team: Templates in Flow not round-tripping correctly - https://phabricator.wikimedia.org/T85896#956833 (10Quiddity) 3NEW [01:23:27] 3MediaWiki-extensions-Flow, Collaboration-Team: Templates in Flow not round-tripping correctly - https://phabricator.wikimedia.org/T85896#956833 (10Quiddity) I'd suggest this is high priority to determine the underlying problem. Then fixing it might be lower priority, depending on how far-reaching the effects ar... [01:23:48] 3MediaWiki-extensions-Flow, Collaboration-Team: Flow ToC issues when ordered by Recently Active Topics - https://phabricator.wikimedia.org/T85559#956840 (10DannyH) For #2, I'm not seeing the jittering -- I think that may be fixed in the current version on flow-tests. #1 is definitely still happening. I think t... [01:24:27] (03CR) 10Aude: [C: 032 V: 032] Update WikimediaMessages, adds wikibase-otherprojects-wikidata [core] (wmf/1.25wmf12) - 10https://gerrit.wikimedia.org/r/182952 (owner: 10Aude) [01:27:04] 3MediaWiki-Export-or-Import: Import should always use original wiki's namespace names in log entries and trim namespaces it doesn't know in the target title to allow manual choice - https://phabricator.wikimedia.org/T32723#956842 (10TTO) p:5Low>3Volunteer? This is 90% resolved. The only remaining issue is th... [01:27:16] 3MediaWiki-Export-or-Import: Import should always use original wiki's namespace names in log entries and trim namespaces it doesn't know in the target title to allow manual choice - https://phabricator.wikimedia.org/T32723#956845 (10TTO) [01:29:46] 3Parsoid, MediaWiki-extensions-Flow, Collaboration-Team: Templates in Flow not round-tripping correctly - https://phabricator.wikimedia.org/T85896#956848 (10Mattflaschen) [01:31:41] 3MediaWiki-extensions-Flow, Collaboration-Team: Flow ToC issues when ordered by Recently Active Topics - https://phabricator.wikimedia.org/T85559#956850 (10Mattflaschen) [01:32:10] 3MediaWiki-extensions-Flow, Collaboration-Team: Flow ToC issues when ordered by Recently Active Topics - https://phabricator.wikimedia.org/T85559#949634 (10Mattflaschen) >>! In T85559#956840, @DannyH wrote: > For #2, I'm not seeing the jittering -- I think that may be fixed in the current version on flow-tests.... [01:33:00] (03PS4) 10Cmcmahon: QA: WIP: refactor FlowPage page object [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 [01:33:17] ori, gwicke: parsoid seems to be having problems on beta labs: http://en.m.wikipedia.beta.wmflabs.org/w/api.php?uselang=en&action=visualeditor&paction=parse&page=Anne_Dallas_Dudley [01:37:27] 3Parsoid, MediaWiki-extensions-Flow, Collaboration-Team: Templates in Flow not round-tripping correctly - https://phabricator.wikimedia.org/T85896#956864 (10Quiddity) [01:39:52] (03CR) 10Tim Starling: [C: 032] Log cache misses of blacklist [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/182973 (owner: 10CSteipp) [01:48:15] 3MediaWiki-extensions-Flow, Collaboration-Team: Flow TOC leaves gap on Firefox - https://phabricator.wikimedia.org/T85558#956866 (10Mattflaschen) 5Open>3Invalid We haven't been able to reproduce this. If it turns up again, we can always re-open. [01:48:16] 3MediaWiki-extensions-Flow, Collaboration-Team: Flow TOC Minimum Viable Product - https://phabricator.wikimedia.org/T78566#956868 (10Mattflaschen) [01:53:42] 3MediaWiki-extensions-Flow, Collaboration-Team: Flow TOC first release (tracking) - https://phabricator.wikimedia.org/T78568#956874 (10Mattflaschen) [01:54:52] sectest1 - https://phabricator.wikimedia.org/T85877#956875 (10chasemp) [01:55:06] sectest1 - https://phabricator.wikimedia.org/T85877#956530 (10chasemp) [01:55:39] sectest1 - https://phabricator.wikimedia.org/T85877#956530 (10chasemp) [01:56:06] sectest1 - https://phabricator.wikimedia.org/T85877#956530 (10chasemp) [01:57:42] sectest1 - https://phabricator.wikimedia.org/T85877#956880 (10chasemp) [01:58:04] sectest1 - https://phabricator.wikimedia.org/T85877#956530 (10chasemp) [01:59:07] 3Wikimedia-General-or-Unknown: Wikisource related bugs and enhancements (tracking) - https://phabricator.wikimedia.org/T37925#956887 (10TTO) [02:06:48] (03CR) 10Mattflaschen: [C: 04-1] "Some hold-overs from patch set 2. I've copied them to the latest patch set for convenience." (035 comments) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/180670 (owner: 10EBernhardson) [02:10:25] sectest4 - https://phabricator.wikimedia.org/T85898#956911 (10chasemp) [02:10:26] sectest4 - https://phabricator.wikimedia.org/T85898#956893 (10chasemp) [02:13:14] [Core Exception/PhutilBootloaderException] Include of '/srv/phab/libext/security/src/__phutil_library_init__.php' failed! [02:13:36] * T13|mobile broke phabricator. [02:18:37] gj T13|mobile [02:21:18] migrate aspects to testscenarios - https://phabricator.wikimedia.org/T85899#956933 (10jayvdb) 3NEW a:3jayvdb [02:22:52] T13|mobile, wfm [02:26:00] sectest1 - https://phabricator.wikimedia.org/T85877#956943 (10chasemp) [02:26:53] (03CR) 10Alex Monk: Make a VirtualRESTService class for Parsoid (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181706 (owner: 10Alex Monk) [02:28:26] 3VisualEditor-MediaWiki, MediaWiki-skins-Vector, MediaWiki-Interface, VisualEditor: All links inside jQuery UI dialogs are black since update - https://phabricator.wikimedia.org/T85857#956949 (10matmarex) The same issue affects all other skins, via the default jQuery UI theme in MediaWiki core. This appears to b... [02:30:57] 3WikiEditor: If user choose "Insert link" and input a file or category page name, a colon should be prepended - https://phabricator.wikimedia.org/T38227#956955 (10indielives) This task is still to be solved, a colon is not being prepended yet. This was tested with Mozilla Firefox version 34.0.5 on Microsoft Wind... [02:31:11] MaxSem: Someone had to do it... [02:32:21] 3MediaWiki-Interface, VisualEditor-MediaWiki, MediaWiki-skins-Vector, VisualEditor: All links inside jQuery UI dialogs are black since update - https://phabricator.wikimedia.org/T85857#956957 (10matmarex) This was previously fixed as T69851. [02:34:08] (03PS2) 10TTO: Make import destination UI more intuitive and clearer [core] - 10https://gerrit.wikimedia.org/r/179116 [02:38:48] I need some template-foo assistance... I need to includeonly something only 1 transclusion deep. [02:45:27] gawd... [02:48:51] 3§ Phabricator-Sprint-Extension: Sprint projects load slowly - https://phabricator.wikimedia.org/T78679#956976 (10Spage) It seems better, but [[ https://phabricator.wikimedia.org/sprint/board/947/ | §Collaboration-Team-Sprint-2014-12-17 ]] is still very slow or I get a timeout. Thelatest timeout isn't in `celeri... [02:57:19] 3§ Phabricator-Sprint-Extension: Typo in Sprint/Burndown List intro text. - https://phabricator.wikimedia.org/T85901#956980 (10Spage) 3NEW [03:02:38] 3§ Phabricator-Sprint-Extension: "Sprint List" displays "Burndown List" - https://phabricator.wikimedia.org/T85902#956987 (10Spage) 3NEW [03:04:34] 3MediaWiki-Core-Team, Performance-Metrics-Dashboard: Parsoid performance analysis - https://phabricator.wikimedia.org/T85870#956993 (10tstarling) Parsoid API requests account for about 44% of the request rate at the API cluster. Parsoid's action=expandtemplates accounts for 31% of total API wall clock time as ac... [03:19:44] 3Team-Practices: TPG @ MWDS - https://phabricator.wikimedia.org/T85849#956997 (10Aklapper) [03:50:52] 3MediaWiki-Core-Team, Performance-Metrics-Dashboard: Parsoid performance analysis - https://phabricator.wikimedia.org/T85870#957003 (10tstarling) The most convincing argument in favour of not batching seems to be for latency optimisation. But latency is irrelevant for ParsoidCacheUpdate jobs. On wtp1001, I captu... [03:51:07] 3MediaWiki-extensions-Flow, Collaboration-Team: Flow ToC issues when ordered by Recently Active Topics - https://phabricator.wikimedia.org/T85559#957004 (10Mattflaschen) It's currently doing requests without sortby (thus defaulting to user), like: http://flow-tests.wmflabs.org/w/api.php?action=flow&format=jsonf... [03:57:44] 3Wikimedia-Extension-setup: Enable Labeled Section Transclusion's #lsth on Wikimedia - https://phabricator.wikimedia.org/T74302#957006 (10GOIII) >>! In T74302#955686, @Reedy wrote: > I'm not sure if there's any real reason for this to stay as a standalone entry point... https://gerrit.wikimedia.org/r/#/c/182857/... [04:03:12] (03CR) 10Legoktm: "recheck" [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/182973 (owner: 10CSteipp) [04:04:42] blah [04:04:44] zuul is stuck? [04:08:14] legoktm, stuck testing https://gerrit.wikimedia.org/r/#/c/182962/ ? [04:08:25] (only thing on https://integration.wikimedia.org/zuul/ ) [04:08:45] I think it just died while that was in the queue [04:09:17] legoktm, oh, see ops/qa lists [04:10:25] * legoktm opens email [04:10:55] 33 things in the build queue [04:47:56] 3MediaWiki-Core-Team: Parsoid performance analysis - https://phabricator.wikimedia.org/T85870#957007 (10tstarling) [04:48:12] 3MediaWiki-Core-Team: Parsoid performance analysis - https://phabricator.wikimedia.org/T85870#956387 (10tstarling) I don't think that dashboard thing is related. [04:48:27] (03CR) 10GOIII: "I know squat when comes to sprite (or spiritted?) images never mind basic .svg format but when I down load the file in a .zip then inspect" [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [05:02:08] Im thinking about continuing to contribute to Mediawiki even after GCI is over, what would be the best way to get involved? [05:05:49] Evan_M: look through and find one that appeals to you and that hasn't gotten many commits lately (you can safely ignore i18n commits and automatic branch creation) [05:06:02] (03CR) 10Mattflaschen: TOC: Replace code for inserting topics to live page (032 comments) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/180670 (owner: 10EBernhardson) [05:10:32] (03PS1) 10Kaldari: Add capability for a neutral gender option in preferences [core] - 10https://gerrit.wikimedia.org/r/182994 [05:14:27] (03PS2) 10Kaldari: Add capability for a neutral gender option in preferences [core] - 10https://gerrit.wikimedia.org/r/182994 [05:16:48] (03PS4) 10McIntireEvan: Replace instances of wfEmptyMsg() with wfMessage()->isDisabled() [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/182579 [05:23:35] (03PS3) 10Ori.livneh: Use navigator.sendBeacon if available [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/182890 [05:23:37] (03PS1) 10Ori.livneh: Honor navigator.doNotTrack [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/182995 [05:35:46] (03PS3) 10Kaldari: Add capability for a neutral gender option in preferences [core] - 10https://gerrit.wikimedia.org/r/182994 [05:37:42] (03PS15) 10Mattflaschen: TOC: Replace code for inserting topics to live page [extensions/Flow] - 10https://gerrit.wikimedia.org/r/180670 (owner: 10EBernhardson) [05:39:00] (03CR) 10Mattflaschen: [C: 04-1] "This fixes some further issues with the last updated ordering. See https://phabricator.wikimedia.org/T85559 ." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/180670 (owner: 10EBernhardson) [05:39:18] (03PS16) 10Mattflaschen: TOC: Replace code for inserting topics to live page [extensions/Flow] - 10https://gerrit.wikimedia.org/r/180670 (owner: 10EBernhardson) [05:42:09] (03CR) 10TTO: "recheck" [core] - 10https://gerrit.wikimedia.org/r/179116 (owner: 10TTO) [05:48:12] 3Wikimedia-Extension-setup: Enable Labeled Section Transclusion's #lsth on Wikimedia - https://phabricator.wikimedia.org/T74302#957017 (10MZMcBride) I'm not sure I understand the backstory here. Why (and how) is #lsth gated? My suspicion is that a performance review is far more necessary here than a security re... [05:59:05] Thank you ori :) [06:04:36] (03CR) 10TTO: "> On T20670, you seem to not want to have the ability for inactive manually-defined tags." (033 comments) [core] - 10https://gerrit.wikimedia.org/r/181958 (owner: 10TTO) [06:19:37] [13composer-merge-plugin] 15bd808 opened pull request #14: Ignore files when exporting package (06master...06feature/clean-packages) 02https://github.com/wikimedia/composer-merge-plugin/pull/14 [06:21:19] (03PS2) 10Spage: WIP: Trello JSON processing for Phabricator [phabricator/tools] - 10https://gerrit.wikimedia.org/r/179057 [06:21:44] No Jenkins on https://gerrit.wikimedia.org/r/#/c/179116/ ? [06:26:00] (03PS1) 10MarkAHershberger: Specify extensions in the yaml file [tools/release] - 10https://gerrit.wikimedia.org/r/182997 [06:30:12] (03PS1) 10Spage: Explain how to get [phab] certificate [phabricator/tools] - 10https://gerrit.wikimedia.org/r/182998 [06:32:15] (03PS2) 10Spage: [phab]: Fix host, Explain how to get certificate [phabricator/tools] - 10https://gerrit.wikimedia.org/r/182998 [06:40:26] (03CR) 10BryanDavis: "I opened to discuss the idea of allowing files that are processed as includ" [core] - 10https://gerrit.wikimedia.org/r/182323 (owner: 10BryanDavis) [06:41:22] 3MediaWiki-extensions-ContentTranslation: Inconsistent link adaptation in nn-nb and id<->ms translations - https://phabricator.wikimedia.org/T85200#957021 (10Arrbee) The error for nn -> nb was caused due to the use of the language code 'nb' instead of 'no'. This redirect used on the Norwegian (Bokmål) wiki was c... [06:46:58] (03PS1) 10KartikMistry: Fix mapping: nb -> no [services/cxserver] - 10https://gerrit.wikimedia.org/r/183000 [06:54:47] (03CR) 10TTO: Cache countable statistics to prevent multiple counting on import (031 comment) [core] - 10https://gerrit.wikimedia.org/r/174386 (https://bugzilla.wikimedia.org/40009) (owner: 10TTO) [07:03:14] 3MediaWiki-extensions-ContentTranslation: Navigating to dashboard makes the published translation a draft - https://phabricator.wikimedia.org/T85194#957022 (10Nikerabbit) [07:03:51] 3Wikimedia-Extension-setup: Enable Labeled Section Transclusion's #lsth on Wikimedia - https://phabricator.wikimedia.org/T74302#957025 (10GOIII) >>! In T74302#957017, @MZMcBride wrote: > I'm not sure I understand the backstory here. Why (and how) is #lsth gated? > > My suspicion is that a performance review is... [07:18:06] (03CR) 10Nikerabbit: [C: 032] "We don't have external users yet, so removing nb doesn't break anything. Though, keeping it wouldn't hurt, but I expect we will change thi" [services/cxserver] - 10https://gerrit.wikimedia.org/r/183000 (owner: 10KartikMistry) [07:20:06] 3ContentTranslation-Deployments, MediaWiki-extensions-ContentTranslation: resolve the issues with Norwegian macro language code in ContentTranslation - https://phabricator.wikimedia.org/T85903#957027 (10Amire80) 3NEW [07:34:30] jenkins-bot stuck? [07:35:27] "[QA] Zuul / jenkins is broken" six hours ago [07:39:39] 3ContentTranslation-Deployments, MediaWiki-extensions-ContentTranslation: resolve the issues with Norwegian macro language code in ContentTranslation - https://phabricator.wikimedia.org/T85903#957039 (10Nikerabbit) Before deployment, working around by using "no": * https://gerrit.wikimedia.org/r/#/c/183000 * htt... [08:02:17] (03PS1) 10Unicodesnowman: Escape unescaped messages in Special:Preferences [core] - 10https://gerrit.wikimedia.org/r/183004 [08:11:13] (03CR) 10Nemo bis: [C: 04-1] "Ungrammatical" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [08:28:32] (03CR) 10TTO: Add capability for a neutral gender option in preferences (031 comment) [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [08:34:33] (03CR) 10Jaredzimmerman: [C: 031] "They can be singular or plural, https://en.wikipedia.org/wiki/Singular_they and has been such since at least the 14th century. It is curre" [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [08:46:39] (03CR) 10Nemo bis: Add capability for a neutral gender option in preferences (031 comment) [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [08:49:38] (03CR) 10Kaldari: Add capability for a neutral gender option in preferences (031 comment) [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [08:51:37] (03CR) 10TTO: Add capability for a neutral gender option in preferences (031 comment) [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [08:53:26] 3MediaWiki-extensions-Flow, Collaboration-Team: Make ES configuration management maintenance script - https://phabricator.wikimedia.org/T78787#957057 (10matthiasmullie) [08:54:48] 3MediaWiki-extensions-Flow, Collaboration-Team, CirrusSearch: Make CirrusSearch updateOneSearchIndexConfig.php code reusable - https://phabricator.wikimedia.org/T78786#957058 (10matthiasmullie) [08:55:30] 3MediaWiki-extensions-Flow, Collaboration-Team, CirrusSearch: Make CirrusSearch updateOneSearchIndexConfig.php code reusable - https://phabricator.wikimedia.org/T78786#853293 (10matthiasmullie) [09:01:42] (03CR) 10Nemo bis: Add capability for a neutral gender option in preferences (031 comment) [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [09:03:19] Nemo_bis: As a native English speaker, I can definitively tell you that "they has" is ungrammatical [09:03:23] Is that what you're asking? [09:08:58] Missing attribution of messages in pywikibot/i18n JSON files. - https://phabricator.wikimedia.org/T85336#957067 (10jayvdb) a:5Xqt>3siebrand [09:13:26] (03CR) 10Santhosh: [C: 032] Re-position #mwe-popups-svg out of the view port [extensions/Popups] - 10https://gerrit.wikimedia.org/r/182058 (owner: 10Prtksxna) [09:14:24] (03Merged) 10jenkins-bot: Re-position #mwe-popups-svg out of the view port [extensions/Popups] - 10https://gerrit.wikimedia.org/r/182058 (owner: 10Prtksxna) [09:15:31] 3MediaWiki-User-preferences: Provide further options than only binary gender - https://phabricator.wikimedia.org/T61643#957071 (10Nemo_bis) >>! In T61643#957010, @gerritbot wrote: > Change 182994 had a related patch set uploaded (by Kaldari): > Add capability for a neutral gender option in preferences 1) This i... [09:17:20] (03CR) 10Parent5446: "Wow didn't even realize mustache got approved; seems I forgot to review that specific RFC meeting's minutes." [vendor] - 10https://gerrit.wikimedia.org/r/181708 (owner: 10Kaldari) [09:18:06] (03PS4) 10Kaldari: Add capability for a neutral gender option in preferences [core] - 10https://gerrit.wikimedia.org/r/182994 [09:18:36] tto3: no [09:19:55] As for "I saw at.light in gerrit. They have "TTO" as username", that sounds totally natural to me (although I would have said "as their username" - but that's not the point) [09:22:36] 3Language-Engineering, MediaWiki-extensions-ContentTranslation: Translation source selector has disabled buttons when it is pre-filled with values from URL - https://phabricator.wikimedia.org/T85906#957079 (10santhosh) 3NEW a:3santhosh [09:24:31] (03CR) 10Kaldari: Add capability for a neutral gender option in preferences (031 comment) [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [09:26:51] (03CR) 10Nemo bis: Add capability for a neutral gender option in preferences (031 comment) [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [09:28:03] (03CR) 10Nemo bis: [C: 04-1] "Setting the minor issue aside, the main one: "Neutral"/neuter stil unsourced; en.json not reviewed. See https://phabricator.wikimedia.org/" [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [09:34:15] 3MediaWiki-Search: Add ability to restrict number of search terms - https://phabricator.wikimedia.org/T39223#957116 (10Nemo_bis) [09:35:09] kss-node refuses to parse the styleguide files, this was working for me a while back and I don't think any of the recent commits could've broken it. Is anyone else facing a similar issue? [09:35:52] 3MediaWiki-General-or-Unknown: Make MediaWiki more AJAXy (tracking) - https://phabricator.wikimedia.org/T16123#957121 (10Nemo_bis) [09:38:48] [gdash] nl_wikipedia_org appears in legend as nl_m_wikipedia_org instead - https://phabricator.wikimedia.org/T68167#957124 (10fgiunchedi) unfortunately reqstats is a bit wonky, but the files seem to be there: ``` # ls -lad /var/lib/carbon/whisper/reqstats/nl_*pedia*/pageviews.wsp -rw-r--r-- 1 _graphite _graphite... [09:39:54] Some letters in math Latex - https://phabricator.wikimedia.org/T85911#957127 (10Edgars2007) 3NEW [09:41:48] 3MediaWiki-User-preferences: Provide further options than only binary gender - https://phabricator.wikimedia.org/T61643#957132 (10Nemo_bis) 4) The use case for this feature is not well defined. I'm not able to judge the Swedish case (cc Lokal_Profil), but I can comment the other one: «specialized 3rd party wikis... [09:44:32] 3WikiEditor: If user choose "Insert link" and input a file or category page name, a colon should be prepended - https://phabricator.wikimedia.org/T38227#957134 (10Nemo_bis) [09:45:08] 3UI-Standardization: animating drawing of check mark in checkbox with simple SVG animation - https://phabricator.wikimedia.org/T78372#957136 (10Prtksxna) @Jaredzimmerman-WMF There you go {F26716} [09:47:01] Graphite stopped collecting MW profiling information - https://phabricator.wikimedia.org/T85641#957137 (10fgiunchedi) there seems to be a related thing (unpuppetized afaict) instance of mwprof specifically for hhvm: ``` root@tungsten:/var/log/upstart# service hhvm-collector start hhvm-collector start/running, pro... [09:48:10] 3Math: Some letters in math Latex - https://phabricator.wikimedia.org/T85911#957138 (10TTO) [09:49:53] 3Language-Engineering, MediaWiki-extensions-Popups, MediaWiki-extensions-ContentTranslation: Gray bar on top of Special:CX - https://phabricator.wikimedia.org/T76718#957142 (10santhosh) 5Open>3Resolved [09:54:32] 3Math: Some letters in math Latex - https://phabricator.wikimedia.org/T85911#957147 (10Physikerwelt) I guess the operatorname is text. If you change the input to \operatorname{laiks} + \operatorname{\text{enerģija}} = \operatorname{raksts} everything works fine in MathML mode. [09:57:22] Graphite stopped collecting MW profiling information - https://phabricator.wikimedia.org/T85641#957149 (10fgiunchedi) paging @ori since he might know what's the right action here [09:57:49] 3MediaWiki-extensions-Popups: Hovercards: Fix the length of the extract, and add ellipses - https://phabricator.wikimedia.org/T67845#957150 (10Prtksxna) Are we agreeing to follow the [[ https://github.com/prtksxna/character_counting/ | prototype ]] that I had made for this last year? Here are the demos once more... [10:02:22] 3Wikimedia-General-or-Unknown: Graph User::pingLimiter() actions in gdash - https://phabricator.wikimedia.org/T67478#957152 (10fgiunchedi) mmhh I don't see any metrics for the second link after december 9th [10:07:26] (03Abandoned) 10PranavK: Make showDiffPage() protected [core] - 10https://gerrit.wikimedia.org/r/182771 (owner: 10PranavK) [10:07:43] (03Abandoned) 10PranavK: Make $mNewpassword private [core] - 10https://gerrit.wikimedia.org/r/182772 (owner: 10PranavK) [10:07:54] (03Abandoned) 10PranavK: Add support for passing objects [core] - 10https://gerrit.wikimedia.org/r/182774 (owner: 10PranavK) [10:09:08] (03PS2) 10PranavK: Make showdiffPages() protected [core] - 10https://gerrit.wikimedia.org/r/182649 [10:17:26] (03PS1) 10Prtksxna: Disable Navigation Popups on render rather than document load [extensions/Popups] - 10https://gerrit.wikimedia.org/r/183008 [10:18:07] 3MediaWiki-extensions-WikibaseRepository, Wikidata: Sitelink edit mode is left when saving multiple sitelinks and one is invalid - https://phabricator.wikimedia.org/T85912#957165 (10Tobi_WMDE_SW) 3NEW [10:18:18] (03PS1) 10Gergő Tisza: Private role for vagrant [vagrant] - 10https://gerrit.wikimedia.org/r/183009 [10:19:25] 3MediaWiki-extensions-WikibaseRepository, Wikidata: Sitelink edit mode is left when saving multiple sitelinks and one is invalid - https://phabricator.wikimedia.org/T85912#957165 (10Tobi_WMDE_SW) [10:21:12] 3MediaWiki-extensions-WikibaseRepository, Wikidata: remove "pages linked to this item" - https://phabricator.wikimedia.org/T84912#957176 (10Lydia_Pintscher) a:3Lucie [10:21:34] 3MediaWiki-extensions-WikibaseRepository, Wikidata: Implement new SiteLink UI - https://phabricator.wikimedia.org/T70903#957177 (10Lydia_Pintscher) [10:22:46] (03PS32) 10Matthias Mullie: [WIP] search [extensions/Flow] - 10https://gerrit.wikimedia.org/r/126996 [10:27:50] (03PS13) 10Matthias Mullie: [WIP] Flow ES config [extensions/Flow] - 10https://gerrit.wikimedia.org/r/161251 [10:29:48] (03CR) 10Matthias Mullie: [WIP] search (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/126996 (owner: 10Matthias Mullie) [10:29:52] (03CR) 10jenkins-bot: [V: 04-1] [WIP] Flow ES config [extensions/Flow] - 10https://gerrit.wikimedia.org/r/161251 (owner: 10Matthias Mullie) [10:32:04] 3MediaWiki-extensions-UserMerge: Unattached local accounts getting attached after the global user merge - https://phabricator.wikimedia.org/T85915#957194 (10Shanmugamp7) 3NEW a:3Keegan [10:32:59] 3MediaWiki-skins-Vector: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens) - https://phabricator.wikimedia.org/T37338#957201 (10Edokter) Those have negligable uses. So, do we want IE8 support? I went ahead and tested it on wiki, first using the condtionals (which were unfiltered to my... [10:34:21] 3Wikimedia-Git-or-Gerrit: Gerrit: Guice provision errors: 1) Cannot open ReviewDb - https://phabricator.wikimedia.org/T85916#957202 (10hashar) 3NEW [10:36:46] (03PS3) 10PranavK: Make showDiffPage() protected [core] - 10https://gerrit.wikimedia.org/r/182649 [10:37:26] (03PS2) 10PranavK: Make $mNewpassword private [core] - 10https://gerrit.wikimedia.org/r/182650 [10:42:40] (03PS3) 10PranavK: Make $mNewpassword private (amended) [core] - 10https://gerrit.wikimedia.org/r/182650 [10:48:11] (03PS4) 10PranavK: Make $mNewpassword private (amended) [core] - 10https://gerrit.wikimedia.org/r/182650 [10:49:13] 3Math: Some letters in math Latex - https://phabricator.wikimedia.org/T85911#957214 (10Edgars2007) But after this there is an other error (My non-professional translation to English: "error in converting to PNG format; check if latex, dvips, gs, and convert are correctly installed"). [10:51:17] 3Math: Some letters in math Latex - https://phabricator.wikimedia.org/T85911#957215 (10Edgars2007) Made an test page @ enwiki with the same content. The results are a littlebit different. There I don't get any errors, when using only \text, without \operatorname, BUT the ģ isn't displayed :D https://en.wikipedi... [10:51:33] 3MediaWiki-extensions-CodeEditor: Warning about syntax errors upon saving should include line number - https://phabricator.wikimedia.org/T73117#957217 (10TheDJ) p:5Triage>3Low [10:52:35] (03PS2) 10PranavK: Add support for passing objects (amended) [core] - 10https://gerrit.wikimedia.org/r/182651 [10:53:18] (03PS3) 10PranavK: Add support for passing objects (amended) [core] - 10https://gerrit.wikimedia.org/r/182651 [10:54:27] (03PS4) 10PranavK: Add support for passing objects (amended) [core] - 10https://gerrit.wikimedia.org/r/182651 [10:59:16] (03CR) 10TTO: [C: 04-1] "I don't think that is what was meant. Certainly, adding a new non-optional parameter to a public function is never allowed. And if you're " [core] - 10https://gerrit.wikimedia.org/r/182651 (owner: 10PranavK) [11:16:24] 3Wikimedia-Planet: en.planet stopped updating - https://phabricator.wikimedia.org/T47806#957225 (10Dzahn) https://gerrit.wikimedia.org/r/#/c/183007/ [11:16:48] 3Wikimedia-Planet: en.planet stopped updating - https://phabricator.wikimedia.org/T47806#957226 (10Dzahn) ^ i'd like to do that so it's not a live hack anymore but then close this ticket [11:17:33] 3Wikimedia-Bugzilla: move old-bugzilla / bug-attachment behind misc-web - https://phabricator.wikimedia.org/T85785#957227 (10Dzahn) a:3Dzahn [11:21:25] 3Math: Some letters in math Latex are not displayed and produce an error - https://phabricator.wikimedia.org/T85911#957229 (10Aklapper) [11:21:54] 3MediaWiki-extensions-FeaturedFeeds: Support Media RSS - https://phabricator.wikimedia.org/T36033#957230 (10Dzahn) " Kristen Lans archived this card. Sep 26, 2014 at 8:18 pm" does archived mean rejected? [11:23:29] (03PS1) 10Lucie Kaffee: Remove "pages linked to this item" [extensions/WikimediaMessages] - 10https://gerrit.wikimedia.org/r/183018 [11:27:16] (03CR) 10Paladox: "Hi I am not sure why it is showing blank I will look and see but I doint know how to re produce what you do to get the error. I will remov" [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [11:27:28] 3MediaWiki-extensions-CodeEditor: "Warning: Too many errors." but none explained - https://phabricator.wikimedia.org/T1092#957233 (10TheDJ) [11:27:37] 3MediaWiki-extensions-CodeEditor: "Warning: Too many errors." but none explained - https://phabricator.wikimedia.org/T1092#18830 (10TheDJ) I suspect this has something to do with the many special characters in that document. For some reason that is tripping something up. It's either an issue in Ace or something... [11:31:48] 3MediaWiki-extensions-WikibaseRepository, Wikidata: remove "pages linked to this item" - https://phabricator.wikimedia.org/T84912#957238 (10Lucie) I didn't find "Pages on other sites linked to this item" yet. How come it's neither in WikimediaMessages nor in the Wikibase messages? [11:32:37] 3MediaWiki-skins-Vector: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens) - https://phabricator.wikimedia.org/T37338#957240 (10Paladox) I would see this hack as the only way to do it because it doesent seem anything else will work. [11:32:37] 3MediaWiki-extensions-ContentTranslation: Adapt red links on the translation - part 1 - https://phabricator.wikimedia.org/T78133#957241 (10santhosh) Joel, we discussed this in todays daily meeting, and we would like pause this for a while - till deployment is over. This is a new feature and doing feature develop... [11:33:19] 3MediaWiki-extensions-WikibaseRepository, Wikidata: remove "pages linked to this item" - https://phabricator.wikimedia.org/T84912#957242 (10hoo) >>! In T84912#957238, @Lucie wrote: > I didn't find "Pages on other sites linked to this item" yet. How come it's neither in WikimediaMessages nor in the Wikibase messa... [11:39:38] (03PS1) 10Hoo man: Don't log HttpErrors in the exception log [core] - 10https://gerrit.wikimedia.org/r/183020 [11:42:45] (03CR) 10Paladox: "I can confirm the image does not show in svg looking at it on windows internet explorer. I have fixed problem by removing mask from xml ed" [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [11:43:07] (03PS15) 10Paladox: Re add svg images [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 [11:46:55] 3Wikimedia-Mailing-lists: Create Wikimedians of Latvia user group mailing list - https://phabricator.wikimedia.org/T85806#957246 (10Papuass) Of course, use the standartised name. [11:50:31] (03CR) 10Paladox: "It seems mask is the problem but the image needs mask how would i fix it." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [11:57:38] 3MediaWiki-extensions-Flow, Collaboration-Team: Add i18n for flow-create-board - https://phabricator.wikimedia.org/T85895#957249 (10Aklapper) [11:59:09] 3Security-Reviews: Need security review for Lightncandy v0.18 (v0.15 already reviewed) - https://phabricator.wikimedia.org/T85861#957258 (10Aklapper) [11:59:27] (03CR) 10Paladox: "It seems matrix wont work for insert-ilink.svg either." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [12:08:15] 3MediaWiki-Internationalization: "Show"/"Hide" links in recent changes / watchlist options box should be localizable per item - https://phabricator.wikimedia.org/T60449#957260 (10Amire80) a:3Amire80 [12:10:28] 3Wikimedia-Bugzilla: move old-bugzilla / bug-attachment behind misc-web - https://phabricator.wikimedia.org/T85785#957261 (10Dzahn) done. no more SSL config for BZ related things is left on zirconium. it all goes through misc-web now. } elsif (req.http.Host == "old-bugzilla.wikimedia.org" || req.http.Host =... [12:13:35] (03CR) 10Edokter: [C: 04-1] "This may be intended behaviour." [skins/Vector] - 10https://gerrit.wikimedia.org/r/182891 (owner: 10Paladox) [12:14:32] (03CR) 10Perhelion: [C: 031] [WIP] enable native client-side rendering of SVG images [core] - 10https://gerrit.wikimedia.org/r/182332 (owner: 10Ricordisamoa) [12:16:27] 3MediaWiki-extensions-WikibaseRepository, Wikidata: Implement new SiteLink UI - https://phabricator.wikimedia.org/T70903#957279 (10Tobi_WMDE_SW) [12:16:30] 3MediaWiki-extensions-WikibaseRepository, Wikidata: Sitelink edit mode is left when saving multiple sitelinks and one is invalid - https://phabricator.wikimedia.org/T85912#957277 (10Tobi_WMDE_SW) 5Open>3Resolved a:3Tobi_WMDE_SW [12:24:39] 3MediaWiki-extensions-GlobalPreferences: The "Use this preference on all wikis" lines are unclearly associated - https://phabricator.wikimedia.org/T68869#957283 (10Prtksxna) a:5Prtksxna>3None > The whole point of this GlobalPreference page is for editors to checkmark those "Use this preference on all wikis"... [12:26:50] (03CR) 10Ricordisamoa: "I can add an $options argument to formatHiddenCategories, but what about formatTemplates? It already has boolean arguments." [core] - 10https://gerrit.wikimedia.org/r/178808 (owner: 10Ricordisamoa) [12:29:15] (03PS5) 10Ricordisamoa: [WIP] enable native client-side rendering of SVG images [core] - 10https://gerrit.wikimedia.org/r/182332 [12:32:48] (03CR) 10Ricordisamoa: "Rebased to fix a conflict in RELEASE-NOTES-1.25." [core] - 10https://gerrit.wikimedia.org/r/182332 (owner: 10Ricordisamoa) [12:41:47] (03CR) 10Amire80: [C: 032] Fix mapping: nb -> no [services/cxserver] - 10https://gerrit.wikimedia.org/r/183000 (owner: 10KartikMistry) [12:43:20] (03Merged) 10jenkins-bot: Fix mapping: nb -> no [services/cxserver] - 10https://gerrit.wikimedia.org/r/183000 (owner: 10KartikMistry) [12:44:45] 3MediaWiki-extensions-Popups: Hovercards: Mixed languages appearing for "last edit", with non-default wiki language settings - https://phabricator.wikimedia.org/T78701#957285 (10Prtksxna) [12:46:12] 3MediaWiki-extensions-ContentTranslation: Adapt red links on the translation - part 1 - https://phabricator.wikimedia.org/T78133#957286 (10Jsahleen) Santhosh, That is fine if you want to pause this until after the release. If we do that, however, you should know that there are several link-related bugs that will... [12:46:46] 3MediaWiki-extensions-Popups: Hovercards: Mixed languages appearing for "last edit", with non-default wiki language settings - https://phabricator.wikimedia.org/T78701#957287 (10Prtksxna) [12:48:14] (03CR) 10GOIII: [C: 031] "I'd would love to see this in this week's wmf" [core] - 10https://gerrit.wikimedia.org/r/182332 (owner: 10Ricordisamoa) [12:50:55] 3MediaWiki-extensions-ContentTranslation: Adapt red links on the translation - part 1 - https://phabricator.wikimedia.org/T78133#957290 (10santhosh) Can you list the bugs? I see only one bug linked to that commit https://gerrit.wikimedia.org/r/#/c/181374/ as per commit message. [12:51:10] (03CR) 10Paladox: "Hi maybe the image will have to be set to look like it looks now with out mask. could i have some help to do the image since i doint know " [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [12:52:52] (03CR) 10Paladox: "it works in chrome seems mask is not supported in internet explorer. i havent tested firefox or any other browsers to see if it works." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [12:58:29] Hello, I want to get a random article from a specific category using the api. Is there any way for that? [12:59:17] 3MediaWiki-extensions-ContentTranslation: Adapt red links on the translation - part 1 - https://phabricator.wikimedia.org/T78133#957298 (10Jsahleen) The are currently several issues with link adaptation in master. I will go through and compile a list today, making sure everything is in phabricator. I believe mos... [13:03:14] 3MediaWiki-extensions-ContentTranslation: Inconsistent link adaptation in id<->ms translations - https://phabricator.wikimedia.org/T85919#957299 (10Arrbee) 3NEW [13:07:18] (03PS1) 10KartikMistry: Update cxserver to f7667e9 [services/cxserver/deploy] - 10https://gerrit.wikimedia.org/r/183026 [13:08:15] (03CR) 10GOIII: "I wish I knew how; I know near to nothing when it comes graphics." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [13:16:32] 3MediaWiki-extensions-WikibaseRepository, Wikidata: investigate why suggestions for references don't seem to work - https://phabricator.wikimedia.org/T85720#957312 (10Lydia_Pintscher) 5Open>3Resolved a:3Lydia_Pintscher [13:21:19] (03PS3) 10Hashar: Use also $wgAutoloadClasses in tests for module names [core] - 10https://gerrit.wikimedia.org/r/181086 (owner: 10Umherirrender) [13:22:25] 3MediaWiki-extensions-Popups: Hovercards: Mixed languages appearing for "last edit", with non-default wiki language settings - https://phabricator.wikimedia.org/T78701#957316 (10Prtksxna) This seems to be working fine for me on https://en.wikipedia.org/wiki/Main_Page?uselang=de @CennoxX, could you please add d... [13:23:05] 3MediaWiki-Watchlist: "Visited" status does not update until watchlist page is refreshed - https://phabricator.wikimedia.org/T40908#957318 (10He7d3r) @Theopolisme wrote a script which can be used as a workaround for this: https://en.wikipedia.org/wiki/User:Theopolisme/Scripts/ajaxWatchlist.js [13:27:24] (03CR) 10Hashar: [C: 032] Use also $wgAutoloadClasses in tests for module names [core] - 10https://gerrit.wikimedia.org/r/181086 (owner: 10Umherirrender) [13:32:08] 3MediaWiki-extensions-Popups: Hovercards: Mixed languages appearing for "last edit", with non-default wiki language settings - https://phabricator.wikimedia.org/T78701#957322 (10Se4598) can't reproduce at the moment either [13:33:14] (03Merged) 10jenkins-bot: Use also $wgAutoloadClasses in tests for module names [core] - 10https://gerrit.wikimedia.org/r/181086 (owner: 10Umherirrender) [13:40:31] 3MediaWiki-extensions-Echo, Collaboration-Team: EchoTitleLocalCacheTest::testGet fails under HHVM - https://phabricator.wikimedia.org/T78592#957328 (10hashar) 5Open>3Resolved a:3hashar The standalone job pass now https://integration.wikimedia.org/ci/job/mwext-Echo-testextension-hhvm/3/ but fails when bein... [13:53:15] 3MediaWiki-extensions-Echo, Collaboration-Team: EchoTitleLocalCacheTest::testGet fails when tests are run with other extensions - https://phabricator.wikimedia.org/T78592#957335 (10hashar) [14:00:52] 3Wikidata, MediaWiki-General-or-Unknown, wikidata-query-service, Services, operations: Reliable publish / subscribe event bus - https://phabricator.wikimedia.org/T84923#957337 (10JanZerebecki) As in a diff? Not that I am aware of. The granularity of actual changes in the DB is one entitiy, smaller granularity mi... [14:01:47] (03CR) 10Gilles: [C: 04-1] Add tests for mw.FormDataTransport (035 comments) [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/182892 (owner: 10MarkTraceur) [14:12:37] 3Multimedia, MediaWiki-File-management: Add a wikitext keyword that controls whether animated GIFs are moving or still by default - https://phabricator.wikimedia.org/T85840#957345 (10Gilles) I think that improving video support (embedded video player instead of the current popup?) is a much worthier goal than tu... [14:27:16] (03CR) 10Paladox: "Hi I am not sure how to do that." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [14:30:06] 3WikiEditor: WikiEditor: Add SVG versions of editing toolbar icons - https://phabricator.wikimedia.org/T37342#957350 (10Paladox) Hi the image insert-ilink.svg and the same image but in button-sprite.svg seems to not show in certain browsers the problem is with using mask. It works in chrome but in Internet explo... [14:39:14] 3operations, MediaWiki-Vagrant: mwscript importDump.php fails to properly import some valid xml exports - https://phabricator.wikimedia.org/T73354#957352 (10Gilles) >>! In T73354#948295, @bd808 wrote: > @gilles is this still reproducible? If so I would suggest adding Ops to the ticket and asking for update of th... [14:39:29] frenchbuget: yes. check the docs for randomarticle [14:40:02] frenchbuget: wait, category. [14:40:25] frenchbuget: not directly, I think. You can get all category members, though [14:40:47] can i get all the subcategories of a category? [14:40:52] 3WikiEditor: WikiEditor help references no longer available magnify-clip.png - https://phabricator.wikimedia.org/T85920#957354 (10TheDJ) 3NEW a:3TheDJ [14:42:06] 3Wikimedia-Git-or-Gerrit: Gerrit: Guice provision errors: 1) Cannot open ReviewDb - https://phabricator.wikimedia.org/T85916#957361 (10Chad) That's just how Gerrit yells when it can't reach the database. Nothing we can do on that side. [14:42:34] 3MediaWiki-Core-Team, MediaWiki-extensions-TitleBlacklist: Title blacklist intermittently failing, allowing users to edit things they shouldn't be able to - https://phabricator.wikimedia.org/T85428#957362 (10Anomie) I poked at this again this morning, and happened to have an affected eval.php. `TitleBlacklist::s... [14:42:54] valhallasw`cloud, Thanks, can i get all the subcategories of a category? [14:43:05] (03PS1) 10TheDJ: Remove reference to magnify-clip.png [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/183034 [14:44:19] frenchbuget: not in a single request, I think [14:44:58] valhallasw`cloud, OK, Thank you very much ill try to do it [14:45:26] prefer-recent: doesn't seem to work on enwp as my results show 2014-2006-2015 [14:45:34] Search filter [14:45:52] There are a lot of 2006 up top [14:45:57] (03PS1) 10Hoo man: Update Wikidata to wmf/1.25wmf14 branch [tools/release] - 10https://gerrit.wikimedia.org/r/183035 [14:46:48] Is there any other way to sort my search results with the most recently edited on the top? [14:47:56] valhallasw`cloud, How can i get all category members? [14:48:25] <^d> T13|mobile: No [14:49:00] * T13|mobile cries. [14:49:02] <^d> prefer-recent is just that, it's makes articles more recent "preferred" but it won't override something like an exact match, no matter what the age. [14:49:16] <^d> (it's mainly designed for wikis like wikinews, tbh) [14:49:26] frenchbuget: http://www.mediawiki.org/wiki/API:Categorymembers [14:50:22] I'm trying to get a list of `.js` pages in user space sorted by most recently edited. They're all exact matches... all 68K of them. [14:50:41] valhallasw`cloud, It says I'm limited to 500 pages. [14:51:04] frenchbuget: per request [14:51:08] <^d> T13|mobile: Blahh, I see what you mean. [14:51:28] valhallasw`cloud, So I should do request until I get all the articles? [14:51:44] <^d> T13|mobile: We have a task (or two) about providing other sorting mechanisms other than score. We just haven't gotten around to it. [14:52:03] <^d> It's technically easy but I dunno how the heck to expose it on Special:Search without more clutter yet. [14:52:14] Priority:low>unbreak now [14:52:17] :p [14:52:53] <^d> I might be able to expose other sorts via the API. That'd probably be easier. [14:53:24] <^d> Then it's just a parameter, no icky UI/UX to figure out :p [14:53:50] That would be a start. Can you CC me on the tickets? [14:54:32] 3MediaWiki-extensions-ContentTranslation: Must fix bugs for January 2015 deployment - https://phabricator.wikimedia.org/T78241#957367 (10Arrbee) [14:54:58] 3MediaWiki-extensions-ContentTranslation: Inconsistent link adaptation in nn-nb and id<->ms translations - https://phabricator.wikimedia.org/T85200#957369 (10Arrbee) The issues for id-ms have been moved to T85919. [14:55:06] 3MediaWiki-extensions-ContentTranslation: Inconsistent link adaptation in nn-nb translations - https://phabricator.wikimedia.org/T85200#957371 (10Arrbee) [14:55:46] <^d> T13|mobile: T64879, T72164 (sort of overlapping), T23139 [14:58:51] 3WikiEditor: EditTool characters slightly outside their boxes in WikiEditor booklet on Wikimedia Commons - https://phabricator.wikimedia.org/T78354#957373 (10TheDJ) The line-height:1; change does seem to work for me (on Safari at least). Perhaps your cache wasn't clearing ? [15:00:19] 3MediaWiki-extensions-ContentTranslation: Inconsistent link adaptation in nn-nb translations - https://phabricator.wikimedia.org/T85200#957375 (10KartikMistry) https://gerrit.wikimedia.org/r/#/c/183000, https://gerrit.wikimedia.org/r/#/c/183001 and https://gerrit.wikimedia.org/r/183026 are fixes for incorrect la... [15:04:10] (03CR) 10JanZerebecki: [C: 031] "Looks good. Assuming we will set $wgDebugLogGroups['HttpError-5XX'] in production to something that ends up in logstash." [core] - 10https://gerrit.wikimedia.org/r/183020 (owner: 10Hoo man) [15:08:31] 3MediaWiki-extensions-WikibaseRepository, Wikidata: provide incremental JSON dumps for Wikidata - https://phabricator.wikimedia.org/T72246#957385 (10hoo) This would probably be implemented like this: Have a script that dumps all entity ids that have been changed since the last incremental dump. Then just dump al... [15:11:56] (03PS3) 10MarkTraceur: Add tests for mw.FormDataTransport [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/182892 [15:12:50] (03CR) 10jenkins-bot: [V: 04-1] Add tests for mw.FormDataTransport [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/182892 (owner: 10MarkTraceur) [15:14:21] (03PS4) 10MarkTraceur: Add tests for mw.FormDataTransport [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/182892 [15:14:50] 3Collaboration-Team, MediaWiki-extensions-Echo: EchoTitleLocalCacheTest::testGet fails when tests are run with other extensions - https://phabricator.wikimedia.org/T78592#957394 (10hashar) Example to reproduce: ``` cd tests/phpunit php phpunit.php --testsuite extensions --filter 'Echo' --stop-on-failure ``` Th... [15:23:50] (03CR) 10Krinkle: [C: 04-1] "Please document the patch in the PATCHES file so that it is documented and not broken again the next time we upgrade." (031 comment) [skins/Vector] - 10https://gerrit.wikimedia.org/r/182891 (owner: 10Paladox) [15:25:58] 3MediaWiki-extensions-MultimediaViewer: Option to opt-out of media viewer won't stick. - https://phabricator.wikimedia.org/T85923#957410 (10Ikaruseijin) 3NEW [15:29:28] (03CR) 10Anomie: Don't call localisation functions when initializing pageset (032 comments) [core] - 10https://gerrit.wikimedia.org/r/182437 (owner: 10MaxSem) [15:30:47] (03CR) 10Anomie: [C: 04-1] "Code itself looks good. One doc issue left from PS3." [core] - 10https://gerrit.wikimedia.org/r/182437 (owner: 10MaxSem) [15:33:43] 3MediaWiki-extensions-ApiFeatureUsage: No data is available for part of the specified date range. - https://phabricator.wikimedia.org/T85746#957419 (10Anomie) I would not be opposed to that. Feel free to open a new task for that, or to [[https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker|submit the... [15:36:29] 3MediaWiki-extensions-ContentTranslation: Inconsistent link adaptation in nn-nb translations - https://phabricator.wikimedia.org/T85200#957420 (10Jsahleen) a:5Jsahleen>3None [15:36:34] 3MediaWiki-extensions-MultimediaViewer: Option to opt-out of media viewer won't stick. - https://phabricator.wikimedia.org/T85923#957422 (10Gilles) I assume that you're not logged into Wikipedia when that happens, right? Just to clarify the report. [15:37:17] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Option to opt-out of media viewer won't stick. - https://phabricator.wikimedia.org/T85923#957424 (10Gilles) [15:37:20] 3Beta-Cluster, Multimedia, MediaWiki-extensions-Score: FileBackendException using tag on beta labs: No backend defined with the name 'global-multiwrite' - https://phabricator.wikimedia.org/T85049#957425 (10Gilles) [15:37:21] 3Multimedia, UI-Standardization, MediaWiki-extensions-MultimediaViewer: Misaligned icon on configuration button - https://phabricator.wikimedia.org/T85778#957428 (10Gilles) [15:37:23] 3Multimedia, MediaWiki-File-management: MW upload API file auto-extention voodoo - https://phabricator.wikimedia.org/T85708#957429 (10Gilles) [15:37:24] 3MediaWiki-extensions-MolHandler, Wikimedia-Extension-setup, Chemical-Markup, Multimedia, Security-Reviews: Security review indigo-depict - https://phabricator.wikimedia.org/T66548#957430 (10Gilles) [15:37:25] 3Wiki-Loves-Monuments-General, MediaWiki-extensions-UploadWizard, Multimedia: Upload Wizard for wlm campaign doesn't allow more IDs together - https://phabricator.wikimedia.org/T85520#957433 (10Gilles) [15:37:26] 3MediaWiki-extensions-UploadWizard, Multimedia: UploadWizard: Make category suggestions case-insensitive - https://phabricator.wikimedia.org/T40785#957432 (10Gilles) [15:37:27] 3Multimedia, MediaWiki-Uploading, MediaWiki-Interface: User isn't allowed to upload, but there is no permission error - https://phabricator.wikimedia.org/T16688#957431 (10Gilles) [15:37:29] 3pywikibot-core, MediaWiki-File-management, Multimedia, MediaWiki-API: FileRepo::getInfo() information is very different depending on the subclass in use for each repo - https://phabricator.wikimedia.org/T85153#957434 (10Gilles) [15:37:30] 3Multimedia, MediaWiki-Uploading: No error handling for File::transform() in SpecialUpload::getDescriptionSection() - https://phabricator.wikimedia.org/T85409#957435 (10Gilles) [15:37:31] 3Multimedia, MediaWiki-extensions-Score: ext:Score can't create a vorbis file - https://phabricator.wikimedia.org/T85439#957436 (10Gilles) [15:37:32] 3MediaWiki-extensions-WikibaseRepository, Multimedia, Wikidata, MediaWiki-extensions-MultimediaViewer: Use MediaViewer on commonsMedia properties on Wikibase repo - https://phabricator.wikimedia.org/T71456#957437 (10Gilles) [15:37:35] 3MediaWiki-extensions-UploadWizard, Multimedia: UploadWizard form lacks edit tools - https://phabricator.wikimedia.org/T85111#957440 (10Gilles) [15:37:36] 3MediaWiki-extensions-UploadWizard, Multimedia: Layout of description field by UploadWizard form - https://phabricator.wikimedia.org/T85094#957439 (10Gilles) [15:37:37] 3MediaWiki-extensions-UploadWizard, Multimedia: Unspecified date entries from UploadWizard - https://phabricator.wikimedia.org/T85095#957442 (10Gilles) [15:37:39] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Viewing images in full screen removes scroll bar and sometimes disables scrolling. - https://phabricator.wikimedia.org/T85039#957443 (10Gilles) [15:37:40] 3MediaWiki-extensions-UploadWizard, Multimedia: Missing Hot-cat-like categorization support in UploadWizard - https://phabricator.wikimedia.org/T85097#957441 (10Gilles) [15:39:24] Show more concrete warning notices when blocking SVG upload - https://phabricator.wikimedia.org/T85924#957444 (10Perhelion) 3NEW [15:42:02] (03PS4) 10MarkTraceur: Move title sanitization into new method [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/181760 [15:44:36] 3operations, MediaWiki-Vagrant: mwscript importDump.php fails to properly import some valid xml exports - https://phabricator.wikimedia.org/T73354#957461 (10chasemp) >>! In T73354#957352, @Gilles wrote: >>>! In T73354#948295, @bd808 wrote: >> @gilles is this still reproducible? If so I would suggest adding Ops t... [15:45:46] 3MediaWiki-Uploading: Show more concrete warning notices when blocking SVG upload - https://phabricator.wikimedia.org/T85924#957465 (10Perhelion) [15:46:46] (03PS5) 10Cmcmahon: QA: WIP: refactor FlowPage page object [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 [15:48:37] (03CR) 10Anomie: [C: 032] Always use the canonical extension name to link the license file [core] - 10https://gerrit.wikimedia.org/r/182572 (owner: 10Ricordisamoa) [15:49:59] 3WikiEditor: EditTool characters slightly outside their boxes in WikiEditor booklet on Wikimedia Commons - https://phabricator.wikimedia.org/T78354#957473 (10GOIII) I know adding `line-height:1` works. I've "known" how to go about rectifying this locally for months now. And everybody that I asked to apply it via... [15:53:22] 3MediaWiki-extensions-UploadWizard, MediaWiki-Uploading: SVG upload should have more specific error (warning) message when blocking - https://phabricator.wikimedia.org/T85924#957475 (10Perhelion) [15:54:33] (03Merged) 10jenkins-bot: Always use the canonical extension name to link the license file [core] - 10https://gerrit.wikimedia.org/r/182572 (owner: 10Ricordisamoa) [15:56:36] 3operations, MediaWiki-Vagrant: mwscript importDump.php fails to properly import some valid xml exports - https://phabricator.wikimedia.org/T73354#957491 (10Gilles) Done: T85925 [15:56:42] 3Wikimedia-Extension-setup: Enable Labeled Section Transclusion's #lsth on Wikimedia - https://phabricator.wikimedia.org/T74302#957493 (10MZMcBride) @GOIII: No need to get indignant. :-) https://noc.wikimedia.org/conf/CommonSettings.php.txt says: ``` if ( $wmgUseLabeledSectionTransclusion ) { include( $IP . '... [15:57:07] (03CR) 10Anomie: "> Please check the Status OK/good stuff very carefully before merging, it does my head in..." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181958 (owner: 10TTO) [15:58:01] (03PS5) 10Reedy: Merge lsth.php into extension itself [extensions/LabeledSectionTransclusion] - 10https://gerrit.wikimedia.org/r/182857 [15:59:54] (03CR) 10Legoktm: "recheck" [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/182973 (owner: 10CSteipp) [16:00:56] (03PS1) 10Matthias Mullie: Make Reindexer agnostic of specific implementation [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/183040 [16:01:47] (03PS8) 10Matthias Mullie: Move validateSpecificAlias code into separate class [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/177223 [16:02:17] (03CR) 10Matthias Mullie: [C: 04-1] Move validateSpecificAlias code into separate class [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/177223 (owner: 10Matthias Mullie) [16:02:29] 3Wikimedia-Extension-setup: Enable Labeled Section Transclusion's #lsth on Wikimedia - https://phabricator.wikimedia.org/T74302#957519 (10Reedy) There's some extra regexes in it... [16:02:51] 3Wikimedia-Site-requests: Extend FlaggedRevs to namespace Flexion on de.wiktionary - https://phabricator.wikimedia.org/T76657#957526 (10Glaisher) 5Open>3Resolved Deployed by Anomie just now. :) Sorry for the delay! I forgot about this one during yesterday's SWAT. [16:03:45] (03PS6) 10Hashar: Merge lsth.php into extension itself [extensions/LabeledSectionTransclusion] - 10https://gerrit.wikimedia.org/r/182857 (owner: 10Reedy) [16:03:51] 3Mobile-Web, WMF-Design: Polish : drawer on mobile should have slight easing on open and close - https://phabricator.wikimedia.org/T1163#957530 (10Jdlrobson) 5Open>3Resolved [16:04:04] (03CR) 10jenkins-bot: [V: 04-1] Merge lsth.php into extension itself [extensions/LabeledSectionTransclusion] - 10https://gerrit.wikimedia.org/r/182857 (owner: 10Reedy) [16:04:11] 3MediaWiki-extensions-ContentTranslation: Links added by selecting text and clicking on a source link cannot be removed. - https://phabricator.wikimedia.org/T85927#957531 (10Jsahleen) 3NEW [16:05:12] 3Mobile-Web: Hygiene: Standardise names of our event logging schemas - https://phabricator.wikimedia.org/T75342#957537 (10Jdlrobson) 5Open>3Resolved https://gerrit.wikimedia.org/r/182202 and friends has been merged so this now is consistent. [16:05:18] (03PS14) 10Matthias Mullie: [WIP] Flow ES config [extensions/Flow] - 10https://gerrit.wikimedia.org/r/161251 [16:05:21] (03CR) 10jenkins-bot: [V: 04-1] Log cache misses of blacklist [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/182973 (owner: 10CSteipp) [16:07:19] gr [16:07:43] (03PS7) 10Reedy: Merge lsth.php into extension itself [extensions/LabeledSectionTransclusion] - 10https://gerrit.wikimedia.org/r/182857 [16:08:05] 3MediaWiki-extensions-ContentTranslation: Clicking on "Remove link" after clicking on a source link does not remove the corresponding target link. - https://phabricator.wikimedia.org/T85928#957539 (10Jsahleen) 3NEW [16:08:13] (03CR) 10Jforrester: "At the request of Design I'm (very slowly) working on replacing all the assets with copies of the OOjs UI ones (in advance of actually swi" [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [16:08:50] (03CR) 10Legoktm: [C: 032 V: 032] "Overriding jenkins, test failures are due to missing autoloader entries." [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/182973 (owner: 10CSteipp) [16:09:26] 3MediaWiki-extensions-OAuth: OAuth permission screen is not mobile formated - https://phabricator.wikimedia.org/T75062#957546 (10mmodell) Isn't this a dupe of T1126? [16:09:52] (03PS1) 10Reedy: Change canonical entry points around [extensions/LabeledSectionTransclusion] - 10https://gerrit.wikimedia.org/r/183041 [16:09:57] 3MediaWiki-Special-pages, MobileFrontend-stable: Special:UserProfile shouldn't live in MobileFrontend - https://phabricator.wikimedia.org/T85929#957550 (10MZMcBride) 3NEW [16:10:55] (03CR) 10Reedy: "Bleugh, this was supposed to be ontop of https://gerrit.wikimedia.org/r/#/c/182857/" [extensions/LabeledSectionTransclusion] - 10https://gerrit.wikimedia.org/r/183041 (owner: 10Reedy) [16:11:28] 3Wikimedia-Git-or-Gerrit: Gerrit: Guice provision errors: 1) Cannot open ReviewDb - https://phabricator.wikimedia.org/T85916#957556 (10jeremyb-phone) [16:12:38] Has Jenkins shit the bed? [16:12:38] And if so, is there a Phabricator task about it? [16:13:28] Fiona: zuul was down, but it's up now. There's a thread on the qa/ops lists about it [16:13:40] Who's Zuul? [16:14:08] https://www.mediawiki.org/wiki/Continuous_integration/Zuul [16:14:08] (03PS1) 10Catrope: Update VisualEditor for cherry-pick [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/183042 [16:14:14] (03CR) 10jenkins-bot: [V: 04-1] Change canonical entry points around [extensions/LabeledSectionTransclusion] - 10https://gerrit.wikimedia.org/r/183041 (owner: 10Reedy) [16:14:23] fu----- [16:14:35] https://github.com/legoktm/grr/pull/3/commits seems like an easy merge. [16:14:38] 3MediaWiki-extensions-ContentTranslation: Selecting a target link and then selecting text inside the link creates a new link inside the existing target link. - https://phabricator.wikimedia.org/T85930#957564 (10Jsahleen) 3NEW [16:14:56] oh, I didn't see that [16:14:57] 3MediaWiki-extensions-ParserFunctions: Warning: mb_strpos() expects parameter 3 to be long, string given in /srv/web/extensions-mainwiki-git/ParserFunctions/ParserFunctions_body.php on line 603 - https://phabricator.wikimedia.org/T72325#957570 (10Umherirrender) 5Open>3Resolved a:3Umherirrender [16:15:04] Ah, Zuul sounds relatively important. [16:15:12] (03CR) 10Anomie: [C: 032] "SWAT" [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/183042 (owner: 10Catrope) [16:17:02] (03PS3) 10Ricordisamoa: Add 'namemsg', 'license-name' and COPYING, make 'name' canonical [extensions/GlobalCssJs] - 10https://gerrit.wikimedia.org/r/182573 [16:17:27] [13composer-merge-plugin] 15legoktm pushed 2 new commits to 06master: 02https://github.com/wikimedia/composer-merge-plugin/compare/6cd48483c7e1...3ea0ffa0a851 [16:17:27] 13composer-merge-plugin/06master 148c69adc 15Bryan Davis: Ignore files when exporting package... [16:17:27] 13composer-merge-plugin/06master 143ea0ffa 15Kunal Mehta: Merge pull request #14 from bd808/feature/clean-packages... [16:17:54] 3MediaWiki-Logging: logentry-upload-overwrite hardcoded in user language - https://phabricator.wikimedia.org/T72293#957572 (10Umherirrender) 5Open>3Resolved a:3Umherirrender Fix will be part of Version 1.25wmf14 - see https://www.mediawiki.org/wiki/MediaWiki_1.25/Roadmap for the timeline [16:18:31] 3MediaWiki-extensions-ContentTranslation: It is not possible to add a link to the translation without selecting text and clicking on the source link. - https://phabricator.wikimedia.org/T85931#957575 (10Jsahleen) 3NEW [16:20:11] 3VisualEditor, VisualEditor-MediaWiki, MediaWiki-Interface, MediaWiki-skins-Vector: All links inside jQuery UI dialogs are black since update - https://phabricator.wikimedia.org/T85857#957590 (10Jdforrester-WMF) p:5Triage>3Normal a:3Paladox [16:21:19] (03CR) 10MarkTraceur: "Should be all good now" (032 comments) [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/181760 (owner: 10MarkTraceur) [16:21:35] 3MediaWiki-extensions-UserMerge, MediaWiki-extensions-CentralAuth: Unattached local accounts getting attached after the global user merge - https://phabricator.wikimedia.org/T85915#957593 (10Umherirrender) [16:22:03] (03Merged) 10jenkins-bot: Update VisualEditor for cherry-pick [core] (wmf/1.25wmf13) - 10https://gerrit.wikimedia.org/r/183042 (owner: 10Catrope) [16:22:36] (03CR) 10Legoktm: [C: 032] "Thanks!" [extensions/GlobalCssJs] - 10https://gerrit.wikimedia.org/r/182573 (owner: 10Ricordisamoa) [16:23:27] (03CR) 10Bartosz Dziewoński: [C: 04-1] "* See inline." (031 comment) [skins/Vector] - 10https://gerrit.wikimedia.org/r/182891 (owner: 10Paladox) [16:23:52] Missing attribution of messages in pywikibot/i18n JSON files. - https://phabricator.wikimedia.org/T85336#957599 (10Nemo_bis) >>! In T85336#957064, @jayvdb wrote: > And as we can see on https://gerrit.wikimedia.org/r/#/c/182691/ , there are many cases of translated message bundles where the JSON files do not have t... [16:24:40] legoktm: Thx for the merge. [16:25:04] legoktm: What happened with GlobalUserpagess? [16:25:04] Minus an S. [16:25:29] Haven't had time to work on it lately [16:25:43] :-( [16:26:20] 3MediaWiki-extensions-ContentTranslation: It is possible to create a new link in the translation column by selecting text and clicking on a source link that is a missing link or cannot be adapted. - https://phabricator.wikimedia.org/T85932#957607 (10Jsahleen) 3NEW [16:26:33] (03PS9) 10Matthias Mullie: Move validateSpecificAlias code into separate class [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/177223 [16:26:36] (03CR) 10Paladox: "Ok." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [16:27:07] 3WikiEditor: WikiEditor help references no longer available magnify-clip.png - https://phabricator.wikimedia.org/T85920#957614 (10TheDJ) p:5Triage>3Low [16:27:16] (03PS5) 10Matthias Mullie: Move validateIndex code into separate class [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/177551 [16:27:24] (03PS3) 10Matthias Mullie: Break 2 mappingconfigbuilder arguments out of constructor [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/179923 [16:27:29] (03PS4) 10Matthias Mullie: Take remaining logic out of UpdateOneSearchIndexConfig and into separate class [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/179924 [16:27:37] (03PS2) 10Matthias Mullie: Less duplicated code for maxShardsPerNode [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/182824 [16:27:43] (03PS2) 10Matthias Mullie: Make MappingValidator agnostic of specific implementation [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/182825 [16:27:49] (03PS2) 10Matthias Mullie: Make Reindexer agnostic of specific implementation [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/183040 [16:28:01] (03Merged) 10jenkins-bot: Add 'namemsg', 'license-name' and COPYING, make 'name' canonical [extensions/GlobalCssJs] - 10https://gerrit.wikimedia.org/r/182573 (owner: 10Ricordisamoa) [16:28:58] (03PS1) 10Legoktm: Remove unnecessary $wgAutoloadClasses entry [extensions/AntiSpoof] - 10https://gerrit.wikimedia.org/r/183045 [16:29:30] (03PS16) 10Paladox: Re add svg images [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 [16:29:33] (03PS1) 10Ricordisamoa: Always use the canonical extension name to link the credits file [core] - 10https://gerrit.wikimedia.org/r/183046 [16:29:43] (03PS2) 10Umherirrender: Remove double escaping of group member name on Special:ListUsers [core] - 10https://gerrit.wikimedia.org/r/182101 [16:30:19] (03CR) 10Jforrester: [C: 032] grunt: Add Karma task for automated QUnit testing in browsers [core] - 10https://gerrit.wikimedia.org/r/178775 (owner: 10Krinkle) [16:30:41] (03CR) 10Paladox: "I removed the s. this patch can be merged. because the problem with one of the images can also be fixed later on. because when the svg ima" [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [16:31:11] 3Wikimedia-Extension-setup: Enable Labeled Section Transclusion's #lsth on Wikimedia - https://phabricator.wikimedia.org/T74302#957621 (10GOIII) >>! In T74302#957493, @MZMcBride wrote: > > My question (and suspicion) stands. I gleamed as much. I guess if its OK to activate #LSTx thru lst.php then I don't see... [16:31:16] (03PS1) 10Legoktm: Add missing $wgAutoloadClasses entry [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183048 [16:33:08] (03CR) 10Ricordisamoa: Always use the canonical extension name to link the credits file (031 comment) [core] - 10https://gerrit.wikimedia.org/r/183046 (owner: 10Ricordisamoa) [16:33:10] 3MediaWiki-extensions-CheckUser: Outdated checkuser-toollinks (spam, pay services, ad domains) - https://phabricator.wikimedia.org/T40195#957625 (10Glaisher) What was the result of the discussion? Do we know which links to use? >>! In T40195#936746, @Ajraddatz wrote: > I think links to global contributions for... [16:33:47] (03PS1) 10Legoktm: spaces --> tabs [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183049 [16:36:04] 3MediaWiki-extensions-UploadWizard, MediaWiki-Uploading: SVG upload should have more specific error (warning) message when blocking - https://phabricator.wikimedia.org/T85924#957632 (10Legoktm) [16:36:04] 3MediaWiki-extensions-GlobalCssJs: Add license information to GlobalCssJs.php - https://phabricator.wikimedia.org/T70863#957633 (10Legoktm) 5Open>3Resolved [16:36:15] (03Merged) 10jenkins-bot: grunt: Add Karma task for automated QUnit testing in browsers [core] - 10https://gerrit.wikimedia.org/r/178775 (owner: 10Krinkle) [16:36:37] 3MediaWiki-Internationalization, MediaWiki-extensions-Other: Special pages, actions and views whose messages don't escape HTML - https://phabricator.wikimedia.org/T85864#957634 (10Nemo_bis) [16:37:34] (03CR) 10jenkins-bot: [V: 04-1] Add missing $wgAutoloadClasses entry [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183048 (owner: 10Legoktm) [16:37:45] (03CR) 10jenkins-bot: [V: 04-1] spaces --> tabs [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183049 (owner: 10Legoktm) [16:38:12] (03PS5) 10MarkTraceur: Move title sanitization into new method [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/181760 [16:38:18] (03PS6) 10MarkTraceur: Move title sanitization into new method [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/181760 [16:38:27] 3MediaWiki-extensions-GlobalCssJs: Add license information to GlobalCssJs.php - https://phabricator.wikimedia.org/T70863#957638 (10Ricordisamoa) [16:40:53] (03PS2) 10Reedy: Add missing $wgAutoloadClasses entry [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183048 (owner: 10Legoktm) [16:41:06] (03CR) 10jenkins-bot: [V: 04-1] Add missing $wgAutoloadClasses entry [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183048 (owner: 10Legoktm) [16:41:24] 3Wikimedia-Site-requests: Revoke all userrights from local groups on loginwiki, whitelist the needed ones - https://phabricator.wikimedia.org/T61701#957646 (10Glaisher) >>! In T61701#938616, @Nemo_bis wrote: > Loginwiki isn't a standard wiki, so we can't assume defaults make sense there. A whitelist allows not t... [16:41:59] 3Wikimedia-Site-requests: Revoke all userrights from local groups on loginwiki, whitelist the needed ones - https://phabricator.wikimedia.org/T61701#957650 (10Glaisher) 5Open>3declined a:3Glaisher Declined -- I see no gain in doing this. [16:42:00] 3Wikimedia-General-or-Unknown: Steward, global sysop and SWMT tasks bugs (tracking) - https://phabricator.wikimedia.org/T43492#957653 (10Glaisher) [16:42:57] 3MediaWiki-Internationalization: Many MediaWiki: messages not safe in HTML (tracking) - https://phabricator.wikimedia.org/T2212#957658 (10Nemo_bis) [16:44:44] (03PS1) 10TheDJ: Toolbar: Reset lineheight for character cells [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/183051 [16:46:30] Is there a configuration setting that enforce a valid email address and/or to ban some known spammer address (e.g. trash-mail.com) [16:47:44] renoirb: a user should have a confirmed email address to use mail services ( EmailUser, Echo ) [16:47:58] but - valid email address check - [16:48:07] yeah. [16:48:10] Reedy: the titleblacklist patches are going to fail until the AntiSpoof one is merged: https://gerrit.wikimedia.org/r/183045 [16:48:21] Well that's just silly [16:48:26] In https://www.mediawiki.org/wiki/Manual:Configuration_settings I see nothing about restring which email address domain name we can ban [16:49:50] (03CR) 10Reedy: [C: 032] "Subclass in CentralAuth has explicit loading" [extensions/AntiSpoof] - 10https://gerrit.wikimedia.org/r/183045 (owner: 10Legoktm) [16:50:05] (03Merged) 10jenkins-bot: Remove unnecessary $wgAutoloadClasses entry [extensions/AntiSpoof] - 10https://gerrit.wikimedia.org/r/183045 (owner: 10Legoktm) [16:50:15] Reedy: when you got time https://gerrit.wikimedia.org/r/#/c/182421/ :) [16:50:37] * tonythomas was bugging dozen devs for the same [16:50:46] I see an extension to limit to a few known. But not to ban a range https://www.mediawiki.org/wiki/Extension:EmailDomainCheck [16:51:03] (03CR) 10Reedy: "recheck" [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183048 (owner: 10Legoktm) [16:51:52] renoirb: I believe the SpamBlacklist extension supports setting up an email blacklist. [16:52:44] I wasn’t aware of a Bounce handler. Thanks tonythomas !! [16:53:32] renoirb: ha :) welcome ! [16:53:50] oh! that’s a good one legoktm, thanks!! [16:53:55] * renoirb is looking into it! [16:54:06] (03CR) 10Reedy: [C: 04-1] Re-added the index br_mail_timestamp (032 comments) [extensions/BounceHandler] - 10https://gerrit.wikimedia.org/r/182421 (owner: 1001tonythomas) [16:54:07] Another question about spam guys. [16:54:20] 3Wikimedia-Site-requests: Examine which extensions are installed on login.wikimedia.org (loginwiki) - https://phabricator.wikimedia.org/T61702#957670 (10Glaisher) needs to be disabled? - TemplateData - CentralNotice - UniversalLanguageSelector - ParserFunctions - Disambiguator - PagedTiffHandler [16:55:05] (03CR) 10Reedy: [C: 032] Add missing $wgAutoloadClasses entry [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183048 (owner: 10Legoktm) [16:55:18] (03Merged) 10jenkins-bot: Add missing $wgAutoloadClasses entry [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183048 (owner: 10Legoktm) [16:55:43] (03PS2) 10Reedy: spaces --> tabs [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183049 (owner: 10Legoktm) [16:55:50] (03CR) 10Reedy: [C: 032] spaces --> tabs [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183049 (owner: 10Legoktm) [16:56:07] (03Merged) 10jenkins-bot: spaces --> tabs [extensions/TitleBlacklist] - 10https://gerrit.wikimedia.org/r/183049 (owner: 10Legoktm) [16:57:20] (03PS15) 10Matthias Mullie: [WIP] Flow ES config [extensions/Flow] - 10https://gerrit.wikimedia.org/r/161251 [16:57:38] 3Wikimedia-Site-requests: Examine which extensions are installed on login.wikimedia.org (loginwiki) - https://phabricator.wikimedia.org/T61702#957673 (10csteipp) >>! In T61702#957670, @Glaisher wrote: > needs to be disabled? > - TemplateData > - CentralNotice > - UniversalLanguageSelector > - ParserFunct... [16:59:43] In Varnish, besides setting `http.X-Forwarded-For` do I really need to list **EVERY** IP addresses of my Varnish frontends? I’m behind Fastly and they have a few hunderds of IP addresses [16:59:52] Reedy: that drop and add was to make sure that the change in index limit was applied [16:59:59] 3MediaWiki-Core-Team, Security-Reviews: Security review of community extensions: Extension:AtomExporter, Extension:DownloadCounter, Extension:PasswordProtected - https://phabricator.wikimedia.org/T787#957674 (10csteipp) [17:00:05] tonythomas: but on mysql you really want that limit [17:00:08] what do we do in mw core? [17:00:09] if we split that to separate commits, then I can remove [17:00:32] I remember specifically one of the user email indexes being updated to be 50 chars [17:00:46] hoo|away told me about supporting SQLite [17:00:50] hmm.. in that case, will remove [17:01:33] 3MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments, MediaWiki-Core-Team: Content Translation Beta Feature security review - https://phabricator.wikimedia.org/T85686#957675 (10Jsahleen) Chris, We have a few questions about this security review. # Is a security review mandatory for deploy... [17:01:40] tonythomas: You can support sqlite, that's fine [17:01:58] But there's a benefit from having the truncated index on mysql [17:02:48] true. I personally dont think anyone would install wiki on sqlite though :) [17:03:59] anyway - I will send the removing index limit as a separate patch [17:04:24] (03CR) 10GOIII: "lines 265 & 266 duplicate the same attribute. one but not the other should be..." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/183051 (owner: 10TheDJ) [17:04:42] (03PS1) 10Yaron Koren: Starting version: 0.5 [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/183052 [17:04:55] tonythomas: jenkins uses sqlite for tests [17:05:42] legoktm: oh. that might cause an issue ? [17:06:13] all our previous patches passed jenkins though ( with the limit ) [17:07:19] (03CR) 10Yaron Koren: [C: 032 V: 031] Starting version: 0.5 [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/183052 (owner: 10Yaron Koren) [17:11:12] i18n for category-renamed should use a dict for replacements - https://phabricator.wikimedia.org/T85934#957687 (10Xqt) 3NEW [17:11:41] wikimedia/composer-merge-plugin#23 (master - 3ea0ffa Kunal Mehta): The build passed. - http://travis-ci.org/wikimedia/composer-merge-plugin/builds/46088230 [17:11:41] (03PS9) 1001tonythomas: Re-added the index br_mail_timestamp [extensions/BounceHandler] - 10https://gerrit.wikimedia.org/r/182421 [17:12:29] legoktm: looks like jenkins +2 ed it https://gerrit.wikimedia.org/r/#/c/182421/ [17:12:32] (03CR) 10GOIII: "See T33649 for that last tweak for this particular .css file that I could think of." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/183051 (owner: 10TheDJ) [17:12:38] renoirb: You can use CIDR ranges to specify the trusted XFF servers too -- https://github.com/wikimedia/operations-mediawiki-config/blob/4b39b8223800f87100d38c3c434380878eb3fc6d/wmf-config/squid.php#L12-L45 [17:12:46] 3Engineering-Community: Recruit Google Code-in 2014 mentors - https://phabricator.wikimedia.org/T924#957694 (10Aklapper) [17:12:50] err. minor issue [17:12:59] (03CR) 10Yaron Koren: [V: 032] Starting version: 0.5 [extensions/Cargo] - 10https://gerrit.wikimedia.org/r/183052 (owner: 10Yaron Koren) [17:13:01] (03CR) 10GWicke: Make a VirtualRESTService class for Parsoid (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181706 (owner: 10Alex Monk) [17:13:05] (03CR) 10GOIII: [C: 031] Toolbar: Reset lineheight for character cells [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/183051 (owner: 10TheDJ) [17:14:08] (03PS10) 1001tonythomas: Re-added the index br_mail_timestamp [extensions/BounceHandler] - 10https://gerrit.wikimedia.org/r/182421 [17:15:01] (03CR) 10Paladox: "looking at https://test2.wikipedia.org/w/index.php?title=Test&action=edit it doesent show the icon either in png." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [17:16:16] legoktm: corrected! and it pass tests as expected. [17:19:32] (03CR) 10JanZerebecki: [C: 04-1] "On second thought we should also log the URL. I assume we don't need the full backtrace." [core] - 10https://gerrit.wikimedia.org/r/183020 (owner: 10Hoo man) [17:21:34] 3MediaWiki-Core-Team, MediaWiki-General-or-Unknown: HttpError should not be logged as an unhandled exception. - https://phabricator.wikimedia.org/T85795#957697 (10JanZerebecki) I can't figure out why currently these show up in logstash as type:HttpError instead of type:exception. Any ideas? [17:23:17] (03CR) 10GOIII: "Its rendering for me under IE11 as .png just fine. And F12 Developer Tools confirms (background position) that its the sprited variant; no" [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [17:23:23] 3MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments, MediaWiki-Core-Team: Content Translation Beta Feature security review - https://phabricator.wikimedia.org/T85686#957698 (10csteipp) >>! In T85686#957675, @Jsahleen wrote: > Chris, > > We have a few questions about this security review. >... [17:25:11] 3VisualEditor, VisualEditor-MediaWiki, MediaWiki-General-or-Unknown: returnto and returntoquery in login/signup links doesn't get updated on pushState or popstate - https://phabricator.wikimedia.org/T64355#957704 (10Krenair) [15:50:38] Krenair: Sounds like a good reason to have our page managed by a co... [17:26:43] (03CR) 10Paladox: "Oh ok but mask is not supported in internet explorer it is currently under consideration." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [17:27:12] (03CR) 10Paladox: "So we need to convert mask to something else that does same job but supported in all browsers." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [17:27:31] (03CR) 10Paladox: "Because png works but I doint know how they did it in png." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [17:28:05] 3MediaWiki-Core-Team, MediaWiki-General-or-Unknown: HttpError should not be logged as an unhandled exception. - https://phabricator.wikimedia.org/T85795#957705 (10bd808) >>! In T85795#957697, @JanZerebecki wrote: > I can't figure out why currently these show up in logstash as type:HttpError instead of type:excep... [17:30:27] 3Project-Creators: Project for translatewiki.net - https://phabricator.wikimedia.org/T85935#957709 (10Nikerabbit) 3NEW [17:30:38] (03CR) 10Paladox: "I carnt find any way around this." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/181786 (owner: 10Paladox) [17:31:36] 3MediaWiki-extensions-ContentTranslation, ContentTranslation-Deployments, MediaWiki-Core-Team: Content Translation Beta Feature security review - https://phabricator.wikimedia.org/T85686#957716 (10Jsahleen) Chris, Here are some links you can look at: https://www.mediawiki.org/wiki/Content_translation/Technical... [17:34:23] (03CR) 1001tonythomas: [C: 031] "Limit to index re-added as the Limit increase efficiency in MYSQL environments." [extensions/BounceHandler] - 10https://gerrit.wikimedia.org/r/182421 (owner: 1001tonythomas) [17:36:03] 3MediaWiki-Core-Team, MediaWiki-General-or-Unknown: HttpError should not be logged as an unhandled exception. - https://phabricator.wikimedia.org/T85795#957727 (10JanZerebecki) Thx. No wonder searching for type in that file didn't find where it was set to HttpError. [17:36:53] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Option to opt-out of media viewer won't stick. - https://phabricator.wikimedia.org/T85923#957728 (10Ikaruseijin) No I am not logged in most times, I only made an account to complain about the Media Viewer, so I have no need to be. [17:37:18] (03PS4) 10Paladox: All links inside jQuery UI dialogs are black [skins/Vector] - 10https://gerrit.wikimedia.org/r/182891 [17:39:39] (03CR) 10Nikerabbit: [C: 032] Remove double escaping of group member name on Special:ListUsers [core] - 10https://gerrit.wikimedia.org/r/182101 (owner: 10Umherirrender) [17:42:48] (03CR) 10Jforrester: "> The REL1_24 branch of Cite still had SpecialCite in it, see https://github.com/wikimedia/mediawiki-extensions-Cite/tree/REL1_24" [tools/release] - 10https://gerrit.wikimedia.org/r/181438 (owner: 10Legoktm) [17:45:20] (03CR) 10GOIII: [C: 031] Merge lsth.php into extension itself [extensions/LabeledSectionTransclusion] - 10https://gerrit.wikimedia.org/r/182857 (owner: 10Reedy) [17:45:32] (03Merged) 10jenkins-bot: Remove double escaping of group member name on Special:ListUsers [core] - 10https://gerrit.wikimedia.org/r/182101 (owner: 10Umherirrender) [17:46:41] (03CR) 10Anomie: Always use the canonical extension name to link the credits file (034 comments) [core] - 10https://gerrit.wikimedia.org/r/183046 (owner: 10Ricordisamoa) [17:52:39] (03CR) 10Mooeypoo: "recheck" [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182962 (owner: 10Mooeypoo) [17:53:02] (03CR) 10Nikerabbit: [C: 04-1] Escape unescaped messages in Special:Preferences (031 comment) [core] - 10https://gerrit.wikimedia.org/r/183004 (owner: 10Unicodesnowman) [17:53:08] (03CR) 10Mooeypoo: "recheck" [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182980 (owner: 10Mooeypoo) [17:53:55] (03CR) 10jenkins-bot: [V: 04-1] Add param order drag/drop widget to TemplateData dialog [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182962 (owner: 10Mooeypoo) [17:56:47] (03PS5) 10Paladox: All links inside jQuery UI dialogs are black [skins/Vector] - 10https://gerrit.wikimedia.org/r/182891 [17:58:09] (03PS6) 10Paladox: All links inside jQuery UI dialogs are black [skins/Vector] - 10https://gerrit.wikimedia.org/r/182891 [17:58:47] (03CR) 10jenkins-bot: [V: 04-1] Allow the restoration of a deleted parameter in the edit dialog [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182980 (owner: 10Mooeypoo) [18:00:07] (03CR) 10Nikerabbit: [C: 031] Update cxserver to f7667e9 [services/cxserver/deploy] - 10https://gerrit.wikimedia.org/r/183026 (owner: 10KartikMistry) [18:02:50] (03Abandoned) 10Umherirrender: Escape message word-separator and parentheses in preferences [core] - 10https://gerrit.wikimedia.org/r/182083 (owner: 10Umherirrender) [18:04:35] (03PS3) 10Umherirrender: Move Test files under same folder structure where class is (/languages/) [core] - 10https://gerrit.wikimedia.org/r/178253 [18:07:04] 3MediaWiki-Internationalization, MediaWiki-extensions-Other: Special pages, actions and views whose messages don't escape HTML - https://phabricator.wikimedia.org/T85864#957746 (10Umherirrender) [18:07:49] 3WikiEditor: WikiEditor: Add SVG versions of editing toolbar icons - https://phabricator.wikimedia.org/T37342#957749 (10GOIII) @Jdforrester-WMF said: >At the request of Design I'm (very slowly) working on replacing all the assets with copies of the OOjs UI ones (in advance of actually switch WikiEditor over to u... [18:10:06] (03CR) 10Umherirrender: "More under T85864" (039 comments) [core] - 10https://gerrit.wikimedia.org/r/136161 (owner: 10Umherirrender) [18:11:37] (03PS4) 10Ori.livneh: Use navigator.sendBeacon if available [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/182890 [18:13:26] 3Wikimedia-Mailing-lists: Create wikimedia-bd-operations mailing list - https://phabricator.wikimedia.org/T85518#957752 (10JohnLewis) Sorry for the delay, since the move from BZ - I can't easily find your email address to add you to the list or to send you the login details. Could you please provide an email ad... [18:14:43] 3Wikimedia-Mailing-lists: oversight-l subscriber list: "Visit Subscriber List" results in "You must supply a valid email address." - https://phabricator.wikimedia.org/T23928#957753 (10JohnLewis) a:5JohnLewis>3None Removing myself as I can't exactly test this or really investigate. [18:15:48] (03PS9) 10Georggi199: Replaced some deprecated wfMsg*() functions [extensions/InterwikiIntegration] - 10https://gerrit.wikimedia.org/r/182473 [18:23:56] 3Wikimedia-Site-requests: Enable 'interface_editor' user group on cawikibooks - https://phabricator.wikimedia.org/T85713#957784 (10Gerardduenas) 5Open>3Resolved a:3Gerardduenas Thanks for all!! [18:25:14] 3Project-Creators: Project for translatewiki.net - https://phabricator.wikimedia.org/T85935#957787 (10Aklapper) p:5Triage>3Low See https://www.mediawiki.org/wiki/Phabricator/Creating_and_renaming_projects for required data [18:25:18] (03PS1) 10Ori.livneh: mediawiki.util: add `sprintf` [core] - 10https://gerrit.wikimedia.org/r/183063 [18:27:57] 3WikiEditor: EditTool characters slightly outside their boxes in WikiEditor booklet on Wikimedia Commons - https://phabricator.wikimedia.org/T78354#957789 (10Aklapper) >>! In T78354#957473, @GOIII wrote: > This issue at this point is I don't know what I'm doing when it comes to Git [offtopic] Does https://www.m... [18:30:12] 3MediaWiki-extensions-UploadWizard, MediaWiki-Uploading: SVG upload should have more specific error (warning) message when blocking - https://phabricator.wikimedia.org/T85924#957790 (10Aklapper) p:5Triage>3Low I guess it's also a security restriction to not run potentially malicious code. How would you reph... [18:30:44] 3MediaWiki-Interface: Interface messages needing rewording or documentation and other issues with existing messages (tracking) - https://phabricator.wikimedia.org/T40638#957795 (10Aklapper) [18:31:11] (03CR) 10jenkins-bot: [V: 04-1] mediawiki.util: add `sprintf` [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [18:32:12] 3MediaWiki-JobQueue, Parsoid, Services: Investigate job queue retries for Parsoid jobs - https://phabricator.wikimedia.org/T85939#957797 (10GWicke) 3NEW [18:32:29] (03CR) 10Trevor Parscal: "This looks good - I agree with Timo, let's wait to merge this until we have a concrete use of it." [core] - 10https://gerrit.wikimedia.org/r/182875 (owner: 10Bartosz Dziewoński) [18:32:33] (03CR) 10Aude: "@hoo assume this means you are around tomorrow evening?" [tools/release] - 10https://gerrit.wikimedia.org/r/183035 (owner: 10Hoo man) [18:34:05] 3MediaWiki-extensions-Echo: Revert notifications in Echo when "non-edit" contributions are in page history - https://phabricator.wikimedia.org/T85728#957804 (10Jackmcbarn) This isn't limited to null revisions. The following sequence will also trigger the bug: * Vandal1 vandalizes a page * Vandal2 vandalizes the... [18:40:32] (03PS4) 10Kji: Implemented the new parser function called hierarchySubtree. [extensions/HierarchyBuilder] - 10https://gerrit.wikimedia.org/r/182820 [18:40:53] (03PS2) 10Ricordisamoa: Always use the canonical extension name when necessary [core] - 10https://gerrit.wikimedia.org/r/183046 [18:40:55] (03CR) 10Ricordisamoa: Always use the canonical extension name when necessary (034 comments) [core] - 10https://gerrit.wikimedia.org/r/183046 (owner: 10Ricordisamoa) [18:41:14] 3MediaWiki-extensions-Echo: Revert notifications in Echo when "non-edit" contributions are in page history - https://phabricator.wikimedia.org/T85728#957811 (10Mattflaschen) p:5Triage>3Normal [18:41:33] 3Collaboration-Team, MediaWiki-extensions-Echo: Revert notifications in Echo when "non-edit" contributions are in page history - https://phabricator.wikimedia.org/T85728#953151 (10Mattflaschen) [18:42:16] Update description on re-enabled previously disabled special pages - https://phabricator.wikimedia.org/T85940#957814 (10Bennylin) 3NEW [18:43:55] 3MediaWiki-extensions-Flow: Enable Flow for talkpage for Extension:MobileFrontend on mediawiki.org - https://phabricator.wikimedia.org/T85816#957819 (10Mattflaschen) p:5Triage>3Normal [18:44:51] (03PS1) 10MarkTraceur: Add some basic tests for IframeTransport [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/183065 [18:45:29] 3Multimedia, MediaWiki-File-management: More prominent display of other format available for download in image description pages - https://phabricator.wikimedia.org/T64305#957822 (10RuchirangaW) >>! In T64305#956760, @Tgr wrote: > > Translatable strings are in the `languages/i18n` directory; you can find the in... [18:45:41] (03CR) 10jenkins-bot: [V: 04-1] Add some basic tests for IframeTransport [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/183065 (owner: 10MarkTraceur) [18:46:44] 3Collaboration-Team, MediaWiki-extensions-Flow: Title edit field overlaps with action menu (Flow design clean-up) - https://phabricator.wikimedia.org/T85283#957823 (10Mattflaschen) p:5Triage>3Normal [18:46:59] 3MediaWiki-extensions-FeaturedFeeds: Support Media RSS - https://phabricator.wikimedia.org/T36033#957825 (10MaxSem) >>! In T36033#957230, @Dzahn wrote: > " Kristen Lans archived this card. > > Sep 26, 2014 at 8:18 pm" > > does archived mean rejected? No, it means that we don't have plans to work on this. But... [18:47:40] 3MediaWiki-Email, MediaWiki-extensions-Echo: Mention my user name on the user-talk page change email - https://phabricator.wikimedia.org/T57838#957826 (10Mattflaschen) p:5Triage>3Low [18:48:01] (03PS1) 10Legoktm: Add "composer phpcs" command [core] - 10https://gerrit.wikimedia.org/r/183067 [18:49:43] (03PS2) 10MarkTraceur: Add some basic tests for IframeTransport [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/183065 [18:50:15] (03PS1) 10Chad: Revert "Keep backend param to search API as long as there's a backend" [core] - 10https://gerrit.wikimedia.org/r/183070 [18:50:27] (03CR) 10Chad: [C: 032 V: 032] Revert "Keep backend param to search API as long as there's a backend" [core] - 10https://gerrit.wikimedia.org/r/183070 (owner: 10Chad) [18:55:02] 3MediaWiki-Parser:   should terminate a free external link - https://phabricator.wikimedia.org/T84937#957838 (10cscott) My concern here is mostly relating to VE. I was worried that VE would generate ` ` in the wikitext if the user manually inserted a non-breaking space, which would then require additi... [18:55:14] (03CR) 10Ricordisamoa: [C: 04-1] "Redundant with mw.Message#parser:" [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [18:57:11] Is there a debug log group for account creation I can setup? What would be the key? Would it be 'newusers' (from Special:Log) OR something else in the code such as https://github.com/wikimedia/mediawiki/blob/master/includes/User.php#L4741 [18:57:50] (03CR) 10Cscott: Terminate free external link on   (and numeric versions of <>) (031 comment) [core] - 10https://gerrit.wikimedia.org/r/180982 (owner: 10Cscott) [18:59:01] 3MediaWiki-User-preferences: Provide further options than only binary gender - https://phabricator.wikimedia.org/T61643#957843 (10kaldari) 1. "a revolution in meaning of GENDER can't fit the current formulation of the preference." I'm not sure what you mean here. The preference is simply to choose your preferred... [18:59:27] 3Collaboration-Team, MediaWiki-extensions-Echo: Revert notifications in Echo when "non-edit" contributions are in page history - https://phabricator.wikimedia.org/T85728#957844 (10Technical13) >>! In T85728#957804, @Jackmcbarn wrote: > This isn't limited to null revisions. The following sequence will also trigge... [18:59:45] Would `$wgDebugLogGroups['newusers'] = "udp://$wpdUdp2logDest/newusers";` work? [18:59:54] A plan for data and developer hub - https://phabricator.wikimedia.org/T85942#957845 (10Spage) 3NEW a:3Spage [19:00:07] legoktm, bd808 ? [19:00:25] sorry for tagging, just in case you are around :) [19:01:41] (03PS4) 10MarkTraceur: Flickr: The community does not consider UW uploads verified [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/158887 (owner: 10TheDJ) [19:02:01] 3Project-Creators: Project for translatewiki.net - https://phabricator.wikimedia.org/T85935#957853 (10Nemo_bis) [19:02:04] 3MediaWiki-extensions-Flow: Flow pages are dissimilar from regular pages (tracking) - https://phabricator.wikimedia.org/T85260#957856 (10Spage) [19:03:10] (03CR) 10Kaldari: "Added sources in the bug report. Already reviewed the en.json for compatibility." [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [19:03:36] 3MediaWiki-extensions-UserMerge, MediaWiki-extensions-CentralAuth: Unattached local accounts getting attached after the global user merge - https://phabricator.wikimedia.org/T85915#957857 (10Aklapper) @Shanmugamp7: Was this task intentionally assigned to Keegan? Is there a specific example of this with a certai... [19:03:39] 3Project-Creators: Project for translatewiki.net - https://phabricator.wikimedia.org/T85935#957859 (10Nemo_bis) p:5Low>3Normal [19:04:03] renoirb: *shrug* the log channels come from calls to wfDebugLog(). The first argument is the log channel. So if there are wfDebugLog( 'newusers', ... ) calls in the code then yes. Otherwise, no. [19:04:07] (03CR) 10Florianschmidtwelzow: [C: 031] Replaced some deprecated wfMsg*() functions [extensions/InterwikiIntegration] - 10https://gerrit.wikimedia.org/r/182473 (owner: 10Georggi199) [19:04:23] renoirb: you probably want to look into $wgRCFeeds [19:04:27] bd808 thanks, I´ll look for that particular syntax then!! :) [19:04:40] Thanks legoktm [19:07:19] 3Article-Translation-Metrics: Question editors about their translation methods - https://phabricator.wikimedia.org/T78508#957861 (10Livnetata) I asked editors on the Hebrew village pump about their editing methods. Got some interesting answers and leads. For now, they are summarized together with other conclusio... [19:08:22] (03CR) 10Jaredzimmerman: [C: 031] Add capability for a neutral gender option in preferences [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [19:08:53] (03CR) 10Legoktm: [C: 04-1] Add capability for a neutral gender option in preferences (032 comments) [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [19:09:25] (03CR) 10Jforrester: Make a VirtualRESTService class for Parsoid (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181706 (owner: 10Alex Monk) [19:09:42] 3Article-Translation-Metrics: Question editors about their translation methods - https://phabricator.wikimedia.org/T78508#957872 (10Livnetata) @Amire80, can I resolve the task? [19:10:01] 3Wikimedia-Git-or-Gerrit: Gerrit: Guice provision errors: 1) Cannot open ReviewDb - https://phabricator.wikimedia.org/T85916#957873 (10Aklapper) p:5Triage>3Volunteer? [19:11:19] 3MediaWiki-ResourceLoader, MediaWiki-Vagrant: Possible performance degradation in lessc - Local vagrant super slow - https://phabricator.wikimedia.org/T78733#957883 (10Jdlrobson) Still hitting this issue with a new install. Changed less to 0.4.0. and then sshing into my vagrant instance and ran `composer update`... [19:11:35] 3WikiEditor: WikiEditor help references no longer available magnify-clip.png - https://phabricator.wikimedia.org/T85920#957884 (10GOIII) >>! In T85920#UQ0_0, @gerritbot wrote: > magnify-clip.png was recently removed from the core styles directory. > magnify-clip.png also currently resides in [[https://git.wi... [19:12:07] 3MediaWiki-extensions-Flow: Flow API: Let code add a new topic with action=edit§ion=new - https://phabricator.wikimedia.org/T59989#957888 (10Spage) [19:12:59] 3MediaWiki-extensions-UserMerge, MediaWiki-extensions-CentralAuth: Unattached local accounts getting attached after the global user merge - https://phabricator.wikimedia.org/T85915#957893 (10Shanmugamp7) @Aklapper : I was testing Global user merge [[ http://meta.wikimedia.beta.wmflabs.org/wiki/Main_Page | beta.w... [19:13:26] 3MediaWiki-Core-Team: Parsoid performance analysis - https://phabricator.wikimedia.org/T85870#957897 (10Aklapper) [19:13:29] 3UI-Standardization: animating drawing of check mark in checkbox with simple SVG animation - https://phabricator.wikimedia.org/T78372#957898 (10Jaredzimmerman-WMF) That looks good for now. [19:15:26] 3wikidata-query-service, Wikidata, Services, operations, MediaWiki-General-or-Unknown: Reliable publish / subscribe event bus - https://phabricator.wikimedia.org/T84923#957905 (10JanZerebecki) While talking to @daniel he noticed that I missed that the actual serialized diff is saved in https://www.mediawiki.org/... [19:16:17] (03CR) 10GWicke: Make a VirtualRESTService class for Parsoid (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181706 (owner: 10Alex Monk) [19:17:13] 3MediaWiki-extensions-OAuth: OAuth permission screen is not mobile formated - https://phabricator.wikimedia.org/T75062#957907 (10Jaredzimmerman-WMF) @mmodell no this task is for the mobile team, e.g. "make a better mobile version of the Oauth screen" and {T1126} is that the oauth screen for phab was hard coded t... [19:17:24] 3MediaWiki-extensions-FeaturedFeeds: Support Media RSS - https://phabricator.wikimedia.org/T36033#957908 (10Qgil) p:5Low>3Volunteer? [19:18:29] 3Multimedia, MediaWiki-extensions-Score: ext:Score can't create a vorbis file - https://phabricator.wikimedia.org/T85439#957909 (10Aklapper) p:5Triage>3Volunteer? [19:19:18] (03CR) 10Jdouglas: Make a VirtualRESTService class for Parsoid (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181706 (owner: 10Alex Monk) [19:21:07] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Anonymous user'sdecision to disable Media Viewer is forgotten after two weeks - https://phabricator.wikimedia.org/T85923#957921 (10Aklapper) [19:21:26] (03CR) 10Fomafix: "mw.Message#parser is very complicated for a single use. Maybe the parser can exposed as a simple function." [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [19:21:31] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Anonymous user'sdecision to disable Media Viewer is forgotten after two weeks - https://phabricator.wikimedia.org/T85923#957410 (10Aklapper) p:5Normal>3Low [19:21:34] (03PS5) 10Kaldari: Add capability for a neutral gender option in preferences [core] - 10https://gerrit.wikimedia.org/r/182994 [19:22:10] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Anonymous user's decision to disable Media Viewer is forgotten after two weeks - https://phabricator.wikimedia.org/T85923#957410 (10Aklapper) [19:22:29] (03CR) 10Ori.livneh: "I don't consider that duplication. It's true that you're squeezing similar functionality out of mw.Message, but at the cost of creating a " [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [19:23:26] (03PS2) 10Awight: Add more repos maintained by Fundraising Tech [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/177378 [19:24:24] 3WikiEditor: EditTool characters slightly outside their boxes in WikiEditor booklet on Wikimedia Commons - https://phabricator.wikimedia.org/T78354#957927 (10GOIII) >>! In T78354#957789, @Aklapper wrote: > > [offtopic] Does https://www.mediawiki.org/wiki/Gerrit/Tutorial help? [offtopic] ... only gave me enoug... [19:24:27] 3MediaWiki-User-preferences: Provide further options than only binary gender - https://phabricator.wikimedia.org/T61643#957928 (10Jackmcbarn) I don't think a fourth gender option should be added. I prefer Withoutaname's solution of combining "other/none/prefer not to say" all into the same option (since they all... [19:25:03] (03CR) 10Jackmcbarn: [C: 04-1] "Per my comment on Phabricator." [core] - 10https://gerrit.wikimedia.org/r/182994 (owner: 10Kaldari) [19:28:38] 3MediaWiki-User-preferences: Provide further options than only binary gender - https://phabricator.wikimedia.org/T61643#957935 (10Jaredzimmerman-WMF) Can we please focus the discussion here on the technical issue at hand rather than any personal issues that people may have with the concept of allowing users to c... [19:29:00] (03CR) 10Ori.livneh: "@Fomafix: not a bad idea; I'll amend." [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [19:29:08] 3MediaWiki-Core-Team, Security-Reviews, Phabricator: Aphlict security review - https://phabricator.wikimedia.org/T1286#957936 (10Qgil) There is ongoing work to get rid of Flash and use WebSockets. Should we resolve this task as Stalled in the meantime? See https://secure.phabricator.com/T6559 [19:30:24] 3Multimedia, MediaWiki-extensions-Score: ext:Score can't create a vorbis file - https://phabricator.wikimedia.org/T85439#957940 (10Reedy) a:3Reedy I think this was broken by the 14.04 upgrade. We need the freepats package installing [19:31:44] 3Multimedia, operations, MediaWiki-extensions-Score: ext:Score can't create a vorbis file - https://phabricator.wikimedia.org/T85439#957945 (10Reedy) p:5Volunteer?>3High [19:32:54] (03CR) 10Ricordisamoa: "I agree mw.Message#parser is far from being simple, but having two functions for the same purpose is not good." [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [19:32:54] 3MediaWiki-extensions-Thanks, MediaWiki-extensions-Flow, Collaboration-Team: Add Thank links to Flow History pages - https://phabricator.wikimedia.org/T85945#957948 (10Quiddity) 3NEW [19:33:07] (03PS6) 10Paladox: Add svg image of bullet [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 [19:33:09] 3MediaWiki-extensions-SocialProfile: Uploading avatar broken when the height is larger than width - https://phabricator.wikimedia.org/T29674#957956 (10georgebarnick) [19:36:30] (03CR) 10Aude: Add "composer phpcs" command (031 comment) [core] - 10https://gerrit.wikimedia.org/r/183067 (owner: 10Legoktm) [19:36:59] 3Wikimedia-Git-or-Gerrit: Gerrit: Guice provision errors: 1) Cannot open ReviewDb - https://phabricator.wikimedia.org/T85916#957961 (10Krinkle) [19:37:00] 3Wikimedia-Git-or-Gerrit: Gerrit: HTTP 500 "Guice provision errors: Cannot open ReviewDb" - https://phabricator.wikimedia.org/T50061#957962 (10Krinkle) [19:37:01] (03PS7) 10Paladox: Add svg image of bullet [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 [19:37:16] (03PS8) 10Paladox: Add svg image of bullet [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 [19:38:16] 3Multimedia, operations, MediaWiki-extensions-Score: ext:Score can't create a vorbis file - https://phabricator.wikimedia.org/T85439#957970 (10chasemp) I merged this based on my understanding of the problem and the fact that `freepats` is listed as "recommends` for timidity and our case seems to imply the need.... [19:38:39] 3MediaWiki-skins-Vector: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens) - https://phabricator.wikimedia.org/T37338#957972 (10Paladox) Ok I have uploaded the patch with hack https://gerrit.wikimedia.org/r/#/c/182827/ it could be merged temporarily until someone find a solution that do... [19:40:11] (03CR) 10Paladox: "Please could I have some help to do the image." [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 (owner: 10Paladox) [19:40:51] (03PS2) 10Ori.livneh: Export mw.Message's string formatter as mw.format [core] - 10https://gerrit.wikimedia.org/r/183063 [19:41:11] (03CR) 10Kji: [C: 032 V: 032] Implemented the new parser function called hierarchySubtree. [extensions/HierarchyBuilder] - 10https://gerrit.wikimedia.org/r/182820 (owner: 10Kji) [19:42:04] (03CR) 10Krinkle: "This may be a bit premature. Perhaps add it as "scripts.test", and add phplint and phpunit as well? https://www.mediawiki.org/wiki/Continu" [core] - 10https://gerrit.wikimedia.org/r/183067 (owner: 10Legoktm) [19:42:18] (03PS9) 10Paladox: Add svg image of bullet [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 [19:42:21] (03PS1) 10MarkTraceur: Remove spurious uploads [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/183080 [19:42:22] 3MediaWiki-extensions-ContentTranslation: show a red interlanguage link only if the current ContentTranslation installation supports this language as a target - https://phabricator.wikimedia.org/T85223#957982 (10Amire80) [19:42:23] 3MediaWiki-extensions-ContentTranslation, Language-Engineering: Delay loading the entry point dialog till we identify a redlink to show - https://phabricator.wikimedia.org/T85523#957980 (10Amire80) 5Open>3Resolved [19:43:26] 3MediaWiki-User-preferences: Provide further options than only binary gender - https://phabricator.wikimedia.org/T61643#957985 (10kaldari) @jackmcbarn: In most gendered languages, neutral is not the default. Typically, masculine gender is the 'natural gender'. Thus 'unknown' and 'neutral' will not always map to... [19:44:11] (03CR) 10Krinkle: Export mw.Message's string formatter as mw.format (033 comments) [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [19:48:23] csteipp: your input on how applications (as in: things that run on the users' computer, in contrast to accessed on a 3rd party server) should use registration & secrets would be very helpful @ https://phabricator.wikimedia.org/T74065 [19:49:01] 3Wikimedia-Blog: techblog.wikimedia.org redirecting to main blog instead of technology category - https://phabricator.wikimedia.org/T85946#957989 (10Legoktm) 3NEW [19:50:31] legoktm, there´s something I dont get with $wgRCFeeds in https://www.mediawiki.org/wiki/Manual:$wgRCFeeds How to I set RecentChanges parameters? Provided I have an UDP demux.py listening to a port (e.g. $$wpdUdp2logDest = 'foo.webplatform.org:8000';`, I would put `$wgRCFeeds['newusers'] = array(/* params */ 'uri' => 'udp://$wpdUdp2logDest/foobarbaz');` Is it at 'foobarbaz' that I have to write, but in which syntax? Another problem I [19:50:31] have here is that my demux.py listeninig at $wpdUdp2logDest would create a file with a matching name. It means that i´d have to create another listener then. Please help me clarify :) [19:52:03] ... unless foobarbaz is a log_type (from https://www.mediawiki.org/wiki/Manual:Logging_table) and would then be any of the possible values there. [19:55:20] 3Mobile-Web: Split browser.js into smaller files - https://phabricator.wikimedia.org/T85213#958001 (10Jdlrobson) 5Open>3Resolved a:3Jdlrobson Closing due to lack of interest. Let's revisit this later. [19:56:17] renoirb: what does demux.py do? $wgRCFeeds outputs anything that goes to Special:RecentChanges, including edits, log entries, etc. So if you want to limit it to just the new user log, you'll need to filter that on the client side [19:58:31] legoktm demx.py is a former python script that was in use at wmf back in 2012 installed by Ryan Lane. Its what we still use alon with udp2log debian package v 1.8-5~precise in wmf apt repo [19:59:04] ok, that doesn't tell me what it does though :P [19:59:19] ok legoktm, let me paste the script itself then [19:59:25] wait, i´ll tell you what it does intead [20:00:37] legoktm it writes files in a folder matching the url we give after 'udp://foo:9999/foobarbaz'. For example would write into /mnt/logs/mw-logs/foobarbaz.log. [20:01:22] so using syntax 'udp://foo:9999/foobarbaz/hi' would write into /mnt/logs/mw-logs/foobarbaz/hi.log [20:03:21] ah [20:03:43] so is that not working? [20:06:43] That is working. Anything that is in wfDebugLog('key', /* ... */ ); sends messages according to $wgDebugLogGroups, e.g. $wgDebugLogGroups['warning'] = "udl://$wpdUdp2logDest/warning"; [20:07:12] But its not working with wgRCFeeds [20:08:28] (03Abandoned) 10MarkTraceur: fix spurious upload uis being created [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/163235 (owner: 10Neilk) [20:18:10] 3Wikimedia-Site-requests: Include Skin and Api namespace in default search on mediawikiwiki - https://phabricator.wikimedia.org/T85807#958043 (10Florian) 5Open>3Resolved a:3Florian Thanks @Reedy [20:18:56] (03CR) 10MZMcBride: "Does this proposed change have an associated Phabricator task or discussion elsewhere? I'm curious about use-cases." [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [20:20:22] 3Wikimedia-Extension-setup: Undeploy OpenSearchXml extension after 1.25wmf11 is deployed - https://phabricator.wikimedia.org/T76122#958047 (10Legoktm) 5Open>3Resolved a:3Legoktm Should be gone now. [20:21:52] 3MediaWiki-Core-Team, Continuous-Integration, Librarization: Set up composer validate job for operations/mediawiki-config - https://phabricator.wikimedia.org/T76621#958050 (10Legoktm) 5Open>3Resolved I filed T85947 to convert the entire repository to use composer based testing. [20:22:29] 3Wikimedia-Site-requests: Restrict accountcreator permissions on enwiki - https://phabricator.wikimedia.org/T85538#958057 (10Jackmcbarn) [20:22:30] 3Wikimedia-Site-requests: Grant tboverride-account instead of tboverride to account creators - https://phabricator.wikimedia.org/T76050#958056 (10Jackmcbarn) 5Open>3Resolved [20:26:04] Reedy: Which phabricator project, tag or usergroup is for operations/mediawiki-config? There is group:Operations and project:Site-requests. [20:26:07] but neither seem appropiate. [20:26:18] It's not Release-Engineering either, right? [20:26:21] greg-g: [20:26:48] https://phabricator.wikimedia.org/T85947 is a task for that repo, to be done by maintainers of that repo. [20:26:52] Not sure how to target those [20:27:16] Things like https://phabricator.wikimedia.org/T40168 as well [20:27:27] and https://phabricator.wikimedia.org/T58399 [20:29:40] Just guess. [20:29:46] If you're wrong, someone else will fix it. [20:30:33] Wikimedia-Site-requests [20:30:58] No idea what the syntax "group:Operations" or "project:Site-requests" means [20:32:56] 3wikidata-query-service: Implement incremental updates - https://phabricator.wikimedia.org/T85951#958089 (10Manybubbles) 3NEW [20:33:55] 3wikidata-query-service: Create workboard and initial tasks for Wikidata Query Service - https://phabricator.wikimedia.org/T85952#958098 (10Manybubbles) 3NEW [20:34:10] 3Collaboration-Team, MediaWiki-extensions-Flow: Enable Flow for talkpage for Extension:MobileFrontend on mediawiki.org (convert from LQT) - https://phabricator.wikimedia.org/T85816#958105 (10DannyH) [20:34:22] manybubbles: Is Wikidata querying coming? [20:34:35] (03PS10) 10Florianschmidtwelzow: Add new reCaptcha (no captcha) to ConfirmEdit [extensions/ConfirmEdit] - 10https://gerrit.wikimedia.org/r/179793 [20:34:55] 3WMF-Design: Better WMF error pages - https://phabricator.wikimedia.org/T76560#958108 (10Jaredzimmerman-WMF) @Nirzar error page looks good, have you gotten what you need from Ops to move forward with the 404 page or made a decision about skipping it all together? [20:35:41] Fiona: where/when? [20:35:45] I mean, we're working on it [20:36:08] (03PS6) 10Cmcmahon: QA: WIP: refactor FlowPage page object [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 [20:36:43] 3Collaboration-Team, MediaWiki-extensions-Flow: Enable Flow for talkpage for Extension:MobileFrontend on mediawiki.org (convert from LQT) - https://phabricator.wikimedia.org/T85816#958112 (10DannyH) Okay, I'll put this in for the next sprint! Erik might be the person to do this -- he's the person who's been most... [20:38:27] 3wikidata-query-service: Setup gerrit - https://phabricator.wikimedia.org/T85953#958117 (10Manybubbles) 3NEW a:3Manybubbles [20:38:44] 3wikidata-query-service: Create workboard and initial tasks for Wikidata Query Service - https://phabricator.wikimedia.org/T85952#958125 (10Manybubbles) a:3Manybubbles [20:39:07] 3wikidata-query-service: Email ops with results of evaluation - https://phabricator.wikimedia.org/T85954#958128 (10Manybubbles) 3NEW [20:39:40] (03CR) 10Fomafix: "Between and should be no space." [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/183034 (owner: 10TheDJ) [20:40:41] hiya. i work on the Chrome team and have collaborated with Krinkle in the past. We want to improve the experience for Chrome users accessing m.wikipedia.org and have some questions about the zero-rating on some mobile carriers [20:40:52] manybubbles: I'm wondering when I'll be able to query Wikidata data from Wikipedia. [20:41:04] manybubbles: I know it's been "in the works" for a few years. I was hoping for the end of 2014. [20:41:11] ha! [20:41:11] would love to make an email intro to someone on your side.. who's a good contact? :) [20:41:31] I just started playing with a prototype query system late december [20:41:37] Hi paul_irish. [20:41:44] but we've got two people full time on it now [20:41:49] hm, zero-rating [20:41:50] [gdash] nl_wikipedia_org appears in legend as nl_m_wikipedia_org instead - https://phabricator.wikimedia.org/T68167#958136 (10jeremyb) >>! In T68167#953736, @Nemo_bis wrote: > jeremyb, does that mean you confirmed it's a problem in graphite itself? no, but it was a good place to start. projects list can be refine... [20:42:01] I think there's a shared Zero address. [20:42:02] paul_irish: Do you want a tech contact for WP Zero or a product/program contact? [20:42:06] paul_irish: I personally don't know much about it (I know a little about its backend mobile carrier routing system). [20:42:07] Oooh that would be useful too [20:42:12] and we're officially ending prototypeness. [20:42:15] https://wikimediafoundation.org/wiki/Staff_and_contractors?showall=1#Wikipedia_Zero [20:42:32] RoanKattouw: tech contact [20:42:37] Fiona: I think it depends on the kinds of questions you want to ask, really [20:42:38] manybubbles: When? [20:42:45] manybubbles: I want arbitrary querying. [20:42:52] be more specific [20:42:55] Like we have a giant datastore that's currently basically useless. [20:43:06] manybubbles: Let's say I want an auto-generated list of U.S. Supreme Court justices. [20:43:17] sure, 'useless' [20:43:17] paul_irish: Hmm I'd say Adam Baso but I seem to recall he's moving teams, let me check that [20:43:24] kk cool [20:43:25] paul_irish: https://wikimediafoundation.org/wiki/Wikipedia_Zero has contact info. [20:43:43] wikipediazero/wikimedia.org is the generic e-mail address. [20:43:45] Adam Baso is on the iOS app now, IIRC? [20:43:51] Yeah [20:43:59] paul_irish: You can also just file tickets in Phabricator (phabricator.wikimedia.org). [20:43:59] But I only heard about that today [20:44:21] I think Yuri is the main Zero person still. [20:44:24] well let's start with Adam and he can pull in the right folks [20:44:25] He's done most of the technical work. [20:44:29] paul_irish: Yeah talk to Yuri Astrakhan [20:44:32] ok [20:44:33] (03CR) 10Jjanes: "This is the last regression that I know about in the core mediawiki code between 1.22 and 1.23 for users of PostgreSQL." [core] - 10https://gerrit.wikimedia.org/r/147647 (https://bugzilla.wikimedia.org/68087) (owner: 10Jjanes) [20:44:35] yuri then :) [20:44:37] Fiona: so being able to pull information like "the population of zambia" from any page is coming in months. Its being worked on by WMDE. Being able to actually ask wikidata complex question via an API is what I'm working on. Eventually those things will come together but I can't say when. [20:44:38] 3Collaboration-Team, MediaWiki-extensions-Echo: Echo not notifying users in ns103 in cawiki - https://phabricator.wikimedia.org/T85730#958139 (10DannyH) [20:44:39] But zero and m. are distinct. [20:44:47] (03CR) 10Hoo man: "Until now I thought I'd be around, but now it looks like I might not :/" [tools/release] - 10https://gerrit.wikimedia.org/r/183035 (owner: 10Hoo man) [20:44:53] manybubbles: Many months? Ugh. :-( [20:44:58] (03Abandoned) 10Hoo man: Update Wikidata to wmf/1.25wmf14 branch [tools/release] - 10https://gerrit.wikimedia.org/r/183035 (owner: 10Hoo man) [20:45:47] Fiona: more than 6. beyond that I'd need a crystal ball to figure out what priorities are. [20:45:51] paul_irish: So when you say "We want to improve the experience for Chrome users accessing m.wikipedia.org and have some questions about the zero-rating on some mobile carriers", do you mean you want to improve the m. experience *and that's why* you have questions about zero-rating, or do you mean you want to improve the m. experience *and BTW also* you have questions about zero-rating? [20:45:55] manybubbles: The latter is already covered by Magnus' wdq, I think. [20:46:05] Though not via a public API, I think he just does database queries. [20:46:19] paul_irish: Cause in the latter case you might wanna talk to someone in the m. world in addition to Yuri (who does backendy zero-rating infra) [20:46:22] RoanKattouw: don't know for sure but it has something to do with the data compression proxy many of our mobile users are on [20:46:35] yeah zero-rating is quite separate to the main mobile web stuff, I would imagine [20:46:42] Separate-ish. [20:46:46] Oh geez data compression proxies [20:46:47] They're both using MobileFrontend now, I believe. [20:46:56] Yeah Yuri is probably still your best bet then [20:46:58] k sweet [20:47:02] Him or Dan Foy [20:47:22] But I'd say start with Yuri and if he's not the right person he'll know who you should talk to [20:47:23] * Fiona gzips RoanKattouw. [20:47:24] awesome. thanks for the hookups RoanKattouw and all. :) [20:47:26] Fiona: I don't have a great answer. Certainly not one that'd make you happy. [20:47:50] 3wikidata-query-service: Setup gerrit for wikidata-gremlin - https://phabricator.wikimedia.org/T85953#958144 (10Manybubbles) [20:48:01] manybubbles: It seems kind of silly to have a data repo that nobody can query! [20:48:08] 'nobody' [20:48:19] I'm glad to hear the API is being worked on. [20:48:34] Krenair: Yes, nobody. [20:49:12] pretty sure it's possible to run basic queries [20:49:48] If you say so. [20:51:14] 3wikidata-query-service: Email ops with results of evaluation - https://phabricator.wikimedia.org/T85954#958146 (10Lydia_Pintscher) Please also to the Wikidata team :) [20:51:17] Fiona: so the kind of queries we're shooting for are similar to WDQ - stuff like find me the ten largest cities in europe with female mayors. and which have sister cities in north america. [20:51:43] manybubbles: Magnus has consistently been five years ahead of Wikimedia. ;-) [20:51:44] 3wikidata-query-service: Email ops with results of evaluation - https://phabricator.wikimedia.org/T85954#958148 (10Manybubbles) a:3Manybubbles [20:51:52] 3MediaWiki-Database: column "mwuser.user_name" must appear in the GROUP BY clause or be used in an aggregate function - https://phabricator.wikimedia.org/T75568#958150 (10Jjanes) [20:51:53] 3MediaWiki-Database: "ORDER BY" clause in query for Special:ActiveUsers throws PostgreSQL error: column "mwuser.user_name" must appear - https://phabricator.wikimedia.org/T70087#958151 (10Jjanes) [20:52:00] we'll try to catch up to him faster this time [20:52:06] 3wikidata-query-service: Email ops with results of evaluation - https://phabricator.wikimedia.org/T85954#958128 (10Manybubbles) a:5Manybubbles>3None [20:52:19] From your fingers to God's inbox. [20:52:21] 3wikidata-query-service: Email ops with results of evaluation - https://phabricator.wikimedia.org/T85954#958128 (10Manybubbles) a:3Manybubbles [20:52:32] 3wikidata-query-service: Email ops with results of evaluation - https://phabricator.wikimedia.org/T85954#958128 (10Manybubbles) Oh, yeah, absolutely. [20:52:47] (03CR) 10Cscott: [C: 031] Add missing documentation in DateFormatter.php [core] - 10https://gerrit.wikimedia.org/r/182550 (owner: 10M4tx) [20:54:27] (03CR) 10Aaron Schulz: PostgreSQL: Fix Special:ActiveUsers GROUP BY query (031 comment) [core] - 10https://gerrit.wikimedia.org/r/147647 (https://bugzilla.wikimedia.org/68087) (owner: 10Jjanes) [20:55:14] 3wikidata-query-service: Create architecture proposal - https://phabricator.wikimedia.org/T85955#958156 (10Manybubbles) 3NEW [20:56:09] 3wikidata-query-service: Formally ask for appropriate hardware - https://phabricator.wikimedia.org/T85956#958164 (10Manybubbles) 3NEW [20:56:17] Fiona: every day [20:56:37] (03CR) 10Fomafix: "By the way the" [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/183034 (owner: 10TheDJ) [20:57:02] 3wikidata-query-service: Formally ask for appropriate hardware - https://phabricator.wikimedia.org/T85956#958164 (10Manybubbles) [20:59:35] 3wikidata-query-service: Port wikidata-gremlin to Titan 0.9.0-M1 - https://phabricator.wikimedia.org/T85957#958177 (10Manybubbles) 3NEW a:3Smalyshev [21:00:07] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Anonymous user's decision to disable Media Viewer is forgotten after two weeks - https://phabricator.wikimedia.org/T85923#958186 (10Tgr) Thanks for taking the time to report this! > I always use https: connections, never anything else. I presume you always us... [21:04:24] When value of unnamed parameter contains = it should be made named (1=) - https://phabricator.wikimedia.org/T85958#958196 (10Catrope) [21:07:27] (03CR) 10GWicke: Make a VirtualRESTService class for Parsoid (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181706 (owner: 10Alex Monk) [21:08:37] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Anonymous user's decision to disable Media Viewer is forgotten after two weeks - https://phabricator.wikimedia.org/T85923#958200 (10MaxSem) Maybe, this stuff is just getting displaced out of LocalStorage by ResourceLoader? [21:11:05] (03CR) 10Edokter: [C: 031] Toolbar: Reset lineheight for character cells [extensions/WikiEditor] - 10https://gerrit.wikimedia.org/r/183051 (owner: 10TheDJ) [21:11:49] 3Multimedia, operations, MediaWiki-extensions-Score: ext:Score can't create a vorbis file - https://phabricator.wikimedia.org/T85439#958202 (10Reedy) @crochet.david Can you try testing it again? :) I can't see anything obvious on https://fr.wikiversity.org/wiki/Recherche:Combinatoire_%26_pratique_instrumentale/... [21:16:20] Disabling CodeEditor - https://phabricator.wikimedia.org/T85959#958203 (10Mjbmr) 3NEW [21:18:03] (03CR) 10Edokter: [C: 04-1] "The bullet is still 'square'. Please use the copy I uploaded to Commons: https://upload.wikimedia.org/wikipedia/commons/b/bf/Vector-bullet" [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 (owner: 10Paladox) [21:18:08] (03PS5) 10Deskana: Separate out username validation from addNewAccountInternal() [core] - 10https://gerrit.wikimedia.org/r/182886 [21:18:12] (03PS1) 10Manybubbles: Initial copy from github [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183097 [21:18:25] (03PS2) 10Manybubbles: Initial copy from github [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183097 [21:18:29] (03CR) 10MaxSem: "As a future user of this stuff, my asks:" [core] - 10https://gerrit.wikimedia.org/r/181706 (owner: 10Alex Monk) [21:18:42] 3MediaWiki-Special-pages, MobileFrontend-Feature-requests: Special:UserProfile shouldn't live in MobileFrontend - https://phabricator.wikimedia.org/T85929#958214 (10Jdlrobson) [21:18:55] (03PS1) 10Hashar: Jenkins job validation (DO NOT SUBMIT) [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/183098 [21:18:57] (03CR) 10Ori.livneh: Export mw.Message's string formatter as mw.format (033 comments) [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [21:19:06] (03PS1) 10Hashar: Jenkins job validation (DO NOT SUBMIT) [phabricator/extensions/security] - 10https://gerrit.wikimedia.org/r/183099 [21:19:35] 3Mobile-Web: [GlobalTitleFail] RequestContext::getTitle called by MobileContext::isBlacklistedPageInternal/ContextSource::getTitle/RequestContext::getTitle with no title set. - https://phabricator.wikimedia.org/T78414#958217 (10Jdlrobson) [21:19:46] (03PS3) 10Ori.livneh: Export mw.Message's string formatter as mw.format [core] - 10https://gerrit.wikimedia.org/r/183063 [21:19:48] (03Abandoned) 10Hashar: Jenkins job validation (DO NOT SUBMIT) [phabricator/extensions/Sprint] - 10https://gerrit.wikimedia.org/r/183098 (owner: 10Hashar) [21:19:50] 3Mobile-Web: MobileFrontend and $wgUseFileCache - https://phabricator.wikimedia.org/T78021#958218 (10Jdlrobson) [21:19:51] (03Abandoned) 10Hashar: Jenkins job validation (DO NOT SUBMIT) [phabricator/extensions/security] - 10https://gerrit.wikimedia.org/r/183099 (owner: 10Hashar) [21:20:09] 3Mobile-Web: Icons in IE8 due to lack of support for background sizes - https://phabricator.wikimedia.org/T72961#958220 (10Jdlrobson) [21:20:35] 3Mobile-Web: No placeholders on account creation or login forms in Opera Mini - https://phabricator.wikimedia.org/T70758#958223 (10Jdlrobson) [21:20:43] 3Mobile-Web: "Read in another language" gives desktop site's links - https://phabricator.wikimedia.org/T67047#958225 (10Jdlrobson) [21:20:49] 3Mobile-Web: List of languages looks strange when mixes RTL and LTR languages - https://phabricator.wikimedia.org/T66617#958226 (10Jdlrobson) [21:20:57] 3Mobile-Web: MobileFrontend doesn't remember user choice (mobile/desktop) in some use cases - https://phabricator.wikimedia.org/T56885#958228 (10Jdlrobson) [21:22:15] (03PS7) 10UltrasonicNXT: Rewrite - don't merge yet [extensions/Comments] - 10https://gerrit.wikimedia.org/r/182361 [21:22:21] (03CR) 10Ori.livneh: "MZMcBride: srsly? You're curious about use-cases for something that is the functional equivalent of Python's '%' operator?" [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [21:22:24] (03CR) 10Smalyshev: [C: 032] Initial copy from github [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183097 (owner: 10Manybubbles) [21:22:40] (03CR) 10Manybubbles: [V: 032] "Have to +2 for jenkins for now." [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183097 (owner: 10Manybubbles) [21:22:55] 3MediaWiki-Parser: parsertests should support wgUseTidy in options - https://phabricator.wikimedia.org/T54899#958230 (10Arlolra) 5Open>3Resolved [21:22:59] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Anonymous user's decision to disable Media Viewer is forgotten after two weeks - https://phabricator.wikimedia.org/T85923#958232 (10Tgr) Theoretically, localStorage contents should not be displaced, the browser should just throw an exception if you are trying t... [21:23:22] (03CR) 10Manybubbles: [C: 032] Initial copy from github [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183097 (owner: 10Manybubbles) [21:26:09] (03CR) 10GWicke: "- Global configuration for Parsoid URLs and so on, so that different extensions wouldn't need their own configuration." [core] - 10https://gerrit.wikimedia.org/r/181706 (owner: 10Alex Monk) [21:27:32] 3Multimedia, operations, MediaWiki-extensions-Score: ext:Score can't create a vorbis file - https://phabricator.wikimedia.org/T85439#958236 (10Crochet.david) seem to be **work_for_me** [21:28:22] (03PS10) 10Paladox: Add svg image of bullet [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 [21:28:47] (03PS11) 10Paladox: Add svg image of bullet [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 [21:29:14] (03CR) 10Paladox: "Hi I have uploaded the version of bullet icon you suggested to use." [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 (owner: 10Paladox) [21:30:16] (03CR) 10Paladox: "Hi I tried the hack in less on ie. I tried it in ie 7 and 11 using the in built developers tools." [skins/Vector] - 10https://gerrit.wikimedia.org/r/182827 (owner: 10Paladox) [21:31:27] 3MediaWiki-Database: Uncommitted DB writes (transaction from DatabaseBase::query (Block::newLoad)) - https://phabricator.wikimedia.org/T58269#958237 (10DanielRenfro) It seems that sometime in the past a change was made to class `DatabaseBase` which either # enabled transactions on queries that are called from th... [21:31:35] (03CR) 10Manybubbles: Initial copy from github [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183097 (owner: 10Manybubbles) [21:31:40] (03PS4) 10Umherirrender: Avoid undefined index when query old block logs with api [core] - 10https://gerrit.wikimedia.org/r/175777 [21:32:26] 3MediaWiki-Parser: parsertests should support wgUseTidy in options - https://phabricator.wikimedia.org/T54899#958238 (10Arlolra) Relevant commits would be, https://gerrit.wikimedia.org/r/#/c/133957/ https://gerrit.wikimedia.org/r/#/c/134230/ [21:33:08] (03PS2) 10Jjanes: PostgreSQL: Fix Special:ActiveUsers GROUP BY query [core] - 10https://gerrit.wikimedia.org/r/147647 (https://bugzilla.wikimedia.org/68087) [21:33:18] (03CR) 10Manybubbles: [V: 032] Initial copy from github [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183097 (owner: 10Manybubbles) [21:33:58] 3MediaWiki-Parser: parsertests should support wgUseTidy in options - https://phabricator.wikimedia.org/T54899#958242 (10cscott) Resolved by commit 019e8ce29d5e94597bf7f50a2bc6ba8614e2bbe9 in core (change Iba45f38774b221522dc3b6ae2d1312fb79f8f41f) and commit 7a6df104bf41107c1b9d3e1291319f35e3fbcd06 in Parsoid (ch... [21:34:23] 3Wikimedia-Media-storage, Multimedia, MediaWiki-File-management, MediaWiki-extensions-UploadWizard: Uploadstash errors (tracking) - https://phabricator.wikimedia.org/T85568#958249 (10Tgr) [21:34:52] (03PS6) 10Nemo bis: Replaced instances of wfMsg with non-deprecated counterparts [extensions/CommentPages] - 10https://gerrit.wikimedia.org/r/182576 (owner: 10McIntireEvan) [21:34:59] (03CR) 10Nemo bis: [C: 031] Replaced instances of wfMsg with non-deprecated counterparts [extensions/CommentPages] - 10https://gerrit.wikimedia.org/r/182576 (owner: 10McIntireEvan) [21:36:13] 3OCG-PDF-renderer: enwiki "Falkland Islands" article fails to render - https://phabricator.wikimedia.org/T85962#958250 (10Krenair) 3NEW [21:36:43] (03CR) 10MZMcBride: "Uhh, maybe? I would think something that functional would be built in to the language or available in a popular library such as jQuery." [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [21:37:10] (03CR) 10Ori.livneh: "> I would think something that functional would be built in to the language or available in a popular library such as jQuery." [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [21:37:24] (03CR) 10Nemo bis: [C: 031] Replace instances of wfEmptyMsg() with wfMessage()->isDisabled() [extensions/ConfirmAccount] - 10https://gerrit.wikimedia.org/r/182579 (owner: 10McIntireEvan) [21:38:17] (03CR) 10Nemo bis: [C: 04-1] "per above, typo" [extensions/Transliterator] - 10https://gerrit.wikimedia.org/r/182577 (owner: 10McIntireEvan) [21:39:59] 3Mobile-Web: Title covers the pencil icon - https://phabricator.wikimedia.org/T78707#958257 (10Jdlrobson) 5Open>3Resolved [21:41:15] 3Collaboration-Team, MediaWiki-extensions-Flow: Enable Flow for talkpage for Extension:MobileFrontend on mediawiki.org (convert from LQT) - https://phabricator.wikimedia.org/T85816#958258 (10Jdlrobson) Thanks guys! Hopefully this can lead to more extensions getting moved over to Flow boards! I will be sure to co... [21:41:39] (03PS3) 10Jjanes: PostgreSQL: Fix Special:ActiveUsers GROUP BY query [core] - 10https://gerrit.wikimedia.org/r/147647 (https://bugzilla.wikimedia.org/68087) [21:44:12] 3Team-Practices: brief questionaire for team testimonials - https://phabricator.wikimedia.org/T85873#958260 (10Awjrichards) LGTM! ship it! [21:44:18] (03PS8) 10UltrasonicNXT: Rewrite - don't merge yet [extensions/Comments] - 10https://gerrit.wikimedia.org/r/182361 [21:46:27] 3MediaWiki-extensions-ContentTranslation: Adapt red links on the translation - part 1 - https://phabricator.wikimedia.org/T78133#958262 (10Jsahleen) Here is the promised list of current issues with link adaptation. These are fixed in the red links patch, but since we are pulling red links from the release they w... [21:46:43] 3Multimedia, operations, MediaWiki-extensions-Score: ext:Score can't create a vorbis file - https://phabricator.wikimedia.org/T85439#958263 (10Reedy) 5Open>3Resolved [21:48:03] (03PS9) 10UltrasonicNXT: Rewrite - don't merge yet [extensions/Comments] - 10https://gerrit.wikimedia.org/r/182361 [21:48:05] (03CR) 10Cscott: "Can you elaborate on the internal paths which examine $wgUseTidy?" (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181777 (owner: 10Arlolra) [21:49:35] (03PS1) 10Smalyshev: more files [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183147 [21:49:46] (03CR) 10UltrasonicNXT: "recheck" [extensions/Comments] - 10https://gerrit.wikimedia.org/r/182361 (owner: 10UltrasonicNXT) [21:51:01] (03CR) 10Cscott: Tidy up tidy usage (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181777 (owner: 10Arlolra) [21:51:37] 3Team-Practices: TPG @ MWDS - https://phabricator.wikimedia.org/T85849#958264 (10ggellerman) I think that this is a great idea! [21:52:24] (03PS2) 10Arlolra: Tidy up tidy usage [core] - 10https://gerrit.wikimedia.org/r/181777 [21:53:04] 3Mobile-Web: Anon user click tracking is not recorded correctly - https://phabricator.wikimedia.org/T85963#958266 (10bmansurov) 3NEW [21:54:07] (03CR) 10Manybubbles: [C: 032] more files [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183147 (owner: 10Smalyshev) [21:54:22] (03PS2) 10Ori.livneh: Trigger onResponses on non-replacement request too in VirtualRESTServiceClient [core] - 10https://gerrit.wikimedia.org/r/181119 (owner: 10Aaron Schulz) [21:54:36] (03Abandoned) 10Awight: add Extension:FundraisingChart; notify wikimedia-dev about FR commits [labs/tools/grrrit] - 10https://gerrit.wikimedia.org/r/119643 (owner: 10Awight) [21:55:39] 3MediaWiki-Special-pages, MobileFrontend-Feature-requests: Special:UserProfile shouldn't live in MobileFrontend - https://phabricator.wikimedia.org/T85929#958272 (10MZMcBride) [21:56:12] 3MediaWiki-Special-pages, MobileFrontend-Feature-requests: Special:UserProfile shouldn't live in MobileFrontend - https://phabricator.wikimedia.org/T85929#957550 (10MZMcBride) {T50667} is related. [21:56:13] (03CR) 10Ori.livneh: [C: 032] Trigger onResponses on non-replacement request too in VirtualRESTServiceClient [core] - 10https://gerrit.wikimedia.org/r/181119 (owner: 10Aaron Schulz) [21:58:20] (03CR) 10jenkins-bot: [V: 04-1] Tidy up tidy usage [core] - 10https://gerrit.wikimedia.org/r/181777 (owner: 10Arlolra) [21:59:20] Install Java 8 on a Jenkins node - https://phabricator.wikimedia.org/T85964#958276 (10Manybubbles) 3NEW a:3hashar [22:02:26] (03CR) 10jenkins-bot: [V: 04-1] Trigger onResponses on non-replacement request too in VirtualRESTServiceClient [core] - 10https://gerrit.wikimedia.org/r/181119 (owner: 10Aaron Schulz) [22:02:39] (03CR) 10Arlolra: Tidy up tidy usage (031 comment) [core] - 10https://gerrit.wikimedia.org/r/181777 (owner: 10Arlolra) [22:03:40] 3wikidata-query-service: Install Java 8 on a Jenkins node - https://phabricator.wikimedia.org/T85964#958283 (10Manybubbles) [22:04:09] (03PS1) 10Ori.livneh: Use mw.format() to format error messages [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/183153 [22:04:13] 3Graphite: [gdash] nl_wikipedia_org appears in legend as nl_m_wikipedia_org instead - https://phabricator.wikimedia.org/T68167#958285 (10Nemo_bis) >>! In T68167#958136, @jeremyb wrote: > no, but it was a good place to start. projects list can be refined further as we learn more about this issue. Ok. Because tic... [22:04:14] (03PS1) 10Krinkle: overlay: Remove needless specifity in .mw-echo-grey-link selector [extensions/Echo] - 10https://gerrit.wikimedia.org/r/183154 [22:04:47] (03CR) 10Ori.livneh: "@MZMcBride: introduced usage in I5d59cfe24." [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [22:05:28] 3wikidata-query-service: Port wikidata-gremlin to Titan 0.9.0-M1 - https://phabricator.wikimedia.org/T85957#958286 (10Manybubbles) If possible when you have a version of the build that fails in Java 7 please ping https://phabricator.wikimedia.org/T85964. [22:05:51] (03CR) 10jenkins-bot: [V: 04-1] Use mw.format() to format error messages [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/183153 (owner: 10Ori.livneh) [22:06:19] (03CR) 10Arlolra: Tidy up tidy usage (032 comments) [core] - 10https://gerrit.wikimedia.org/r/181777 (owner: 10Arlolra) [22:08:12] (03CR) 10Ori.livneh: [C: 032] overlay: Remove needless specifity in .mw-echo-grey-link selector [extensions/Echo] - 10https://gerrit.wikimedia.org/r/183154 (owner: 10Krinkle) [22:08:15] (03PS10) 10UltrasonicNXT: Rewrite - don't merge yet [extensions/Comments] - 10https://gerrit.wikimedia.org/r/182361 [22:09:06] LocalisationUpdate broken since 2014-12-16 - https://phabricator.wikimedia.org/T85790#958288 (10Reedy) Well, the l10nupdate user can't write to the scap lock file as it's not in the wikidev user group.... ``` l10nupdate@tin:/var/log/l10nupdatelog$ groups l10nupdate l10nupdate@tin:/var/log/l10nupdatelog$ ``` [22:09:23] (03Merged) 10jenkins-bot: overlay: Remove needless specifity in .mw-echo-grey-link selector [extensions/Echo] - 10https://gerrit.wikimedia.org/r/183154 (owner: 10Krinkle) [22:10:47] 3Collaboration-Team, MediaWiki-extensions-Flow: Enable Flow for talkpage for Extension:MobileFrontend on mediawiki.org (convert from LQT) - https://phabricator.wikimedia.org/T85816#958291 (10Spage) [ ] @Quiddity add this page to [[ https://www.mediawiki.org/wiki/Flow/Rollout#Upcoming.2FRequested | mw:Flow/Rollou... [22:11:10] 3Collaboration-Team, MediaWiki-extensions-Flow: Enable Flow for talkpage for Extension:MobileFrontend on mediawiki.org (convert from LQT) - https://phabricator.wikimedia.org/T85816#958295 (10Spage) a:3Quiddity [22:11:13] (03CR) 10Ricordisamoa: "Looks good and useful. I'd argue that it seems better suited for mw.util, although that would introduce a dependency issue..." (031 comment) [core] - 10https://gerrit.wikimedia.org/r/183063 (owner: 10Ori.livneh) [22:11:21] (03PS17) 10Awight: Componentize Title permissions logic [core] - 10https://gerrit.wikimedia.org/r/166357 [22:11:31] Reedy: I *thought* I got an opsen to chown the lock file to l10nupdate:wikidev at some point, but i'm just remembering that now seeing you update the bug. It didn't dawn on my when you asked about the perms yeasterday. [22:11:44] that l10nupdate user is a pain in the butt [22:12:16] Mobile plenary session at #MWDS15 - https://phabricator.wikimedia.org/T85151#958296 (10Tfinc) Picking this back up now that were all back. Tech leads: @kaldari @Dbrant @Mhurd @jdlrobson We have a 45min plenary that were going to be creating here. I'd like to have your list of topics by Thur or this week to revi... [22:12:35] Reedy: making it part of the wikidev group would fix things but probably open an undesired security hole [22:12:48] (03Abandoned) 10Awight: update CentralNotice submodule [core] (wmf/1.25wmf7) - 10https://gerrit.wikimedia.org/r/174006 (owner: 10Awight) [22:13:08] 3Project-Creators: Add needs-consensus tag for "contested" tickets - https://phabricator.wikimedia.org/T76311#958298 (10Nemo_bis) 5Open>3declined a:3Nemo_bis We don't need yet another tag which overlaps with existing ones and only produces discussions about its own meaning. [22:13:50] bd808: I wonder what changed on the 16th though [22:14:05] good question [22:14:58] I wonder if it could run as mwdeploy instead. Would that fix anything? [22:15:13] mwdeploy isn't in wikidev either [22:15:16] I guess it wouldn't change the wikidev group membership [22:15:20] jink [22:15:21] Mobile plenary session at 2015 MediaWiki Developer Summit - https://phabricator.wikimedia.org/T85151#958307 (10MZMcBride) [22:15:23] jinx [22:15:46] (03PS7) 10Cmcmahon: QA: WIP: refactor FlowPage page object [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 [22:15:47] 3Multimedia, MediaWiki-extensions-MultimediaViewer: Anonymous user's decision to disable Media Viewer is forgotten after two weeks - https://phabricator.wikimedia.org/T85923#958308 (10Ikaruseijin) >>! In T85923#958186, @Tgr wrote: > Thanks for taking the time to report this! > >> I always use https: connections... [22:15:50] Our Challenges for 2015, opening plenary session at 2015 MediaWiki Developer Summit - https://phabricator.wikimedia.org/T85155#958309 (10MZMcBride) [22:16:05] adding puppet code to chmod l10nupdate:wikidev the lock file should be easy [22:16:31] or changing scap to delete the lock on exit [22:16:34] Future of Editing plenary session at 2015 MediaWiki Developer Summit - https://phabricator.wikimedia.org/T85152#958310 (10MZMcBride) [22:16:47] Nexts steps along the Service Oriented Architecture path, plenary session at 2015 MediaWiki Developer Summit - https://phabricator.wikimedia.org/T85154#958311 (10MZMcBride) [22:17:06] (03PS8) 10Cmcmahon: QA: WIP: refactor FlowPage page object [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 [22:17:29] (03PS9) 10Cmcmahon: QA: WIP: refactor FlowPage page object [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 [22:17:45] 3Team-Practices: schedule q2 health-check - mobile apps - https://phabricator.wikimedia.org/T1300#958314 (10Awjrichards) 5Open>3Resolved [22:17:47] 3Team-Practices: Schedule Q2 health-check teams - https://phabricator.wikimedia.org/T1022#958315 (10Awjrichards) [22:17:47] bd808: deleting it on finish seems more sensible [22:17:55] 3Team-Practices: Schedule Q2 health-check teams - https://phabricator.wikimedia.org/T1022#17722 (10Awjrichards) [22:17:56] 3Team-Practices: schedule q2 health-check - mobile web - https://phabricator.wikimedia.org/T1299#958316 (10Awjrichards) 5Open>3Resolved [22:18:01] 3Team-Practices: Schedule Q2 health check survey with Fundraising tech - https://phabricator.wikimedia.org/T75763#958318 (10Awjrichards) 5Open>3Resolved [22:18:02] 3Team-Practices: Schedule Q2 health-check teams - https://phabricator.wikimedia.org/T1022#17722 (10Awjrichards) [22:18:07] 3Team-Practices: Goal: Common project management guidelines to be followed by teams and individual contributors are published - https://phabricator.wikimedia.org/T558#958321 (10Awjrichards) [22:18:09] 3Team-Practices: TPG to take pass on project management guidelines for phab - https://phabricator.wikimedia.org/T76911#958320 (10Awjrichards) 5Open>3Resolved [22:18:12] 3Team-Practices: Schedule Q2 health-check teams - https://phabricator.wikimedia.org/T1022#17722 (10Awjrichards) [22:18:15] 3Team-Practices: schedule q2 health check with language engineering - https://phabricator.wikimedia.org/T75764#958322 (10Awjrichards) 5Open>3Resolved [22:18:17] 3Team-Practices: Publish Q2 blog post - https://phabricator.wikimedia.org/T1215#958324 (10Awjrichards) 5Open>3Resolved [22:18:22] 3Team-Practices: Second draft of blog post for Q2 - https://phabricator.wikimedia.org/T1214#958325 (10Awjrichards) 5Open>3Resolved [22:18:31] 3Team-Practices: Schedule Q2 health-check teams - https://phabricator.wikimedia.org/T1022#17722 (10Awjrichards) [22:18:32] 3Team-Practices: schedule q2 health-check - mw core - https://phabricator.wikimedia.org/T1301#958326 (10Awjrichards) 5stalled>3Resolved [22:18:37] 3Team-Practices: Preamble for health check to language team - https://phabricator.wikimedia.org/T84899#958328 (10Awjrichards) 5Open>3Resolved [22:18:41] 3Team-Practices: Schedule Q2 health-check teams - https://phabricator.wikimedia.org/T1022#958329 (10Awjrichards) 5Open>3Resolved [22:18:46] 3Team-Practices: Schedule Q2 health-check teams - https://phabricator.wikimedia.org/T1022#17722 (10Awjrichards) [22:18:48] 3Team-Practices: schedule q2 health-check - flow - https://phabricator.wikimedia.org/T1304#958330 (10Awjrichards) 5Open>3Resolved [22:18:49] 3Team-Practices: schedule q2 health-check - mw core - https://phabricator.wikimedia.org/T1301#22762 (10Awjrichards) [22:18:54] 3Team-Practices: schedule q2 health-check - mw core - https://phabricator.wikimedia.org/T1301#22762 (10Awjrichards) [22:18:55] 3Team-Practices: Schedule Q2 health-check teams - https://phabricator.wikimedia.org/T1022#17722 (10Awjrichards) [22:18:56] 3Team-Practices: schedule q2 health-check - analytics engineering - https://phabricator.wikimedia.org/T1302#958333 (10Awjrichards) 5Open>3Resolved [22:18:58] 3Team-Practices: create non-engineering specific health check survey - https://phabricator.wikimedia.org/T1344#958336 (10Awjrichards) 5Open>3Resolved [22:19:33] Reedy: That would just take one line in scap/utils.py in the finally block for lock() [22:19:57] Hmm [22:20:02] What's up with scap on tin? [22:20:03] Your branch and 'origin/master' have diverged, [22:20:03] and have 1 and 5 different commits each, respectively. [22:20:16] 3MediaWiki-extensions-ZeroPortal: Users with no associated partners should see a default message instead of a partner name in the sidebar - https://phabricator.wikimedia.org/T85965#958337 (10jhobs) 3NEW a:3jhobs [22:20:18] hot patch? [22:22:49] (03PS1) 10Krinkle: overlay: Simplify mw-echo-grey-link by using delegate selector [extensions/Echo] - 10https://gerrit.wikimedia.org/r/183157 [22:24:35] (03CR) 10Krinkle: "If we're okay with dropping this in IE<9 we can go with the CSS3 route now as well. It's a relatively small visual thing, but not an enhan" [extensions/Echo] - 10https://gerrit.wikimedia.org/r/183157 (owner: 10Krinkle) [22:24:46] (03CR) 10Awight: "Ping... I don't want to nurse this patch forever, it's a lot of work to rebase over changes to the Title class." [core] - 10https://gerrit.wikimedia.org/r/166357 (owner: 10Awight) [22:25:05] (03CR) 10Krinkle: "Thanks!" [extensions/Echo] - 10https://gerrit.wikimedia.org/r/183154 (owner: 10Krinkle) [22:32:53] (03PS2) 10Krinkle: overlay: Simplify mw-echo-grey-link by using delegate selector [extensions/Echo] - 10https://gerrit.wikimedia.org/r/183157 [22:35:13] 3WMF-Design, WMF-Legal: Define in a clear way what we currently store about users for explaining how recommendation system would work - https://phabricator.wikimedia.org/T85966#958346 (10Jaredzimmerman-WMF) 3NEW [22:35:50] 3MediaWiki-Core-Team, MediaWiki-extensions-TitleBlacklist: Title blacklist intermittently failing, allowing users to edit things they shouldn't be able to - https://phabricator.wikimedia.org/T85428#958352 (10tstarling) It can't load from the DB with uncontrolled concurrency, so it tries to acquire a global lock... [22:36:37] (03PS3) 10Arlolra: Tidy up tidy usage [core] - 10https://gerrit.wikimedia.org/r/181777 [22:42:43] (03PS10) 10Cmcmahon: QA: WIP: refactor FlowPage page object [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 [22:43:20] 3MediaWiki-extensions-Flow: Flow non-JavaScript issues (tracking) - https://phabricator.wikimedia.org/T85967#958353 (10Quiddity) 3NEW [22:44:09] 3MediaWiki-extensions-Echo: logInteraction won't reliably work on links due to use of mw.loader.using - https://phabricator.wikimedia.org/T85968#958361 (10Krinkle) 3NEW [22:44:57] (03PS11) 10Cmcmahon: QA: WIP: refactor FlowPage page object [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 [22:45:20] 3Wikimedia-Logstash: Automatically log fatals/exceptions into Phabricator with stack traces - https://phabricator.wikimedia.org/T70820#958367 (10Tgr) [22:47:11] 3MediaWiki-extensions-Sentry: Add PHP error logging to Sentry extension - https://phabricator.wikimedia.org/T85188#958371 (10Tgr) [22:47:36] 3Wikimedia-Logstash, Multimedia, MediaWiki-extensions-Sentry: Channel PHP errors from Logstash to Sentry on the beta cluster - https://phabricator.wikimedia.org/T85239#958377 (10Tgr) [22:47:39] (03PS1) 10Legoktm: sendConfirmAndMigrateEmail: Add --sleep option [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183161 [22:47:41] (03PS1) 10Legoktm: sendConfirmAndMigrateEmail: Add --dryrun option, improve output [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183162 [22:47:43] (03PS1) 10Legoktm: sendConfirmAndMigrateEmail: Add --resume option [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/183163 [22:50:10] 3MediaWiki-extensions-Echo: logInteraction won't reliably work on links due to use of mw.loader.using - https://phabricator.wikimedia.org/T85968#958383 (10Mattflaschen) I think the report is correct, but EventLogging does not use XHR (synchronous or otherwise). The two underlying methods right now are an image... [22:50:53] 3MediaWiki-extensions-Flow: Flow: no-JavaScript glitches (tracking) - https://phabricator.wikimedia.org/T60019#958385 (10Quiddity) [22:51:05] 3MediaWiki-extensions-Flow: Flow: no-JavaScript glitches (tracking) - https://phabricator.wikimedia.org/T60019#606005 (10Quiddity) [22:51:06] 3MediaWiki-extensions-Flow: Flow non-JavaScript issues (tracking) - https://phabricator.wikimedia.org/T85967#958386 (10Quiddity) [22:56:54] (03CR) 10Dduvall: [C: 04-1] "Looks good for the most part. It provisioned just fine and I was able to log in to sentry at http://sentry.local.wmftest.net:8080/" (032 comments) [vagrant] - 10https://gerrit.wikimedia.org/r/181606 (owner: 10Gergő Tisza) [23:00:14] 3MediaWiki-Core-Team, Wikimedia-Logstash, operations: Improve logstash - https://phabricator.wikimedia.org/T84895#958409 (10chasemp) p:5Triage>3Normal [23:01:32] 3ops-core, MediaWiki-Database: Add a "datasets" database to analytics-store.eqiad.wmnet - https://phabricator.wikimedia.org/T85277#958412 (10chasemp) p:5Triage>3Normal [23:01:48] 3ops-core, MediaWiki-Database: Add a "datasets" database to analytics-store.eqiad.wmnet - https://phabricator.wikimedia.org/T85277#943051 (10chasemp) @springle can you comment on this and set priority you think? [23:04:18] 3MediaWiki-Core-Team, operations: Deploy multi-lock PoolCounter change - https://phabricator.wikimedia.org/T85071#958424 (10chasemp) p:5Triage>3Normal [23:04:42] 3MediaWiki-Core-Team, operations: Deploy multi-lock PoolCounter change - https://phabricator.wikimedia.org/T85071#938038 (10chasemp) p:5Normal>3Low This needs a better description of why and and what. [23:05:15] (03PS4) 10McIntireEvan: Replace instance of wfMsg functions wfMessage [extensions/Transliterator] - 10https://gerrit.wikimedia.org/r/182577 [23:06:27] Future of Editing plenary session at 2015 MediaWiki Developer Summit - https://phabricator.wikimedia.org/T85152#958433 (10Nemo_bis) I don't understand, is this task about the future of the "Editing" session? Is there a separate task about its present? Or is the session named "Future of Editing", inconsistently wit... [23:06:41] 3Mobile-Web: Mobile sites are causing a lot of 404s in production - https://phabricator.wikimedia.org/T73571#958437 (10chasemp) [23:07:56] (03PS3) 10MarkTraceur: lib for testing multiple uploads and 1 such test [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/163457 (owner: 10Neilk) [23:09:09] 3OCG-PDF-renderer: enwiki "Falkland Islands" article fails to render - https://phabricator.wikimedia.org/T85962#958444 (10Krenair) I narrowed this down on https://en.wikipedia.org/wiki/User:Krenair/FI-sandbox ```[[File:Cfbattlepainting.jpg]][[File:Aerial photo Port Stanley edit.jpg]]``` (two images in the artic... [23:11:47] 3MediaWiki-extensions-Flow: Flow: no-JavaScript glitches (tracking) - https://phabricator.wikimedia.org/T60019#958450 (10Quiddity) [23:12:28] Some Wikidata XML dumps are failing - https://phabricator.wikimedia.org/T85970#958451 (10MZMcBride) 3NEW [23:15:12] (03CR) 10Kaldari: "@Parent5446: I would say it's probably too late at this point. The decision to approve Mustache happened almost 2 months ago (after a year" [vendor] - 10https://gerrit.wikimedia.org/r/181708 (owner: 10Kaldari) [23:15:22] (03CR) 10Legoktm: [C: 04-1] "Haven't had a chance to test this yet, just a quick review for now." (034 comments) [tools/release] - 10https://gerrit.wikimedia.org/r/182997 (owner: 10MarkAHershberger) [23:16:55] (03CR) 10Legoktm: "recheck" [tools/release] - 10https://gerrit.wikimedia.org/r/182997 (owner: 10MarkAHershberger) [23:16:57] (03PS7) 10Awight: split up internalAttemptSave [core] - 10https://gerrit.wikimedia.org/r/141113 [23:18:38] 3MediaWiki-skins-Vector: Vector: List bullet icon should not be low-res (pixelated on HiDPI screens) - https://phabricator.wikimedia.org/T37338#958464 (10Nemo_bis) >>! In T37338#957201, @Edokter wrote: > So, do we want IE8 support? Allegedly yes: https://www.mediawiki.org/wiki/Compatibility#Browser_support_matr... [23:19:55] (03CR) 10Dduvall: [C: 04-1] "Looks good for the most part. Using inline blocks for the definitions makes for some long lines, but that may be unavoidable anyhow and it" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 (owner: 10Cmcmahon) [23:26:43] (03CR) 10Gergő Tisza: "You can open the javascript console and type something like" [vagrant] - 10https://gerrit.wikimedia.org/r/181606 (owner: 10Gergő Tisza) [23:30:21] 3WMF-Design: Better WMF error pages - https://phabricator.wikimedia.org/T76560#958501 (10Nirzar) @Jaredzimmerman-WMF Ops haven't replied yet. Also, I haven't received browserstack information, so browser testing for windows is pending. [23:30:34] 3Datasets-General-or-Unknown: Some Wikidata XML dumps are failing - https://phabricator.wikimedia.org/T85970#958502 (10Nemo_bis) [23:30:45] (03CR) 10Legoktm: "Has Flow been tested with this newer version of lightncandy? Depending on autoloader order, Flow's older version might end up being loaded" [vendor] - 10https://gerrit.wikimedia.org/r/181708 (owner: 10Kaldari) [23:31:07] 3operations, MediaWiki-Core-Team: Come up with key performance indicators (KPIs) - https://phabricator.wikimedia.org/T784#958504 (10chasemp) Seems related to {T85829} but without an assignee can this really be high priority? [23:33:43] 3operations, MediaWiki-Core-Team, MediaWiki-ResourceLoader: Bad cache stuck due to race condition with scap between different web servers - https://phabricator.wikimedia.org/T47877#958510 (10chasemp) This seems important but has no assignee, can someone take this? Otherwise I will probably set to normal priorit... [23:34:02] (03PS9) 10Kaldari: Adding PHP mustache parser (lightncandy) [vendor] - 10https://gerrit.wikimedia.org/r/181708 [23:34:21] 3Multimedia, MediaWiki-File-management: Add support for thumbnails and interactive views of 3D models - https://phabricator.wikimedia.org/T54655#958518 (10Ricordisamoa) [23:35:31] (03PS10) 10Kaldari: Adding PHP mustache parser (lightncandy) [vendor] - 10https://gerrit.wikimedia.org/r/181708 [23:37:39] 3Project-Creators, translatewiki.net: Project for translatewiki.net - https://phabricator.wikimedia.org/T85935#958534 (10Jdforrester-WMF) 5Open>3Resolved a:3Jdforrester-WMF [23:38:36] MediaWiki theme: border radius used inconsistently - https://phabricator.wikimedia.org/T85973#958537 (10Esanders) 3NEW a:3TrevorParscal [23:39:35] (03CR) 10Jforrester: "recheck" [core] - 10https://gerrit.wikimedia.org/r/181119 (owner: 10Aaron Schulz) [23:40:27] 3Project-Creators, Scrum-of-Scrums: Highlight blocking team dependencies with 'blocked-on' tags - https://phabricator.wikimedia.org/T78822#958546 (10Nemo_bis) "Urgent" is not defined. [23:45:53] (03PS4) 10Mooeypoo: Add param order drag/drop widget to TemplateData dialog [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182962 [23:48:01] (03PS2) 10Mooeypoo: Allow the restoration of a deleted parameter in the edit dialog [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/182980 [23:48:07] (03PS4) 10Arlolra: Tidy up tidy usage [core] - 10https://gerrit.wikimedia.org/r/181777 [23:49:10] (03Abandoned) 10Mooeypoo: [wip] Eventify the TemplateData Editor [extensions/TemplateData] - 10https://gerrit.wikimedia.org/r/157174 (owner: 10Mooeypoo) [23:49:28] (03PS1) 10Prtksxna: mw.ui: checkbox: Add state change transition [core] - 10https://gerrit.wikimedia.org/r/183168 [23:49:35] (03PS1) 10Smalyshev: Titan 0.9 - step 1, schema works, DSL & batch do not work yet [wikidata/gremlin] - 10https://gerrit.wikimedia.org/r/183169 [23:50:01] (03PS17) 10Mattflaschen: TOC: Replace code for inserting topics to live page [extensions/Flow] - 10https://gerrit.wikimedia.org/r/180670 (owner: 10EBernhardson) [23:54:26] 3MediaWiki-extensions-TitleBlacklist, MediaWiki-Core-Team: Title blacklist intermittently failing, allowing users to edit things they shouldn't be able to - https://phabricator.wikimedia.org/T85428#958568 (10tstarling) Actually, timed retry does appear to be disabled -- the error message is incorrect. An unrelat... [23:54:57] Include "Participate in Research" as a left sidebar link below "Wikipedia Shop" - https://phabricator.wikimedia.org/T77829#958570 (10Gryllida) Please, let's consider not surveying people. - Just a small text box to type in and click 'send feedback'? - Could be something to link people to a https://github.com/will... [23:55:49] 3UI-Standardization: animating drawing of check mark in checkbox with simple SVG animation - https://phabricator.wikimedia.org/T78372#958572 (10Prtksxna) [23:55:54] (03CR) 10Cmcmahon: "collapse.feature is an awful bit of code. It will be removed completely when the new TOC is finally ready, which should be Any Minute Now." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/182851 (owner: 10Cmcmahon) [23:56:05] (03CR) 10Arlolra: "Cscott: see removeHTMLtags in the Santizer." [core] - 10https://gerrit.wikimedia.org/r/181777 (owner: 10Arlolra) [23:59:11] 3TemplateData: TemplateData GUI: Port interface to OOjs UI - https://phabricator.wikimedia.org/T73746#958575 (10Mooeypoo) This was done and merged with this -- https://gerrit.wikimedia.org/r/#/c/167046/