[02:04:21] I just got upgraded to 1.27 (LTS) and I'm having trouble with my edit toolbar customizationis. [02:04:25] customizations even [02:04:43] this script isn't working any more -> https://doomwiki.org/wiki/MediaWiki:Common.js/edit.js [02:04:54] I've tried updating it and it's still broken [02:05:24] no messages in the web console at all [02:11:31] also I guess I'm crazy that there used to be a whole nice page documenting the JS API because now I cannot find it no matter what I try to look up. [02:13:36] like https://doc.wikimedia.org/mediawiki-core/master/php/index.html but for the frontend.... [02:15:19] OH found it phew. [03:19:29] has importScript() been removed? [03:19:39] literally cannot find any mention of this anywhere, but it seems to be undefined [03:22:09] 1.25 release notes say something about importScriptURI giving a warning [03:22:14] but no mention in 1.26 or 1.27 [03:24:49] I believe it has, yes [03:25:32] mw.loader.load() is the replacement [03:34:52] ok, thanks [03:39:02] totally fixed, great <3 [12:53:18] Hi [12:53:26] How to enable hhvm for mediawiki? [12:54:48] I installed hhvm on server, but I have not hhvm on Special:Version page [13:15:49] Zoranzoki21: https://www.mediawiki.org/wiki/HHVM/Vagrant ? [13:17:52] no [13:17:57] I have not Vagrant [13:18:09] I will ask on #hhvm [13:20:16] how to disable editcounter notifications, e.g. "You just made your first edit; thank you, and welcome!"? [14:23:59] * robkam watches tumbleweed roll by [14:59:10] Hi robkam. [15:00:09] Hi Esther :-) [15:00:55] I'm looking. [15:02:02] robkam: Oh, yeah, for reasons that made no sense, James_F insisted that those values be hardcoded. [15:03:13] They're hardcoded here: https://github.com/wikimedia/mediawiki-extensions-Echo/blob/8479687c97bc049f31bd731ee17bd2c40715e20d/Hooks.php#L556 [15:04:05] Oh, it was a translation issue, allegedly. [15:04:12] Even though that part was solvable. [15:04:56] https://phabricator.wikimedia.org/T127311 [15:11:34] thanks. Is there no variable to set it to false in localsettings.php :-( it's an annoying feature [22:33:41] How to change error message when I delete LocalSettings.php file? [22:35:15] LolWTF [22:35:26] Zoranzoki21: no [22:35:49] I no mean you [22:35:55] I can not to modify message? [22:44:02] Zoranzoki21: probably not [22:44:08] why do you want to change it? [22:44:21] and more importantly, why do you want to delete LocalSettings.php [22:44:36] No [22:44:40] I no want to delete file [22:45:12] the message is hardcoded into mediawiki, it cannot be easily changed [22:45:13] But when I need to do it, I no want to any click on set up wiki first [22:45:32] nobody else can set up the wiki for you -- it requires things like database credentials that others will not have [22:46:26] Skizzerzz: Ok.. This mean to noone can set up.. And I only can work it? [22:46:49] in order for someone else to successfully set up your wiki, they would need database username/password as well as the ability to upload files to your server [22:47:03] Skizzerzz: Okay. Thank you for reply [22:52:30] How to enable hhvm on my private wiki vezba.in.rs [22:52:48] I installed hhvm on server. I only need instructions how to enable hhvm [22:52:52] But without vagrant [22:55:20] Zoranzoki21: I think you could get it working by following https://docs.hhvm.com/hhvm/advanced-usage/fastCGI [22:55:57] bd808: I will try [22:57:31] I will also say that HHVM is a pain for a small wiki and probably will not show you speed benefits over using Apache + mod_php with PHP7 [22:58:00] the main Wikimedia wikis are likely to switch to PHP7 in the coming year [22:58:22] Agreed. [22:58:32] PHP 7 is entirely worth it over the stress HHVM can cause. [22:59:26] HHVM is also planning to stop supporting Zend PHP compatibility as a core feature and instead focus on improving performance of their hack sub-language [23:00:01] which is why the Wikimedia wiki will be moving back to a Zend PHP runtime [23:58:46] Hi… how to see the stats of the more viewed pages on my wiki?