[00:21:32] RD: You're weird. [00:22:39] Fiona: Why now? [00:23:29] [[Tech]]; Robert Eichel; /* Sicherheitsvorkehrungen für Auto von James Bond ( James Bond darf nicht sterben ! ) */ new section; https://meta.wikimedia.org/w/index.php?diff=10910084&oldid=10891807&rcid=5839134 [00:47:55] [[Tech]]; AKlapper (WMF); Undo revision 10910084 by [[Special:Contributions/Robert Eichel|Robert Eichel]] ([[User talk:Robert Eichel|talk]]) - go to https://de.wikipedia.org/wiki/WP:Auskunft; https://meta.wikimedia.org/w/index.php?diff=10910176&oldid=10910084&rcid=5839171 [03:31:17] [[Tech]]; 103.255.174.34; [none]; https://meta.wikimedia.org/w/index.php?diff=10910720&oldid=10910176&rcid=5839323 [03:48:56] [[Tech]]; Eurodyne; Reverted 1 edit by [[Special:Contributions/103.255.174.34|103.255.174.34]] ([[User talk:103.255.174.34|talk]]). ([[m:Twinkle|TW]]); https://meta.wikimedia.org/w/index.php?diff=10910768&oldid=10910720&rcid=5839328 [08:10:11] hello [08:10:25] can someone tell my how to import wiktionary dumps correctly? [08:10:50] i tried importing 'pages-articles' into mysql, but it seems to contain not everything [08:10:58] some pages are just titles without contents [08:28:12] maksbotan: did you follow https://meta.wikimedia.org/wiki/Data_dumps/Tools_for_importing ? [08:28:40] i used mwdumper.jar to produce sql, then piped it to mysql [08:28:46] it took some time [08:29:42] and by the way, there were no templates too [08:37:28] Nemo_bis: so, do you now how can i get templates? [08:43:10] maksbotan: did you check if they're included in the dump? [08:43:20] well, the dump page says so [08:43:32] " Articles, templates, media/file descriptions, and primary meta-pages." [08:43:41] Not my question [08:43:48] okay [08:43:57] i'll wait for someone else [08:44:04] try bzgrep Templates [08:44:14] * "bzgrep Template" [08:44:19] yeah, grep sees them [08:44:40] See, it's not hard ;) [08:44:57] but after import they are not present :) [08:44:59] Worth checking if mwdumper has issues with lowercase titles [08:45:04] or maybe import went wrong [08:46:32] For instance, did *any* template at all get imported? [08:46:57] i haven't seen any [08:47:08] now i've wiped the database to try it again, then i'll check [11:21:08] Great, in the end all my gerrit reports are being worked on :D https://code.google.com/p/gerrit/issues/detail?id=2533 [17:26:36] 09.47 < maksbotan> now i've wiped the database to try it again, then i'll check [17:26:39] How did it go? [17:27:00] Nemo_bis: the same as before [17:27:12] there are no templates and very few articles [17:27:12] :( [17:27:18] Ah. [17:27:31] although sql query on db returns the articles i try to find [17:27:32] Are you sure you configured mysql correctly? [17:27:38] Uh? [17:27:40] maybe i should do rebuildall... [17:28:02] You should count how many pages are actually present in the DB [17:28:19] Nemo_bis: i configured it via mediawiki's web installer [17:28:20] mysql> select count(*) from page where page_title = 'apple'; [17:28:20] +----------+ [17:28:20] | count(*) | [17:28:20] +----------+ [17:28:21] | 1 | [17:28:23] for example [17:28:34] but page 'apple' is unaccessable from the web [17:28:58] +----------------+ [17:28:58] | count(page_id) | [17:28:58] +----------------+ [17:28:58] | 4108380 | [17:29:05] This is more useful [17:29:34] Are you sure you set https://www.mediawiki.org/wiki/Manual:$wgCapitalLinks ? [17:29:36] i'm doing rebuildall now [17:30:06] Nemo_bis: hmmm, no [17:30:20] maksbotan: ok, that's your problem [17:30:23] oh [17:30:27] LocalSettings? [17:30:29] Yes [17:30:39] okay, i'll try it after rebuildall [17:30:53] "apple" is an invalid title without $wgCapitalLinks = false [17:31:04] And {{apple}} doesn't transclude anything [17:37:48] Nemo_bis: well, now it has the pages :) [17:37:55] but there's a problem with templates [17:38:12] there are many unrendered ones starting with '{{#' [17:38:21] do i need another setting or extension for them? [17:38:24] Those are parser functions [17:38:48] Yes, Extension:ParserFunctions and/or Scribunto. Perhaps something else but those are the most [17:39:00] ^d: does diffusion have pretty graphs? https://git.wikimedia.org/metrics/mediawiki%2Fextensions%2FCirrusSearch [17:39:46] <^d> No, but it also doesn't use google apis either :p [17:39:55] maksbotan: sorry for not thinking of $wgCapitalLinks and config before; I was convinced you were missing the pages in the DB proper [17:40:00] almost there! [17:40:17] only {{#invoke... templates are unrendered now [17:40:23] that's Scribunto [17:40:24] after enabling ParserFunctions [17:40:26] Nemo_bis: ok [17:40:47] maksbotan: Wiktionary has ton of configs, like all Wikimedia projects; you should really check https://noc.wikimedia.org/conf/InitialiseSettings.php.txt , even if it's a pain [17:40:57] Or XOWA, which should have extracted the relevant config already [17:41:19] ^d: Google apis, what are those? :P NoScript wipes them out for me [17:41:42] Nemo_bis: well, my final goal is to make a script that will cut out the languages i need from wiktionary dump [17:41:46] the xml one [17:42:00] and i need mediawiki instance to do html dump afterwards, to make a zim file [17:42:22] Ah, ZIM, great. +100 points for your questions [17:42:46] i just needed good German dictionary with links for all changed forms and inflection tables =) [17:43:10] Nemo_bis: btw, can i use collection extension to export just everything? [17:43:24] No [17:43:27] Absolutely not [17:43:33] I assume you know the modern way to make ZIMs is http://sourceforge.net/p/kiwix/other/ci/master/tree/mwoffliner ? [17:43:49] yeah, i know it [17:43:52] but it need node [17:43:56] needs* [17:43:59] ok [17:44:02] Just checking :) [17:44:08] i'll go for it after i make my script to cut xml dump :) [17:44:53] i imagine the process so: download xml dump -> cut required languages with a script -> use mwdumper to get sql -> import sql to mediawiki -> dump it with mwoffliner -> create zim [17:45:35] Didn't you just say you don't want to use mwoffliner [17:46:28] Nemo_bis: no, i just said it needs node [17:46:30] nodejs [17:46:41] for that reason i did not try it so far [17:46:45] ok [17:46:52] it's far in the queue :) [17:47:20] Getting the content and Parsoid on your side might be more customisable, but it's going to be a lot of work if you want to do it regularly. Do you think it's impossible to implement your "filter" in mwoffliner itself? [17:47:21] Nemo_bis: http://maksbotan.org/wk/index.php?title=apple perfect :) [17:47:44] Then you could just pull from Wikimedia's Parsoid HTML [17:47:47] Nemo_bis: maybe. i'll look at it [17:47:55] i don't know much node though [17:48:00] but i will check :) [17:48:21] Looks like you're missing InstantCommons [17:48:31] And Cite [17:48:36] And interwikis [17:49:25] yeah, i did not impor those [17:49:27] import* [17:49:36] Adding "filters" to mwoffliner would be very useful for others too [17:50:04] Although Wiktionary's "structure" is really hacky [17:50:33] languages are just headings, as far as i see [17:54:43] strange, my image folder is owned by php user, but there are mkdir errors still... [17:54:50] Nemo_bis: you can see which ones :) [17:56:51] oh, they are gone [18:00:13] Yes, but language names don't follow any standard [18:01:21] Though Amgine kindly made a map, in case you want to go beyond German ;) https://www.mediawiki.org/wiki/User:Amgine/Dump_processing/test_dict2wpMapper.php [18:02:01] oh, nice [18:12:29] Nemo_bis do you know if there is an easier way to list users thanking for edits [18:12:35] I am unsure what addon enables that [18:18:30] ToAruShiroiNeko: can't parse your sentence [18:19:37] Nemo_bis on tr.wikipedia I havd 2-3 users "thanking" me for a revision [18:19:52] Ok, so? [18:21:27] and I want to list the log of that [18:21:43] It was not a reply [18:22:03] That what? The thanks specific to that revision? [18:22:04] it appeared on the notification icon - like when you recieve replies [18:22:05] special:log/thanks ? [18:22:53] If yes, see https://phabricator.wikimedia.org/T51087 [18:23:03] legoktm hmm [18:23:15] yes that is correct [18:23:53] https://tr.wikipedia.org/w/index.php?title=%C3%96zel%3AG%C3%BCnl%C3%BCk&type=thanks&user=&page=%E3%81%A8%E3%81%82%E3%82%8B%E7%99%BD%E3%81%84%E7%8C%AB&year=&month=-1&tagfilter= [18:24:03] the revision isnt clear. [18:26:05] legoktm shouldn't it have the equavalent of "for [this edit]" [18:27:55] ToAruShiroiNeko: did you look at the bug Nemo linked? [18:28:19] yeah [18:28:59] I was hoping to display commun ity sentiment [18:29:18] since the proposal recieved few thanks and not as many replies :/ [18:29:42] ah well, I suppose I will just claim it and not prove it :p [18:43:35] Yes, that's precisely what the bug was declined for. [18:44:08] Disallow propaganda, allow FUD. [18:53:55] Nemo_bis well... I wasnt aiming for either... :/ [18:54:00] But indeed I see the point [19:10:10] Hello [19:11:48] hi [19:12:32] hi legoktm help required to fix the cite button error of RefToolbar (2.0b), it is not working since last few days at Odia WP (or.wikipedia.org) [19:13:35] MKar: please provide the info (steps to reproduce) that I asked for... [19:15:48] whenever any user click on the cite button all the field are not displayed [19:20:07] MKar: I am on or.wikipedia.org. I am logged in. I have no idea how to get some "Cite button". Please tell me what to do, from here. [19:23:22] please try to edit an article. when the edit window open, the cite button will appear on the top right side of ref tool bar [19:25:29] MKar: please give me a random URL to edit an article. [19:25:35] VisualEditor? Classic editing? [19:25:53] Just provide clear steps. This avoids misunderstandings. [19:26:18] Classing editing, please go to https://or.wikipedia.org/w/index.php?title=%E0%AC%AD%E0%AC%BE%E0%AC%B0%E0%AC%A4&action=edit§ion=6 [19:27:26] MKar: alright, thanks. It has loaded. What am I expected to do know? [19:27:55] MKar: I see the title ଭାରତ (ଭାଗ)କୁ ବଦଳାଇବେ, a short URL, a horizontal line, a toolbar, and the text edit section. [19:28:25] when you click on 'cite' it does not load all the fields... [19:28:40] "Cite" as the last item in the toolbar? [19:29:01] yes [19:29:17] MKar: I have clicked that. I see a "Templates" dropdown, "NamedReferences", and "Errorcheck". [19:29:33] what is missing / what did you expect instead / what do you get? [19:29:46] Select Cite web from templates [19:30:16] MKar, ok. I get a "Web citation" dialog which is empty, and five buttons at the bottom in it. [19:30:33] and my Browser's error console says: [19:30:34] TypeError: $(...).live is not a function [19:30:40] so that's something you want to fix, I guess. [19:30:51] yes that is the problem I want to fix [19:30:58] that sounds a lot like https://phabricator.wikimedia.org/T85489 [19:31:14] MKar, probably a duplicate of the situation that was on es.wp [19:32:00] yes I had reported at phabricator: T86039 [19:32:34] MKar, I know. And I asked you for more information there. [19:32:41] Like the output from your browser's error console. [19:32:53] with steps how to get that. :) And as I pasted above: [19:32:54] TypeError: $(...).live is not a function [19:32:58] so that's what you need to fix. :) [19:33:13] See T85489 [19:35:22] yes, you replied ''If RefToolbar is a gadget, this ticket is INVALID here as this is a local wiki matter and not handled in Phabricator/Maniphest.'' so I am here... [19:36:32] MKar, https://phabricator.wikimedia.org/T86039#964019 [19:36:47] MKar, yeah, but I still asked you in my comment to provide your browser's error console output [19:36:59] because it's not too complicated to track down the problem. But I did that now :) [19:37:10] (plus clear steps to reproduce the problem too, which we now have) [19:37:19] so the answer is in https://phabricator.wikimedia.org/T86039#964019 that I just pasted [19:58:30] https://wikitech.wikimedia.org/wiki/Server_admin_log/Archive_16 still invisible [20:01:46] Nemo_bis, wtf [20:02:22] ( https://phabricator.wikimedia.org/T85801 ) [20:02:48] Aklapper triaged this task as "Low" priority. [20:02:51] sigh [20:03:14] Krenair, what's your problem? [20:03:36] that I should have set it as High? that Nemo corrected me? [20:03:40] No idea without more context. [20:03:57] If there's some issue, state your issue. Thanks. :) [20:04:04] Pages going invisible like this is a type of issue I don't believe should get Low priority [20:04:15] Correct. [20:04:16] so I [20:04:21] 'm happy that Nemo corrected me. [20:04:57] Sighing won't help. Correcting will. [20:06:47] I fixed it by doing this: , but I'm not exactly sure what the problem was. [20:07:17] andre__: I realized some time a ago that the lowest rank "needs volunteer" in a community like us (paid staff and volunteers) might not have been the best choice of wording ;-) [20:07:31] multichill, https://phabricator.wikimedia.org/T78617 [20:07:43] hahaha [20:07:54] want to rename to "Wishlist" [20:09:01] Pff, difficult one. I'll just wait and see whatever comes out of that [20:09:08] hehe [20:09:24] ori: how did you figure that out :O [20:09:33] Oh I hate that priority name. [20:09:35] "Stuff we do when we don't feel like doing something else" [20:09:44] I was operating on the (apparently correct) hunch that a pair of unmatched '[[' were throwing off the parser. [20:10:12] ori: ohhh, you removed them. I thought you added them, but I was clearly not reading well. [20:10:52] [[Tech]]; 89.240.171.220; /* HISTORICAL */ new section; https://meta.wikimedia.org/w/index.php?diff=10915688&oldid=10910768&rcid=5840874 [20:12:03] andre__: yeah, but wishlist doesn't really convey 'we-the-team are not going to work on this' :/ [20:12:34] andre__, I want to support changing it to Wishlist but I don't want to write a '+1' comment [20:12:45] Krenair: hehehe :) [20:13:09] Krenair, I think I'd appreciate it in this case. I'll have to bring this to a broader audience after anyway [20:13:11] Is it possible to just change it instantly everywhere? Or do you have to update all existing tasks with that priority? [20:13:39] don't know yet. last time we renamed it wasn't entirely trivial. [20:14:00] +1 commented, thanks [20:14:13] thanks! [20:20:49] Hi andre__ [20:21:05] hi MKar [20:22:05] I changed the file but it still not working, it is showing more errors at error console :( [20:22:52] MKar, feel free to paste the diff URL for your change [20:23:16] MKar: and feel free to paste your errors on the console to pastebin.com or https://phabricator.wikimedia.org/paste/ or such [20:25:14] https://or.wikipedia.org/w/index.php?title=%E0%AC%AE%E0%AC%BF%E0%AC%A1%E0%AC%BC%E0%AC%BF%E0%AC%86%E0%AC%89%E0%AC%87%E0%AC%95%E0%AC%BF:RefToolbarBase.js&diff=prev&oldid=191222 [20:29:53] MKar, yeah, I am afraid that won't work. Compare https://en.wikipedia.org/w/index.php?title=MediaWiki%3ARefToolbarNoDialogs.js&diff=640347405&oldid=602607073 and https://or.wikipedia.org/w/index.php?title=%E0%AC%AE%E0%AC%BF%E0%AC%A1%E0%AC%BC%E0%AC%BF%E0%AC%86%E0%AC%89%E0%AC%87%E0%AC%95%E0%AC%BF:RefToolbarBase.js&diff=prev&oldid=191222 [20:30:18] it's not just about changing one word - the function call is different [20:31:43] actually I changed at two files, the other one is:https://or.wikipedia.org/w/index.php?title=%E0%AC%AE%E0%AC%BF%E0%AC%A1%E0%AC%BC%E0%AC%BF%E0%AC%86%E0%AC%89%E0%AC%87%E0%AC%95%E0%AC%BF:RefToolbarNoDialogs.js&curid=13769&diff=191221&oldid=155122 [20:33:11] * andre__ tries to copy and paste as there's no space in front of the url [20:34:03] MKar, the second change looks correct, the first one does not [20:34:31] Konsole makes the URL above correctly clickable :P [20:35:43] I changed the first one as per your comment at: T86039 [20:38:23] MKar, not really [20:38:37] you replaced "live" by "on" [20:38:54] MKar, but if you check https://en.wikipedia.org/w/index.php?title=MediaWiki%3ARefToolbarNoDialogs.js&diff=640347405&oldid=602607073 you see that it'snot sufficient [20:39:37] MKar, the live function with its two parameters is not called on the reftoolbar-button itself anymore [20:39:51] MKar, instead, it's called on the document and three parameters are passed [20:39:59] so I'd expect something like this: $(document).on('click', '#cite-date-'+CiteTB.escStr(this.shortform)+'-'+field, CiteTB.fillAccessdate); [20:40:17] Disclaimer: I haven't tested that code and I am not a developer. [20:41:13] I'm not really convinced if it's good to host custom code on a wiki if there's no real maintainers around. At least that's my impression so far. :-/ [20:41:28] But that's a general issue with Wikipedias that are not huge, I guess :-/ [20:47:01] MKar, does that make sense? [20:47:31] andre__: hm, turning the priority question around a bit: maybe the term 'priority' just isn't the best option? 'Unbreak now' is also not really a priority. [20:47:54] it's kind of "Immediate" to me [20:47:58] the Now in there [20:48:05] after the change only template 'cite news' works correctly [20:48:21] MKar, which change? [20:48:22] there is another live in the line :$('#cite-auto-'+CiteTB.escStr(this.shortform)+'-'+field+'-'+autotype).live('click', CiteTB.initAutofill); [20:48:29] ah. so fix that :) [20:48:31] andre__: yeah, but 'immediate' suggests a time scale, while 'highest' does not? I'm maybe not native-speaker enough for this [20:48:50] valhallasw`cloud, heh, don't know exactly either :) [20:52:08] andre__: especially because priority is a task property, not a (task, project) property, which means it's something inherent to the task, not something which depends on the projects' priorities... which then suggests it's more about the submitters' priorities rather than the solvers' priorities. But maybe it should really have been a (task, project) property [20:52:09] instead :/ [20:52:50] philosophy of bugs. [20:52:54] Our priorities are technically not well defined [20:53:02] It's not philosophy, it's algebra [20:53:13] https://www.mediawiki.org/wiki/Talk:Phabricator/Project_management#You [20:53:57] Nemo_bis: what is your problem with 'You' exactly? [20:54:07] your comment there isn't very clear, to say the least [20:54:36] It'as the most striking example of non-well-definedness of the definition [20:54:44] wat [20:55:14] Practically speaking, if the definition includes "You" then the classification only makes sense to that "you" [20:56:11] Which resembles what said in https://phabricator.wikimedia.org/T268#849975 [20:56:13] Nemo_bis: I still don't see how that relates to what you posted on that talk page. You're saying you don't understand the direct address style form? [20:56:56] oh, you mean specifically the part on priority levels. [20:57:27] *shrug* could be clearer, but from context it follows it's about whoever is solving the bug? [20:58:55] So most bugs would be "Needs volunteer", because the bugwrangler closes most tasks and works on (practically) none? [20:59:14] Or all bugs closed by a PM and fixed by a dev would be "needs volunteer" [20:59:24] you 'the team' [20:59:41] See. "You" needs definition [20:59:59] You're looking for flies on the low tide, as we Dutch would say. [21:00:03] Still doesn't work though. Now all bugs become "Needs volunteer" when closed, because no more work is needed so nobody plans to work on them. [21:00:17] er, nails [21:01:37] And what about just "no" ? [21:02:36] multichill: well, lowest priority is not 'no', that would be 'rejected' [21:02:41] multichill: do you mean proposed solution 4, or 3a https://phabricator.wikimedia.org/T78617 ? [21:03:00] it's supposed to be something like 'the team is not going to implement this, so you'll need to do it yourself' [21:03:13] Yes, let's use DIY. ;-) [21:06:37] thank you andre__, the problem is no fixed :) thanks for your patience and for tolerating me. [21:06:52] no fixed = now fixed [21:08:36] MKar: awesome! Glad to hear you made it! [21:09:59] thank you on behalf of OdiaWikiCommunity, thanks to all the techmedians here, [21:10:54] heh :) [21:11:36] techmedians is a nice term [21:12:51] :) [21:13:46] bye from India, 2.43 am [22:44:34] I try to review pages via API and all I get is "'flag_accuracy' parameter missing from query." despite me sending it :( [22:46:29] Aw. [22:46:41] gifti: Did it used to work? [22:47:06] last time i used it, was years ago [22:47:11] but yes [22:47:44] gifti: Seems legit to me, report a bug? [22:48:13] ok … [22:48:27] i thought this could be investigated right away [22:49:05] I don't know anything about FlaggedRevs, so you have to either wait for someone else or file a bug [22:49:17] mhm [22:49:51] Does it even appear in the api help? [22:50:25] It's there in examples, but it doesn't look to be in the code for the get allowed params [22:50:40] Yeah, that struck me as odd. [22:51:16] m( [22:51:51] I'm not familiar with the "dimensions" in FR either [22:51:54] it is there as an example, but it totally should be described [22:52:11] https://en.wikipedia.org/w/api.php?action=help&modules=review [22:52:15] that was actually my next bug [22:52:59] reedy@tin:~$ mwscript eval.php enwiki [22:52:59] > var_dump( FlaggedRevs::getDimensions() ); [22:52:59] array(1) { [22:52:59] ["status"]=> [22:52:59] array(2) { [22:53:00] [0]=> [22:53:02] string(8) "status-0" [22:53:04] [1]=> [22:53:07] string(8) "status-1" [22:53:09] } [22:53:11] } [22:53:45] so, there should be a flag_status for enwiki at least [22:53:48] I think [22:54:04] eval? [22:54:07] o_O [22:54:18] Bsadowski1: it's been in MW core for years [22:54:41] !pastebin | Reedy [22:54:50] #effort [22:55:00] * Reedy hugs marktraceur [22:55:32] Reedy: You got flagged as a spammer :P [22:55:43] ot web-accessible:) [22:55:44] who? what? where? now? [22:56:12] Reedy: Yes, a bot saw you flood the channel and told us you were spamming. Don' do that [22:56:22] lolol [22:56:58] :) [22:57:22] gifti: I guess the first question, is said wiki still using FR in that config with the accuracy? [22:57:45] i guess so … [22:58:12] where can i look up the configuration again? [22:58:25] https://noc.wikimedia.org/conf/highlight.php?file=flaggedrevs.php [22:59:18] thx [23:01:20] elseif ( $wgDBname == 'dewiktionary' ) { [23:01:30] $wgFlaggedRevTags['accuracy']['levels'] = 1; [23:01:34] … [23:04:04] If anything might have broken it, it might be Brads api help rewrite [23:04:41] Gosh anomie. [23:06:10] Ah [23:06:11] > var_dump( FlaggedRevs::binaryFlagging() ); [23:06:11] bool(true) [23:06:16] that needs to be false [23:07:41] for it to display on the help pages, at least [23:08:00] oh :( [23:08:12] but that doesn't look to be new [23:16:13] gifti: If you don't set the flag_foo parameter, does it die with an error for you? [23:25:00] Reedy: it's the same error [23:25:06] what's the error? [23:25:34] 'flag_accuracy' parameter missing from query. [23:30:47] :/