[00:22:41] So, is https://git.wikimedia.org/ down? [00:29:08] <^d> It's always flapping :\ [00:42:20] How do I report a bug? [00:44:15] <^d> Celelibi: Phabricator [00:44:43] All the special tests here (especially for the zip format, which is a common container) get in the way of detecting a new one. https://github.com/wikimedia/mediawiki/blob/master/includes/MimeMagic.php#L625 [01:37:10] Hello [01:37:25] Anyone knows how can i get the Firefox OS Wikipedia's App Code? [01:37:32] To implement that on my MediaWiki page [02:02:21] ElGatoSaez, https://github.com/wikimedia/apps-firefox-wikipedia [02:02:30] thank you [02:02:37] it's for my mediawiki site [02:02:48] since firefox os is free marketplace [03:12:38] Some methods are never ever called in the code... [03:12:50] like getViewURL. [07:08:04] hello [07:09:05] in 1.24.1, if I want to make search box with redirect like wikipedia, what I have to do? [08:14:52] Hello, any chance someone can help me out with this MW utf-8 encoding problem I am having? [08:16:27] genesishana, what kind of problem? [08:16:54] Hey LuisMiguel, the details can be found here: https://www.mediawiki.org/w/index.php?title=Project:Support_desk#Cannot_input_UTF-8_characters_.28Japanese.29_when_editing_wiki_pages_55968 [08:26:20] Hi, any can help me? [08:27:43] For this: https://dpaste.de/23k2 [08:28:06] (same error when i edit pages) [09:25:12] Hi LuisMiguel, were you able to take a look at the problem? I've tried for the past few days to figure out this problem and the closest I came was installing the VisualEditor to resolve this encoding problem which is more a band-aid solution, there must be something fundamentally wrong with my configuration... [09:26:10] genesishana, I edited a page and catched the problem but I have no time now [09:29:54] Thanks, LuisMiguel. I appreciate the effort. If you do find some time and have some additional thoughts, feel free to reply to the thread I linked before. [09:30:22] genesishana, ok [11:46:28] is there a mediawiki package manager for installing extensions and whatnot, or do i really have to download and extract archives into the correct dir? [12:00:42] skyrz as far as I know you have to download extract the archives [12:00:56] I've never seen other 'solution' [12:01:33] man...that's terrible, especially with recursive dependencies [12:20:44] composer? [12:21:20] it's not specific to mediawiki but many extensions are available through it [12:23:25] also, most extensions have a git repo, which is not quite as convenient as composer, but still less annoying than fetching tarballs [13:06:27] Hi, I just wanted to announce a new extension I've written https://www.mediawiki.org/wiki/Extension:Nagios [13:06:59] It's beta at the moment so needs a bit more testing [13:07:10] but hopefully aren't too many bugs [13:23:13] are there any hacks to speed up template rendering? i have page that renders an infobox for each heading, and it takes forever to save [16:51:43] Anyone availble to help with a OR/AND condition question? [16:54:27] Did you say you wanted checkboxes? [16:54:43] Does wiki even support checkboxes? [16:57:15] Guest35287: Why don't you just make whatever you need in HTML? [16:57:53] I have not looked at that option, just creating templates etc. [16:58:10] I just can't seem to get the code to check more than 1 parameter [16:58:31] I'm no expert on the matter, but trying HTML might help [16:58:54] I can look into their coding and see if it is any help [16:59:35] Seems it would be easy but, it appears the code does not like conditions or to do them in seperate call [17:00:38] Any users here able to help? [17:01:48] Guest35287: You didn't really ask an actual question here. Ask the question and if there is someone who can help, they will answer. [17:02:34] @Philon should I just post the code and see if there is a response then? [17:02:50] pastebin it [17:04:51] Thank you Philon [17:07:26] Yes thanks! [17:13:07] My work here is done [17:44:42] Hi, I have installed one wiki and I have now LocalSettings.php file. I want to install another wiki with the same LocalSettings.php file with changed the database connection paramaters only. How can I do it? [17:45:34] hi MediaWiki gods [17:45:50] I humbly beseech thee [17:46:25] is there an extension that will let me access files in an S3 bucket? [17:47:00] ser, https://www.mediawiki.org/wiki/Manual:Wiki_family [17:47:27] Pharos, https://www.mediawiki.org/wiki/Extension:AWS [17:48:23] MaxSem: it says on the talk page that the extension doesn't really work, do you have any idea about ths? [17:48:33] no idea [17:48:45] also, other stuff that comes up in search [17:48:54] MaxSem: it is a completely different host and database, no relation between two wikis, I just want to have the same styles and extensions, which I have copied [17:49:11] the other thing I found was https://www.mediawiki.org/wiki/Extension:LocalS3Repo [17:49:13] ser, yep [17:49:37] MaxSem: ok, reading once again the page you have sent, sorry :) [17:50:09] but Extension:LocalS3Repo seems to only allow uploads from MediaWiki, not taking down arbitrary files to a wiki from an S3 bucket [17:51:45] Pharos: how mediawiki would know which files it wants to take down? [17:53:58] we would give the ids of the different files on each wiki page (these are videos we want to hotlink). there is an existing S3 bucket that has not been designed for use with mediawiki, not sure if thatwould be compatible. [17:55:04] Pharos: so i think it is clear you need your own extension, is not it? [17:55:47] MaxSem: thanks, i do understand now, cheers :-) [17:57:03] ser: I guess it is, but I was hoping one might be existing or could be adapted or used in a roundabout way, as I don't think I have the skills for writing my own extension [17:58:58] Pharos: you can modify an existing extension [17:59:27] Pharos: but some skills are required, though [18:01:17] OK, one more question - in which precisely moment do I need to define my own NS? Is it OK just after installation and before putting any content? It is not clear in the docs. [18:02:46] ser, ok at any time. if there are already pages with titles that match this namespace, run namespaceDupes.php [18:03:15] thanks ser [18:03:19] MaxSem: thanks :) it was exactly what i was missing, thanks :) [18:03:33] aude: do you have any other ideas that maybe we could use? [18:06:28] ser: the one to modify would probably be Extension:LocalS3Repo ? [18:06:57] Pharos: I'm not familiar with S3, sorry [18:23:43] hello, I'm not seeing in WikiFile.php a method to get all the files included in the page, I'm kinda new to this sorry if my question seems obvious [18:25:46] basically I want to fetch all the images on a page and select the first one [18:27:04] the first one? [18:27:08] yes [18:27:10] why would you want to do that? [18:27:14] my pages are automated [18:30:31] hm, maybe this is more the process we should use, rather than a new extension: https://www.mediawiki.org/wiki/User:Chillum/Integration_with_S3 [18:33:06] i have a special page (my app) that fetches all the articles (that all follow the same layout) and needs to use the first picture in it as an eye friendly symbol for that page [18:33:36] so it seems I need to parse the article for that? [18:35:06] Meithal: Perhaps this will help you: https://www.mediawiki.org/wiki/Extension:PageImages [18:37:11] the API seems to have all that I need indeed [18:37:29] ty [18:39:37] given that I can use it without doing curl and directly in the code [18:42:57] okay I'm dumb, there is a getContent, I guess I just need to parse it... [18:51:07] Hello again. I've been improving my instrumentation. I'm having a weird issue. In SpecialPages I get '{{GENDER:$1|User}} contributions'. I'm not able to find the code that would parse the {{}} for the localization files. (I checked in LocalisationCache.php). Which function does that? [18:51:49] parserOutput.php has indeed what I need, getParserOutput() seems heavy to run but it will work [19:13:22] Hello, anyone knows how can i get the WIkipedia's Cite Edit Menu? like this : http://prntscr.com/6u5le0 [21:02:12] anomie: aloha [21:02:16] Tags-edit-title [21:02:19] "Edit tags" [21:02:59] does it refer to "tags that are applied to edits" or "a place where tags can be edited"? [21:04:54] aharoni: Refers to the screen where tags on particular edits/log entries are edited.