[00:07:14] How can i follow these instructions for MediaWiki? http://prntscr.com/6w9vca [00:08:47] Well these ones [00:08:47] https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html [01:07:58] Can someone help me with a php maintenance update question? [01:08:00] http://paste.ubuntu.com/10859106/ [01:08:12] Im getting a really long list of notices after trying to run it [03:50:53] Yaco: ping [03:51:05] pong aelevadoan [03:51:37] Yaco: I wanted to use peer production licensing on a self hosted mediawiki [03:51:52] Yaco: I edited the Mediawiki:License page [03:51:58] Yaco: and created templates [04:14:53] I'm trying to update my core to master, but it is saying I have unmerged files (I haven't changed anything)... what do I do? [04:16:20] Hi mgooley. [04:16:25] What does "git status" say? [04:17:02] ah... it says i'm on a branch. i missed that the first time [04:17:09] so I need to git checkout master? [04:17:34] I accidentally created a branch on core instead of an extension the other day [04:18:36] Yeah, you can do "git checkout master". [04:18:50] I'm getting messages about merging [04:18:57] But there are probably changed files? [04:19:06] Yeah, what did you do? [04:19:13] Can you pastebin "git status"? [04:19:27] Not that I have changed.. I changed an extension [04:20:22] Fiona: http://pastebin.com/tLmidU8w [04:22:01] It looks like you changed a lot there... [04:22:28] Ya, i'm not sure why those were all marked as changed... :/ Because I haven't changed anything in core [04:22:34] is there a way to just discard? [04:22:46] or a better way? [04:22:55] Did you fuck with your .git/config file? [04:23:04] Or did you really add all those files? [04:23:10] Like what is all that modules/ business? [04:23:12] And i18n? [04:23:23] It's like you dumped a whole other application inside MediaWiki? [04:23:49] Ya, it looks like it cloned the extension I'm working on into the core [04:24:00] How... [04:24:09] No idea [04:24:32] So... yeah, start by making a backup of everything, I guess. [04:24:39] Or restore from a backup, if you have one? [04:24:54] Is this for a production wiki? [04:24:57] Or just a dev wiki? [04:25:33] just dev, no big deal [04:25:41] Oh, okay. [04:25:45] should I just delete core and re-download [04:25:54] That's one option, yeah. [04:25:58] git reset --hard [04:26:05] Or that. ^ [04:26:09] and then git clean -f I think [04:26:11] Specify a branch name, though. [04:26:12] should reset core [04:26:20] He's on a new_sql branch or something. [04:26:49] A fresh clone is probably best. [04:27:00] You can just move LocalSettings.php over. [04:27:08] Ya, I've been working on an extension... somehow I managed to move all that crap into core [04:27:09] And whatever skins/ or extensions/ or images/ you have. [04:27:27] i'll just copy those folders and LocalSettings and re-clone core [04:27:32] Sounds reasonable. [04:28:11] cool, thanks for your help... no idea how I managed to clone an extension into core [04:28:20] think I downloaded a patch from gerrit or something [04:28:45] No problem. [07:49:13] which extension is needed to be able to upload images in a mediawiki installation [07:50:50] cancel that, it seems it's disabled by default, see https://www.mediawiki.org/wiki/Manual:Configuring_file_uploads [10:08:21] When using composer to install an extension, where is the code to load them in mediawiki? [12:25:30] I get the error : " Lua error: Cannot create process: proc_open is not available. Check PHP's "disable_functions" configuration directive " when template is invoked. The file proc_open is not added to disable_functions in php.ini. Is there any other reason that I get this error [12:34:41] hi there [12:34:47] i have one little question [12:36:20] is there any possibility to change the direcroty for uploaded files? in my wiki they are uploaded in /images, but I'ld like to upload them in different folders like /pdf and /doc?! [12:45:05] HansWurs: you can change https://www.mediawiki.org/wiki/Manual:$wgUploadDirectory but I'm not sure it's possible to have multiple directories easily [12:56:45] thanks for the hint MC8 [13:12:54] what is the best way to converte a sqldump to static html? [13:17:57] hi again [13:18:22] I was asking me, how dangerous it would be to set "$wgAllowJavaUploads = true;"? [13:18:40] will need this to enable .doc-File-Upload [13:19:53] but Uploading files in my wiki is restricted to admins. Is it possible for other users to cause damage anyway? [15:46:39] hey all, I'm installing Flow on my wiki and I'm wondering if there's any reason to think enabling Flow on all talk pages would be a bad idea [16:34:31] i am using the chameleon skin and for the last 24 hrs (for no apparent reason) I've been experiencing an exception that it didnt load its XML file. Hit refresh, No problem then, it loads. ..... is it some sort of race condition? It's annoying to get this exception! comments appreciated/thanks very much [16:35:46] e/g/. Warning: DOMDocument::load(): I/O warning : failed to load external entity "/var/www/core-02/skins/chameleon/layouts/standard.xml" in /var/www/core-02/skins/chameleon/src/ComponentFactory.php on line 66 [16:35:47] MediaWiki internal error. [17:54:27] hypergrove: are you still there? Do you still have your question about the form? [18:18:41] hi yaron -- no got that all set up thanks for asking though! [20:08:33] i am using the chameleon skin and for the last 24 hrs (for no apparent reason) I've been experiencing an exception that it didnt load its XML file. Hit refresh, No problem then, it loads. ..... is it some sort of problem with the cache? It's occurring frequently! comments appreciated/thanks very much [21:25:19] Hola! Any decent guidelines anywhere for extension writers about how to expand custom parser tags when used in a template? [21:34:39] I've got an issue with variable expansion. [21:34:48] Sample code here: http://pastebin.com/K0S5AUDJ [21:34:54] Anyone got any thoughts? [21:45:24] HappyDog: what kind of issue? [22:03:44] hmmm. why could VisualEditor hang and never load itself? happening after upgrade MediaWiki (also upgraded VisualEditor extension) [22:04:00] at console: Unknown dependency: mediawiki.language.specialCharacters [22:07:57] Nebraska, how do you show the console ? thanks [22:10:51] hypergrove, F12 in Firefox [22:11:16] if I understood your question correctly :) [22:13:12] related to my VisualEditor issue - looks like there appeared some dependencies that wasn't here previously, trying to install them [22:18:02] Nebraskka: You can't run master of VisualEditor unless you're also running master of MediaWiki. [22:23:42] oh i thought you might be working with the runtime interpreter -- not too much experience myself -- its in the /maintenance dire [22:23:46] directory [22:40:01] James_F, i'm not sure i understand your message, hmm [22:40:17] what is "master of MediaWiki"? i'm dealing with my own installed instance, where VisualEditor was working previously [22:40:23] Nebraskka: We added mediawiki.language.specialCharacters to MediaWiki recently. [22:40:24] Parsoid here, everything was fine [22:40:25] until upgrade [22:40:32] oh [22:40:42] Nebraskka: If you upgraded VisualEditor to a version that needs a new version of MediaWiki, you need to upgrade that too. [22:40:55] now i see, thanks :) i'll just upgrade one more time [22:40:59] No worries. [22:41:07] In general, you need to upgrade things in lock-step. [22:41:08] that's explains it, phew [22:41:52] yeah, trying to do so, but there is so many extensions... it's becoming a whole "quest" doing it manually [22:42:04] there are* [22:42:32] anyway, just upgrading it and all depending plugins :) thanks! [23:07:26] hello, I have configured UploadWizard.. but it is not working. Here is the log I am seeing http://pastie.org/private/zvj8jnba6hlyekyaezdg [23:07:40] Can someone please tell me what is wrong? [23:07:51] Hi mallu [23:08:08] marktraceur: hello [23:08:50] mallu: What versions of MediaWiki and UploadWizard do you have? [23:09:31] marktraceur: how do I find that out? [23:10:21] mallu: Well, where did you download them from? [23:11:31] James_F, success! :) thank you [23:11:37] Nebraskka: Happy to help. [23:11:46] marktraceur: I thought there is a page HELP: somehitng that shows all the versions [23:12:23] !help [23:12:23] There are a lot of topics you could be asking about. Besides, this bot is mostly for experienced users to quickly answer common questions. Please just ask your question and wait patiently, as the best person to answer your question may be away for a few minutes or longer. If you're looking for help pages, we moved that to !helpfor. [23:12:31] Hmm. [23:12:37] mallu: Special:Version but I'm curious now where you got the software [23:13:38] marktraceur: mediawiki version 1.23.8 running on Centos [23:13:53] marktraceur: I am not sure .. I just inherited this box [23:14:06] mallu: OK, that's...acceptable-ish. What version of UploadWizard? [23:14:15] 1.2 [23:15:15] Hm, that's...one point release ago [23:15:21] It may or may not be a problem [23:15:28] Oh, sorry, two point releases [23:16:07] marktraceur: Here is the log http://pastie.org/private/zvj8jnba6hlyekyaezdg# [23:16:42] 1.2 is apparently from 2011 [23:16:47] I am not surprised it doesn't work [23:17:00] mallu: Can you update it to REL_1.23 please? I'll find you a tarball. [23:17:12] ok [23:18:54] Urgh. I forget how to get a tarball out of gitblit. [23:19:01] Oh, aha [23:19:16] mallu: https://git.wikimedia.org/zip/?r=mediawiki/extensions.git&h=refs/heads/REL1_23&format=gz [23:24:36] marktraceur: sorry I never installed extensions.. just gunzip and copy it under extensions? [23:25:02] mallu: You'll need to remove the old version first... [23:25:27] marktraceur: just delete the directory? [23:25:57] Maybe move it first. If the upgrade does something nasty, you want to be able to restore it. [23:54:51] marktraceur: it seems like update-extensions.sh is not working [23:55:04] connect to host gerrit.wikimedia.org port 29418: Network is unreachable [23:56:04] marktraceur: ssh -p 29418 gerrit.wikimedia.org gerrit ls-projects | grep "^${basePath}" | sed "s,${basePath},," | while read PROJECT