[00:27:49] !worstcase [00:27:50] Generally, the worst that can happen is that someone compromises your site, steals your data, deletes it and replaces it with kiddy porn. Then they start a spam service on your server advertising the kiddy porn to twenty million email addresses, daily. Then your home gets raided, you get fired and your wife leaves you. Then you get killed in your sleep by ninjas. [00:41:48] legoktm, uh, sounds quite bad... luckily there are people who help out in case of site compromised/data stolen/wife leaving. But regarding the ninjas, you are out of luck. =) [00:42:43] ;) [00:43:08] ninja - Privilege escalation detection system for GNU/Linux [00:44:08] Actually, Trump being elected to something would trump ninjas. [00:45:11] ninjas -- https://xkcd.com/225/ [00:45:26] Amgine, bad pun XD [00:46:04] On-the-fly punishment has no stinker unit test. [00:51:41] Also: worst case goto; https://xkcd.com/292/ [00:52:17] Could someone review https://gerrit.wikimedia.org/r/#/c/262684/ please. [01:20:36] speaking of xkcd... there must be a new poorly drawn lines today!@ [01:31:06] yes, yes there was/were. [01:33:24] thttps://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_change_which_page_is_the_main_page.3F Can someone explain me that? I'm not surew how to change the default Main Page [01:36:19] Hi Aebian. [01:36:40] Aebian: There is a page on your wiki, [[MediaWiki:Mainpage]]. It has the name of the page your wiki uses as a main page. If you change the content of this page to, for example, “Aebian’s Home Page”, then the default page show to people will be http://yourdomain.org/wiki/Aebian's_Home_Page [01:36:41] Aebian: You go to the page "MediaWiki:Mainpage" on your wiki and edit that page. [01:36:55] What Amgine said! [01:37:45] [01:42:37] Well I moved the main Page but I will try, thanks. (https://wiki.aebian.org) [02:15:39] Leah: & Amgine: thanks worked like a charm :> [02:59:39] out of curiosity, I suppose it's intentional you can't create abusefilter rules that affect abusefilter itself? [03:11:27] c, that affect abusefilter itself? [03:12:44] Krenair: right, it sounds circular [03:13:07] I'm not sure what you mean [03:14:37] Krenair: like adding a filter to prevent modifying filters under certain conditions [03:15:00] you're trying to catch normal edits against Special:AbuseFilter? [03:20:52] !hss [03:20:53] https://upload.wikimedia.org/wikipedia/mediawiki/6/69/Hesaidsemanticga2.jpg [03:23:00] according to http://snpedia.com/api.php?action=query&meta=siteinfo&siprop=statistics&format=jsonfm I've got 2513 jobs in queue, but neither the usual running of jobs after hits, nor explicitly running runJobs.php seems to affect that. runJobs.php returns instantly and quietly with status code 0. Can anyone explain what's going on, or how to flush/crush these jobs? [03:28:54] cariaso: Have you tried showJobs.php ? [03:29:27] I think the siprop statistic for job count is unreliable. [03:29:29] I have now, it just says '0' [03:29:32] Do you care what the value is? [03:29:45] The PHP scripts are probably accurate, the stat is probably just wrong. [03:29:51] You can maybe force the stats to re-generate. [03:30:06] ok, how for force the regenerate? [03:31:05] Why do you care about that stat? [03:31:30] only as a sign of health. I don't deeply care. [03:32:13] as I plan to do some work with cargo which will trigger a lot of jobs, it would be nice to have a sense of when it's 'done' [03:32:17] There's a maintenance script called initSiteStats.php, but I don't think it will re-generate that particular statistic. [03:32:33] I'm looking up how it counts. [03:32:39] I think it's just a dumb estimate based on ... something. [03:33:18] just ran initSiteStats.php, and can confirm it doesn't affect this [03:34:16] self::$jobs = array_sum( JobQueueGroup::singleton()->getQueueSizes() ); [03:36:09] Krenair: not specifically, i just was curious if it was possible [07:08:02] how can I create a own mainmenu like Bohemia Interactive did? https://community.bistudio.com/wiki/Main_Page / I want to add the main menu from my webpage to my wiki (https://Aebian.org & https://wiki.Aebian.org) [08:18:18] c: I'm not really sure how you'd go about catching changes to abuse filters [08:18:22] you'd have to specifically implement that if you wanted it [08:18:24] abuse filter edits are not mediawiki revisions [12:02:49] Hey, is it possible to modify/translate the magic word "#REDIRECT" via the mediawiki-pages? We already have a "synonym" for the word, but I would like to make MW use the translated synonym when automatically adding a redirect during page-moves. [12:24:22] Hi Guys, anyone familiar with SSO on MediaWiki? [12:25:32] Im using the LdapAuth Plugin right now and it works fine but i would like to use an SSO. Maybe even with my Zimbra so if i login into that i get a cookie for MW. [12:32:26] Hi guys... Does anyone know if Outreachy participants are eligible to apply for the June '16 Wikimania scholarships? [12:34:40] Dziuba What is the problem exactly? [12:44:54] I had a problem getting LdapAuth working with the Zimbra Ldap.. So we created a second Ldap which is getting his Users out of the Zimbra Ldap.. With the second Ldap the Plugin is working fine.. [12:45:54] Dziuba: zimbra's ldap is sometimes strange but it should work [12:46:28] whatever you'd like to have a single login then? [12:48:04] the configurations for both are the same.. i just change the Server and it works or stops working with the Zimbra Ldap.. Yes i would like to have SSO.. But i dont find a Plugin for Zimbra or get it working with the Ldap Auth Plugin [12:51:23] Dziuba: seen that? https://www.linkedin.com/pulse/zimbra-sso-cookie-authentication-php-net-part-1-paul-deehan [13:02:17] but if i understand right its a SSO to login in into MW and getting the cookie for Zimbra. i would like to have it the other way around [14:12:44] morning [14:13:34] Morning Auger =) [17:27:01] heya. upgrading to 1.26, I'm having an issue with the new syntaxhiglight_geshi bundled extension. it seems to require a processbuilder from symphony now which is listed in composer.json but isn't installed during the usual update process. do I run a composer install in the extension dir to fix that, or is there a canonical way to resolve? [17:34:09] a3li: yes, you can do that. Or you can use the composer-merge-plugin and create a composer.local.json as explained at https://gerrit.wikimedia.org/r/#/c/218584/ [17:37:24] legoktm: composer.local it is, thanks! [17:57:30] Is there a simple way to change the footer and header in mediawiki? I try to change it to look like on my website [18:08:38] Hey folx, someone who wants to work on https://phabricator.wikimedia.org/T38881 needs a way to access wiktionary’s content. And I’m sure you have someplace xe can do that, right? [18:23:20] Hi. I'm looking to hide a template on page (Main_Page). Is there documentation on this? I couldn't find any :) [18:24:06] Amgine: mirrors of the wiktionary databases should be available in Wikimedia Labs -- https://wikitech.wikimedia.org/wiki/Help:Tool_Labs/Database#Connecting_to_the_database_replicas -- or as dumps -- https://dumps.wikimedia.org/ [18:24:34] Sorry. I should have been more specific. Main_Page includes the contents of other pages.. but I don't want the templates at the top of the page saying it needs updaying [18:24:58] Thanks bd808 [18:29:18] I carefully have not mentioned your name to someone looking to get “just the Finnish section via the wiktionary API.” But I thought about it, briefly. [18:30:14] Sounds like a project for community tech! [18:30:20] * bawolff_ jokes [18:30:53] Actually, it sounds like T38881 to me. [18:31:33] WT gets one of these about once a month or so; more often in September. [18:54:51] Sorry to post again. When pages with templates are embedded on Main_Page, can I hide the templates on Main_Page? [18:58:02] CoolCanuck: only if you put all the templates inside [19:06:46] Thanks Vulpix :) [19:38:28] how can I create a own mainmenu like Bohemia Interactive did? https://community.bistudio.com/wiki/Main_Page / I want to add the main menu from my webpage to my wiki (https://Aebian.org & https://wiki.Aebian.org) [19:43:15] Aebian: they seem to have a custom Vector skin [19:44:27] Vulpix: so that is done via Skins. Okaz could I just edit the default vector Skin and add the css & html of mz header_ [19:45:00] yes you can, although it may make upgrades a pain [19:46:23] okay cool [19:47:20] should give me some points where I can start to google, thanks [20:00:13] anyone know how to upgrade MediaWiki if you don't have an upgrade key? [20:04:37] kaldari: you should be able to just put one random key in LocalSettings.php [20:06:09] a random string, I mean. https://www.mediawiki.org/wiki/Manual:$wgUpgradeKey [20:19:38] ah, I assumed it was some kind of unique hash [20:34:18] hi all [20:34:59] i found this hierarchical menu plugin for media wiki: https://www.mediawiki.org/wiki/Extension:TreeAndMenu [20:35:43] if i were to use ldap authentication, is there a way to handle page / folder permissions on a per user or per group basis? [20:37:00] basically i would like a wiki with a hierarchical menu structure, ldap authentication and the ability to restrict access to folder and pages (and assing owners to folders and pages so they can created/delete subsections them selves). [20:43:10] holymoo: i accomplish what you're looking for using namespaces, the lockdown extension + Access Control Panel [20:43:30] holymoo: it's not a perfect solution but it basically works [20:44:51] aha! okay, taking notes, will test that out [20:44:53] thank you kindly [21:00:48] Hello! I am trying to upgrade to 1.26.2 from 1.22.5 and after running php update.php I get this error: [21:00:50] Fatal error: Call to undefined function json_encode() in /w/includes/registration/ExtensionRegistry.php on line 122 [21:01:00] Wha do I do? Thanks! [21:04:15] Kajra: PHP needs to have json support. What PHP version are you using? [21:04:17] Kajra: Check your version of php [21:06:03] 5.3.13 [21:07:16] Vulpix: 5.3.13 [21:07:25] that's weird, json support comes with default PHP since 5.2.0 http://php.net/manual/json.installation.php [21:07:53] maybe that's not true on some linux distros... [21:08:49] you'll need to install php5-json, apparently [21:11:59] Vulpix: thanks [21:23:10] Hi, pals, -- I'm comparing different MW search engines, and I see all of them need daemon. [21:23:26] Are there any search extensions that do not need any daemons installed? [21:28:49] PMZ_: the built-in database search using mysql? [21:29:19] Yes, the built-in search used mysql. [21:30:33] I mean, am I bound to one built-in search? Any other extension will ask for some additional daemon, yes? [21:32:53] PMZ_: in principle i suppose another search engine extension could use mysql but differently.... but yeah pretty much any search engine extension the point is to use an external daemon instead of mysql [21:33:35] OK, so now I see, I do not need to search for other extensions. [21:33:40] Thanks. [21:34:17] ok :) [21:34:22] \BYE [21:34:26] good luck! [22:16:28] Hello [22:17:22] Is it possible to write musical notes in a mediawiki project? [22:19:30] Darts: Maybe you're looking for the score extension [22:19:35] !e Score | Darts [22:19:36] Darts: https://www.mediawiki.org/wiki/Extension:Score_ [22:24:56] Yes, I was reading this article, but I'm still not sure whether it only enables people to write notes such as C,D,E,F,.. or also notes like in a manuscript. I see that for example this page: https://en.wikipedia.org/wiki/Csordap%C3%A1sztorok is using notes like in a manuscript, but they only appear as a .png file [22:26:35] Darts: You can use lilypond format for adding notes, the output then becomes a png file (or midi) [22:26:54] * bawolff doesn't know much about music, might be misunderstanding [22:28:13] Darts: Yes, there is a textual representation for music. It can produce graphic images. [22:28:28] Can one import notes that are written in lilypond to a mediawiki with the score extension? [22:29:54] You can copy/paste the lilypond notation into any mediawiki article, yes. [22:30:05] You could even automate the process, using a bot. [22:30:10] cool [22:31:30] hi! how can I retrieve in wikidata the list of Wikipedia editions which are using right to left (RTL) scripts? [22:31:52] Thank you bawolff and Amgine [22:32:14] yw.