[00:34:46] First off.im Anthony Meraz. [00:35:21] I am seeking help for an issue concerning my use of media wiki [02:18:54] Hi. Bye. [05:46:46] classic [06:53:00] i have lots of links to pages which are like some+page, but the page is located at some_page. this is just a result of importing from another platform. is there an easy way to handle this so that some+page is interpreted as some_page in the URL? [09:24:42] I'm hung up on a strange problem: preventing editing on a namspace by setting $wgNamespaceProtection[810] = 'everyone' is working correctly, but doesn't seem to prevent editing via the "doEditContent" internal API. Is this expected? Am I supposed to run Title::userCan from the calling function? [14:54:11] how can i restrict the creation of accounts under certain usernames, without registering them? [14:54:23] ie: you can't create an account called "admin" or "NA" [14:55:15] khalella: add them to $wgReservedUsernames [14:55:25] sweet thank you DanielK_WMDE [15:01:34] hmm can i do the same with pages? [15:02:01] khalella: you can "protect" non-existing pages. that prevents creation. [15:04:03] great thanks