[00:01:01] (03PS1) 10Jdlrobson: Move collapsibleNav to core [extensions/Vector] - 10https://gerrit.wikimedia.org/r/83590 [00:01:05] AaronSchulz: 'cluster' where? [00:01:57] (03PS2) 10Jdlrobson: Move collapsibleNav to core [extensions/Vector] - 10https://gerrit.wikimedia.org/r/83590 [00:02:17] Hmm [00:03:36] (03PS2) 10Jdlrobson: Hygiene: Make user login form HTML more semantically correct [core] - 10https://gerrit.wikimedia.org/r/83429 [00:03:37] (03PS15) 10Jdlrobson: Experimental: Apply mobile typography lessons to Vector on desktop [core] - 10https://gerrit.wikimedia.org/r/79948 [00:03:38] (03PS1) 10Jdlrobson: Move code for navigation collapsing to core [core] - 10https://gerrit.wikimedia.org/r/83591 [00:04:54] (03CR) 10Bartosz Dziewoński: [C: 04-1] "The images are already in cone in a few places (e.g. in the mediawiki.icons module), it'd be nice not to duplicate them. (But, interesting" [core] - 10https://gerrit.wikimedia.org/r/83591 (owner: 10Jdlrobson) [00:06:06] (03CR) 10Bartosz Dziewoński: "This and https://gerrit.wikimedia.org/r/#/c/80769/ are going to conflict :(" [core] - 10https://gerrit.wikimedia.org/r/83429 (owner: 10Jdlrobson) [00:08:01] JobQueueGroup::singleton( $page['dbname'] )->push( $job ); [00:09:18] Oh, I see [00:09:22] legoktm: I think it's your fault [00:09:26] oh? [00:10:11] You're passing dbname as a cluster [00:10:29] dbname should just be $wgDBname in this case... [00:10:30] is that wrong? [00:10:50] JobQueueGroup::singleton()->push( $job ); [00:11:13] > var_dump( wfWikiID() ); [00:11:13] string(10) "wikidb-mw_" [00:11:39] if you want to submit a job into a other wiki's job queue, you have to stick the dbname in ::singleton( $dbname ) [00:12:07] so i should use wfWikiID instead of $wgDBname/ [00:12:51] the dbname is picked in MassMessageHooks::ParserFunction [00:12:55] function wfWikiID() { [00:12:55] global $wgDBprefix, $wgDBname; [00:12:55] if ( $wgDBprefix ) { [00:12:55] return "$wgDBname-$wgDBprefix"; [00:12:55] } else { [00:12:55] return $wgDBname; [00:12:57] } [00:13:00] } [00:13:43] Looks like it [00:14:05] Would work fine on wikimedia [00:14:10] Not on wikis with prefixes :D [00:14:47] hm [00:14:58] theres probably a way to get a remote wiki's id? [00:15:43] ok [00:15:48] in class WikiMap [00:16:02] the $wikiID is just database name, not prefix too [00:18:07] i don't think theres any way to get dbprefix of a remote wiki, since presumably that isnt stored in wgConf either [00:18:26] obviously very well tested code paths [00:18:38] :x [00:20:03] (03PS1) 10Legoktm: Use wfWikiID() so we also get any $wgDBprefix [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/83595 [00:20:09] Reedy: ^ [00:20:13] (03CR) 10jenkins-bot: [V: 04-1] Use wfWikiID() so we also get any $wgDBprefix [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/83595 (owner: 10Legoktm) [00:20:17] lol [00:20:27] :/ [00:21:30] (03PS2) 10Legoktm: Use wfWikiID() so we also get any $wgDBprefix [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/83595 [00:21:36] (03CR) 10jenkins-bot: [V: 04-1] Use wfWikiID() so we also get any $wgDBprefix [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/83595 (owner: 10Legoktm) [00:25:20] ugh, this is going to cause merge errors [00:27:07] I've got another comment/issue/whatever/question whatever you want to call it after [00:27:37] might as well go for it now, i'm already confused [00:28:07] I'm wondering if it should be more than 1 user per job [00:28:22] (03PS3) 10Jdlrobson: Move collapsibleNav to core [extensions/Vector] - 10https://gerrit.wikimedia.org/r/83590 [00:28:29] you mean more than one delivery per job? [00:28:36] yeah [00:28:49] But then.. [00:28:57] We essentially do the same thing for refreshlinks etc [00:29:00] So I guess not [00:29:14] the advantage of using 1 delivery == 1 job is that you can just count how many jobs left and you know how many messages are left [00:29:55] also if a job fails (shouldnt ever happen), only that one delivery fails [00:30:34] (03PS16) 10Jdlrobson: Experimental: Apply mobile typography lessons to Vector on desktop [core] - 10https://gerrit.wikimedia.org/r/79948 [00:30:50] Mmmm [00:30:52] (03CR) 10Jdlrobson: "Bartosz Dziewoński: where do the icons that duplicate these reside? I can't seem to find them..." [core] - 10https://gerrit.wikimedia.org/r/83591 (owner: 10Jdlrobson) [00:35:59] (03PS3) 10Rahul21: Adding "url" to the "ajax" object inside /test/jasmine/spec/mw.Api.edit.spec.js [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/83374 [00:40:33] (03CR) 10Mwjames: [C: 04-1] "Doing -1 now because some nifty changes are coming based on the usage of DIC and when merging will be marked with alpha-3." [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/61171 (owner: 10Mwjames) [00:45:15] (03CR) 10Jdlrobson: "Mark could you provide some feedback on how such an experiment could fit into Beta Labs experiments?" [core] - 10https://gerrit.wikimedia.org/r/79948 (owner: 10Jdlrobson) [00:58:28] (03CR) 10Mwjames: [C: 04-1] "Don't bother, needs consolidation and goes into alpha-3" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/78964 (owner: 10Mwjames) [00:59:15] (03CR) 10Mwjames: [C: 04-1] "Don't bother, needs consolidation and goes into alpha-3" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/80365 (owner: 10Mwjames) [01:00:00] (03CR) 10Mwjames: [C: 04-1] "Don't bother, needs consolidation and goes into alpha-3" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/77493 (owner: 10Mwjames) [01:08:45] (03CR) 10MZMcBride: "Bump." [extensions/GlobalBlocking] - 10https://gerrit.wikimedia.org/r/59751 (owner: 10Alex Monk) [01:21:30] GorillaWarfare: you around? [01:21:53] I am [01:22:34] I was just going through your new patches again -- and came across your comment about what to do about indentation [01:23:20] I was thinking you could either track that in the json object; or you could query the element's parent dom node to get information there [01:23:30] e.g. -- find out how many parents it has [01:23:46] by recursive calls [01:24:44] Find out how many parents it has... you mean make the section a child of the element above it when it's idented? [01:28:40] ya [01:28:50] and that totally solves your css issue as well [01:29:10] though; it introduces a new one; all child elements will get dragged along with it [01:29:14] which may be a feature! [01:29:22] Hmm, do you think it would be efficient enough? [01:29:51] Lol, https://bugzilla.wikimedia.org/show_bug.cgi?id=53435 [01:31:47] GorillaWarfare: probably; parent queries once you have a node are really cheap [01:32:48] Oh, I meant moving the node around [01:33:31] oh yes; that's also very cheap from a JS perspective -- detaching/reattaching nodes is a known problem [01:33:37] and thus well solved in jquery [01:33:52] so from a DOM perspective you're set [01:34:02] Ah, okay. Might be worth giving it a shot, then [01:34:17] *nods* [01:34:37] you can do it in another patch though if you want -- this one is solid enough I'm willing to push it [01:35:01] (03CR) 10Mwjames: [C: 04-1] "Doing -1 for now because I'm not sure what do to with it. Possible dependencies are minimized as best as possible but should it be part of" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/56393 (owner: 10Mwjames) [01:35:32] *nod* [01:35:33] Sounds good [01:37:45] (03PS1) 10Reedy: Remove SlippyMap [extensions] - 10https://gerrit.wikimedia.org/r/83600 [01:38:39] (03PS2) 10Reedy: Remove SlippyMap [extensions] - 10https://gerrit.wikimedia.org/r/83600 [01:38:47] (03CR) 10Reedy: [C: 032 V: 032] Remove SlippyMap [extensions] - 10https://gerrit.wikimedia.org/r/83600 (owner: 10Reedy) [01:39:00] Have to go do some homework now, but hopefully I'll get a chance to poke at some patches tonight [01:41:14] yep yep [01:42:54] (03CR) 10Mwjames: "Haven't forgotten about this but I needed to make some necessary adjustments so that generally used mock objects (such as [1]) are accesse" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/74329 (owner: 10Netbrain) [01:44:52] (03PS1) 10Reedy: Fix QuizeTabulate [extensions] - 10https://gerrit.wikimedia.org/r/83601 [01:45:47] (03PS2) 10Reedy: Fix QuizeTabulate [extensions] - 10https://gerrit.wikimedia.org/r/83601 [01:45:52] (03CR) 10Reedy: [C: 032 V: 032] Fix QuizeTabulate [extensions] - 10https://gerrit.wikimedia.org/r/83601 (owner: 10Reedy) [01:50:58] Anyone else around? [01:51:13] InstantCommons thumbnails seem to be broken for me on my dev wiki [01:51:47] * Reedy tests thumb.php [01:52:43] Error generating thumbnail [01:52:43] The source file 'Mantelaffe-mit-Baby-Zoo-Muenster.jpg' does not exist. [01:54:44] Reedy: focus! you are testing the Wikilove patch! [01:54:51] not tumbnailing at the moment >.> [01:54:53] p858snake|l: I can't test it [01:55:03] It won't let me select an image (for the predefined ones at least) [01:55:06] Can't! :0 [01:55:09] excuses excuses >.> [01:55:26] https://bugzilla.wikimedia.org/show_bug.cgi?id=49670 [01:55:34] Dupe [01:58:26] Scrollbar iffy too [02:01:49] (03CR) 10Reedy: [C: 032] Create new LQT thread if possible [extensions/WikiLove] - 10https://gerrit.wikimedia.org/r/83409 (owner: 10Legoktm) [02:01:52] (03Merged) 10jenkins-bot: Create new LQT thread if possible [extensions/WikiLove] - 10https://gerrit.wikimedia.org/r/83409 (owner: 10Legoktm) [02:10:33] (03Abandoned) 10Jdlrobson: Update Collapsible Nav styling for Vector style refresh [extensions/Vector] - 10https://gerrit.wikimedia.org/r/80519 (owner: 10Jdlrobson) [02:26:10] (03PS1) 10Reedy: Spaces to tabs [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/83604 [02:53:53] (03PS2) 10Mwjames: [DIC]: SMWHooks::onNewRevisionFromEditComplete to \SMW\NewRevisionFromEditComplete [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83377 [03:20:57] ori-l: I lost all my browser tabs. [03:21:01] I've started anew. [03:56:39] a browser tab is a joy for ever / its loveliness increases / it will never / pass into nothingness [03:57:10] i'm making abstract art with ganglia [04:25:01] (03CR) 10Mwjames: [C: 032] [DIC]: SMWHooks::onNewRevisionFromEditComplete to \SMW\NewRevisionFromEditComplete [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83377 (owner: 10Mwjames) [04:26:27] (03Merged) 10jenkins-bot: [DIC]: SMWHooks::onNewRevisionFromEditComplete to \SMW\NewRevisionFromEditComplete [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83377 (owner: 10Mwjames) [05:40:28] (03CR) 10Jeroen De Dauw: "(2 comments)" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/74329 (owner: 10Netbrain) [06:38:37] (03PS5) 10Aude: postgresql schema update for rc_external_type column [core] - 10https://gerrit.wikimedia.org/r/81396 [06:38:38] (03PS7) 10Aude: Add rc_external_type column to recentchanges table [core] - 10https://gerrit.wikimedia.org/r/81277 (owner: 10EBernhardson (WMF)) [06:39:31] (03CR) 10Aude: "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/81396 (owner: 10Aude) [06:50:16] (03PS1) 10Rfaulk: mod - argparse handles command line args. [sartoris] - 10https://gerrit.wikimedia.org/r/83605 [06:50:17] (03PS1) 10Rfaulk: mod - refactor into git-deploy script & container for functionality. [sartoris] - 10https://gerrit.wikimedia.org/r/83606 [06:50:18] (03PS1) 10Rfaulk: add - licensing ref. [sartoris] - 10https://gerrit.wikimedia.org/r/83607 [06:50:42] (03CR) 10Rfaulk: [C: 032 V: 032] mod - argparse handles command line args. [sartoris] - 10https://gerrit.wikimedia.org/r/83605 (owner: 10Rfaulk) [06:50:53] (03CR) 10Rfaulk: [C: 032 V: 032] mod - refactor into git-deploy script & container for functionality. [sartoris] - 10https://gerrit.wikimedia.org/r/83606 (owner: 10Rfaulk) [06:51:04] (03CR) 10Rfaulk: [C: 032 V: 032] add - licensing ref. [sartoris] - 10https://gerrit.wikimedia.org/r/83607 (owner: 10Rfaulk) [07:15:47] (03CR) 10Nemo bis: "(1 comment)" [tools/release] - 10https://gerrit.wikimedia.org/r/72966 (owner: 10MarkAHershberger) [07:20:13] (03PS1) 10Mwjames: SMWHooks::onSpecialStatsAddExtra -> SMW\SpecialStatsAddExtra [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83608 [07:42:42] (03PS1) 10Rfaulk: fix - import. [sartoris] - 10https://gerrit.wikimedia.org/r/83609 [07:42:43] (03PS1) 10Rfaulk: add - updates reflecting latest commits. [sartoris] - 10https://gerrit.wikimedia.org/r/83610 [07:42:45] (03PS1) 10Rfaulk: add - more updates + section for deploy hooks. [sartoris] - 10https://gerrit.wikimedia.org/r/83611 [07:43:02] (03CR) 10Rfaulk: [C: 032 V: 032] fix - import. [sartoris] - 10https://gerrit.wikimedia.org/r/83609 (owner: 10Rfaulk) [07:43:16] (03CR) 10Rfaulk: [C: 032 V: 032] add - updates reflecting latest commits. [sartoris] - 10https://gerrit.wikimedia.org/r/83610 (owner: 10Rfaulk) [07:43:32] (03CR) 10Rfaulk: [C: 032 V: 032] add - more updates + section for deploy hooks. [sartoris] - 10https://gerrit.wikimedia.org/r/83611 (owner: 10Rfaulk) [08:01:38] (03PS1) 10Your1: If the SPARQL response gives a empty value the $variable won't be set and will trigger a notice. This fix prevents the notice. [extensions/LinkedWiki] - 10https://gerrit.wikimedia.org/r/83612 [08:06:49] (03CR) 10Mattflaschen: [C: 04-1] "This works, though jQueryMsg's behavior here is inconsistent with the server. The server does not accept" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/81675 (owner: 10Rillke) [08:06:52] (03PS2) 10Mwjames: SMWHooks::onSpecialStatsAddExtra -> SMW\SpecialStatsAddExtra [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83608 [08:45:26] (03PS1) 10Mattflaschen: Fix inaccurate jQueryMsg comment. [core] - 10https://gerrit.wikimedia.org/r/83615 [08:47:33] (03PS2) 10Mattflaschen: Fix inaccurate jQueryMsg comment. [core] - 10https://gerrit.wikimedia.org/r/83615 [08:47:41] (03PS3) 10Mattflaschen: Fix inaccurate jQueryMsg comment [core] - 10https://gerrit.wikimedia.org/r/83615 [09:00:41] (03PS32) 10Tpt: Display of page shifted to ProofreadPagePage class. [extensions/ProofreadPage] (pagePagesRefactoring) - 10https://gerrit.wikimedia.org/r/76891 (owner: 10Rtdwivedi) [09:23:52] (03PS1) 10Tpt: Merge master before the drop of 1.19 compatibility [extensions/ProofreadPage] (REL1_19) - 10https://gerrit.wikimedia.org/r/83618 [09:24:25] (03CR) 10Tpt: [C: 032] Merge master before the drop of 1.19 compatibility [extensions/ProofreadPage] (REL1_19) - 10https://gerrit.wikimedia.org/r/83618 (owner: 10Tpt) [09:24:31] (03Merged) 10jenkins-bot: Merge master before the drop of 1.19 compatibility [extensions/ProofreadPage] (REL1_19) - 10https://gerrit.wikimedia.org/r/83618 (owner: 10Tpt) [09:25:02] (03PS1) 10Anubhavagarwal: almost final code, for more details please see the august report https://www.mediawiki.org/wiki/User:Anubhav_iitr/Bayesan_spam_filter/Project_updates [extensions/BayesianFilter] - 10https://gerrit.wikimedia.org/r/83619 [09:41:40] (03CR) 10Mattflaschen: [C: 04-1] "(2 comments)" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/80954 (owner: 10MarkTraceur) [09:52:22] (03PS1) 10Aude: Update Wikibase with forward compatiblity for new site link structure [core] (wmf/1.22wmf15) - 10https://gerrit.wikimedia.org/r/83622 [11:06:16] (03CR) 10Bartosz Dziewoński: [C: 032] Fix inaccurate jQueryMsg comment [core] - 10https://gerrit.wikimedia.org/r/83615 (owner: 10Mattflaschen) [11:09:05] (03Merged) 10jenkins-bot: Fix inaccurate jQueryMsg comment [core] - 10https://gerrit.wikimedia.org/r/83615 (owner: 10Mattflaschen) [11:29:27] (03Abandoned) 10Aude: Update Wikibase with forward compatiblity for new site link structure [core] (wmf/1.22wmf15) - 10https://gerrit.wikimedia.org/r/83622 (owner: 10Aude) [11:43:40] (03PS1) 10Mwjames: \SMW\TableResultPrinter move mock objects into MockObjectRepository [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83627 [11:45:35] (03PS2) 10Mwjames: \SMW\TableResultPrinter move mock objects into MockObjectRepository [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83627 [11:51:54] (03CR) 10Mwjames: [C: 032] \SMW\TableResultPrinterTest move mock objects into MockObjectRepository [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83627 (owner: 10Mwjames) [11:53:20] (03Merged) 10jenkins-bot: \SMW\TableResultPrinterTest move mock objects into MockObjectRepository [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83627 (owner: 10Mwjames) [11:56:07] (03PS1) 10Clancer: Adding database schema and appropriate hook Grades page now interacts with database need to add functions on moodle end to get internal ids and grades [extensions/Moodle] - 10https://gerrit.wikimedia.org/r/83628 [12:25:55] (03CR) 10Bartosz Dziewoński: "As I said, one copy is used by the mediawiki.icon module, it sits in resources/mediawiki/images. Another is used by Vector for its dropdow" [core] - 10https://gerrit.wikimedia.org/r/83591 (owner: 10Jdlrobson) [12:30:18] (03CR) 10Mwjames: "I cleaned up [1] the unit test (which means you need to rebase your change set, sorry for that) in a way that object composition and asser" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/74329 (owner: 10Netbrain) [13:04:23] hi [13:05:39] any can know how i make like this page https://en.wikipedia.org/wiki/Portal:Arts [13:09:41] i wanna to create categorys and each category have more button [13:09:53] any help????? [13:10:19] any suggest?? [13:14:05] ؟؟ظ [13:14:08] ??? [13:14:28] any body here? [14:38:36] Hello browser testers [16:14:00] (03PS1) 10Jeroen De Dauw: Run build with multiple MW versions [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83631 [16:14:02] (03CR) 10Mwjames: "Can't really tell if this will work or not" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83631 (owner: 10Jeroen De Dauw) [16:14:03] (03CR) 10Bartosz Dziewoński: "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/83429 (owner: 10Jdlrobson) [16:14:06] (03CR) 10Jeroen De Dauw: "(1 comment)" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83608 (owner: 10Mwjames) [16:14:11] (03CR) 10Jeroen De Dauw: "(6 comments)" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83608 (owner: 10Mwjames) [16:14:13] (03PS1) 10Manybubbles: Defense around not getting parser output. [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/83633 [16:14:14] (03PS2) 10Manybubbles: Defense around not getting parser output. [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/83633 [16:14:17] (03CR) 10Mwjames: "(4 comments)" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83608 (owner: 10Mwjames) [16:14:19] (03PS10) 10VitaliyFilippov: Show detailed errors for bad titles. [core] - 10https://gerrit.wikimedia.org/r/43166 [16:14:20] (03PS7) 10VitaliyFilippov: Add russian messages for bad title errors. [core] - 10https://gerrit.wikimedia.org/r/44397 [16:14:21] (03CR) 10Mwjames: "(1 comment)" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83608 (owner: 10Mwjames) [16:14:22] (03CR) 10Raimond Spekking: [C: 031] Add russian messages for bad title errors. [core] - 10https://gerrit.wikimedia.org/r/44397 (owner: 10VitaliyFilippov) [16:14:31] (03CR) 10Jeroen De Dauw: [C: 032] "Lets find out then :D" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83631 (owner: 10Jeroen De Dauw) [16:14:34] (03CR) 10Jeroen De Dauw: "(1 comment)" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83608 (owner: 10Mwjames) [16:14:36] (03PS1) 10Jeroen De Dauw: Do not clone with depth one in travis build so we can use tags [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83635 [16:14:38] (03CR) 10Jeroen De Dauw: [C: 032] Do not clone with depth one in travis build so we can use tags [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83635 (owner: 10Jeroen De Dauw) [16:14:40] (03Merged) 10jenkins-bot: Do not clone with depth one in travis build so we can use tags [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83635 (owner: 10Jeroen De Dauw) [16:14:42] (03CR) 10Mwjames: "[1] says:" [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83631 (owner: 10Jeroen De Dauw) [16:14:45] (03CR) 10EBernhardson (WMF): [C: 032 V: 032] Fix Flow in response to https://gerrit.wikimedia.org/r/#/c/82527/ [extensions/Flow] - 10https://gerrit.wikimedia.org/r/83571 (owner: 10Matthias Mullie) [16:14:51] heh. grrrit-wm was clogged, it seems? [16:15:04] looks like it just unclogged, yeah [16:15:06] (03PS1) 10Daniel Werner: Introduction of Content::getActualContent [core] - 10https://gerrit.wikimedia.org/r/83647 [16:15:11] (03CR) 10Frédéric Wang: "wiki2jax takes the TeX code for the error in the second patch. However, I think that's still not really good to see the error message for " [extensions/Math] - 10https://gerrit.wikimedia.org/r/83399 (owner: 10Frédéric Wang) [16:15:29] labs was down [16:18:49] did grrrit-wm really manage to reboot and relay all the missed messages? [16:21:35] labs is still not functional for projects with nfs I believe [16:22:12] Nemo_bis: yes, thats a feature. [16:22:32] legoktm: and an amusing one! I'm not sure I believe you :) [16:22:46] does it store in redis also whether an event was reported? [16:23:36] not sure, YuviPanda would know the specifics [16:29:49] (03CR) 10Anomie: [C: 032] Fix "old style" logout [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/83551 (owner: 10CSteipp) [16:29:53] (03Merged) 10jenkins-bot: Fix "old style" logout [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/83551 (owner: 10CSteipp) [16:30:16] (03PS2) 10Daniel Werner: Introduction of Content::getActualContent [core] - 10https://gerrit.wikimedia.org/r/83647 [16:36:36] (03PS3) 10Frédéric Wang: Improvements to prepare a MathJax+PNG option [extensions/Math] - 10https://gerrit.wikimedia.org/r/83399 [16:38:04] (03PS4) 10Frédéric Wang: Improvements to prepare a MathJax+PNG option [extensions/Math] - 10https://gerrit.wikimedia.org/r/83399 [16:46:02] (03PS1) 10Anomie: Re-do edge login when JS login check succeeds [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/83655 [16:46:41] (03CR) 10Anomie: "Note I haven't tested this yet, but I'm putting it out there in case someone else gets a chance to test it first." [extensions/CentralAuth] - 10https://gerrit.wikimedia.org/r/83655 (owner: 10Anomie) [16:48:33] (03CR) 10Frédéric Wang: "So this is the same as the previous patch, except that the WG_MATHJAX mode uses MathSource.php and so keeps the same behavior (no image pr" [extensions/Math] - 10https://gerrit.wikimedia.org/r/83399 (owner: 10Frédéric Wang) [16:54:09] (03PS1) 10Dan-nl: addressing brian wolff’s comments [extensions/GWToolset] - 10https://gerrit.wikimedia.org/r/83657 [17:05:19] (03PS1) 10Jeroen De Dauw: Have code coverage only run for the mysql build against master [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83660 [17:05:21] (03PS2) 10Rillke: Parse mwe-upwiz-tooltip-skiptutorial containing link [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/81675 [17:05:24] (03CR) 10jenkins-bot: [V: 04-1] Parse mwe-upwiz-tooltip-skiptutorial containing link [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/81675 (owner: 10Rillke) [17:05:52] (03CR) 10Jeroen De Dauw: [C: 032 V: 032] Have code coverage only run for the mysql build against master [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83660 (owner: 10Jeroen De Dauw) [17:17:46] (03PS1) 10Jforrester: Better text for in core [core] - 10https://gerrit.wikimedia.org/r/83662 [17:30:18] (03PS1) 10Jeroen De Dauw: Update path in travis config [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83665 [17:30:31] (03CR) 10Jeroen De Dauw: [C: 032] Update path in travis config [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83665 (owner: 10Jeroen De Dauw) [17:33:05] (03Merged) 10jenkins-bot: Update path in travis config [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83665 (owner: 10Jeroen De Dauw) [17:39:06] (03PS1) 10Physikerwelt: Displaystyle [extensions/Math] - 10https://gerrit.wikimedia.org/r/83666 [18:06:26] (03PS1) 10Reedy: Update Wikibase and WikibaseDatamodel to head of wm14 branches [core] (wmf/1.22wmf15) - 10https://gerrit.wikimedia.org/r/83670 [18:07:43] (03CR) 10Reedy: [C: 032 V: 032] Update Wikibase and WikibaseDatamodel to head of wm14 branches [core] (wmf/1.22wmf15) - 10https://gerrit.wikimedia.org/r/83670 (owner: 10Reedy) [18:08:48] (03CR) 10Daniel Kinzler: [C: 04-2] "I think it's already bad to have getNativeContent(), adding another function that does almost the same but is somehow different in same ca" [core] - 10https://gerrit.wikimedia.org/r/83647 (owner: 10Daniel Werner) [18:17:19] (03CR) 10Frédéric Wang: "(5 comments)" [extensions/Math] - 10https://gerrit.wikimedia.org/r/83666 (owner: 10Physikerwelt) [18:24:01] (03PS1) 10Anubhavagarwal: added a hook on articleDelete [extensions/BayesianFilter] - 10https://gerrit.wikimedia.org/r/83673 [18:24:19] hi [18:24:39] i need ask some eq# [18:32:07] (03CR) 10Swalling: [C: 031] "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/83662 (owner: 10Jforrester) [18:32:20] (03CR) 10Brion VIBBER: "(1 comment)" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/83568 (owner: 10Yuvipanda) [18:33:04] how i can make page which have categorys and each category have summarized from the article and have button *more* refer to the Full article like this https://en.wikipedia.org/wiki/Portal:Arts [18:33:35] (03CR) 10Jforrester: "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/83662 (owner: 10Jforrester) [18:33:52] (03CR) 10Brion VIBBER: "(1 comment)" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/83082 (owner: 10Yuvipanda) [18:35:07] (03CR) 10Anomie: "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/40337 (owner: 10btongminh) [18:35:40] any one can help? [18:37:24] (03CR) 10Yuvipanda: "(1 comment)" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/83568 (owner: 10Yuvipanda) [18:38:09] (03PS1) 10Reedy: Remove ContributionTracking [tools/release] - 10https://gerrit.wikimedia.org/r/83675 [18:38:51] why this chat created if any one ask the eq# and no one answer and if one answer talk aloooong time to answer [18:38:54] (03CR) 10Brion VIBBER: "(1 comment)" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/83568 (owner: 10Yuvipanda) [18:39:05] how i can make page which have categorys and each category have summarized from the article and have button *more* refer to the Full article like this https://en.wikipedia.org/wiki/Portal:Arts [18:39:45] (03CR) 10Yuvipanda: "(1 comment)" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/83568 (owner: 10Yuvipanda) [18:40:06] (03CR) 10Swalling: "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/83662 (owner: 10Jforrester) [18:40:44] Technical_13 : how i can make page which have categorys and each category have summarized from the article and have button *more* refer to the Full article like this https://en.wikipedia.org/wiki/Portal:Arts [18:40:47] (03CR) 10Jforrester: "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/83662 (owner: 10Jforrester) [18:40:56] any help??? [18:42:58] ahmed___: that's not automatic, people maintain that manually [18:43:26] much of the "magic" of wikipedia is not software. it's just lots and lots of people [18:43:30] ok how [18:43:31] (03CR) 10Anomie: [C: 04-1] "(3 comments)" [core] - 10https://gerrit.wikimedia.org/r/40337 (owner: 10btongminh) [18:44:07] (03CR) 10Aklapper: [C: 031] "Tested this sufficiently enough (four browsers, see bug report) to give +1." [wikimedia/bugzilla/modifications] - 10https://gerrit.wikimedia.org/r/82247 (owner: 10Aklapper) [18:44:26] ahmed___: it's just a page: https://en.wikipedia.org/w/index.php?title=Portal:Arts/Selected_anniversaries/September&action=edit [18:44:29] DanielK_WMDE :could you tell me how [18:44:34] ahmed___: you can include any page as a template [18:44:39] !templates | ahmed___ [18:44:39] ahmed___: For more information about templates, see . See also: !templateproblems , !wptemplates [18:45:28] yes [18:45:42] i will see this link [18:45:54] (03CR) 10Brion VIBBER: [C: 032] "(1 comment)" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/83568 (owner: 10Yuvipanda) [18:46:47] i imagined it can solve by Extentoin or code [18:49:58] ahmed___: possibe, but i do not know such an extension. [18:50:26] ahmed___: wikipedia is not a good example for automatic things. on wikipedia, everything is done by people. [18:50:43] there are other wikis that do many things automatically. [18:50:56] for instance using SemanticMediaWiki [18:51:01] Look on Wikia for examples [18:51:08] yes [18:51:39] but wikia not provide tools like wikimedia [18:52:25] (03PS3) 10Rillke: Parse mwe-upwiz-tooltip-skiptutorial containing link [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/81675 [18:52:45] ahmed___: they mostly use the tools wikimedia provides. and they write their own. [18:52:59] the things they write are also open source. but often hard to find. [18:53:15] but they do many things with "standard" extensions like SemanticMediaWiki. [18:54:50] ok i made my own skin can i install it on SemanticMediaWiki and upload it to my sever? [18:55:20] (03CR) 10Aklapper: [C: 031] "Deployed on boogs.wmflabs.org. When filing a bug errors still work and anything else also seems to be fine. +1." [wikimedia/bugzilla/modifications] - 10https://gerrit.wikimedia.org/r/82048 (owner: 10Aklapper) [18:55:57] putenv( "GDFONTPATH=/usr/local/apache/common/fonts" ); [18:56:06] Anyone know why the common/fonts folder is gitignored? [18:56:11] and SemanticMediaWiki support arabic? [18:56:23] and SemanticMediaWiki support arabic lang? [18:57:01] #semantic-mediawiki [18:57:34] !hss [18:57:34] ZOMG!! http://bit.ly/2sYkfl – #semantic-mediawiki [18:57:56] (03CR) 10Rillke: "First, I tried, for 2 hours to rebase merge all conflicts in the i18n file but this wasn't very pleasant, then I simply copied the MASTER " [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/81675 (owner: 10Rillke) [18:57:58] gj [18:58:19] lol [18:59:20] sorry i disconect [19:00:07] SemanticMediaWiki support arabic lang ?? and what is the deference in it??? [19:00:30] Try #semantic-mediawiki [19:01:23] (03PS1) 10Jeroen De Dauw: Add scrutinizer config [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83684 [19:01:41] ?? [19:01:56] (03CR) 10Jeroen De Dauw: [C: 032] Add scrutinizer config [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83684 (owner: 10Jeroen De Dauw) [19:03:29] !hss [19:03:30] ZOMG!! http://bit.ly/2sYkfl – #semantic-mediawiki [19:04:57] : Technical _13 : SemanticMediaWiki slove my problem? [19:06:20] I dunno... Ask the people on #semantic-mediawiki [19:07:12] (03PS1) 10Aude: Update Wikibase [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83687 [19:07:33] ok can i know the deference between mediawiki and SemanticMediaWiki [19:10:31] (03PS4) 10Rillke: Parse mwe-upwiz-tooltip-skiptutorial containing link [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/81675 [19:12:39] (03PS1) 10Jeroen De Dauw: Do not run code coverage as we can still not do a full Composer install with MW [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83690 [19:12:51] (03CR) 10Jeroen De Dauw: [C: 032 V: 032] Do not run code coverage as we can still not do a full Composer install with MW [extensions/SemanticMediaWiki] - 10https://gerrit.wikimedia.org/r/83690 (owner: 10Jeroen De Dauw) [19:15:08] (03CR) 10Rillke: "I assume that "This also applies when you're only changing things like HTML tags that you could change in other languages without speaking" [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/81675 (owner: 10Rillke) [19:24:04] (03Abandoned) 10Reedy: Remove ContributionTracking [tools/release] - 10https://gerrit.wikimedia.org/r/83675 (owner: 10Reedy) [19:24:55] (03PS1) 10Reedy: Remove ContributionReporting [tools/release] - 10https://gerrit.wikimedia.org/r/83691 [19:26:16] (03PS2) 10Aude: Update Wikibase [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83687 [19:49:53] #semantic-mediawiki [19:56:30] #semantic-mediawiki [20:00:04] any body can help me in this page https://en.wikipedia.org/w/index.php?title=Portal:Arts [20:00:06] ? [20:01:47] ahmed____: not on this channel [20:03:29] where nemo? [20:08:10] my eq# that i need to creat bage like this have categorys and each category have summery and each summery article have button "more" refer to the article like https://en.wikipedia.org/w/index.php?title=Portal:Arts [20:08:27] == ahmed [20:12:39] any suggest Nemo_bis? [20:13:05] (03PS1) 10CSteipp: Update CentralAuth to master for bug53536 [core] (wmf/1.22wmf15) - 10https://gerrit.wikimedia.org/r/83753 [20:13:30] (03PS1) 10Reedy: Improved search backend fallback in Special:Search [core] - 10https://gerrit.wikimedia.org/r/83754 [20:15:42] (03PS1) 10CSteipp: Update CentralAuth to master for bug53536 [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83756 [20:20:07] (03CR) 10Chad: [C: 032] Defense around not getting parser output. [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/83633 (owner: 10Manybubbles) [20:21:36] (03CR) 10Dzahn: [C: 032] Center the 'Common actions' buttons on Bugzilla frontpage [wikimedia/bugzilla/modifications] - 10https://gerrit.wikimedia.org/r/82247 (owner: 10Aklapper) [20:22:33] ahmed____|ahmed [20:23:03] ahmed____ | ahmed [20:23:20] how i change my name? [20:24:06] (03Merged) 10jenkins-bot: Defense around not getting parser output. [extensions/CirrusSearch] - 10https://gerrit.wikimedia.org/r/83633 (owner: 10Manybubbles) [20:24:07] (03CR) 10Dzahn: [V: 032] Center the 'Common actions' buttons on Bugzilla frontpage [wikimedia/bugzilla/modifications] - 10https://gerrit.wikimedia.org/r/82247 (owner: 10Aklapper) [20:25:04] (03PS7) 10Nemo bis: Add GENDER support to pagetriage-byline and friend [extensions/PageTriage] - 10https://gerrit.wikimedia.org/r/77898 [20:25:11] (03CR) 10CSteipp: [C: 032] "Try again..." [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83756 (owner: 10CSteipp) [20:25:14] :Nemo_bis can you tell me where i ask? [20:25:21] (03CR) 10Dzahn: "deployed, the buttons are centered now" [wikimedia/bugzilla/modifications] - 10https://gerrit.wikimedia.org/r/82247 (owner: 10Aklapper) [20:25:27] ahmed____: no; no idea [20:26:02] Bugzilla common action buttons are now centered [20:26:06] ahmed____: /nick [20:26:41] (03CR) 10Nemo bis: "Rebased. (Of course readability whitespace changes come only after I submit my patches...)" [extensions/PageTriage] - 10https://gerrit.wikimedia.org/r/77898 (owner: 10Nemo bis) [20:27:58] (03PS1) 10Chad: Cirrus to master [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83757 [20:28:38] (03Merged) 10jenkins-bot: Update CentralAuth to master for bug53536 [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83756 (owner: 10CSteipp) [20:29:09] Technical_13: you where i can found answer to my eq#? [20:29:34] Huh? [20:30:30] my eq# that i need to creat page like this have categorys and each category have summery and each summery article have button "more" refer to the article like https://en.wikipedia.org/w/index.php?title=Portal:Arts [20:32:51] Technical_13: my eq# that i need to creat page like this have categorys and each category have summery and each summery article have button "more" refer to the article like https://en.wikipedia.org/w/index.php?title=Portal:Arts [20:33:17] I can't help you any more ahmed____ [20:33:19] Sorry. [20:34:39] why?? [20:35:05] (03CR) 10CSteipp: [C: 032] Update CentralAuth to master for bug53536 [core] (wmf/1.22wmf15) - 10https://gerrit.wikimedia.org/r/83753 (owner: 10CSteipp) [20:35:21] Technical_13: why? [20:37:45] (03Merged) 10jenkins-bot: Update CentralAuth to master for bug53536 [core] (wmf/1.22wmf15) - 10https://gerrit.wikimedia.org/r/83753 (owner: 10CSteipp) [20:38:06] (03PS2) 10Jdlrobson: Move code for navigation collapsing to core [core] - 10https://gerrit.wikimedia.org/r/83591 [20:38:54] ok thanks [20:39:17] (03CR) 10Dzahn: [C: 032 V: 032] "looks good, removing those 2 custom templates doesn't appear to break stuff and ++ for more sync with upstream" [wikimedia/bugzilla/modifications] - 10https://gerrit.wikimedia.org/r/82048 (owner: 10Aklapper) [20:40:27] (03CR) 10Dzahn: "deployed" [wikimedia/bugzilla/modifications] - 10https://gerrit.wikimedia.org/r/82048 (owner: 10Aklapper) [20:41:33] (03CR) 10Chad: [C: 032] Cirrus to master [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83757 (owner: 10Chad) [20:43:28] (03PS2) 10Nemo bis: Update extension description to include recent email blacklisting feature [extensions/SpamBlacklist] - 10https://gerrit.wikimedia.org/r/78642 [20:44:12] brion: http://etherpad.wikimedia.org/p/WikimediaEngineering2013-FrontEndRfC [20:44:23] (03Merged) 10jenkins-bot: Cirrus to master [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83757 (owner: 10Chad) [20:48:44] (03CR) 10Reedy: "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/83754 (owner: 10Reedy) [20:50:23] (03PS2) 10PleaseStand: Improved search backend fallback in Special:Search [core] - 10https://gerrit.wikimedia.org/r/83754 (owner: 10Reedy) [21:00:43] (03CR) 10Chad: "Since $wgSearchType is already in the list of $alternatives, what are we actually accomplishing here?" [core] - 10https://gerrit.wikimedia.org/r/83754 (owner: 10Reedy) [21:02:55] (03CR) 10Reedy: "If you pass a bad backend, it's currently falling back to mysql search. It should use the default search engine first" [core] - 10https://gerrit.wikimedia.org/r/83754 (owner: 10Reedy) [21:04:46] (03CR) 10Bsitu: [C: 032] "I am surprised that the function signature was changed without considering that it would break all the function callers. It should update" [extensions/MoodBar] - 10https://gerrit.wikimedia.org/r/83553 (owner: 10Reedy) [21:04:47] (03PS2) 10Nemo bis: Complete PLURAL support in mwe-upwiz-mins-secs-remaining [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/78372 [21:05:22] (03Merged) 10jenkins-bot: PHP Catchable fatal error: Argument 1 passed to SpamBlacklist::filter() must be an array, object given, called in MoodBarUtil.php on line 44 [extensions/MoodBar] - 10https://gerrit.wikimedia.org/r/83553 (owner: 10Reedy) [21:07:48] (03CR) 10Nemo bis: "Thanks Siebrand, done." [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/78372 (owner: 10Nemo bis) [21:10:11] (03PS7) 10Wikinaut: Bug 46617: Allow account creation through OpenID when the wiki disallows for anons [extensions/OpenID] - 10https://gerrit.wikimedia.org/r/81629 [21:30:49] (03CR) 10Chad: "This still looks like it won't work perfectly when $wgSearchType is set to false...how does it fall back to the DB-backed search at that p" [core] - 10https://gerrit.wikimedia.org/r/83754 (owner: 10Reedy) [21:31:50] (03CR) 10Reedy: "Why would it be set to false? Default is null..." [core] - 10https://gerrit.wikimedia.org/r/83754 (owner: 10Reedy) [21:32:26] (03CR) 10Chad: [C: 032] "Ah yes, duh. false !== null." [core] - 10https://gerrit.wikimedia.org/r/83754 (owner: 10Reedy) [21:34:35] <^d> Reedy: When ^ merges, feel free to merge to wmf16 :) [21:35:21] Wonder why there was the weird fallback tree [21:35:32] (03Merged) 10jenkins-bot: Improved search backend fallback in Special:Search [core] - 10https://gerrit.wikimedia.org/r/83754 (owner: 10Reedy) [21:36:36] <^d> Reedy: I wrote that code :p [21:36:43] Oh, is it relatively new? [21:36:45] <^d> Yeah [21:43:09] (03PS1) 10Reedy: Improved search backend fallback in Special:Search [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83763 [21:43:48] (03CR) 10Reedy: [C: 032] Improved search backend fallback in Special:Search [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83763 (owner: 10Reedy) [21:46:13] I keep forgetting about the cherry pick button [21:46:19] (03CR) 10Reedy: [V: 032] Improved search backend fallback in Special:Search [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83763 (owner: 10Reedy) [21:47:45] TimStarling: https://etherpad.wikimedia.org/p/ArchitectureSF2013 [21:47:47] (that pad is currently projected on the wall) [21:48:17] Oh! https://bugzilla.wikimedia.org/show_bug.cgi?id=53906 . Thanks, superm401. [21:50:34] (03CR) 10Nikerabbit: "I was concerned whether the text also applies to wikis with restricted account creation. But if anon editing is allowed it seems weird to " [core] - 10https://gerrit.wikimedia.org/r/83662 (owner: 10Jforrester) [21:57:17] Nikerabbit: does |&returnto even work? [22:03:15] (03PS3) 10Reedy: Update Wikibase [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83687 (owner: 10Aude) [22:03:21] (03CR) 10Reedy: [C: 032 V: 032] Update Wikibase [core] (wmf/1.22wmf16) - 10https://gerrit.wikimedia.org/r/83687 (owner: 10Aude) [22:04:20] (03CR) 10Nemo bis: [C: 04-1] "|& syntax error: https://meta.wikimedia.org/?oldid=5801253" [core] - 10https://gerrit.wikimedia.org/r/83662 (owner: 10Jforrester) [22:07:35] (03PS2) 10Jforrester: Better text for in core [core] - 10https://gerrit.wikimedia.org/r/83662 [22:10:19] (03CR) 10Mwalker: "(1 comment)" [extensions/BookManagerv2] - 10https://gerrit.wikimedia.org/r/81379 (owner: 10Mollywhite) [22:11:39] (03CR) 10Mwalker: [C: 032] Bug 50959: Pull the JSON schema from the Meta page. [extensions/BookManagerv2] - 10https://gerrit.wikimedia.org/r/81560 (owner: 10Mollywhite) [22:11:55] (03Merged) 10jenkins-bot: Bug 50959: Pull the JSON schema from the Meta page. [extensions/BookManagerv2] - 10https://gerrit.wikimedia.org/r/81560 (owner: 10Mollywhite) [22:23:42] (03CR) 10Reedy: [C: 032] Remove ContributionReporting [tools/release] - 10https://gerrit.wikimedia.org/r/83691 (owner: 10Reedy) [22:23:44] (03Merged) 10jenkins-bot: Remove ContributionReporting [tools/release] - 10https://gerrit.wikimedia.org/r/83691 (owner: 10Reedy) [22:37:30] (03CR) 10Siebrand: [C: 04-1] "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/83662 (owner: 10Jforrester) [22:38:56] (03CR) 10Siebrand: [C: 032] Complete PLURAL support in mwe-upwiz-mins-secs-remaining [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/78372 (owner: 10Nemo bis) [22:39:11] (03Merged) 10jenkins-bot: Complete PLURAL support in mwe-upwiz-mins-secs-remaining [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/78372 (owner: 10Nemo bis) [22:40:42] (03PS3) 10Jforrester: Better text for in core [core] - 10https://gerrit.wikimedia.org/r/83662 [22:40:56] (03CR) 10Jforrester: "(1 comment)" [core] - 10https://gerrit.wikimedia.org/r/83662 (owner: 10Jforrester) [22:43:15] (03CR) 10Nikerabbit: [C: 031] "Can someone more experienced in JavaScript to have a look at this solution?" [extensions/PageTriage] - 10https://gerrit.wikimedia.org/r/77898 (owner: 10Nemo bis) [22:45:54] brion: can you put up https://www.mediawiki.org/wiki/Requests_for_comment/Standardized_thumbnails_sizes/thumb_sizes_requested on the projector [22:46:14] (03CR) 10Siebrand: [C: 04-1] "(9 comments)" [extensions/Moodle] - 10https://gerrit.wikimedia.org/r/83628 (owner: 10Clancer) [22:46:17] or never mind; the dicussion has moved on [22:46:32] ideas come and go so quickly here [22:47:24] you know guys, that etherpad is kinda fun to stalk :> [22:48:39] hello, is anyone here able to assist me with my extension? [22:49:20] not unless we know what the issue is [22:51:54] (03CR) 10Siebrand: [C: 032 V: 032] articlefeedback-pitch-thanks should be in singular form if the user submits only one rating [extensions/ArticleFeedback] - 10https://gerrit.wikimedia.org/r/78544 (owner: 10Nemo bis) [22:53:13] (03CR) 10Siebrand: [C: 032] Spaces to tabs [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/83604 (owner: 10Reedy) [22:53:25] (03Merged) 10jenkins-bot: Spaces to tabs [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/83604 (owner: 10Reedy) [22:53:54] (03CR) 10Anomie: [C: 031] "At a glance, tests look good. But of course we need to fix bug 53884 first." [core] - 10https://gerrit.wikimedia.org/r/83219 (owner: 10Legoktm) [22:54:34] https://password-hashing.net/ [22:54:35] (03CR) 10Siebrand: [C: 04-1] "(2 comments)" [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/83063 (owner: 10Legoktm) [22:55:42] I got an answer in #mediawiki Krenair, thanks though [23:00:16] (03CR) 10Siebrand: [C: 04-1] "(1 comment)" [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/83589 (owner: 10Aaron Schulz) [23:02:23] (03CR) 10Siebrand: "Cab you please provide a reason why?" [core] - 10https://gerrit.wikimedia.org/r/83584 (owner: 10Reedy) [23:03:03] (03CR) 10Reedy: "I keep trying to use it. Seems more in order with AllPages, AllMessages etc that we already have" [core] - 10https://gerrit.wikimedia.org/r/83584 (owner: 10Reedy) [23:04:06] (03CR) 10Siebrand: [C: 032] I18N message cleanup [extensions/Flow] - 10https://gerrit.wikimedia.org/r/83039 (owner: 10EBernhardson (WMF)) [23:04:43] (03CR) 10Siebrand: "Then change the default?" [core] - 10https://gerrit.wikimedia.org/r/83584 (owner: 10Reedy) [23:04:50] (03CR) 10CSteipp: "(1 comment)" [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/83589 (owner: 10Aaron Schulz) [23:05:43] (03CR) 10Siebrand: [C: 032] Add "Zero" specification to mwe-upwiz-source-ownwork-assert-cc-zero [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/83567 (owner: 10Nemo bis) [23:05:52] (03Merged) 10jenkins-bot: Add "Zero" specification to mwe-upwiz-source-ownwork-assert-cc-zero [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/83567 (owner: 10Nemo bis) [23:07:49] (03Abandoned) 10Siebrand: Test commit [extensions/AbuseFilter] - 10https://gerrit.wikimedia.org/r/83552 (owner: 10Siebrand) [23:08:17] (03CR) 10Bartosz Dziewoński: [C: 031] "Sounds like a good idea. I keep trying to use that as well. Chanding the "proper" name is okay with me as well." [core] - 10https://gerrit.wikimedia.org/r/83584 (owner: 10Reedy) [23:08:24] Krinkle: For {{RFC}} on MediaWiki.org, want to do a background:{{#switch: …}} on the colour so it's clearer on view what the RfC's status is? [23:08:44] I'd rather not [23:12:59] Krinkle: Meh. [23:14:41] (03CR) 10Siebrand: [C: 04-1] "So I think this is what should be done in this patch set:" [core] - 10https://gerrit.wikimedia.org/r/83584 (owner: 10Reedy) [23:16:01] (03CR) 10Siebrand: "(1 comment)" [extensions/OAuth] - 10https://gerrit.wikimedia.org/r/83589 (owner: 10Aaron Schulz) [23:27:23] (03CR) 10Siebrand: [C: 031] "L10n/i18n reviewed." [extensions/TemplateSandbox] - 10https://gerrit.wikimedia.org/r/83389 (owner: 10Jackmcbarn) [23:33:57] https://etherpad.wikimedia.org/p/TechDaysCareers [23:34:38] Bikeshedding over job titles? [23:35:15] I'm Chief Lead Sass Architect of Product and Engineering. [23:35:19] Senior Bikeshedder - Special Projects [23:35:31] :D [23:35:47] <^d> I'm promoting myself to Grand Pubah of IRC Trolling. [23:38:51] lols [23:42:45] (03CR) 10Siebrand: [C: 04-1] "(1 comment)" [extensions/MassMessage] - 10https://gerrit.wikimedia.org/r/81894 (owner: 10Legoktm) [23:48:17] (03CR) 10Siebrand: [C: 031] "i18n/L10n reviewed." [core] - 10https://gerrit.wikimedia.org/r/81830 (owner: 10Bartosz Dziewoński)