[09:20:45] Hi [09:21:22] I posted a review for T134402, but jenkins build failed: https://gerrit.wikimedia.org/r/#/c/321095/ [09:21:22] T134402: Support opening MultimediaViewer when clicking on a thumbnail in a list of media search results - https://phabricator.wikimedia.org/T134402 [09:21:47] and I'm not sure which test failed exactly [09:22:29] I know it's number 383, but I'm not sure how to find which is that [09:22:36] there are 2 tests with the same failure message [09:24:06] strainu_: just search the repository for the failure message [09:24:09] https://github.com/wikimedia/mediawiki-extensions-MultimediaViewer/search?utf8=✓&q=Status+info+is+not+shown+when+MMV+is+enabled [09:24:57] that's weird, the version in vagrant has 2 matches [09:25:06] lines 195 and 217 [09:25:12] that's why I was asking [09:25:45] oh, this one too, actually. but github's search only highlights the first one [09:26:40] strainu_: i guess you could start by improving these tests, so that they have unique descriptions :) [09:26:58] i have no idea which one is failing [09:27:31] ok :) [09:40:12] MatmaRex: do you know if JS tests should fail is I only changed PHP code? [09:40:23] That is, the tests cover the full extension or only the JS part [09:47:22] hmmm, it looks like the tests still fail with what is merged right now [10:30:01] strainu_: hmm, weird. perhaps something in mediawiki core changed that broke multimediaviewer :o [10:31:03] strainu_: if you don't feel like debugging that, feel free to just file a task (tag it with #multimediaviewer and #continuous-integration). someone will probably want to fix it if tests are broken on master [10:31:24] ok, will do, thanks [10:56:20] logged T150575 [10:56:21] T150575: Unit tests for MultimediaViewer fail with the currently submitted code - https://phabricator.wikimedia.org/T150575 [11:27:23] thanks! [19:02:01] hello friends, i would like to embed videos into some of my articles on my wiki, but not necessarily from sources such as youtube. I will be producing some internal video manuals myself and would rather have them on a local server [19:02:24] the plugin #ev seems to be for external sources [20:38:15] Hey there. I downloaded and installed MediaWiki 1.27 and enabled the WikiEditor extension (it also shows as enabled on the Special:Version site). However, when editing an article, I just get this very minimalistic toolbar: http://i.imgur.com/tRgYJ2G.png [20:38:25] Anyone have an idea what's wrong? [20:44:06] TheConen: Looks like WikiEditor isn't actually enabled. Could you confirm that there's a wfLoadExtension( 'WikiEditor' ); in LocalSettings.php. [20:44:50] TheConen: Also it would be useful to have the URL if your website is accessable. [20:44:58] http://i.imgur.com/xL8BXiq.png [20:45:10] http://wiki.tacticalteam.de [20:46:37] wiki is in german, but i can re-install it in english if that helps you [20:47:02] TheConen: No, I know enough German to understand it. [20:47:38] Thanks for you help, btw [20:47:45] *your [20:48:01] TheConen: Try clearing your browser cache, and if that doesn't work try adding $wgDefaultUserOptions['usebetatoolbar'] = 1; to LocalSettings.php [20:48:04] No problem. [20:48:32] See https://www.mediawiki.org/wiki/Extension:WikiEditor#Configuration [20:49:57] You might also want to enable some of the other things in the above link. [20:50:23] Hah, that did the trick (adding the option). Thanks a lot, I thought it would be enabled by default If I choose to enable it during the wiki installation. [20:51:17] Glad I could help. [21:37:05] When installing parsoid on Windows, do I still need to use the x86 version of nodejs or can I use the x64 version? [21:44:00] TheConen: x64 if your computer is x64 [21:44:43] ok, thx. One guide said specifically to use x86 and not x64, so i was unsure... [21:56:03] TheConen: where? [21:59:15] @legoktm: https://robertlabrie.wordpress.com/2014/01/16/mediawiki-visualeditor-parsoid-on-windows-server-2012/ [21:59:52] TheConen: huh. well uh, try x64 and see if it works? [22:05:39] does parsoid have to be installed locally? can't i install it globally? [22:06:25] parsoid can be on a different server [22:31:26] anyone know if Cargo has a channel? [22:33:40] or perhaps does anyone have experience with Cargo? [23:02:27] I'm getting this error message when I want to run parsoid. Anyone have an idea? http://i.imgur.com/8lXfyE7.png [23:08:46] I get this error when I use the maintenance scripts on wiki farm: PHP Notice: Undefined index: SERVER_NAME in /var/www/devwiki/public_html/w/wmv-config/CommonSettings.php on line 43 [23:08:57] Any idea?