[01:05:26] trying to troubleshoot some missing custom namespace pages. they don't exist via special:allpages but show up on special:whatlinkshere or category pages that they belong to but if you nagivate to one of them it thinks the page doesn't exist [01:26:07] running namespaceDupes.php might be a ticket [01:26:08] id=19745 ns=0 dbk=Loremonger:Way_of_the_Marauder -> Loremonger:Way_of_the_Marauder (no conflict) DRY RUN ONLY [01:55:43] yep that's it, nevermind! [11:59:14] I was blocked on Wikipedia [11:59:27] TanTiger76: ok [11:59:32] I need help [11:59:33] Hi TanTiger76, just ask! There is no need to ask if you can ask, if you already asked the question please wait for someone to respond [11:59:58] TanTiger76: ok [12:00:15] What can I do if I was blocked? [12:01:11] I was blocked. What can I do? [12:02:03] I was blocked. I need help. [12:02:40] I was blocked. [12:03:00] TanTiger76: send an email to the person that blocked you explaining how you in fact did follow the rules [12:03:12] They did'nt answer. [12:03:19] this is unrelated to mediawiki though [12:03:29] What is? [12:03:46] using mediawiki [12:03:50] you are using wikipedia [12:04:02] I thought they were the same [12:04:09] https://www.mediawiki.org/wiki/MediaWiki [12:04:21] mediawiki is the software, this is the chan for the software [12:04:27] not whatever rules of wikipedia [12:30:27] hi [12:30:43] does the latest release of mediawiki support php 7.x? [12:40:39] e1z0: Yes, mostly. See: https://www.mediawiki.org/wiki/Compatibility#PHP [12:52:19] :O [12:52:21] nice [13:38:03] Hi guys, i am facing a rather odd issue. I have a mediawiki installation (including interwiki if that matters) where removing links from pages and replacing them by [[Media:somefilename]] doesn't update the Special:LinkSearch page. So it is quite impossible to find pages that are using the links that should be replaced. [16:21:30] I'm developing a special pages extension and am having problems with inherited css affecting my SkinTemplate. Is there any way I can ignore this css for the `bodyContent` as if it's in a css "sandbox" of sorts? [17:22:08] Is there a way to export a list of images from a wiki? [17:31:39] wiki_guest do you have shell access? [17:32:46] on my wiki, yes. I want to export the images used by mediawiki's mbox template (which are on the commons site, but I'd like to self-host) [18:43:48] wiki_guest: I think instant Commons caches images. [20:47:43] bauru basil [20:48:05] sou p [20:49:16] quero muito uma oportunidade [20:49:36] de trabalhar com voces [20:50:14] tods estudam [20:50:28] bsc [20:51:38] olha posso participar de algun projeto [20:52:11] ok [20:52:55] jonatas: do you want to participate with code (programming)? [20:55:30] sim esse e real name [20:58:42] conheço um pouco [20:59:02] jonatas: sorry to no talk to you in portuguese, I talk Spanish and English, but here in general most communicate with each other in English. You can check https://www.mediawiki.org/wiki/How_to_become_a_MediaWiki_hacker/pt [20:59:12] sim posso ser ultio [21:02:20] en quit [21:05:30] joia [21:05:48] estou em busca [21:09:18] checkComposerLockUpToDate.php [21:09:56] peço ajuda de todos [21:10:16] em areas [21:10:42] https://www.mediawiki.org/wiki/Manual:CheckComposerLockUpToDate.php ? [22:20:51] hello? [22:22:16] Hey Daniel! [22:48:12] Is there any policy on setting a page on the MediaWiki wiki for translation (Translate extension)? [22:48:31] Not really, feel free to do it if you think its useful to translate it [22:48:40] OK, thanks :) [23:02:29] How do I limit page access to a few specific users? I'm looking for something that can used for private projects with rotating members. [23:02:54] bt109: are you trying to limit all pages on your wiki, or only certain pages? [23:03:08] Only certain pages [23:03:43] this is not a use-case that mediawiki was designed for, and there are a lot of security considerations you should be aware of before looking at a solution for something like this [23:03:49] I'll get you a link momentarily listing them [23:04:06] Understood. [23:04:08] https://www.mediawiki.org/wiki/Security_issues_with_authorization_extensions [23:04:30] that said, the most well-developed extension that does something like this is called Lockdown, however it works at the namespace level rather than the page level [23:04:38] (so you can restrict certain namespaces to certain groups) [23:04:48] there are page-level access extensions as well, but I'm less familiar with them [23:05:04] I think that was one of the ones I was looking for, with the namespaces. That may work. [23:05:07] bt109:MW works best if you limit your entire wiki [23:05:10] https://www.mediawiki.org/wiki/Category:Page_specific_user_rights_extensions has a chart of them, note that not all of them may be compatible with the most recent version of mediawiki [23:06:56] overall, it may be best to either set up one wiki per thing if mediawiki is absolutely needed, or just use alternative services for the private stuff while keeping your wiki completely public [23:08:46] Yeah, I'm considering all options, and originally planned to handle the private stuff via other services, but thought I see what my options are. [23:17:32] Okay, so Lockdown looks very close to what I want, but if I understand it right, I will have to create a separate namespace for each restricted page? Like, if I want Users A, B, and C to have access to have private access to one page, and X, Y and Z to have private access to another, I need to create two namespaces, and two groups?