[15:57:12] Does anyone here know if I can use MassEditRegex to add/edit an article category based on the article title specifically (titles containing a certain string) [16:46:10] nevermind, I figured it out! [17:28:31] Do JavaScript modules inside an extension need to hit the API to retrieve data from the php backend ? [17:32:51] How else would they communicate? [17:36:13] the extension could provide the js with the data required as part of the page load, but this works best when there's only a small amount of data to pass and it's deterministic at the time the page is loading [17:38:17] Reedy: baker0052!*@*$##fix_your_connection may be a more suitable ban to use since it gives an indication of why the ban happened [17:38:34] (forwards that nick to the fix_your_connection channel when they attempt to rejoin here) [17:42:27] Hi - where do we request +2 commit access for a specific extension? [17:44:58] Skizzerz, Okay, I was thought there was some private API that JS inside an extension could use to get like lots of information at once (such as one or two big files) [17:45:41] Sohom_Datta: how would that work in practice? js is js, how would you know that some api is being hit from your extension js vs some user-specified js? [17:45:54] or vs some external caller just hitting the same api [17:46:04] (and spoofing the call to make it seem like it's coming from js) [17:49:21] ta Skizzerz [17:52:57] Yaron: https://www.mediawiki.org/wiki/Gerrit/Privilege_policy#Requesting_Gerrit_privileges [17:53:08] looks like there's a phab project for it [17:54:20] Sohom_Datta: if you need lots of data for the js and existing APIs don't seem to suit your needs, your extension could always expose its own API module that the js can talk to [17:59:45] Skizzerz: okay, thanks! [18:01:49] Okay, that makes sense, so like if I need very small amounts of data at startup, I'll throw it in during page load..., if I need more data I'll use the API (or create an API module)... [18:02:57] that's what I would recommend, yes [20:48:09] I can ask for support with LDAP? [21:01:24] you certainly can, maybe someone will know the answer [21:05:50] i have problem with login over LDAP / AD, when i tested connection [21:05:51] error : User xxxxxxx not authorized. [21:05:51] test work with error : [21:05:51] root@wxxxxxxxxxx:/var/www/html/mediawiki# php extensions/LDAPProvider/maintenance/CheckLogin.php --domain LDAP --username username [21:05:51] Password:Password [21:05:52] PHP Notice: Array to string conversion in /var/www/html/mediawiki/extensions/LDAPProvider/src/Client.php on line 122 [21:05:55] PHP Warning: constant(): Couldn't find constant 0 in /var/www/html/mediawiki/extensions/LDAPProvider/src/Client.php on line 124 [21:05:58] PHP Notice: Array to string conversion in /var/www/html/mediawiki/extensions/LDAPProvider/src/PlatformFunctionWrapper.php on line 52 [21:06:01] OK [21:07:50] mediawiki 1.31.6 (LTS), PHP 7.2.28-4+0~20200224.38+debian9~1.gbp1ca010