[14:01:45] hi what visual editor works with current mediawiki stable release and semantic forms [14:02:00] i want a text editor bar in the freetext area [15:07:14] and for that matter, if i want to use semantic forms which version of semantic mediawiki should i use with current stable mediawiki version [15:37:15] WikiEditor doesn't show formatted preloaded text so im wondering if there is something else? [15:55:36] The Editor essentially shows Wiki Markup and i dont what it to [16:07:07] .j mediawiki [16:13:17] (PS1) Yaron Koren: Added catching of Cargo exceptions [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/263622 [16:19:30] (CR) Yaron Koren: [C: 2 V: 1] Added catching of Cargo exceptions [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/263622 (owner: Yaron Koren) [16:29:13] Does VisualEditor Work in the free text area? [16:31:45] bb8r2d2 I think it is, but did not install on my system [16:32:06] but as far as I know Wikipedia uses VisualEditor, you can try there after login [16:33:15] bye for now [18:23:28] (PS1) Yaron Koren: Removed/replaced more global vars ($wgOut, etc.) [extensions/SemanticDrilldown] - https://gerrit.wikimedia.org/r/263636 [18:42:30] (CR) Yaron Koren: [C: 2] Removed/replaced more global vars ($wgOut, etc.) [extensions/SemanticDrilldown] - https://gerrit.wikimedia.org/r/263636 (owner: Yaron Koren) [19:30:54] (CR) Yaron Koren: "@Paladox - sorry for the delay! I finally tested out the code, and found one issue - see the comment." (1 comment) [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [20:07:26] (CR) Paladox: Replace usage of addScript with addModules (1 comment) [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [20:09:36] (PS15) Paladox: Replace usage of addScript with addModules [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 [20:10:00] (CR) Paladox: "check experimental" [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [20:11:50] (PS3) Paladox: Use ResourceLoader::makeInlineScript instead of Html::inlineScript [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/262371 (https://phabricator.wikimedia.org/T121221) [20:11:58] (CR) Paladox: "check experimental" [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/262371 (https://phabricator.wikimedia.org/T121221) (owner: Paladox) [20:12:12] (CR) Paladox: "@Yaron Koren please review." [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/262371 (https://phabricator.wikimedia.org/T121221) (owner: Paladox) [20:22:02] (PS28) Paladox: Fix jshint errors, Also run npm and composer tests [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258678 [20:22:35] (CR) Paladox: "check experimental" [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258678 (owner: Paladox) [20:33:54] (CR) Yaron Koren: "That's still not quite correct - there's a missing ' on that line, I think." [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [20:45:24] (CR) Paladox: "Ok but that would include js code that would be required in the wrong places in php since it would load it twice if we were to require the" [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [20:45:47] (CR) Paladox: "@Yaron Koren what would the code look like." [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [20:50:26] (CR) Yaron Koren: "It's a good idea - but does Html::inlineScript() still need to be included?" [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/262371 (https://phabricator.wikimedia.org/T121221) (owner: Paladox) [20:51:23] (CR) Paladox: "Yes." [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/262371 (https://phabricator.wikimedia.org/T121221) (owner: Paladox) [20:52:10] (CR) Yaron Koren: "There's no reason to require the module twice, is there? I'm thinking you could just remove the 2nd call to addModules()." [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [20:55:43] (CR) Paladox: "@Yaron Koren what should the code be like in https://gerrit.wikimedia.org/r/#/c/258688/15/libs/SF_CreateTemplate.js I'm unsure what you me" [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [20:58:19] (PS16) Paladox: Replace usage of addScript with addModules [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 [21:00:00] (CR) Paladox: "check experimental" [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [21:01:14] (CR) Paladox: "@Yaron Koren please review." [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258678 (owner: Paladox) [21:05:00] (CR) Yaron Koren: "Cool, that looks good. The only issue I see now is that that line of CreateTemplate.js is still not correct - I assume you've never tried " [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 (owner: Paladox) [21:05:17] (PS17) Paladox: Replace usage of addScript with addModules [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/258688 [21:08:07] (CR) Yaron Koren: "Are you sure? RL::makeInlineScript() already calls Html::inlineScript(). Wouldn't this lead to one