[03:42:46] Can I create different groups of users and keep one group from seeing another group's wiki entries? [03:47:00] Hi - on MW 1.25.1 and suddenly when I login I get "... (my) wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again. " [03:48:11] a solution i've just tried, without success, is a mw/tmp directory ... session_save_path("tmp"); [03:50:37] I don;t have cookies disabled... phpinfo's session.cookie_path=/ ... session.use_cookies=On [03:52:56] since my last login I have reinstalled VEditor and ULS extension versions for 1.25.1 ... that's the only change [03:54:53] next i will try "To resolve this issue using Nginx and Php-Fpm, I had to change my cookie_path from it's default of / (seriously, why would this be a default?) to /tmp." [03:56:11] according to http://stackoverflow.com/questions/16127882/how-can-i-fix-the-mediawiki-error-wiki-uses-cookies-to-log-in-users-you-have-c [03:57:01] thsi problem may have roots in cache specifications and I recall turning on a cache for veditor [03:59:49] the only material on this problem at mw.org is https://www.mediawiki.org/wiki/Thread:Project:Support_desk/Can_no_longer_login_to_my_own_MediaWiki_site,_all_of_a_sudden.._Cookie_issue_all_of_a_sudden.. [04:00:36] which SAYS it is resolved, but not really, so this is something that probably should be included in installation documentation [04:06:43] in LocalSettings: $wgMemCachedServers = array('localhost:11211') and then sudo fuser -n tcp 11211 gives me nothing. (No memcache server is operating?) [05:00:18] too bad. chgd php.ini's session.cookie_path to "/tmp" with global rights. No change - I still get "wiki uses cookies to log in users. You have cookies disabled. Please enable them and try again. " [05:11:11] hooray - I have memcache service running on port 11211. However with veditor's cache flag turned off, I still get the login error. [05:24:56] is it possible to check [05:25:06] the article/page is created by who in mediawiki ? [05:26:21] i need to retrieve the name of the person who created the article . [06:41:17] restarted everything and the error seems to have cleared. I think php.ini's cookie_path should be recommended as /tmp not default (Ubuntu) root directory [09:31:41] hi [09:31:55] how page id is mapped with user id? [09:32:03] any pointers please [09:38:31] Saravanan: https://www.mediawiki.org/wiki/Manual:Revision_table#rev_user [09:39:33] Grr Google must be happy that the other functioning search engines are being destroyed [11:20:04] Hi! I am trying to list all content of a specific template on a page. Is this possible one way or another? [11:22:01] what do you mean? {{TemplateName}} already transcludes the page [11:24:41] Let me try to clarify. I have a page 'Tent' and 'Kitchen', where i insert a template 'Transport'. The template is defined with a table in a includeonly tag. [11:25:11] Now i want to have a transport page where I show all defined transport tags. In this case, kitchen and tent [11:26:56] do you mean you want a listing of all pages that transclude a given template? [11:27:22] This way I would have an overview of all items to transport by defining the transport by a transport tag on each 'item page' [11:27:52] in worst case, better would be to list the content of the templates [11:28:05] i show a table in the template [11:28:06] you could add them to a category [11:28:29] transclusions are not "tags" and shouldn't be thought of as such [11:29:04] a category entry could be used like a tag though [11:29:38] tag = template? [11:29:59] no [11:30:12] http://ccc.hackerspaces.be/index.php?title=Tent [11:30:45] the transport table is a template [11:31:55] and on a transport page i want to see all the tables defined anywhere [11:32:09] all the *transport* templates [11:32:17] it's not bidirectional [11:32:26] but so i'll look into categories [11:32:31] you can, however group pages into categories [11:32:52] well, the transport part will only be part of a page [11:33:10] dont want to see the whole tent page, only the transport part of tent [11:33:46] you can't really do that, at least not trivially [11:33:53] meh [11:34:03] like i said, it's not bidirectional [11:34:40] wikipedia does it with tabular data, no? [11:36:17] there may be an extension to do this sort of thing [11:36:29] someone else might know more [11:36:38] allright [11:36:43] thanks [11:36:59] betz2: wikipedia doesn't do that, no. from what i heard, you may want to look into SMW [11:37:03] !SMW | betz2 [11:37:03] There is no such key, you probably want to try: !sb, !sm, !smw, [11:37:14] !smw | betz2 [11:37:14] betz2: SemanticMediaWiki is an awesome extension that lets you connect wiki pages with semantic relations. See and . Mailing lists are available at [11:37:23] since when is the bot case sensitive?... [11:38:15] betz2: SMW is pretty powerful, and perhaps overkill for your use case. I foind all the other solutions for "get template data to show it elsewhere" to be quite horrible [13:03:44] betz2, I'm going to second semantic mediawiki, it's hella powerful [13:04:16] might even be overkill [13:04:31] otoh, if it n'aint overkill, you ain't tryin' hard enough [13:11:10] Hi all, need some help for upgrade from 1.23 to 1.25 [13:11:47] !ask [13:11:47] 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. :) [13:12:01] Ok, fine [13:12:54] After upgrade models are not interpreted, I can read them in the page [13:13:38] what do you mean by models? [13:13:38] Du coup, on parle français ici ? [13:14:45] there may be #mediaiki-fr or something with a similar name but that is only a guess [13:15:42] {{ [13:15:43] if: Bienvenue sur le portail xxxpedia !|{{ [13:16:09] I see that on the page, and all ours mùodels do the same [13:16:54] that looks like ParserFunctions, which is an extension [13:17:15] if you checked it out via git, switch to the REL1_25 branch [13:17:21] I need to upgrade ParserFunction ? [13:18:10] how did you obtain ParserFunctions? [13:18:24] I try [13:19:50] wait, that one is bundled, not separate [13:20:18] yes since 1.15 [13:20:18] check Special:Version to make sure that it is enabled [13:20:57] there should not have been a problem when you upgraded [13:21:13] It's not in Special:Version [13:21:29] The only ext is Renameuser [13:21:38] hi. found this project: http://geode.incubator.apache.org/ , how difficult would it be to use it as a mediawiki database backend? [13:22:52] check LocalSettings.php then [13:23:10] there is a new way of loading it in 1.25 but the old way does still work [13:24:33] Yes, it works. The ext have been ## before upgrade. Big thanks [13:26:04] roland_: mediawiki doesn't support it [13:26:28] no idea how much work it would be to support it though [14:17:55] How can I make my wiki site only editable to only autoconfirmed users? [14:19:26] ! [14:19:26] Hello, I'm wm-bot. The database for this channel is published at http://bots.wmflabs.org/~wm-bot/db/%23mediawiki.htm More about WM-Bot: https://meta.wikimedia.org/wiki/wm-bot [14:20:04] sdk: !rights [14:20:09] bah [14:20:15] !rights sdk [14:20:15] For information on customizing user access, see < http://www.mediawiki.org/wiki/Help:User_rights >. For common examples of restricting access using both rights and extensions, see < http://www.mediawiki.org/wiki/Manual:Preventing_access >. [14:20:23] there we go [14:21:16] sdk: you would first have to make the autoconfirmed usergroup [14:21:59] When I install the wiki doesn't have this group by defalt? [14:22:07] well first restrict to everyone and then allow autoconfirmed and above to edit [14:23:40] I'm a bit confused I thought when I install mediawiki it has this group created by default, why do I have to create a group? [14:23:51] yea I meant make the autoconfirmed usergroup able to edit with $wgGroupPermissions['autoconfirmed']['edit'] = true; [14:24:02] I hit enter too fast [14:24:59] That's understandable. So should I just disregard what you said about creating this group? [14:26:01] yea [14:26:22] Alright I sure will [14:26:31] Thank you for your help [14:27:04] so you restrict access with $wgGroupPermissions['*']['edit'] = false; and then enable for autoconfirmed with the previous command [14:33:32] I think so. [14:46:17] What does this mean "The action you have requested is limited to users in one of the groups: Administrators, emailconfirmed. "? [14:46:39] Who can edit? [14:47:08] the message seems pretty self-explanatory [14:48:05] So only admins who are emailconfirmed or both admins and/or emailconfirmed uses can edit? [14:48:21] 'users in one of the groups' [14:48:27] so both admins and emailconfirmed users can do it [14:48:30] dj: both groups. you have to be a member in at least one of those groups. [14:48:32] don't need to be both [14:48:41] Ok [14:48:49] So then I added the code right. [15:21:06] ugh, another skin? [15:29:18] I have a doubt regarding the upcoming breaking change in the continuation API. Can I ask here? [15:29:42] rotpunkt: yes [15:30:13] If my JavaScript or Python script doesn't need any continuation data, my script will break anyway without rawcontinue? [15:30:23] I mean: the following request will still be valid? https//en.wikipedia.org/w/api.php?action=query&list=allcategories&acprefix=Alpha&aclimit=3 [15:30:29] As you can see I am requesting only 3 result. Or I will not get any results? [15:40:55] In other words: the new parameters continue or rawcontinue are mandatory only if I need continuation data. Otherwise the API will work as usual. Is it correct? [15:55:42] How can I access a user object from outside a user context? I'm adding a simple hook and find myself befuddled [15:56:04] Trying to see if a user's in a group before I call onPersonalUrls [16:11:09] Got it, carry on! [16:46:50] Hi all, do you know how to change the main page title that appears on top of the browser, without changing the page name? [16:47:12] DISPLAYTITLE? [16:48:13] I tried this but it didn't work [16:48:27] bigmitch777: https://www.mediawiki.org/wiki/Manual:$wgRestrictDisplayTitle [16:49:12] Thnk you Vulpix [16:56:21] Now when I open the page there is : "Template:DISPLAYTITLE:TheTitle [17:05:48] bigmitch777: what version of MediaWiki are you using? [17:06:10] 1.25 [17:06:14] vulpix [17:07:53] Vulpix: instantcommons is still off [17:08:46] rotpunkt: if it doesn't do continue, you don't need anything [17:10:58] bigmitch777: works for me in 1.25 [17:11:23] OK Vulpix, I'll try it again [17:12:00] Vulpix I also tried $wgRestrictDisplayTitle = false; [17:12:56] vulpix maybe it is because of my ShortURL [17:13:25] I assume you said it displays "Template:DISPLAYTITLE:TheTitle" on the page, not on the URL... [17:13:26] I had to do the htaccess method because I have a shared hosting [17:13:39] yes [17:13:51] this has nothing to do with DISPLAYTITLE [17:14:19] before editing localsettings.php, I would see on top of the page : Template:DISPLAYTITLE:TheTitle [17:14:38] and after editing localsettings, it does nothing [17:16:00] bigmitch777: http://snag.gy/DRhpW.jpg works for me [17:17:28] Oh but I mean I want to change the title of the page that displays in the browser window [17:17:57] sorry I don't know it's real name [17:18:19] the [17:19:16] damn [17:21:30] there's MediaWiki:Pagetitle in general, and also another for the main page, but for the main page I don't remember the name [17:21:55] Yes actually I only want to change it for the main page [17:22:07] ok I'l google it! thank [17:22:14] ah, MediaWiki:Pagetitle-view-mainpage [17:22:52] That's crazy! where do you find these? [17:23:07] Special:AllMessages [17:23:18] perfect ! thanks a lot vulpix [17:23:22] yw :) [17:23:44] see also (althought it didn't apply here): [17:23:46] !qqx [17:23:46] If you want to find a particular system message being used on a page, you can append the uselang=qqx parameter to the URL. That will replace all system messages used on the page by their message names. See https://www.mediawiki.org/wiki/Qqx [17:27:15] terrific it works! vulpix [20:20:56] hi [20:21:11] i have upgraded form debian wheezy to jessie [20:21:24] now my mediawiki does not display pages anymore [20:21:31] when i look at the source [20:21:47] then the content still seems good [20:22:54] that's a lot of things that might have gone wrong [20:22:55] obiwahn: see https://www.mediawiki.org/wiki/Manual:Errors_and_symptoms#All_pages_have_no_content.2C_but_when_editing_a_page_the_wiki_text_is_there [20:23:12] obiwahn: if that's true, your MediaWiki version is old, you should upgrade [20:23:38] how did you install mediwiki in the first place, via apt? Or separately? [20:31:33] git [20:31:56] i have just saved the db and play with composer:) [20:59:27] Hello, somebody here can help me? [21:01:04] Carvic65: You know, it helps when you state the problem right away. [21:04:33] I'm Carlos Vicioso, Abelardo Vicioso's son. On last December I provided you a pic from my father that you finally successfully posted in the Spanish version,what I appreciated so much. Then, i promised you an English version of my father's biography. Also, I found so many errors in the text of the Spanish version of my father's biography. I finally have both versions, in English and in Spanish, both corrected, with true and real i [21:05:08] Carvic65, this is a channel for MediaWiki software [21:05:30] if you have a concern with a Wikipedia article, you just edit it yourself [21:05:39] Carvic65: you are looking for help with wikipedia? [21:05:46] I already did [21:05:47] english wikipedia: #wikipedia-en-help [21:05:53] I already have [21:06:11] what do you need help with then? [21:06:48] Ah ok, so I have to go the page and edit by myself [21:07:01] if you need help with editing [21:07:01] I thought I was going to provide the information [21:07:06] the new text [21:07:13] go to the #wikipedia-en-help channel [21:07:38] Ok [21:07:46] Thanks [21:14:22] mh now my installation is totally broken:( [21:14:46] le gasp :p [21:14:51] * :o [21:15:14] any errors? [21:17:35] Question: I know you can do easy MediaWiki API queries in JavaScript by requiring mediawiki.api.js. Is there an equivalent thing for easily loading the contents of a page via ?action=raw? [21:19:55] works! [21:19:58] hrhrh [21:20:02] awesome!!! [21:22:38] harej: no [21:22:43] bah