[00:21:33] Does content translation currently support translation memories? Or is it solely based on MT + some other things except translation memories? [03:09:24] huh, i came here to ask a question but i solved the problem that led to it [03:10:10] :) [03:11:03] i did just get another one though. does mediawiki play nice with cloudlfare by any chance? [03:11:49] i mean, i just tried to login and it shows my ip as a cloudflare address. i'm not sure that'll be a big deal but i want to check [03:18:34] greeter: yes, but it requires some config for MediaWiki to accept X-Forwarded-For headers. (assuming Cloudflare sets these on requests they forward) [03:19:29] if it's just your personal wiki, there's no reason to bother. but if you put it behind cloudflare, i assume it's not [03:20:00] not sure if this has any proper documentation. https://www.mediawiki.org/wiki/Manual:Squid_caching#Configuring_MediaWiki would probably be useful. (these configs are not squid-specific, despite the names) [03:20:25] https://www.mediawiki.org/wiki/Manual:Varnish_caching#Configuring_MediaWiki also [03:21:13] oh, huh. we have docs. surprising :D https://www.mediawiki.org/wiki/Manual:CloudFlare#Integration_with_MediaWiki [03:21:35] ah, i'll check out that last one [03:21:47] it started off as my personal wiki, but yeah, it's been repurposed [03:23:19] the server doesn't allow anyone to register new accounts except admins, so that might help things out until i get this done [03:25:15] looks like mod_cloudflare will be the easiest way to go [03:33:39] great. it worked and it was easy :-) if anyone sees MatmaRex around before i do, i hope they extend my thanks [05:20:23] BM-2cWweoPBG54YErEaPpWo3gCo9mPfKqvgSb [06:02:53] hello [06:03:22] i've just installed mediawiki in my local machine for development [06:03:47] but i got a problem as i messed up with my server configuration [06:04:32] so the index.php/Main_Page is throwing an error (404) [06:04:47] http://stackoverflow.com/questions/34101837/mediawiki-main-page-not-shown [06:04:54] can anyone help? [06:34:02] softplay: recommend you give more specifics. If your host/vhost names aren’t sensitive, I’d recommend copying your apache config into the so post. Something you’ve modified will probably be the source of the error, which is all I can say based on what little information is provided. Unless you’re seeing a MediaWiki-404-page it sounds like an apache misconfig. if you committed configurations to source control or installed from a [06:34:03] version control repo, you may be able to do a diff to reduce the potential problem space to just those changes. [06:36:26] Do more research, read the manual, start again from 0. good luck [07:24:57] mcint i'm reading about apache misconf [07:25:58] the problem is that the server is serving properly any other page in the document root and there is no trace of error in error_log [07:26:39] softplay: fyi I don’t know anything [07:26:54] but that is interesting. the one page not loading is the main page [07:27:06] so there is probably a misalignment between mediawiki conf and the rootfolder... [07:27:22] i'm guessing i'm not sure about it [07:27:42] i should know better mediawiki to be sure and i do not :) [07:28:20] no well i think the whole wiki is kind f misconfigured [07:29:08] the mediawiki mailing list is silent however.. [07:30:05] so no error in apache or wiki/php logs? [07:37:17] exactly [07:37:26] mcint BUT [07:37:53] i see an entry in the manual (last pharagraph) https://www.mediawiki.org/wiki/Manual:Restoring_a_wiki_from_backup#Check_the_configuration_file [07:38:09] mediawiki is storing some absolute path in the db [07:38:24] s it's probably not working for this reason [07:38:45] let's say i should update the db [07:39:08] i guess [07:39:42] i would be easier o re-install the wiki though [07:47:13] look through admin/config pages, there might be a way [07:48:58] softplay: so you think the MW_INSTALL_PATH var is defined and (now) incorrect? [07:49:27] dunno [07:49:39] let me check [07:50:05] softplay: (I think that’s not the issue, so nvm) [09:52:10] hi everyone, could somebody tell me the url command to get all properties of the mediawiki as xml? [09:59:28] mstvz: properties? [10:00:30] something like the list of properties in here Special:Properties [10:03:49] oh, are you using SemanticMediaWiki? [10:03:56] !smw [10:03:57] SemanticMediaWiki is an awesome extension that lets you connect wiki pages with semantic relations. See and . Mailing lists are available at [10:04:04] hm [10:04:31] I think their channel is #semantic-mediawiki [10:08:17] sry i lost the internet connection [10:10:55] do somebody know the url command to get all properties of every page in swm? like Special:Properties do [11:35:33] I'm trying to add a keyboard shortcut for "add links" as ALT+SHIFT+'j' and decided to learn from a previous patch adding ALT+SHIFT+'g' as a shortcut to get link to Wikidata item. [11:37:39] However, after cloning the Wikibase extension, I can't see the WikibaseClient.i18n.php where the changes were made in the Wikidata item patch, instead I have an 'alias' and a 'magic' .i18n.php files. Where am I going wrong? [11:42:04] messages were moved to json files a long time ago [11:42:18] Presumably the alt + shift + g shortcut is done in JS [11:49:32] Ah, I was looking at an outdated example, then? [11:51:07] Sounds like it, yeah :) [11:51:28] Some extensions would still have a .i18n.php file, but it's just a wrapper, not the actual messages [12:04:58] Thanks @Reedy. In the en.json in Wikibase/client/i18n, there is a ("accesskey-t-wikibase": "g",) entry, which I'm presuming is the previous shortcut I was looking at. Where is this message used to provide a shortcut? [14:14:10] Hallo people, I have a question about redlinks. Is anyone here? [14:15:58] !ask | PMZ_ [14:15:58] PMZ_: Please feel free to ask your question: if anybody who knows the answer is around, they will surely reply. Don't ask for help or for attention before actually asking your question, that's just a waste of time – both yours and everybody else's. :) [14:17:24] Thank you. So, if we do not have a page, we get the link with command action=edit&redlink=1 [14:17:35] Is it possible to turn off this behaviour? [14:17:47] I would like to have a link without action=edit. [14:18:06] This is because I prefer HotCat to add categories to empty pages. [14:18:38] The general reason for this is like that — I have to make many categories in local wiki, and to group them into other categories, [14:18:46] that is much easier with HotCat. [14:21:13] ask HotCat devs to make it work for action=edit, that would be much preferable [14:21:56] So this default behaviour with action=edit cannot be configured? [14:22:18] Maybe some hack into php code? I may change it, I just do not know where to change :-) [14:26:28] isn't HotCat a JavaScript gadget? [14:38:05] HotCat is really a JS gadget. Anyway, the idea was, is it possible to avoid action=edit in red links? [14:52:36] only if you know PHP, you could override it implementing the LinkBegin hook: https://www.mediawiki.org/wiki/Manual:Hooks/LinkBegin [14:57:27] Is it possible to avoid action=edit in red links? [15:21:55] !dump [15:21:55] For information on how to get dumps from Wikimedia Wikis, see http://meta.wikimedia.org/wiki/Data_dumps . For a how-to on importing dumps, see https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps . [15:32:28] Is it possible to turn off action=edit in red links? [16:29:43] Is it possible to turn off action=edit in red links? [17:05:12] hello! :) help! if i use mw.load.loader instead of full script then delay will be big? or nothing change? [17:21:03] PMZ_ : I am not sure but I do not think so [17:22:24] Maybe via some hack in php? [17:22:40] I have local mediawiki & may alter it anyhow. [20:44:31] hello! :) help! if i use mw.load.loader instead of full script then delay will be big? or nothing change? [20:48:09] what do you mean by full script? [20:48:21] but no, mw.load.loader shouldn't introduce a big delay [21:43:35] @Reedy, thx :) and if i load script by mw.load, and this script load smth by mw.loader, this script will be work in my project? [21:45:15] It should, yeah [21:46:08] even if the first script from another project ?) [21:48:11] should do [21:48:28] @Reedy, really thx :) [21:48:39] Best thing to do with these things is try it :) [21:49:34] ive carried that i will do smth wrong :) [21:50:06] People load scripts from different wikis to save duplication [21:52:44] if i use mw.loader.load(script1) and in the next stroke i will create some new parameters which overwrite some functions in script1, is it possible? or it will be error? [21:54:04] I guess it depends if load is sync or async [21:57:53] [[https://en.wikipedia.org/wiki/MediaWiki:Common.js]] [21:58:03] for example [21:58:24] Hi all [21:58:31] Can you help me fix this error: http://nyartcc.org/wiki/index.php/User_talk:Merik_Nanish [21:58:40] The error reads: Error creating thumbnail: /bin/bash: /usr/bin/convert: No such file or directory [21:59:01] and i write var NavigationBarHide = '[' + expandCaption + ']'; after mw.loader stroke [21:59:08] I changed localsettings.php to read $wgImageMagickCovertCommand = "/usr/local/bin/convert"; [21:59:17] will it overwirte it? [21:59:18] but that page still gives me that error (with the old, wrong path) [21:59:40] Purged the cache, even edited the page, but still the error with the old wrong path appears. Any advice? [21:59:51] change 'collapse' to 'expand' [22:00:04] will it change* [22:00:50] and the same question for css tables [22:00:57] :)