[02:41:06] Galleries work with Scribunto, right? [02:45:19] Probably? [02:46:16] Documentation says it should work but I am finding a different case in practice. [05:39:15] hi guys, anybody here who can help configuring LDAP Authentication Extension(from Ryan Lane) in combination with SSO and Group Synchronisation? [05:44:27] kkirnbauer: it's a bit challenging, but it can be done. your best bet is to ask specific questions rather than try to recruit help in general, and to wait around a while for an answer. [05:46:07] ok thanks ori, my configuration works fine, if i do not call the AutoAuthSetup(); routine to enable single sign on [05:46:30] when i call the AutoAuthSetup(); routine, group synchronisation doesn't work anymore [05:51:09] so anybody has a working config file for that problem? (my environment is IIS8, Active Directory) [11:55:26] hi, I am using the API to check Wikidata edits (https://www.wikidata.org/w/api.php?action=help). I have a question about the feedcontributions action: when I check my contributions in the UI I see that I created an item. However, when I check via the API (feedcontributions action) I see the s referring to the edits of the label and description (with "wbsetdescription" and "wbsetlabel" under the element), but n [11:55:55] Is there a way to get the information about a user creating an item within the list of contributions of a particular user? [12:12:27] Criscod_: I would recommend asking in #wikidata too if you don't get an answer here [12:13:50] harej: I did, the other way round indeed :-) [13:32:20] Witam, czy jest tu ktoĊ› z Polski? [14:45:49] Is there anyone here from Poland? [14:56:58] Krzysiek: probably, but not me [14:57:00] why? [14:57:39] :) [15:27:08] Hi : using debian Jessie, MW 1.19 : what's my best option to have PDF export ? https://www.mediawiki.org/wiki/Extension:Pdf_Export ? Or is this planned feature OK https://www.mediawiki.org/wiki/Offline_content_generator/2013_Code_Sprint ? [15:35:23] How to rebuild page created with Translate extension to add there changes from the origin page? [15:51:06] Burps: pdf export sort of is in limbo state right now. [15:51:16] Burps: it works 'a bit' with OCG [15:52:35] My solution is always "Print" -> Save as PDF btw, but not everyone has a Mac I presume :) [16:13:50] thedj: Chrome can do it too, and people on Windows can install a PDF writer [16:13:50] (if they aren't using chrome) [16:27:27] i think windows 10 is finally adding native print to pdf [16:28:24] only like 15 years behind osx [16:28:24] So the group I work at wants to have Wiki's for each of its company, but with the option to re-use articles from a "parent" wiki. I thought something like the language switcher (Parent would be English, each language a dufferent company). Would that work or is there a better plugin for such thing? [16:29:06] brion: and chromium breaks it? :) [16:29:24] That will be the end of so much print-to-PDF malware (hopefully) [16:36:33] heh [16:40:18] Hello [16:52:40] is it possible to map subdomains to namespaces? So if I go to foo.wiki.local it only shows the Foo namespace? [17:20:36] Is there a way for me to find all pages that aren't (in: categoryA OR in: categoryB OR in: categoryC) ? [17:34:11] How to find all pages that using specific template? [17:35:39] wicktt: Special:WhatLinksHere [17:36:19] ok thanks [17:47:51] Overand: probably with one or more of the extensions named "DynamicPageList". [17:47:58] !e DynamicPageList [17:47:58] https://www.mediawiki.org/wiki/Extension:DynamicPageList [18:57:06] How to update translated page with changes that was made in origin page if these changes was outside tag? [19:22:04] hi everyone! I wonder if you can point me to a place where I can find how to enable users to create their own page at wiki/User:UserName [19:30:28] It's enabled by default [19:32:48] Reedy: in this case editing is forbiden so we want let users editing only their UserPage. [19:34:05] we have this [19:34:05] $wgGroupPermissions['*']['edit'] = false; [19:34:05] but this [19:34:06] $wgGroupPermissions['user']['edit'] = true; [19:34:06] is not allowing them to edit their own page. [19:34:53] They are logged in? [19:37:26] yes, and they can 'create' the page but they have to wait for changed to be approved. [19:37:34] k054: GroupPermissions is for editing everything, no? [19:37:48] !wg NamespaceProtection [19:37:48] https://www.mediawiki.org/wiki/Manual:%24wgNamespaceProtection [19:37:59] It might be related to the ApprovedRevs extension [19:39:58] GEOFBOT|busy: should I add something like $wgNamespaceProtection[NS_USER] = ? [19:40:18] or $!wgNamespaceProtection[NS_USER] = ?? [19:40:35] $wgNamespaceProtection[NS_USER] = array( 'edit-user' ); [19:40:45] don't give the users the 'edit' groupPermission [19:40:48] give them 'edit-user' [19:41:12] oh! it'l try that. Thanks. brb [19:41:46] so this, right? $wgGroupPermissions['user']['edit-user'] = true; [19:43:36] GEOFBOT|busy: that didn't work. [19:45:33] I have this: http://paste.debian.net/279607/ [19:47:11] k054: I think your first lines should trigger some kind of syntax error [19:47:24] also, you didn't define the edit-user permission [19:47:34] they don't [19:47:48] They won't [19:47:53] oh, that might be it. [19:47:55] They're just equal [19:47:59] how do I do that? [19:48:00] ah [19:48:07] $wgNamespaceProtection[NS_USER] = array( 'edit-user' ); [19:50:29] GEOFBOT|busy: I added that but still didn't work. [19:52:27] Could I see your updated localsettings? [19:52:36] it's like this now: http://paste.debian.net/279608/ [19:53:39] can users edit the user namespace right now? [19:57:13] GEOFBOT|busy: they can but they have to wait for approval [19:57:35] But right now, is your test user account able to edit user namespace? [19:57:40] In other words, what is not working? [19:58:55] I want them to be able to edit/publish changed in their UserPage without waiting changes to be approved [20:25:05] Does rev_user_text change if a user is renamed? [20:25:59] It should [20:26:10] Thanks [20:26:29] Sometimes it doesn't fully happen due to job queue screw ups [20:27:57] That's fine for my purposes :) [20:28:35] I should probably use rev_user anyway for registered users. [20:28:45] * guillom will try both. [20:31:55] guillom: it should change, but try not to depend upon it, as it should stop changing in the future. Hopefully. https://phabricator.wikimedia.org/T33863 [20:33:13] legoktm: Thanks :) This confirms that I should use rev_user for logged-in users (and get their username afterwards), and rev_user_text only for IP users. [20:33:31] well, yeah [20:33:37] if id == 0 use user_text [21:01:53] Hello [21:02:34] I've got a question...what files would I edit to add in a custom menu at the top of my wiki? [21:02:52] I can't seem to find a header type file (I'm used to working in WP) [21:03:03] At the top where? [21:03:17] The top of my wiki in the main banner area [21:03:23] http://universityinnovation.org/wiki/Main_Page [21:03:33] Above the logo [21:07:32] Haha. ArticleFeedback [21:07:34] Waht skin is that? [21:09:38] "gmo" [21:09:51] But I've edited it to match my client's website [21:12:07] Above the logo? That would start to look very busy [21:24:26] It would be a top bar stretched across...wouldn't look too busy after I'm done with it [21:24:40] Just need to know if there is a way to do it or not [21:25:10] All wikis look busy in my opinion :) [21:28:01] Anything is doable ;) [21:30:01] Yeah, but is there a file that I could edit with some code? My skills usually land in the CSS field and WordPress so this is totally unfamiliar [21:32:08] maybe in the skins directory [21:33:09] The skins directory just has the different skins and stylesheets [21:33:20] You might be able to do it in pure site js to insert stuff [21:35:57] hm...so there's no header type file? [21:37:51] The skin will have a php file presumably that does a lot of the output [21:38:38] https://github.com/MozillaWiki/mediawiki-skins-gmo/blob/master/skins/gmo/gmo.php [21:38:39] That's it! Thank you so much! [21:54:30] :) [23:31:25] hi all. I am having issues with making a table sortable and was wondering if anyone would be willing take a look at my page code. The wiki is not a public one and I am guessing everyone doesnt want me to do a full cut and paist here:) If there is anyone that would mind i am greatly appricated. Also sorry for not posting the problem i an having as I dont think I fully understand why it is not working. [23:31:54] i am trying to us class="wikitable sortable" to make a table created from http://excel2wiki.net/ [23:35:33] do you have wikitable, sortable classes and associated javascript installed on your wiki? [23:35:46] !sortable [23:35:46] In recent versions of MediaWiki, a table can be made sortable by assigning the css class "sortable" to it. This feature requires JavaScript to be enabled. [23:36:08] depends how recent your MW is [23:37:05] so i found another table in the help wiki and put that in a page just to see if it works at all. that is working. [23:37:22] so... I am just going to work on moving my data into the working one. [23:37:54] huge thank you though for speaking up on this. it really is a huge help to have people willing to not only speak up but also help on IRC still. [23:39:07] enjoy