[05:13:28] biberao: mediawiki release history perhaps [10:03:26] hello all ... we're setting up a MediaWiki, and we'd like to show users a form they have to click OK the first time they log in. Does some extension provide this? I'm not sure how to search the extensions for this feature [10:03:44] why do they need to click ok? [10:04:28] because they can't be an editor unless they agree with the conditions of use [10:04:49] Dutch law requires that they OK that prior to use [10:05:06] mmm ... https://www.mediawiki.org/wiki/Extension:PopupPages might be it ... I'm checking it out [10:11:13] well if anyone of you has experience working with such an extension, please let me know! [10:13:56] rp2: you can customise the messages they see when they sign up [11:13:25] sveta: I'll look into that, thanks [15:01:18] Technical Advice IRC meeting starting in 60 minutes in channel #wikimedia-tech, hosts: @Thiemo_WMDE & @CindyCicaleseWMF - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [15:51:17] Technical Advice IRC meeting starting in 10 minutes in channel #wikimedia-tech, hosts: @Thiemo_WMDE & @CindyCicaleseWMF - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [20:25:45] I changed to 1.32.0. [20:25:57] But it keeps attempting to load a file at includes/compat/Timestamp.php [20:26:00] But it doesn't exist. [20:26:46] ? [20:26:58] It's not in https://github.com/wikimedia/mediawiki/blob/REL1_32/autoload.php [20:27:09] When I run the update.php script, it says it cannot find the file at includes/compat/Timestamp.php [20:27:49] Reedy: Yeah, I can't find it either, even in the composer.json. [20:27:57] APC cache or similar? [20:28:00] I just took the default composer.json from REL_1.32 [20:28:04] How do I flush it? [20:28:11] Restart your webserver? [20:28:21] Even for the maintenance script? [20:28:50] restart the whole server? :P [20:29:03] Eeeh, I'd rather not. [20:29:04] I don't know if the opcode cache is shared [20:33:16] Reedy: Ah, I think I just forgot to run composer.phar update [20:45:02] @PukupukuDragon posted in Loading CSS with ResourceLoader - https://discourse-mediawiki.wmflabs.org/t/loading-css-with-resourceloader/1142/1 [21:44:24] is it possible to add a button anywhere on a page? [21:45:49] or it has to be used javascript? [21:58:43] Vulpix: do you remember the command you gave me to test if OOUI is active? [22:02:21] Funny i added an OOUI button but it only shows up when editing mediawiki.common.js [22:17:30] biberao: mw.loader.getState('oojs-ui-core') [22:17:59] maybe you need to load it with your extension/script [22:19:19] isnt there a way to load it [22:19:32] without coding another extension? [22:21:55] So i can have an extension registered just to load this? [22:26:40] please? [22:29:25] biberao: https://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader#Loading_modules [22:37:56] I made an extension to load the extension.json [22:38:23] would that work? [22:43:23] even with only jquery it just loads the button when editing "Mediawiki:Common.js" [22:43:52] 1.31 and 1.32 seems broken for me :(