[00:13:52] Hi, any can help me? [00:14:17] I am testing SecurePoll extension, but i have two questions [00:16:34] 1- This error: Strict Standars: Declaration of SecurePoll_HTMLDateField::GetAttributes() should be compatible with HTMLFormField::getAtrributes (array $list, array $mappings: NULL) in .../SecurePoll/includes/htmlform/HTMLDateField.php on line 118 [00:21:29] 2- What valor on "URL back"? [00:56:53] Please, ignore my questions. [01:27:03] ignoring that's what people are good at :) [03:28:58] * Amberose slaps Amberose around a bit with a large fishbot [03:37:06] See [03:37:24] Amberose [05:37:27] is there an api call to see if the logged in user is allowed to edit a page? [05:40:24] There’s a couple of errors which are returned when one cannot edit the page, e.g. noedit or noedit-anon [05:40:45] https://www.mediawiki.org/wiki/Special:MyLanguage/API:Edit#Possible_errors [05:42:42] an API call that doesn't have any other effects, I mean [05:44:23] Ah, yes, there is. Just found it: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Info#intestactions [05:44:32] intestactions=edit [05:44:38] thanks [05:45:16] heh… clearly I’m out of practice. [10:43:14] Hello! [10:43:49] I have added the translation tags to https://www.mediawiki.org/wiki/Manual:Personal_Urls and now could an administrator approve it? (GCI student here) [14:59:33] Hi! Can I get help with an interwiki problem? [15:00:33] You might be able to [15:00:39] Basically whenever I try to add interwiki links to this page: http://wiki.scratch.mit.edu/w/index.php?title=Scratch_Wiki_talk:Community_Portal/Help_Box, the interwiki links come up as links in the article, and not links in the sidebar. [15:01:02] See this page for an example of how it should look: [15:01:03] http://wiki.scratch.mit.edu/wiki/Scratch_Wiki_Home [15:01:44] Where are you adding the links? [15:02:15] At the bottom of the template. I've attempted using and not using . [15:02:38] Ah [15:02:39] I've also tried putting the links at the top of the template. [15:02:57] Are they registered as interwikis? [15:03:18] !interwiki [15:03:18] Interwiki links are links between wikis. For instance, on Wikibooks, [[w:Article name]] or [[wikipedia:Article name]] will link to a Wikipedia article. To set up interwiki links, see and . For easy configuration, use [15:03:35] They successfully link to the other wiki, but they should be appearing in the sidebar. [15:04:02] Language links will, I don't know about general interwiki [15:04:17] They are language links? [15:04:25] [[de:Scratch-Wiki:Gemeinschafts-Portal]] [[id:Pembicaraan Scratch-Indo-Wiki:Portal Komunitas]] [15:04:27] only interlanguage links show up in sidebar [15:04:33] FYI you're running an ooold version of mw [15:04:59] guess what, the sidebar section has the "in other languages" title :P [15:05:19] It's difficult to update it if you don't control it... The MIT Scratch Team controls the server, and I don't have access to the server. [15:05:45] Where Vulpix? [15:05:47] Tell them it's vulnerable to security issues :) [15:06:09] Choco31415: on pages where that section is present: http://wiki.scratch.mit.edu/wiki/Scratch_Wiki_Home [15:06:39] Vulpine: There it is working. Here it is not: http://wiki.scratch.mit.edu/w/index.php?title=Scratch_Wiki_talk:Community_Portal/Help_Box [15:07:16] You're missing point relleases from that branch, at a minimum [15:07:21] Vulpine: Sorry, autocorrect. Reedy: Nice idea. [15:07:52] 1.22.15 is the newest for that branch [15:07:54] But it's dead [15:08:35] Do you think the point releases maybe fix the issue? [15:08:50] I fail to find anything similar to interwiki links in the Scratch_Wiki_talk:Community_Portal/Help_Box page [15:08:59] The point fixes won't [15:09:19] But when you're numerous major releases behind, it's hard to know what was fixed etc [15:10:06] Try looking at the history. Currently there are none. Let me get you a link... Here I put the links at the top: http://wiki.scratch.mit.edu/w/index.php?title=Scratch_Wiki_talk:Community_Portal/Help_Box&oldid=136374 [15:12:18] ah, that makes sense now [15:12:40] I also noticed that interwiki links doesn't seem to work in general on talk pages. At least that was the case when I tested a few interwiki links on my talk page. [15:16:24] http://wiki.scratch.mit.edu/w/api.php?action=query&meta=siteinfo&siprop=interwikimap the only thing I see that can be a problem is that interlanguage links aren't set up as "local" [15:16:43] but if it works in the main page, that shouldn't be a problem [15:18:22] Set up as "local" ? [15:20:37] Choco31415: https://www.mediawiki.org/wiki/Manual:Interwiki_table#iw_local [15:30:33] Thank you Vulpix! [15:30:40] Reedy too, if you're still on. [17:16:18] I have a question. If a extension is enabled in GlobalExtesnsions.php can it be disabled for one specific wiki? [17:33:48] Depends how/what your GlobalExtensions.php does [18:11:19] Reedy : https://github.com/miraheze/mw-config/blob/master/GlobalExtensions.php [18:11:42] This is it. It enabled the extensions for all wikis on the Miraheze.org farm [18:11:48] You'd need to wrap it in a conditional of some sort [18:12:18] Reedy : Could you help me? (I'm not to good at this stuff) [18:12:55] Which extension? [18:12:58] And what dbname? [18:13:26] izangiwiki MobileFrontend [18:13:55] if ( $wgDBname !== 'izangiwiki' ) { require_once( "$IP/extensions/MobileFrontend/MobileFrontend.php" ); ) [18:14:05] You probably want to add some newlines [18:14:29] So this disables the extension for izangiwiki? [18:14:36] Yup [18:14:48] Ok, thanks :) [18:14:52] if the dbname doesn't equal that text, require the extension [18:17:55] Reedy : https://github.com/miraheze/mw-config/pull/271, seems like the build failed [18:18:12] Um [18:18:33] You added it to LocalSettings not Global [18:18:58] Oh, it's supposed to be added to Global? [18:19:08] Damn it [18:19:13] Should be an } at the end, not ) [18:19:22] ok [18:19:32] But if you're adding it to LocalSettings, remove it from Global [18:19:47] Ok. [18:20:55] Reedy : Thanks, I can't merge but when someone that can comes I will see if it works. [21:11:07] hello [21:11:10] i seem to have a problem [21:11:27] "Login error. There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Go back to the previous page, reload that page and then try again." [21:11:37] this has reached my nervs [21:11:54] im trying to use server to create an acc on wiki and i get this all the time [21:12:17] well mor elike client i wrote to connect and make an acc [21:12:29] what can be wrong? [21:18:02] HEEEEELLLLLLLLLLLLOOOOOOOOOOOOOOOOOOO [21:18:10] 300 peopel and all siting and no help [21:18:15] Im WAITING HERE [21:21:31] Using caps and screaming wont get you help any quicker :( [21:21:54] im trying [21:21:58] ! [21:21:58] 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 [21:22:12] but there was no fast respond [21:22:31] and all over net peopel say this is some kind of bug [21:22:45] so im trying to get the answer where does the problem lie [21:22:49] HMMMM? [21:23:40] a serious PROBLEM here. [21:24:12] When someone is around that can help, they may assist you [21:24:18] ok [21:24:22] im going to wait now [21:24:40] ior no [21:24:48] If if it's your own client... [21:24:49] i will come back tomorrow and ask [21:24:56] the wiki is not mine [21:25:01] just because there are 312 clients connected to the channel, doesn't mean there are 312 people are sitting at their computers [21:25:26] how come logging manualy works and using a program fails? [21:25:44] Because you're doing it wrong [21:25:47] yes [21:25:51] i can agree with this [21:26:03] Are you passing all cookies back etc [21:26:12] yes im passing the cookie back [21:26:25] there was problem with the cookie at start and i fixed it [21:26:36] the user login and pass is passed properly [21:27:48] this is definatly some wikia mechanism for protection working but i duno what is wrong [21:28:12] ah [21:28:23] Wikia make some core changes that upset things [21:28:33] I've seen them have random session issues etc [21:30:26] if i only knew what to avoid. Maybe the problem is i use http 1.0 (since it's easiest for me atm). [21:31:29] why are you building a custom client, what are you trying to archive? [21:33:53] well the client is build i did it kind of for learning purpose. Just picked the site and hit this problem. [21:44:03] i will ask tomorrow cya for noe [21:47:33] do i have to keep updating the sitemaps once made, or is the xml.gz file automatically updated [21:48:01] I don't think they're updated automatically, no [21:48:33] so i should make a cron job to update them every few weeks or so? [21:49:23] I think that'd be the easiest/best way, yeah [21:49:29] Could someone help me convert wikibase to the extension registration please. I have tryed here https://gerrit.wikimedia.org/r/#/c/229119/ but the tests keep failing. [21:49:49] paladox: You'd be best leaving that to the Wikidata fokes [21:49:51] *folks [21:50:00] Oh ok. [21:50:27] Because they use a special meta repo for deploment too [21:50:28] https://github.com/wikimedia/mediawiki-extensions-Wikidata [21:52:36] Oh. [22:26:11] hey there, how do you do a code block of several lines? [22:44:26] Chiyo: Code block? [22:44:51] as in line 1 [22:44:53] line 2 [22:44:54] line 3 [22:44:57] [22:45:09] with it 'merging' the space between them [22:45:40] I found that does it