[02:04:27] CirrusSearch, backed by Elasticsearch. [06:45:19] Hey, how can I get mediawiki's help if someone using mediawiki is breaking the law [06:46:17] You can't. People can use MediaWiki for whatever they want. [06:46:44] If someone is breaking the law, you should report them to local authorities instead. We can't help you really. [06:48:35] Wouldn't really help/not possible. They're using mediawiki to do it, though. Is there no way to delete their wiki to put a stop to the criminal actions? [06:52:02] they pay for their website/domain, they can do whatever they like there, AskingForHelp [06:52:11] you coudl register on their wiki + try to explain them [06:52:31] I guess I'll see about that. Thanks anyway. [06:52:33] you could also contact their provider if you have evidence so they could look into the issue [08:24:21] hey guys, someone knows how to serve the mobile frontend only on specific domain like m.domain.com? [08:24:26] without autodetection [08:25:03] hey guys, someone knows how to serve the mobile frontend only on specific domain like m.domain.com? [08:25:35] hauck-d: you mean enable mobile frontend on that domain permanently? [08:25:53] codezee: yes, exactly [08:26:32] hauck-d: use "MobileContext::singleton()->setForceMobileView( true );" in LocalSettings.php of wiki [08:27:21] hauck-d: see https://www.mediawiki.org/wiki/Extension:MobileFrontend#More_information [08:27:28] codezee: but then all request are routed to the mobile view, when you call, domain.com the normal page should appear [08:28:48] I set the autodetection to false and tried this $wgMobileUrlTemplate = 'de-m.wiki.dev/wiki'; [08:29:04] but it doesn't work either [08:29:58] hauck-d: hmm, since I'm relatively new here, you can try asking on #wikimedia-mobile where most of mobile team hangs out :) [08:30:19] codezee: great, thank you anyway! :) [13:14:43] is there a list of permissions mediawiki needs? we had problems on our server [13:14:58] so what folder needs 775 and what 644 and so on :D [14:12:07] hi all [14:13:41] after i made think the ENTIRE icechat channel that i am a total idiot (i don't know why im telling it to all you guys, makind YOU think i am a complete idiot), i wish to ask a question of wiki's coding [14:14:42] since i don't know well html, i wish to know which is the argument for set the font dimension under a span? [14:16:02] Can you give me an example? [14:17:03] i have to set a text as a 14px-ish dimension in a [14:17:17] under a

tag [14:17:43] and you want to do what? [14:17:48]

TEXT

[14:18:07] oi want to set the text like a 22px high font [14:18:23] Once or multiple times? [14:18:29] once [14:18:50] is a title of a page, since the skin i use for my wiki doesn't show it [14:19:37] if i put a = TEXT = thing, the "fake title" goes under the "index box" of the pager [14:19:45]

Text

[14:19:49] that should do [14:19:56] oh thank you ! :D [14:20:55] very good i got it! [14:21:09] i just have to adjust the font size [14:21:19] thank you, bears [14:21:36] No worries [14:24:12] so i also can change the font itself? [14:27:52] like the font family? [14:28:35] If so yes, google css font-family property [14:33:55] ok [14:34:04] thank you... again :D [14:40:28] my last question about the index box [14:41:09] it is too close (under and bottom of it) to the 'wiki page's text..... [14:42:46] I would need to see it live [14:43:16] i see [14:56:31] Hi. Do you think that cache tables can decrease performance of mediawiki? if yes then which tables are safe to delete so that they get recreated automatically over time? [16:35:03] There is a {{formatnum:12345}} template that makes this number appears as 12 345 for one locale and 12,345 for another. Is there anything to make this with dates, eg. 22 Jul 2015 for first locale and 07/22 2015 for second? [16:43:35] you'd have to modify the template [16:44:13] how difficult that is depends on the how the template does what it does (and some are even implemented with lua) [20:10:28] I've got 404 error for Bold pic in the default WikiEditor (extensions/WikiEditor/modules/images/toolbar/format-bold-ru.png). Other editor's pics are loading via base64-encoded sprite somewhere in CSS (.wikiEditor-toolbar-spritedButton ). This sprite doesnt contain Bold button img for my lang. [20:10:29] Where I can check if there is a 'bug' or 'update' about this? [20:10:29] Why I've got 404 error? I'm using recommended /w/ root with site/wiki/Artice path and .htaccess generated with Mediawiki Short URL Builder so it should be OK, I think.