[01:01:26] hi guys. at our wiki I dismiss the site notice, close the tab, then open the wiki in a new tab again. the site notice re appears there even though i expect it to be gone. why is this? two different users with this issue, one of them is me. [01:43:21] Seddon: ^ [01:49:26] hi HaeB , is that highlight for my message or for something else? [01:49:45] Sveta: sitenotice or central notice? Also, are you logged in? Do you have any privacy enhancing browser add-ons that might be interfering with cookies? [01:50:00] sitenotice, yes I am logged in, no such addons [01:50:01] Sveta: for yours - Seddon is the expert on these banners [01:50:11] okay thanks HaeB :) [01:50:28] ...assuming you mean wiki loves monuments (which is run via centralnotice, not sitenotice) [01:50:49] oh no, I don't mean the central notice.. I mean the one from MediaWiki:Sitenotice [01:51:00] hi legoktm and hi HaeB :) [01:52:20] ah ok, sorry. then it might be related to https://phabricator.wikimedia.org/T199274#4550908 [01:52:27] perhaps leave a comment there? [01:55:18] done. I think it is the correct bug report :) [01:56:16] It would probably be helpful to know what browser you are having issues with [01:56:42] for me it is Google Chrome 68 [01:57:33] added this to the comment, too [10:37:46] Again thanks for your help, HaeB and legoktm . Hopefully the task is fixed soon. Have a great day! [15:33:52] Hello anyone familiar with the wiki extension RevisonSlider code base?, I have some questions and doubts regarding the task https://phabricator.wikimedia.org/T136105 [15:34:53] You'd probably be as well asking on that task... Or in #wikidata [15:36:06] Reedy: Thank you :) [15:38:21] Reedy: why wikidata? RevisionSlider is unrelated to wikidata [15:38:31] That's where most of the germans hangout [15:39:43] the folks who write revisionslider don't, really [15:40:08] actually, you'd have more luck here [15:40:15] * DanielK_WMDE looks at CFisch_remote [15:40:50] Hey Gopa_ ! [15:41:01] :) [15:41:02] Hello CFisch_remote [15:41:31] Let's talk in the other room maybe? :-) [15:41:42] CFisch_remote: sure [18:34:23] Hello everyone, I am not sure if this is an appropriate channel to ask this: I am trying to run ReadingLists phpunit tests inside vagrant and I am getting `Class 'MediaWikiTestCase' not found in /path/to/readinglists/test`. It seems that this class is not registered, does someone know what could be this issue or indicate me the right place to ask this question? [18:34:45] How are you running them? [18:35:21] inside vagrant `phpunit /path/to/readinglists/tests` [18:35:36] That's not right then :) [18:36:39] You need to use php tests/phpunit/phpunit.php /path/to/readinglists/tests [18:36:42] https://www.mediawiki.org/wiki/Manual:PHP_unit_testing/Running_the_unit_tests [18:36:50] Hmm, nice to know. Thank you so much. [18:37:06] And outside the vm.. [18:37:07] run-tests runs MediaWiki's test suite [18:38:23] Reedy: thanks! [18:38:29] np [18:38:46] basically tests/phpunit/phpunit.php is our bootstrapping stuff