[00:00:07] (03PS1) 10Bearloga: Fix LDN [wikimedia/discovery/golden] - 10https://gerrit.wikimedia.org/r/251437 (https://phabricator.wikimedia.org/T117712) [00:01:50] MatmaRex: how dependent wants/needs VE to be from proportional font-size scaling? [00:02:38] Volker_E: i'm not sure if i understand? VE's interface should be nicely able to be scaled [00:03:12] MatmaRex: yeah, right now that's implemented by em which is nice and fragile at the same time [00:03:51] MatmaRex: I'm talking about use cases where developers decide they go for real small font-size on the local installations [00:04:09] MatmaRex: has this situation been discussed about? [00:04:29] 3Outreachy-Round-11: Make sure all mentors sign up in Outreachy'11 application system - https://phabricator.wikimedia.org/T116589#1787268 (10jgbarah) Finally I didn't have good candidates for the other project, so I resigned and applied to a be a mentor for Wikimedia. Just waiting for approval. [00:04:39] Volker_E: it should be fine enough. the icons might look blurry when they're scaled, but apart from that it should be fine?… [00:04:44] i'm still not sure what you mean :D [00:04:52] we're talking about the content's font-size? [00:05:10] in which case, it's already compatible. it works on Vector and MonoBook, which have different font-size [00:05:44] if we're talking about the font-size for VE's own UI, then no one has tried yet, it's still using 0.8em (=12.8px) on both Vector and MonoBook, afaik [00:06:12] (MonoBook uses 0.8em for content, Vector uses 0.875em=14px for content) [00:06:39] MatmaRex: I'm talking about minimum sizes necessary [00:07:37] MatmaRex: so it's up to their responsibility and you would say usability is out of our accountancy when someone decides that he wants a base font-size of f.e. 9px, correct? [00:08:19] yeah, presumably. it should work fine, it'll just be tiny, but i don't think anyone has ever tested that. [00:08:30] I need to try Monobook and play around with it [00:09:33] MatmaRex: trying to experiment with ideas getting out of the for me not-satisfying pixel rounding of applied 'em's [00:09:59] 3Discovery-Analysis-Sprint: LDN script is still borken - https://phabricator.wikimedia.org/T117712#1782036 (10mpopov) YGCR: https://gerrit.wikimedia.org/r/#/c/251437/ [00:10:02] (03Abandoned) 10Alex Monk: Add artificial primary key to flow_wiki_ref and flow_ext_ref [extensions/Flow] (wmf/1.27.0-wmf.4) - 10https://gerrit.wikimedia.org/r/251415 (https://phabricator.wikimedia.org/T109676) (owner: 10Mattflaschen) [00:10:34] Volker_E: oh, hmm [00:10:46] Volker_E: i'm not sure if you realize, but thesituation there is far more interesting [00:10:55] :D [00:11:05] MatmaRex: in which way? :} [00:11:12] (03CR) 10Alex Monk: [C: 032] Add artificial primary key to flow_wiki_ref and flow_ext_ref [extensions/Flow] (wmf/1.27.0-wmf.5) - 10https://gerrit.wikimedia.org/r/251416 (https://phabricator.wikimedia.org/T109676) (owner: 10Mattflaschen) [00:11:32] Volker_E: the MediaWiki theme of OOjs UI is currently developed with font-size of 0.8em (12.8px) in mind [00:11:41] since that was the font-size of Vector when it started to be developed [00:11:54] then font-size of Vector was changed, but the theme did not get updated. [00:12:29] so right now, in the demo, we still have 0.8em, but in the actual MediaWiki, we have 0.875em. this is easily noticeable as blurry icons (unless you have an absurdly retina screen) [00:13:04] but not in VisualEditor! it has some custom CSS to make the font-size inside its UI 0.8em, because no one wanted to update the theme itself to 0.875em [00:13:05] MatmaRex: yeah, great scheme of hard-to-maintain dependency failures [00:13:05] * Volker_E shudders [00:13:20] this was not a problem, until we started using the theme outside of VE [00:13:27] Yeah. [00:13:33] MatmaRex: haha, dang [00:13:40] but if we try to fix the theme now, VE will look weird, so we have to update it simultaneously [00:13:43] Ideally we should make everything use a font-size of 1em and just change what the base font size is. [00:13:59] (Heresy!) [00:14:06] and then other things will no doubt break. Flow also uses OOUI, and also has font-size hacks, but only in some places, because it was done inconsistently [00:14:09] (03Merged) 10jenkins-bot: Add artificial primary key to flow_wiki_ref and flow_ext_ref [extensions/Flow] (wmf/1.27.0-wmf.5) - 10https://gerrit.wikimedia.org/r/251416 (https://phabricator.wikimedia.org/T109676) (owner: 10Mattflaschen) [00:14:20] MobileFrontend too, and i'm afraid to even look at what they do to font-size [00:14:23] MatmaRex: Sure. [00:14:26] * Risker assumes that her arrival was not the trigger for the "heresy" statement [00:14:32] 10MediaWiki-RfCs, 6Services, 10Wikimedia-Developer-Summit-2016: RFC: Requirements for change propagation - https://phabricator.wikimedia.org/T102476#1787289 (10GWicke) [00:14:40] Ideally would be relying on `rem` but as we have no superpowers people come up with weirdest default settings [00:14:48] *we would [00:15:13] the only real problem with the font-size changing under us is that icons become blurry, evertything else should scale fine [00:15:41] but the nested hacks upon hacks are a problem, the last time we touched it, in VE, inspectors inside dialogs balooned to twice the usual size for some reason [00:15:54] MatmaRex: I disagree, there are (due to shortcomings in browser rendering engines) several issues around pixel rounding errors [00:16:13] MatmaRex: like box-shadows, or border-radius weird effects [00:16:14] oh yeah, that's true, but i personally think that is just hopeless. :) [00:17:44] MatmaRex: what hacks upon hacks are you referring to? [00:18:11] MatmaRex: hacks to get inherited em in balance again? [00:18:27] yes [00:18:33] in VE, modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-vector.css and similar [00:19:07] Volker_E: there is at least one bug in VE caused by that, if you look closely, the page heading/title is smaller in edit mode. [00:20:53] MatmaRex: for a UI (here a theme) where I have full control about root elements `rem` is my best bet from current perspective [00:21:04] (03CR) 10Spage: [C: 04-1] "Sorry, Special:Version/Credits should handle CREDITS.{media,}wiki, it doesn't show MobileFrontend's CREDITS.mediawiki (bug T117932). After" [core] - 10https://gerrit.wikimedia.org/r/249307 (https://phabricator.wikimedia.org/T116690) (owner: 10Spage) [00:21:10] MatmaRex: for an extension it's much more difficult [00:21:47] MatmaRex: did anyone ever look into using px for all browsers aside from IE [00:22:06] 3Discovery-Analysis-Sprint: Create central list of all Discovery A/B tests - https://phabricator.wikimedia.org/T115895#1787302 (10Deskana) A perhaps somewhat meta note: where is it documented that A/B tests should be documented on this page? I want to make sure this page is kept up-to-date and isn't just lost. [00:22:11] Volker_E: no idea. [00:22:14] MatmaRex: which would mean that modern zoom applies in modern browsers [00:22:39] 3Discovery-Analysis-Sprint: Analyze queries performed on Wikidata Query Service to identify what users are using it for, and produce report - https://phabricator.wikimedia.org/T112605#1787303 (10mpopov) [00:22:47] MatmaRex: but in text-zoom only mode you're targeting size adaption with em... [00:23:00] 3Discovery-Analysis-Sprint: Analyze results of A/B test on suggester (on or after 2015-09-22) - https://phabricator.wikimedia.org/T111858#1787304 (10mpopov) [00:23:11] (03PS1) 10Spage: Allow AUTHOR|CREDITS with .{media,}wiki extension [core] - 10https://gerrit.wikimedia.org/r/251440 (https://phabricator.wikimedia.org/T117932) [00:23:59] Volker_E: i don't know. the decision to use ems predates me, it looked reasonable to me and i never questioned it. if anyone knows more about this, it's Trevor [00:26:20] MatmaRex: ok, hopefully I've got enough time to prepare some historical anecdotes, code examples and pro&con summaries. ;) That should prob get on the next FE std group list. [00:26:42] 6Discovery: Allow updating R packages installed from git repos - https://phabricator.wikimedia.org/T117789#1787308 (10mpopov) a:3mpopov [00:26:48] MatmaRex: Thanks for the insights! [00:27:05] (03CR) 10Kaldari: Implement Gadgets definition namespace repo (031 comment) [extensions/Gadgets] - 10https://gerrit.wikimedia.org/r/228781 (https://phabricator.wikimedia.org/T106177) (owner: 10Legoktm) [00:27:07] (03PS1) 10Aaron Schulz: Improve mismatched atomic section errors [core] - 10https://gerrit.wikimedia.org/r/251441 [00:27:10] 3Discovery-Analysis-Sprint: Allow updating R packages installed from git repos - https://phabricator.wikimedia.org/T117789#1783513 (10mpopov) [00:27:20] 3Discovery-Analysis-Sprint: Allow updating R packages installed from git repos - https://phabricator.wikimedia.org/T117789#1783513 (10mpopov) [00:31:12] (03CR) 10Niedzielski: "this is really weird. i can't repro this compilation failure locally and have never seen this problem in our jenkins installation. i'll tr" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/248917 (https://phabricator.wikimedia.org/T108885) (owner: 10DanReyLop) [00:31:18] (03CR) 10Niedzielski: "recheck" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/248917 (https://phabricator.wikimedia.org/T108885) (owner: 10DanReyLop) [00:32:12] (03PS2) 10Krinkle: Title: Add warning if newFromText is given non-string/non-null value [core] (wmf/1.27.0-wmf.5) - 10https://gerrit.wikimedia.org/r/250883 (https://phabricator.wikimedia.org/T76305) [00:35:44] (03PS2) 10Aaron Schulz: Improve mismatched atomic section errors [core] - 10https://gerrit.wikimedia.org/r/251441 [00:35:46] (03CR) 10Catrope: [C: 04-1] "Looks good, one minor thing" (031 comment) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/249008 (owner: 10Mooeypoo) [00:36:55] (03CR) 10Yaron Koren: [C: 032] "Thank you!" [extensions/AdminLinks] - 10https://gerrit.wikimedia.org/r/251331 (owner: 10Umherirrender) [00:37:00] legoktm: https://gerrit.wikimedia.org/r/#/c/251441/ [00:37:05] (03CR) 10Alex Monk: [C: 032] mw.ForeignStructuredUpload: Add some headers to file description page [core] (wmf/1.27.0-wmf.5) - 10https://gerrit.wikimedia.org/r/251301 (https://phabricator.wikimedia.org/T117878) (owner: 10Jforrester) [00:37:43] (03CR) 10Legoktm: [C: 032] Improve mismatched atomic section errors [core] - 10https://gerrit.wikimedia.org/r/251441 (owner: 10Aaron Schulz) [00:37:58] (03CR) 10Alex Monk: [C: 032] mw.ForeignStructuredUpload: Link author's username to their user page [core] (wmf/1.27.0-wmf.5) - 10https://gerrit.wikimedia.org/r/251306 (https://phabricator.wikimedia.org/T117882) (owner: 10Jforrester) [00:38:10] (03CR) 10Spage: "Discussion on IRC had very slight preference for .wiki, but core has two .mediawiki files and MobileFrontend has three. I'm happy to renam" [core] - 10https://gerrit.wikimedia.org/r/251440 (https://phabricator.wikimedia.org/T117932) (owner: 10Spage) [00:38:22] (03CR) 10Alex Monk: [C: 032] mw.ForeignStructuredUpload: Prevent categories and descriptions from being duplicated [core] (wmf/1.27.0-wmf.5) - 10https://gerrit.wikimedia.org/r/251307 (https://phabricator.wikimedia.org/T116394) (owner: 10Jforrester) [00:39:51] (03CR) 10Niedzielski: "@mdholloway, can you give htis a shot on your machine and see if it builds?" [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/248917 (https://phabricator.wikimedia.org/T108885) (owner: 10DanReyLop) [00:42:05] 7Design, 6Collaboration-Team-Backlog, 10Echo, 7WorkType-NewFunctionality: Allow marking Echo notifications as unread - https://phabricator.wikimedia.org/T73564#1787332 (10Mattflaschen) This raised a question about part of the current behavior. We currently automatically mark notifications as read when you... [00:42:20] (03CR) 10Hiong3-eng5: "Thanks, Purodha." [extensions/WikiLexicalData] - 10https://gerrit.wikimedia.org/r/251197 (https://phabricator.wikimedia.org/T117352) (owner: 10Hiong3-eng5) [00:43:24] 7Design, 6Collaboration-Team-Backlog, 10Echo, 7WorkType-NewFunctionality: Allow marking Echo notifications as unread - https://phabricator.wikimedia.org/T73564#1787334 (10Catrope) >>! In T73564#844657, @Quiddity wrote: > I do also like the sound of Matthias' description. That would solve the annoyance fact... [00:44:15] 7Design, 6Collaboration-Team-Backlog, 10Echo, 7WorkType-NewFunctionality: Allow marking Echo notifications as unread - https://phabricator.wikimedia.org/T73564#1787336 (10Catrope) >>! In T73564#844657, @Quiddity wrote: > In the meeting, we discussed the idea of being able to "pin" or "sticky" a notificatio... [00:44:55] (03CR) 10Catrope: [C: 032] Allow notification model and widget to show combined notifications [extensions/Echo] - 10https://gerrit.wikimedia.org/r/249031 (owner: 10Mooeypoo) [00:46:56] 7Design, 6Collaboration-Team-Backlog, 10Echo, 7WorkType-NewFunctionality: Allow marking Echo notifications as unread - https://phabricator.wikimedia.org/T73564#1787338 (10Mattflaschen) >>! In T73564#1787336, @Catrope wrote: > Perhaps we could also reevaluate whether automatically marking alerts (but not me... [00:47:03] (03Merged) 10jenkins-bot: mw.ForeignStructuredUpload: Add some headers to file description page [core] (wmf/1.27.0-wmf.5) - 10https://gerrit.wikimedia.org/r/251301 (https://phabricator.wikimedia.org/T117878) (owner: 10Jforrester) [00:49:22] 10MediaWiki-extensions-WikibaseRepository, 6Mobile-Apps, 10Wikidata: Add an instruction field for Wikidata items - https://phabricator.wikimedia.org/T97566#1787342 (10Smalyshev) The problem with these use notes is also that they are usually not localized - i.e. Q503 has this useful note in English, but if yo... [00:50:49] (03PS1) 10Jdlrobson: Push search styles to stable [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/251445 [00:53:15] 10MediaWiki-Recent-changes, 10Wikidata, 10Wikimedia-Developer-Summit-2016: More flexible and modernized Recent Changes code - https://phabricator.wikimedia.org/T114474#1787352 (10GWicke) There is some related high-level discussion about recent changes and page history as event streams in T107595. One idea is... [00:53:44] (03CR) 10Gergő Tisza: "This seems like our homegrown version of Pimple. If we go the route of callable-based service definition, why not use the original one?" [core] - 10https://gerrit.wikimedia.org/r/251007 (owner: 10Daniel Kinzler) [00:56:08] (03Merged) 10jenkins-bot: Improve mismatched atomic section errors [core] - 10https://gerrit.wikimedia.org/r/251441 (owner: 10Aaron Schulz) [00:56:12] (03Merged) 10jenkins-bot: mw.ForeignStructuredUpload: Link author's username to their user page [core] (wmf/1.27.0-wmf.5) - 10https://gerrit.wikimedia.org/r/251306 (https://phabricator.wikimedia.org/T117882) (owner: 10Jforrester) [00:56:16] 7Design, 6Collaboration-Team-Backlog, 10Flow: Make source/wikitext icon consistent - https://phabricator.wikimedia.org/T97451#1787355 (10DannyH) [00:56:31] (03Merged) 10jenkins-bot: mw.ForeignStructuredUpload: Prevent categories and descriptions from being duplicated [core] (wmf/1.27.0-wmf.5) - 10https://gerrit.wikimedia.org/r/251307 (https://phabricator.wikimedia.org/T116394) (owner: 10Jforrester) [01:00:29] (03CR) 10jenkins-bot: [V: 04-1] Push search styles to stable [extensions/MobileFrontend] - 10https://gerrit.wikimedia.org/r/251445 (owner: 10Jdlrobson) [01:01:48] 6Discovery, 10Wikimedia-General-or-Unknown, 5Patch-For-Review, 7WorkType-NewFunctionality: Investigate moving the www.wikipedia.org portal to Git/Gerrit - https://phabricator.wikimedia.org/T110070#1787367 (10Deskana) >>! In T110070#1784276, @MZMcBride wrote: > What were the results of that investigation? I... [01:03:42] (03PS3) 10Mooeypoo: [wip] Allow notifications to be marked as unread [extensions/Echo] - 10https://gerrit.wikimedia.org/r/251309 [01:04:01] (03CR) 10jenkins-bot: [V: 04-1] [wip] Allow notifications to be marked as unread [extensions/Echo] - 10https://gerrit.wikimedia.org/r/251309 (owner: 10Mooeypoo) [01:06:11] niedzielski-afk: it builds for me. [01:09:43] (03CR) 10Gergő Tisza: [C: 04-1] "At a minimum the issue with creating the module object should be fixed first. (Apologies for not thinking of that when I suggested droppin" (037 comments) [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/250057 (https://phabricator.wikimedia.org/T117140) (owner: 10Bmansurov) [01:10:42] 6Research-and-Data, 6Revscoring, 10Security-Reviews, 6Security-Team: Security Review of Revscoring - https://phabricator.wikimedia.org/T110072#1787371 (10dpatrick) >>! In T110072#1775701, @Halfak wrote: > Re. adding certs support to `mwapi`, see https://github.com/mediawiki-utilities/python-mwapi/pull/23 >... [01:11:46] 10MediaWiki-extensions-GettingStarted, 10Beta-Cluster-Infrastructure, 6operations: GettingStarted on Beta Cluster periodically loses its Redis index - https://phabricator.wikimedia.org/T100515#1787372 (10Mattflaschen) 5Resolved>3Open Seems like it did, unless it was a different cause. [01:12:13] 10MediaWiki-extensions-GettingStarted, 10Browser-Tests-Infrastructure: Delete or fix failed GettingStarted browsertests Jenkins job - https://phabricator.wikimedia.org/T94154#1787375 (10Mattflaschen) It periodically breaks because of some infrastructure issue on Beta {T100515}. I ran the hack to fix it. [01:12:47] 10MediaWiki-extensions-GettingStarted, 10Browser-Tests-Infrastructure, 5Patch-For-Review: Upgrade GettingStarted browser tests to use mediawiki_selenium 1.x - https://phabricator.wikimedia.org/T99655#1787378 (10Mattflaschen) See {T100515}. [01:15:14] (03PS29) 10Nuria: [WIP] eventlogging processor as a service via HTTP [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/235671 (https://phabricator.wikimedia.org/T114443) (owner: 10Ottomata) [01:15:31] 10MediaWiki-extensions-GettingStarted, 10Browser-Tests-Infrastructure, 5Patch-For-Review: Upgrade GettingStarted browser tests to use mediawiki_selenium 1.x - https://phabricator.wikimedia.org/T99655#1787380 (10Mattflaschen) >>! In T99655#1677482, @zeljkofilipin wrote: > Found the password by adding `echo $M... [01:15:42] (03CR) 10Catrope: [C: 04-1] Implement SortedList in Echo notifications (033 comments) [extensions/Echo] - 10https://gerrit.wikimedia.org/r/249503 (owner: 10Mooeypoo) [01:17:58] 10MediaWiki-extensions-GettingStarted, 10Browser-Tests-Infrastructure: Browser tests for guided tours being delivered by the GettingStarted toolbar - https://phabricator.wikimedia.org/T54246#1787381 (10Mattflaschen) p:5Normal>3Low There is no team that officially works on GettingStarted, so it's a low prio... [01:18:18] (03CR) 10jenkins-bot: [V: 04-1] [WIP] eventlogging processor as a service via HTTP [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/235671 (https://phabricator.wikimedia.org/T114443) (owner: 10Ottomata) [01:18:52] (03PS1) 10MaxSem: Add getPageCounts.php [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/251449 [01:20:09] (03CR) 10Aaron Schulz: "After improving one of the DB error message and re-running tests, the problem is tracked down to LCStoreDB being awful and broken. I recal" [core] - 10https://gerrit.wikimedia.org/r/250363 (owner: 10Aaron Schulz) [01:20:26] 10LDAP-Access-Requests: add jdrewniak to wmf group - https://phabricator.wikimedia.org/T117543#1787383 (10Krenair) why was this marked as unbreak now? [01:24:48] (03CR) 10EBernhardson: "one quibble about using __METHOD__ for the $fname parameter of database calls, but otherwise looks good." (031 comment) [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/251449 (owner: 10MaxSem) [01:26:05] (03PS2) 10MaxSem: Add getPageCounts.php [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/251449 [01:26:28] 10MediaWiki-General-or-Unknown, 6Multimedia, 10VisualEditor, 5MW-1.27-release-notes, and 2 others: Categories and descriptions are sometimes multiplicated in mw.Upload uploads - https://phabricator.wikimedia.org/T116394#1787387 (10Jdforrester-WMF) 5Open>3Resolved [01:27:00] 10MediaWiki-Uploading, 6Commons, 6Multimedia, 10VisualEditor, and 3 others: Cross-wiki upload tool does not link the author in the {{information}} blurb - https://phabricator.wikimedia.org/T117882#1787390 (10Jdforrester-WMF) 5Open>3Resolved [01:27:09] 10MediaWiki-Uploading, 6Commons, 6Multimedia, 10VisualEditor, and 4 others: Cross-wiki upload tool fails to add == {{int:filedesc}} == or == {{int:license-header}} == - https://phabricator.wikimedia.org/T117878#1787394 (10Jdforrester-WMF) 5Open>3Resolved [01:29:29] (03CR) 10Mattflaschen: "When I test the full wiki import, I get a duplicate key error:" [extensions/Flow] - 10https://gerrit.wikimedia.org/r/245501 (https://phabricator.wikimedia.org/T114703) (owner: 10Matthias Mullie) [01:29:51] (03PS1) 10Catrope: Add missing dependency on mediawiki.api [extensions/UrlShortener] - 10https://gerrit.wikimedia.org/r/251450 [01:31:00] (03CR) 10Mholloway: "Builds fine for me but looks like it needs a rebase due to the utilities refactoring patch." [apps/android/wikipedia] - 10https://gerrit.wikimedia.org/r/248917 (https://phabricator.wikimedia.org/T108885) (owner: 10DanReyLop) [01:32:26] (03PS1) 10Ori.livneh: LocalisationCache: try harder to use LCStoreCDB [core] - 10https://gerrit.wikimedia.org/r/251451 [01:33:39] (03CR) 10EBernhardson: [C: 032] Add getPageCounts.php [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/251449 (owner: 10MaxSem) [01:34:13] (03Merged) 10jenkins-bot: Add getPageCounts.php [extensions/WikimediaMaintenance] - 10https://gerrit.wikimedia.org/r/251449 (owner: 10MaxSem) [01:34:42] (03CR) 10Aaron Schulz: [C: 032] LocalisationCache: try harder to use LCStoreCDB [core] - 10https://gerrit.wikimedia.org/r/251451 (owner: 10Ori.livneh) [01:36:08] (03CR) 10jenkins-bot: [V: 04-1] LocalisationCache: try harder to use LCStoreCDB [core] - 10https://gerrit.wikimedia.org/r/251451 (owner: 10Ori.livneh) [01:36:39] (03CR) 10OliverKeyes: [C: 032 V: 032] Fix LDN [wikimedia/discovery/golden] - 10https://gerrit.wikimedia.org/r/251437 (https://phabricator.wikimedia.org/T117712) (owner: 10Bearloga) [01:36:52] (03CR) 10OliverKeyes: [C: 032 V: 032] Deploy new dashboards with time frames [wikimedia/discovery/dashboard] - 10https://gerrit.wikimedia.org/r/251430 (owner: 10Bearloga) [01:42:36] 10MediaWiki-skins-Blueprint, 5Patch-For-Review: Blueprint top bar in printable version - https://phabricator.wikimedia.org/T115449#1787413 (10Volker_E) @Pastakhov just want to repeat my views here aside from the patch comments as well: This skin is first and foremost developed as reference skin for implementat... [01:43:00] (03CR) 10Mattflaschen: "FlowFixWorkflowLastUpdateTimestamp.php works." [extensions/Flow] - 10https://gerrit.wikimedia.org/r/242569 (https://phabricator.wikimedia.org/T89398) (owner: 10Matthias Mullie) [01:43:18] (03PS2) 10Ori.livneh: LocalisationCache: try harder to use LCStoreCDB [core] - 10https://gerrit.wikimedia.org/r/251451 [01:43:40] 10MediaWiki-extensions-WikibaseRepository, 6Mobile-Apps, 10Wikidata: Add an instruction field for Wikidata items - https://phabricator.wikimedia.org/T97566#1787416 (10kaldari) @Smalyshev: According to the query in T103836, the majority of usage instructions are in English (about 280); French has 35; German h... [01:45:35] (03CR) 10Catrope: [C: 04-1] Flow post-reply presentation model (033 comments) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/251412 (https://phabricator.wikimedia.org/T116845) (owner: 10Sbisson) [01:47:49] (03CR) 10jenkins-bot: [V: 04-1] LocalisationCache: try harder to use LCStoreCDB [core] - 10https://gerrit.wikimedia.org/r/251451 (owner: 10Ori.livneh) [01:48:13] (03PS3) 10Ori.livneh: LocalisationCache: try harder to use LCStoreCDB [core] - 10https://gerrit.wikimedia.org/r/251451 [01:49:20] (03CR) 10Catrope: Flow post-reply presentation model (032 comments) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/251412 (https://phabricator.wikimedia.org/T116845) (owner: 10Sbisson) [01:50:52] (03CR) 10Catrope: [C: 04-1] Presentation model for new-topic notification (032 comments) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/251411 (https://phabricator.wikimedia.org/T116845) (owner: 10Sbisson) [01:51:08] (03CR) 10Catrope: Presentation model for new-topic notification (031 comment) [extensions/Flow] - 10https://gerrit.wikimedia.org/r/251411 (https://phabricator.wikimedia.org/T116845) (owner: 10Sbisson) [01:51:36] (03CR) 10Aaron Schulz: [C: 032] LocalisationCache: try harder to use LCStoreCDB [core] - 10https://gerrit.wikimedia.org/r/251451 (owner: 10Ori.livneh) [01:54:38] (03PS1) 10EBernhardson: Script to import dumps from dumps.wikimedia.org [wikimedia/discovery/relevancylab] - 10https://gerrit.wikimedia.org/r/251452 [01:55:19] (03CR) 10jenkins-bot: [V: 04-1] Script to import dumps from dumps.wikimedia.org [wikimedia/discovery/relevancylab] - 10https://gerrit.wikimedia.org/r/251452 (owner: 10EBernhardson) [01:55:51] 3Reading Web Sprint 59 - Amsterdam and the hamsters: [6 hours] Test a subset of pages with only a lead section [take 2] - https://phabricator.wikimedia.org/T115073#1787434 (10bmansurov) >>! In T115073#1786883, @Jdlrobson wrote: > @bmansurov I'm not convinced you ran your tests on a 2G connection given first view... [01:57:04] (03PS2) 10EBernhardson: Script to import dumps from dumps.wikimedia.org [wikimedia/discovery/relevancylab] - 10https://gerrit.wikimedia.org/r/251452 [02:00:54] (03Merged) 10jenkins-bot: LocalisationCache: try harder to use LCStoreCDB [core] - 10https://gerrit.wikimedia.org/r/251451 (owner: 10Ori.livneh) [02:03:05] (03CR) 10Gergő Tisza: "@Daniel:" [core] - 10https://gerrit.wikimedia.org/r/245483 (owner: 10Daniel Kinzler) [02:09:04] (03PS3) 10EBernhardson: Script to import dumps from dumps.wikimedia.org [wikimedia/discovery/relevancylab] - 10https://gerrit.wikimedia.org/r/251452 [02:11:01] (03PS1) 10EBernhardson: Add LICENSE file [wikimedia/discovery/relevancylab] - 10https://gerrit.wikimedia.org/r/251454 [02:11:22] (03CR) 10jenkins-bot: [V: 04-1] Add LICENSE file [wikimedia/discovery/relevancylab] - 10https://gerrit.wikimedia.org/r/251454 (owner: 10EBernhardson) [02:13:43] 10MediaWiki-Internationalization: Lojban translations - https://phabricator.wikimedia.org/T117841#1787440 (10Krenair) I don't think any of the namespaces mentioned are part of the configuration (and therefore subject to configuration change requirements such as consensus), they are part of the actual software it... [02:15:57] 10MediaWiki-Internationalization: Lojban translations - https://phabricator.wikimedia.org/T117841#1787441 (10Krenair) As for the month names, I see them. Just go to 'https://translatewiki.net/wiki/MediaWiki:' with the English month name appended. [02:16:29] 10MediaWiki-Internationalization: Lojban translations - https://phabricator.wikimedia.org/T117841#1787443 (10Krenair) Sorry, beneath your huge table I just noticed this: > The Wikipedia namespace should be called "uikipedi'as", or, if apostrophes aren't allowed, "uikipediias". That probably would be a config c... [02:17:36] (03CR) 10Gergő Tisza: [C: 031] Add SessionManager [core] - 10https://gerrit.wikimedia.org/r/243223 (https://phabricator.wikimedia.org/T111296) (owner: 10Anomie) [02:22:01] (03CR) 10Bmansurov: [C: 031] Allow AUTHOR|CREDITS with .{media,}wiki extension [core] - 10https://gerrit.wikimedia.org/r/251440 (https://phabricator.wikimedia.org/T117932) (owner: 10Spage) [02:28:35] 3Discovery-Maps-Sprint: Design tag to support GeoJSON & counting - https://phabricator.wikimedia.org/T117939#1787453 (10Yurik) 3NEW [02:29:09] 10MediaWiki-RfCs, 10Architecture, 3Discovery-Maps-Sprint, 7RfC: Design tag to support GeoJSON & counting - https://phabricator.wikimedia.org/T117939#1787461 (10Yurik) [02:33:26] 10MediaWiki-Special-pages, 10MobileFrontend, 7Easy, 5Patch-For-Review: Special:Version doesn't show MobileFrontend's CREDITS.mediawiki - https://phabricator.wikimedia.org/T117932#1787463 (10Spage) > It should support other text file extensions. Special:Version assumes anything not ending in .txt is wikitex... [02:40:45] 10MediaWiki-Special-pages, 10OOjs-UI: Vertical alignment inside dropdown widget is wrong on OOUI move page form - https://phabricator.wikimedia.org/T117729#1787470 (10matmarex) I investigated this a bit more and I was actually wrong, @GOIII was a lot closer. >>! In T117729#1784673, @GOIII wrote: > `span.oo-ui... [02:41:49] 10MediaWiki-extensions-PdfHandler: Images not rendering, displaying as a clickable link. - https://phabricator.wikimedia.org/T117839#1787471 (10Stevenmeyerwiki) As a side note, I tried to insert the line "proc_get_status" to both php.ini files (apache 2 and cli). It still failed. [02:43:10] (03PS1) 10VolkerE: Sync with global UI Std variables & align with Less Coding Conventions [skins/Blueprint] - 10https://gerrit.wikimedia.org/r/251456 [02:48:39] 10MediaWiki-Special-pages, 10OOjs-UI: Vertical alignment inside dropdown widget is wrong on OOUI move page form - https://phabricator.wikimedia.org/T117729#1787474 (10matmarex) a:3matmarex [02:48:58] (03CR) 10VolkerE: [C: 032] Sync with global UI Std variables & align with Less Coding Conventions [skins/Blueprint] - 10https://gerrit.wikimedia.org/r/251456 (owner: 10VolkerE) [02:49:39] (03Merged) 10jenkins-bot: Sync with global UI Std variables & align with Less Coding Conventions [skins/Blueprint] - 10https://gerrit.wikimedia.org/r/251456 (owner: 10VolkerE) [03:04:41] (03PS2) 10VolkerE: Add footer (copyright/privacy/about/disclaimers/project links) [skins/Blueprint] - 10https://gerrit.wikimedia.org/r/251217 (https://phabricator.wikimedia.org/T104288) (owner: 10Pastakhov) [03:05:37] (03CR) 10VolkerE: "@SPage I think we wanna stay with QuickTemplate, right?" [skins/Blueprint] - 10https://gerrit.wikimedia.org/r/251217 (https://phabricator.wikimedia.org/T104288) (owner: 10Pastakhov) [03:08:07] hey everyone :) [03:08:19] its been a while :) [03:14:50] 10MediaWiki-Uploading, 6Commons, 6Multimedia, 10VisualEditor, and 4 others: Cross-wiki upload tool fails to add == {{int:filedesc}} == or == {{int:license-header}} == - https://phabricator.wikimedia.org/T117878#1787481 (10matmarex) Fixed and deployed. @Steinsplitter, if you want my help in cleaning up the... [03:14:58] 10MediaWiki-General-or-Unknown, 6Multimedia, 10VisualEditor, 5MW-1.27-release-notes, and 2 others: Categories and descriptions are sometimes multiplicated in mw.Upload uploads - https://phabricator.wikimedia.org/T116394#1787484 (10matmarex) Fixed and deployed. @Steinsplitter, if you want my help in cleanin... [03:15:06] 10MediaWiki-Uploading, 6Commons, 6Multimedia, 10VisualEditor, and 3 others: Cross-wiki upload tool does not link the author in the {{information}} blurb - https://phabricator.wikimedia.org/T117882#1787486 (10matmarex) Fixed and deployed. @Steinsplitter, if you want my help in cleaning up the uploads affect... [03:20:49] 10MediaWiki-Special-pages, 10OOjs-UI, 5Patch-For-Review: Vertical alignment inside dropdown widget is wrong on OOUI move page form - https://phabricator.wikimedia.org/T117729#1787499 (10GOIII) >>! In T117729#1787470, @matmarex wrote: > > This does fix this issue, but I'm not sure if your explanation is corr... [03:30:33] 10MediaWiki-Internationalization: Lojban translations - https://phabricator.wikimedia.org/T117841#1787503 (10KSFT) Do I need to open a separate task for all of the namespace name changes, or is that one different from the others? [03:37:56] (03PS7) 10Bmansurov: Add Schema class [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/250057 (https://phabricator.wikimedia.org/T117140) [03:48:57] 10Gather, 7Easy: Deprecation warnings in mobile beta - https://phabricator.wikimedia.org/T116832#1787505 (10D3r1ck01) Ohhh, yeah. Fixing this one straight away :) [03:51:27] 10MediaWiki-extensions-Newsletter, 7Easy, 3Google-Code-In-2015: Confirmation box before removing a publisher - https://phabricator.wikimedia.org/T108937#1787509 (10Haritha28) a:3Haritha28 [03:52:31] Gather is an extension i have never heard of [03:52:47] whats it used for really? Need to dig on it :) [03:53:23] (03PS41) 10Qdinar: Add Tatar LanguageConverter [core] - 10https://gerrit.wikimedia.org/r/164049 (https://phabricator.wikimedia.org/T27537) [04:00:31] (03CR) 10Qdinar: "just fixed "variantname"s." [core] - 10https://gerrit.wikimedia.org/r/164049 (https://phabricator.wikimedia.org/T27537) (owner: 10Qdinar) [04:03:00] (03CR) 10Gergő Tisza: [C: 031] Add Schema class [extensions/EventLogging] - 10https://gerrit.wikimedia.org/r/250057 (https://phabricator.wikimedia.org/T117140) (owner: 10Bmansurov) [04:03:52] hi d3r1ck o/ [04:05:23] 10Gather, 7Easy: Deprecation warnings in mobile beta - https://phabricator.wikimedia.org/T116832#1787510 (10D3r1ck01) a:3D3r1ck01 [04:05:49] Hydronium: whats up? [04:06:06] nothing much. you? [04:06:28] Hydronium: fine. You look kind of new to me. Are my correct? Or is it the other way round? [04:07:00] well, I'm a high school student who volunteers occasionally but at the moment I'm not very active b/c school [04:07:57] Hydronium: ohhh, i see. Google Code In? [04:08:05] yea [04:08:43] Ok [04:09:46] aren't you part of the outreachy thing? [04:10:22] Hydronium: in what sense? [04:10:33] like, a participant etc. [04:10:44] Hydronium: I am a make and i heard Outreachy is only for women :) [04:10:52] make -> male [04:11:08] I think they opened it up for all minorities https://www.gnome.org/outreachy/ [04:11:28] so i am preparing for GSoC 2016 [04:11:32] or maybe that is US only [04:11:48] Maybe. But Hydronium, Outreach is for women [04:11:52] only. [04:11:53] I have really bad memory, my bad [04:12:05] Its like kind of GSoC for women :) [04:13:57] well, nice to meet you [04:15:07] (03PS1) 10D3r1ck01: Deprecation warnings in mobile beta [extensions/Gather] (dev) - 10https://gerrit.wikimedia.org/r/251459 (https://phabricator.wikimedia.org/T116832) [04:15:43] Hydronium: nice to meet you too. Well i have not been around lately. But not for long. I am back now :) [04:16:04] Need to submit fixes as many as possible :) [04:16:14] Hydronium: So what are you working on? [04:19:41] d3r1ck: not sure how to summarize, but you can look at the bugs I've subscribed to https://phabricator.wikimedia.org/search/query/Ltk2.6525r1z/#R [04:19:50] talk to you later, have homework to do [04:20:45] Hydronium: ok. Do your home work. [04:22:34] (03CR) 10Galorefitz: [C: 031] "Yes, I do. In college, I am always behind a proxy server." [extensions/Git2Pages] - 10https://gerrit.wikimedia.org/r/250055 (https://phabricator.wikimedia.org/T115206) (owner: 10Galorefitz) [04:24:54] (03CR) 10Galorefitz: Make Git2Pages respect proxy using $wgHTTPProxy (031 comment) [extensions/Git2Pages] - 10https://gerrit.wikimedia.org/r/250055 (https://phabricator.wikimedia.org/T115206) (owner: 10Galorefitz) [04:26:02] (03PS9) 10VolkerE: Add `