[09:22:20] Hello [09:23:15] Does anyone have any experience setting up Office 365 emails with Media Wiki? [10:05:39] I'm getting [SMTP: Failed to connect socket: Permission denied (code: -1, response: )] [14:23:49] morning [17:20:48] James_F: just wanted to state again that your effort going into visualeditor has made my job so much easier and i thank you [17:58:40] harej: Always. :-) [18:24:23] James_F: random idea: you should come to one of our trainings to do testing on visualeditor, get some first-hand feedback [18:24:32] you or someone whose job it is to care what the users think [18:36:18] Hi i am having a problem with centralauth. I get this error The provided authentication token is either expired or invalid. when i login from my other wiki but when i login my main wiki it login ok and logs the other wikis too. Please could i have some help to fix this. [18:38:03] My configuation is https://dpaste.de/Grxv [18:39:36] I'm developing a MediaWiki extension and need to add a function to the parser. I did that using setFunctionHook but now my hook is not called. Does anybody know why? Code: https://dpaste.de/0XKF [18:43:07] Is anybody into this? [18:44:02] Jonas1_: you mean you're writing "{{#what}}" in wikitext and it is not being replaced? [18:46:09] Yes [18:46:17] codezee: Yes [18:50:01] The parser extension is also shown under `Special:Version` [18:52:51] codezee: You can answer still. I'll go offline now but will read the logs tomorrow [18:57:29] Jonas1 try {{#what:}} [18:58:44] codezee: Wow! That worked! Why is that? [19:01:13] Jonas1 because parser function expects a parameter, so a ":" even when none is required [19:07:46] codezee: I added it here: https://www.mediawiki.org/wiki/Manual_talk:Parser_functions#Calling_a_parser_function_without_parameters [19:07:55] Since its not really documented [19:27:38] harej: I care, but there are people better qualified than me. Jonathan Morgan might be interested. Will ping him. [19:28:45] James Cares™ [20:09:29] "Fetching a token via action=login is deprecated." this is not mentioned on the wiki, the login section of the API only mentions this method [21:29:18] hello, I want to add a tor hidden service for my wiki meaning it will be accessed with a different hostname, how can I configure it to use both the real dns hostname and the onion hostname? thanks! [21:33:47] ah, got it, just don't set $wgServer, thanks :)