[00:00:55] 03(mod) Database inserts are slow at the replicated databases - 10https://bugzilla.wikimedia.org/48851 +comment (10yuvipanda) [00:12:58] 03(mod) wfEscapeWikiText is inadequate - 10https://bugzilla.wikimedia.org/53658 +comment (10pleasestand) [00:40:45] 03(mod) VisualEditor: Unable to use save button using keyboard - 10https://bugzilla.wikimedia.org/53257 +comment (10Steven Walling) [00:44:11] 03(NEW) Add keyboard shortcut for 'Save page' - 10https://bugzilla.wikimedia.org/53693 normal; VisualEditor: Editing Tools; () [00:44:34] 03(mod) Add keyboard shortcut for 'Save page' - 10https://bugzilla.wikimedia.org/53693 normal->15enhancement (10Steven Walling) [02:07:41] 03(NEW) Install perl packages - 10https://bugzilla.wikimedia.org/53694 normal; Wikimedia Labs: tools; () [02:11:06] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 +comment (10e.wikipedia) [02:13:13] * YuviPanda resists urge to add patch for ^ [03:47:07] 03(mod) Jenkins: Set up JavaScript code coverage analysis (e.g. JSCover) - 10https://bugzilla.wikimedia.org/48365 +comment (10tntim96) [03:51:35] 03(mod) MediaWiki:Useractivity-award should support GENDER - 10https://bugzilla.wikimedia.org/25337 +comment (10Nemo) [03:52:00] 03(mod) Wrong language code for Ukraine in the monuments database - 10https://bugzilla.wikimedia.org/53688 (10intracer) [04:06:13] I need some help. A while ago I deleted my wiki folder and could only backup the db. Is there any way to article lists and etc back? [04:08:40] The DB is mostly everything. [04:08:47] Including all articles, revision histories, etc. [04:09:01] The files include MediaWiki extensions and uploads (images, etc.). [04:25:03] Elsie, but I cannot do it. I've already replaced db but still end up without pages [04:28:15] Klavh: You updated LocalSettings.php in your wiki root directory to point to the appropriate database? [04:28:40] yes [04:28:50] Is your wiki public? [04:29:01] Do you have access to the database directly (for read-only select queries)? [04:29:09] yes, but right now is a huge mess [04:29:17] http://wiki.vpopulus.net/w/index.php/Main_Page [04:29:55] http://wiki.vpopulus.net/w/index.php/Special:AllPages [04:30:01] How many pages should the wiki have? [04:30:19] ~500 I believe [04:30:32] Do you have access to the database directly (for read-only select queries)? [04:31:00] If so, try "select * from page limit 50\G" on the appropriate database. [04:31:26] how can I see if I have it' [04:33:43] I do have. Let me try that. [04:42:32] Elsie, I should write that on SQL on the right db? [04:43:29] You should query the appropriate database. [04:43:37] Which database is in LocalSettings.php. [04:43:42] Whichever, rather. [04:44:35] I get this: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\G' at line 1 [04:45:33] Then try "select * from page limit 50;" [04:45:56] What kind of SQL database? [04:46:01] says that wiki.page doesn't exist [04:46:13] Did you specify a table prefix? [04:46:22] In your old wiki or now. [04:46:51] You can specify a table prefix in LocalSettings.php. [04:46:57] It's "mw_" by default, I think. [04:47:11] So perhaps "select * from mw_page limit 50;" [04:47:28] Otherwise, you can run "show tables;" to see all database tables. [04:48:07] I can watch all the tables [04:48:31] the wiki was set up a long time ago, I don't quite remember. Maybe I should install it again? [04:49:05] Do you want the old data? [04:49:21] yes [04:49:28] Then you need to find it... [04:49:47] but can see all the data in db, but not on wiki [04:49:47] And inform your newly installed wiki of the location of the old data. [04:50:00] You can see pages in the page table? [04:50:05] What's the name of your page table? [04:50:20] in "database settings", it goes to where its supposed [04:50:36] wiki_page [04:51:21] it shows 1950 pages in wiki_page [04:52:24] What do you have set for $wgDBprefix in LocalSettings.php? [04:52:59] its "wiki_" [04:53:30] Hmmmm. [04:53:36] You can try a maintenance script. [04:53:40] rebuildAll.php maybe. [04:53:47] In the maintenance directory. [04:54:15] rebuildall.php, rather. [04:55:00] Not sure what issue you're having. [04:59:22] let me try that... [05:09:38] 03(mod) Parser::parse() sent null title - 10https://bugzilla.wikimedia.org/53563 +comment (10PleaseStand) [05:10:15] 03(mod) Parser::parse() sent null title - 10https://bugzilla.wikimedia.org/53563 +comment (10gerritadmin) [05:10:18] 03(mod) Parser::parse() sent null title - 10https://bugzilla.wikimedia.org/53563 (10Gerrit Notification Bot) [05:11:52] is it possible to check with ifexist wether an external image exists or not? [05:13:49] No. [05:14:56] what can i use for this, then? [05:15:37] Upload the images locally and don't use external images. [05:16:32] i want to use external images, because they are dynamic, but they do not always exist, so I have to replace the non-existing with default ones - can that be accomplished? [05:16:48] Probably with JavaScript. [05:17:23] i was wondering, if wikimedia had any built-in functions for this [05:18:59] MediaWiki, not Wikimedia. [05:19:02] And no. [05:20:01] right.. thanks [05:28:29] I couldn't do it yet, but I think I know how to do it. Thanks a lot ;) [05:33:36] 03(NEW) For language with no input methods, "use native keyboard" should be selected by default - 10https://bugzilla.wikimedia.org/53695 normal; MediaWiki extensions: UniversalLanguageSelector; () [05:34:11] 03(mod) For language with no input methods, "use native keyboard" should be selected by default - 10https://bugzilla.wikimedia.org/53695 (10Pau Giner) [05:34:11] 03(mod) Languages lacking input methods should not appear when selecting an input method - 10https://bugzilla.wikimedia.org/52666 (10Pau Giner) [05:59:17] Hello again. [05:59:57] So quick question about the custom edit buttons. I changed the code for ours to reflect what's shown on MediaWiki.org, yet our custom buttons still don't work. This is my edit: http://zeldawiki.org/index.php?title=MediaWiki%3ACommon.js&diff=cur&oldid=prev [06:11:17] Anyone? [06:13:53] 03(mod) For language with no input methods, "use native keyboard" should be selected by default - 10https://bugzilla.wikimedia.org/53695 (10Siebrand) [06:22:56] 03(mod) VisualEditor: Cannot paste into edit summary in Chromium - 10https://bugzilla.wikimedia.org/53632 +comment (10Elias Hedberg) [06:32:08] 03(mod) Run cleanupTitles.php across Wikimedia wikis - 10https://bugzilla.wikimedia.org/53670 +comment (10Sam Reed (reedy)) [06:33:15] Elsie: yw [06:42:57] https://en.wikipedia.org/wiki/Special:PrefixIndex/Broken/ >.> [06:43:30] trololol [06:44:27] not really sure what to do with those pages... [06:45:48] hi, anybody around with knowledge of pywikipedia bots please? [06:46:03] saqib: I know a bit about them. [06:46:11] What's up? [06:46:34] actually i'm from Wikivoyage [06:46:35] and I need a bot there. but i dont know how to create one, looking for someone who can help please [06:47:04] Well, creating a bot is simple. [06:47:12] You just create the account you intend to use as a bot. [06:47:20] ok [06:47:23] Are you a sysop? [06:47:38] saqib: you should probably tell us what the bot should do, and then we can help you going about that [06:47:57] yes, i am admin there [06:48:01] Okay, good. [06:48:08] see this [06:48:09] https://en.wikivoyage.org/wiki/User:Saqib/Sandbox1 [06:48:32] hmm. no mention of nginx in the mediawiki installation guide's webservers section.... http://www.mediawiki.org/wiki/Manual:Installation_requirements#Web_server does that mean mediawiki can't run on nginx? [06:48:46] i want my bot to add {{Archive top}} at top and {{Archive bottom}} at buttom of every section in a particular page [06:48:58] jargon: given that the wikimedia foundation itself uses nginx, the answer is yes :) [06:49:00] saqib: So start by choosing a bot name, and then create that account. [06:49:08] ok, i will do it now [06:49:26] jargon: the docs are probably out of date... [06:49:32] legoktm: yes it doesn't run on nginx? i'm confused. or do u mean yes it works with nginx [06:49:35] legoktm: oh i see [06:49:37] hmm [06:50:20] saqib: After you've created the account, open up your user-config.py file [06:50:58] saqib: err, wait. I'm getting ahead of myself. [06:51:25] saqib: First, open your family.py file [06:51:32] from where? [06:51:35] Justin_ZW: rather than having him set up pywikibot, he should probably first write the script... [06:51:44] legoktm: ok i think i've found some links on mediawiki+nginx [06:52:00] yes and i dont know who to write a script :( [06:52:20] saqib: writing that bot should be pretty easy, do you have an example page like that? [06:52:27] legoktm: That depends on the intention. [06:52:38] example page? [06:53:06] if i give you access to my bot account, can you do it? [06:53:09] saqib: yeah, a page where the bot should add the templates. your sandbox already has the templates, so i want to see one where they already aren't there [06:53:17] saqib: nonono, i just want to look at the page [06:53:42] ok, i will do one now [06:53:53] Bleh, I was wrong again, anyway. [06:53:53] Justin_ZW: Well, I'm fairly certain that the script he wants isn't in the stock set, so it would need to be written. also there's no need to edit family files, wikivoyage is already set up... [06:54:09] Is it? [06:54:17] Bleh. I had to make my own. [06:54:20] yup [06:54:27] here https://en.wikivoyage.org/wiki/User:Saqib/Sandbox [06:55:07] It might be easier to use autowikibrowser for that, to be honest. [06:55:19] saqib: ok, that's pretty easy. but how does the bot know when it should archive the section? should it check if the user is a sysop? [06:55:23] but i need a bot [06:55:25] Justin_ZW: then it wouldn't be automatic :P [06:55:37] Let's back this up. Are you trying to archive? [06:55:41] Or just place a template? [06:55:51] Or both? [06:55:52] Or what? [06:55:55] just placing the template once a new section is added to that archived page [06:56:20] actually we want to add these 2 templates in every section on Vfd pages [06:57:17] here's we want to add those 2 templates https://en.wikivoyage.org/wiki/Wikivoyage:Votes_for_deletion/Archives [06:57:17] Vfd? [06:57:20] Ah. [06:57:26] Sorry, I'm not a Wikipedian. [06:57:31] hmm [06:57:34] saqib: this might be a silly question, but if the section is on an archive page, why do you need archive templates? [06:57:48] :) [06:58:32] why wikipedia, and every other project of WMF using these templates even though when those Vfds are closes and in arcvhived pages? [06:59:24] lots of things wikipedia does are stupid, you probably shouldn't follow them :P [06:59:48] Never thought I'd heard that said in here. [06:59:48] yes but even commons , wikinews doing this [07:00:10] Because I 100% agree :P [07:00:31] so? [07:00:32] saqib: idk, i'm just saying. sorry, i have to go offline now, you can leave a note on my talk page if you still need help [07:00:37] That's why I get annoyed when people come to Zelda Wiki and go "We should do this because Wikipedia does it." [07:00:42] Justin_ZW: :D [07:00:58] Before you go, lego [07:01:04] Do you know anything about custom edit buttons? [07:01:14] nope, sorry [07:01:19] Dang. Alright. [07:01:46] Justin_ZW: also, if you're knowledgable about pwb, you may want to idle in #pywikipediabot, we always need more helpers in there :) [07:02:12] I'm not super knowledgeable about it, but I do know the basics. [07:02:16] actually apart from Vfd's , we could use this bot to do some other archiving as well [07:02:19] I guess that's enough... :P [07:02:53] Justin_ZW: are you going to help me please? [07:03:03] I can try. [07:03:07] please [07:03:26] So let's start off. You specifically want to use this bot to add the archive template to archives? [07:03:35] yes [07:03:50] Okay. I don't believe that the PWB has that function, but I can double check. [07:04:06] ok [07:04:56] Just give me a couple minutes or so to look. [07:05:18] sure [07:06:08] Alright, so let's start from square one. You wish to make an automated bot, yes? One that runs without any user input? [07:07:03] yes [07:07:53] Alright. And you want it to activate as soon as a page is archived. Anytime something is archived, you wish for the bot to place that template there. That poses another question: do you have a bot which automatically archives discussions? [07:08:31] yes exactly, no, we will archive it manually [07:09:29] we dont want bots to archived things [07:09:33] Hm. Not to sound rude, but why can't you place the template manually? [07:09:52] we tried do it before, [07:10:12] Do you archive multiple discussions on the same page? [07:10:19] yes [07:10:30] That's why... I see. [07:10:33] see here https://en.wikivoyage.org/wiki/Wikivoyage:Votes_for_deletion/August_2013 [07:11:09] It seems like you're making unnecessary work for yourself. Why not simply place a template at the top of the page stating that it's an archive and should not be modified? [07:11:51] :) [07:11:52] Similar to this: http://zeldawiki.org/User:Justin/archive [07:12:32] just wanted to know if its difficult to create a bot which can perform this task? [07:12:47] It may require writing a new script. [07:13:00] I don't know if there's anything that will allow you to perform an action to a newly created page. [07:13:04] I can check, though. [07:13:20] sure sir [07:14:19] actually there's a problem, thats why we can manually add these templates to each section [07:14:35] What's the problem? [07:14:36] because the header template goes before the section header, which means that when editing individual sections, the template appears at the bottom of the previous section rather than at the top of the edited one. [07:15:27] because the header template goes before the section header, which means that when someone wants to add top archive template, we cant do it unless we edit upper section [07:16:01] i meant previous section [07:16:25] But I don't understand why you want this template on every section. [07:16:51] Unless I'm simply misunderstanding you. [07:17:35] :P [07:18:33] to be honest with you, i want some changes to distinguish ourself from wikitravels [07:25:11] zelda [07:27:41] Maybe you should check out #pywikipediabot [07:27:44] 03(NEW) Mailing list of WLM-CN - 10https://bugzilla.wikimedia.org/53696 enhancement; Wikimedia: Mailing lists; () [07:27:50] I don't think I'll be able to help you, unfortunately. [07:28:08] I'm not familiar with writing in Python. [07:28:45] any other framework? [07:29:04] I'm afraid not. I'm a PHP developer, not a Python coder. [07:29:18] hmm how about PHP bot then? [07:29:32] I'm afraid that wouldn't really work in your circumstances. [07:29:43] It would require cron jobs, which you can't do. [07:29:49] Unless you have access to the Wikivoyage server. [07:30:36] Just check out #pywikipediabot. I'm sure someone there could help you out. [07:30:48] Sorry I couldn't be of more assistance. [07:50:06] 03(mod) VisualEditor: annotating or linking newly added text containing accented or non-Latin characters causes corruption and pawns - 10https://bugzilla.wikimedia.org/53680 major->04CRIT; +comment (10Chris McKenna) [07:55:59] 03(NEW) trigger browser tests on patch submission - 10https://bugzilla.wikimedia.org/53697 normal; Wikimedia: Continuous integration; () [07:55:59] 03(mod) trigger Jenkins build on merge for ULS - 10https://bugzilla.wikimedia.org/52120 (10Antoine "hashar" Musso) [07:56:00] 03(mod) Trigger Jenkins build of QA tests on merge for VisualEditor repo - 10https://bugzilla.wikimedia.org/53691 (10Antoine "hashar" Musso) [07:56:01] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Antoine "hashar" Musso) [07:58:49] So some new people have joined. Anyone familiar with the javascript for the custom edit buttons? [08:07:00] HOw to install MediaWiki in Linux? [08:14:48] I'll ask again. Anyone familiar with the javascript for the custom edit buttons? [08:14:58] Is there anyone who's experienced issues with Git/Gerrit on Windows lately? [08:15:35] All my commands involving gerrit repos no longer complete. I have no issues with repos of for example OpenStreetMap and GitHub. [08:16:24] Justin_ZW: other than what is here: https://en.wikipedia.org/wiki/MediaWiki:Common.js/edit.js ? [08:17:05] Well, we had custom edit buttons for our citation templates, but the upgrade seems to have disabled the javascript for them. It must have changed a variable. [08:17:39] http://zeldawiki.org/index.php?title=MediaWiki%3ACommon.js&diff=cur&oldid=prev This is the change that I made after the update. [08:18:04] I thought this would work, considering that I followed the format describe in http://mediawiki.org/wiki/Manual:Custom_edit_buttons [08:18:11] *descibed [08:18:20] *described [08:18:21] >.> [08:24:08] Justin_ZW: well that looks good to me, so if that doesn't help.. i don't have time to look further into it for you now :( [08:24:29] Ah well. Thanks for checking. [08:29:51] Justin_ZW: it should probably be s/addButtons/addButton/, I guess (judging by the "Object does not support property or method addButtons" error on action=edit and the fact that "typeof mw.toolbar.addButton" returns "function") [08:30:30] Ashley: You've lost me. I'm not great with javascript. [08:30:39] Sorry :/ [08:30:54] change "addButtons" (plural) to "addButton" (singular) [08:30:54] PHP is more my forte. [08:31:17] JS is similar to PHP, so it should be easy enough for you to learn ;-) hey, if I could do it, so can you! [08:32:32] I know it's similar, but the fact that there's so many predefined methods and such for objects is daunting to me. [08:32:41] It's hard to learn everything. [08:33:26] 03(mod) Do not load WikiEditor for MediaWiki:Common.js etc - 10https://bugzilla.wikimedia.org/24041 +comment (10Derk-Jan Hartman) [08:35:04] So anyways... you're saying that under the addExtraButtons function, I should change all instances of mw.toolbar.addButtons to mw.toolbar.addButton? [08:36:11] 03(mod) CodeEditor extension should support CSS/JS pages - 10https://bugzilla.wikimedia.org/39653 +comment (10Derk-Jan Hartman) [08:36:17] yah, try that and see what blows up :) [08:37:24] 03(mod) Show a special toolbar on JS/CSS pages - 10https://bugzilla.wikimedia.org/24151 +comment (10Derk-Jan Hartman) [08:43:48] I'm getting a "script error" for some templates I imported to my study wiki [08:44:09] It manifests apparently with templates that use something called Module:Navbox [08:44:40] I copy-pasted the code for Module:Navbox as recommended here [08:46:43] 03(mod) [OPS] operations-dns-lint in operations/dns - authdns-gen-zones: command not found - 10https://bugzilla.wikimedia.org/53422 +comment (10Antoine "hashar" Musso) [08:54:42] I get "Script error" and http://en.wikipedia.org/wiki/Special:Search?go=Go&search=Template:Larger in http://globba12.si/wiki/Template:Aspects_of_capitalism [08:54:57] stupid irc bracket expansion.. [08:55:25] So I get "Script error" and "Template:Larger" [08:55:31] What is Template:Larger ? [08:55:34] Do I need it [08:55:52] Why wasn't it included in the export ( I checked "export templates" ) [08:58:04] 03(mod) Logo for pt.wikt - 10https://bugzilla.wikimedia.org/53685 normal->15enhancement; +shell (10Andre Klapper) [08:59:56] 03(mod) wikidata.org missing AAAA record - 10https://bugzilla.wikimedia.org/46772 +comment (10gerritadmin) [09:01:32] 03(mod) Mailing list of WLM-CN - 10https://bugzilla.wikimedia.org/53696 +comment (10Thehelpfulone) [09:02:52] Something is wrong in the export/import file or my installation [09:02:54] sez [09:02:56] "Import failed: Format text/plain is not supported for content model Scribunto " [09:03:11] as last line when running Special:Import [09:04:16] Anyone familar with the cite extension around [09:04:35] I can't get references to go inline correctly in something at Wikisource [09:07:27] https://en.wikisource.org/wiki/User:ShakespeareFan00/Sandbox [09:07:40] The references are supposedto appear 'inline' [09:07:57] at a point in the text where I have placed a {{smallrefs}} [09:08:06] For some reason they've gon adrift [09:08:13] And at present I can't see why [09:08:27] Can someone other then me PLEASE sanity check the markup? [09:10:51] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 normal->15enhancement (10Sam Reed (reedy)) [09:10:53] 03(mod) Add Italy in Italian to the monuments database - 10https://bugzilla.wikimedia.org/53686 normal->15enhancement (10Sam Reed (reedy)) [09:11:35] why would making something small make it inline ? [09:11:43] Qcoder00: that doesn't sound logical [09:12:07] I've linked the transcluded version [09:12:12] Please read it [09:12:36] In the text are number of notes... [09:12:47] Typically associated with a table [09:13:09] I've attempted to use at the point where the note is numbered in the table... [09:13:13] 03(mod) Explorer does not store history when using https - 10https://bugzilla.wikimedia.org/53681 +comment (10sam) [09:13:31] and then a {{smallrefs}} at the point in the text where the references should appear [09:13:51] Qcoder00: like here: https://en.wikisource.org/wiki/User:ShakespeareFan00/Sandbox#cite_ref-4 ? [09:13:56] ye[ [09:13:59] next time, just give me a link... [09:14:00] yes [09:14:32] The smallrefs below that , shows the WRONG references... [09:14:43] In that the one it's actually showing relates to a previous table [09:14:55] some point considerable prior in the text [09:15:32] Can you please tell me where the 'missing' markup is because I am very dissapointed in having to play hunt the syntax again.. [09:16:31] ehm, then why should i ? [09:16:49] https://en.wikisource.org/wiki/User:ShakespeareFan00/Sandbox#cite_note-2 displays correctly below the table [09:16:53] i'm as volunteer as you. [09:17:03] but it also shows up incorrectly in the place notedpreviously [09:17:32] thedj[work]: because I thought you might be able to spot something I wasn't [09:17:47] At the moment i cannot see where the logical failure is [09:18:46] Why are the references not matching up with the {{smallrefs}} or why is the parser becoming confused? [09:19:05] you probably need to name and group everything if you are doing transclusion like that. [09:19:30] That was what i was thinking... [09:19:48] but that still doesn't actually answer the question [09:20:06] Why is the parser/extension becoming confused in the first place? [09:20:40] I've marked the references (and checked for unlosed tags). [09:20:51] I've added {{smallrefs}} in the relevant places.. [09:21:11] but the parser seems to loose track and put's the WRONG reference group for the {{smallrefs}} [09:22:04] 03(mod) wikidata.org missing AAAA record - 10https://bugzilla.wikimedia.org/46772 +comment (10Antoine "hashar" Musso) [09:22:07] it was never designed to put more than one references list on a single page. we tacked a lot of stuff on top, but it's still just a hack. [09:22:50] Then you would agree that there is potential glitch in the extension? [09:23:01] And isn't a logic failur eon my part? [09:23:03] i'm guessing duplicate refs, mismatches in counting and other problems like that might mess it up severely when transcluding [09:23:19] Qcoder00: i have no clue, the problem isn't reduced enough. [09:23:40] i agree that it is unexpected, but without looking at the full source of all pages, you can't really be sure. [09:23:45] i don't have time for that now. [09:23:50] OK [09:24:11] I'll have to assume Mediawiki can't handle multiple reference lists on a single page [09:24:32] Qcoder00: you could invest some time in reducing the problem [09:24:41] you know, take two pages, see how they behave [09:24:47] I already did that [09:24:52] seperately, and when you transclude them together. [09:25:09] slowly add one, then two then three etc references. one dupe [09:25:21] until you find the same problem. [09:25:41] I did that by changing what was being transcluded [09:25:55] down to the first page where the glitch occurs [09:26:18] it's still 30 page isn't it ? [09:27:00] https://en.wikisource.org/wiki/User:ShakespeareFan00/Sandbox Not now it isn't [09:27:09] I've reduced it down to 3 [09:27:25] The glitch occurs with the references in the 3rd transcluded page [09:28:03] which should by placed at the {{smallrefs}} in the located page... which doesn't occur... [09:28:42] the reference ACTUALLY being shown relating to a reference associated with a table some point prior in the text [09:29:08] I have checked that I don't have mismatched tags... [09:29:35] ah, it's logical. the reflist links to on each individual page, and preserves the index trough transclusion. [09:30:23] It was my understanding {{smallrefs}} cleared the index.If it doesn't... [09:31:25] smallrefs does nothing but making a small as far as I know. [09:31:46] Hmm [09:31:54] the problem here is you transclude a page that has an already processed on it. [09:32:21] So doesn't rest itself? [09:32:24] i'm not sure if that is a or a transclusion error. test by manually transcluding with {{page1}}{{page2}}. [09:34:48] If I do it manually, The set of references on the 3rd page don't seem to appear at all [09:35:14] 03(mod) changes since last visit (diff=0) do not work in wikidata - 10https://bugzilla.wikimedia.org/49434 +comment (10lydia.pintscher) [09:35:44] https://en.wikisource.org/wiki/User:ShakespeareFan00/Sandbox [09:36:36] Even though I'm sure I've put a tag there [09:38:03] For some reason the second tag is NOT processed [09:38:58] possibly because it has the exact same content ? [09:39:34] Possibly [09:39:55] but it makes it harder to figure out where things aren't working as expected [09:40:24] i'd use http://en.wikipedia.org/wiki/Help:List-defined_references in wikisource. i suspect it might be more reliable [09:41:02] True [09:41:09] But I still condier this a bug [09:41:48] It's working, but it's working in a way that doesn't match up with how I understood it to work [09:41:49] Qcoder00: transclusion has a whole slew of 'problem's when it comes to tags. [09:42:22] it's because there is a limited amount of times stuff will/can be put trough the parser, otherwise pages blow up the renderer. [09:43:23] Accepted [09:44:00] What should be happening, is that a tag should display all the references added since the previous tag [09:44:19] But I don't think that's what is actually happening [09:47:42] I can work round this [09:47:48] using group= [09:48:14] but it would be nice longer term for someone to examine this in more depth [09:48:17] i suspect it's doing some sort of de-duplication that is causing the problem. [09:48:33] Shall I raise a Bugzilla? [09:49:17] I don't actually now think it's a bug in the sense of it's wrong... [09:49:31] i'm quite sure there is one for this already somewhere, but identifying it in the haystack is probably the issue :D [09:49:47] It's just encountering an unexpected situation it wasn't ( according to you) designed to cope with [09:50:00] I'll use a work-around [09:51:28] 03(mod) Explorer does not store history when using https - 10https://bugzilla.wikimedia.org/53681 (10Andre Klapper) [09:52:22] 03(mod) VisualEditor: annotating or linking newly added text containing accented or non-Latin characters causes corruption and pawns - 10https://bugzilla.wikimedia.org/53680 +i18n (10Andre Klapper) [09:52:43] using group= solves the problem for now ;) [09:52:53] And sorry if I got little agitated [09:57:32] 03(mod) Explorer does not store history when using https - 10https://bugzilla.wikimedia.org/53681 +comment (10hartman.wiki) [10:14:52] 03(NEW) PageNotSaved exceptions when trying to put pages - 10https://bugzilla.wikimedia.org/53698 normal; Pywikibot: General; () [10:15:46] 03(mod) [OPS] git-http-backend sometime hangs when used with --references - 10https://bugzilla.wikimedia.org/53683 +comment (10hashar) [10:17:53] 03(mod) [OPS] git-http-backend sometime hangs when used with --references - 10https://bugzilla.wikimedia.org/53683 +comment (10hashar) [10:18:55] 03(mod) Like operator cannot be used to select from allowed value - 10https://bugzilla.wikimedia.org/53589 +comment (10Andre Klapper) [10:18:55] 03(mod) The 'like' property comparator fails to select pages when the property 'allows value'. - 10https://bugzilla.wikimedia.org/21893 +comment (10aklapper) [10:19:03] 03(mod) Fine-grained upload rights - 10https://bugzilla.wikimedia.org/53690 (10Andre Klapper) [10:22:01] 03(mod) mobile modification patrolling - 10https://bugzilla.wikimedia.org/53684 (10Andre Klapper) [10:22:29] 03(mod) not all jobs are processed (webVideoTranscode) - 10https://bugzilla.wikimedia.org/47312 +comment (10aklapper) [10:23:27] 03(mod) PageTriage: Only last 20 entries shown for non-default timezone settings - 10https://bugzilla.wikimedia.org/47645 +comment (10Andre Klapper) [10:27:36] 03(mod) git.wikimedia.org (gitblit) goes down when getting overloaded by Googlebot - 10https://bugzilla.wikimedia.org/51769 summary; +comment (10Andre Klapper) [10:28:14] 03(mod) Catchable fatal error: Argument 1 passed to MessageGroups::getSharedGroups() must implement interface MessageGroup, null given - 10https://bugzilla.wikimedia.org/52888 +testme; +comment (10Andre Klapper) [10:29:19] 03(mod) mediawiki/extensions.git does not update some extensions - 10https://bugzilla.wikimedia.org/49846 +comment (10aklapper) [10:30:58] 03(mod) Deploy JobQueueFederated - 10https://bugzilla.wikimedia.org/49788 +comment (10aklapper) [10:31:44] 03(mod) Wikimedia pakistan chapter - 10https://bugzilla.wikimedia.org/48754 +comment (10Andre Klapper) [10:32:14] 03(mod) I don't see the progress bar - 10https://bugzilla.wikimedia.org/51787 +comment (10Andre Klapper) [10:53:34] 03(mod) No page history visible of a deleted page on nl.wikipedia - 10https://bugzilla.wikimedia.org/53687 (10Andre Klapper) [10:54:55] 03(mod) Provide a TOC on pages (devices) without JavaScript - 10https://bugzilla.wikimedia.org/53454 (10Andre Klapper) [10:54:56] 03(mod) Improve Error handling of GeoLocation api - 10https://bugzilla.wikimedia.org/53342 (10Andre Klapper) [10:54:59] 03(mod) Hash behaviour on mobile with sections - 10https://bugzilla.wikimedia.org/53308 (10Andre Klapper) [10:55:00] 03(mod) AbuseFilter and mobile (tracking) - 10https://bugzilla.wikimedia.org/53369 (10Andre Klapper) [10:55:02] 03(mod) Clicking "edit this page" doesn't work in mobile site - 10https://bugzilla.wikimedia.org/53179 (10Andre Klapper) [10:55:03] 03(mod) Icons missing on old Nokia phones (X3, C3) - 10https://bugzilla.wikimedia.org/50326 (10Andre Klapper) [10:56:19] 03(mod) Wikimedia pakistan chapter - 10https://bugzilla.wikimedia.org/48754 +comment (10saqib.qayyum) [10:57:09] hi [10:57:46] I have a wiki that has been filled with spam from a certain date. How can I remove all the content generated from that date to today? [11:01:29] There isn't exactly a way for doing it for a date range [11:02:00] !s[am [11:02:03] !spam [11:02:03] For information about combating and handling spam in MediaWiki, see and . [11:16:49] 03(NEW) VisualEditor: adding section for references will suppress the Related Articles one - 10https://bugzilla.wikimedia.org/53699 normal; VisualEditor: General; () [11:23:05] 03(NEW) Type a word + space bar = eliminates typed text imidiately - 10https://bugzilla.wikimedia.org/53700 blocker; VisualEditor: Language; () [11:27:11] 03(mod) Type a word + space bar = eliminates typed text imidiately - 10https://bugzilla.wikimedia.org/53700 (10Mahitgar) [11:27:11] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10Mahitgar) [11:27:12] 03(mod) Input Methods issues for supported languages (tracker) - 10https://bugzilla.wikimedia.org/53014 (10Mahitgar) [11:27:15] 03(mod) Make ULS input methods work in content editable divs of Visual Editor - 10https://bugzilla.wikimedia.org/49569 (10Mahitgar) [11:28:03] 03(mod) InstantCommons doesn't respect $wgHTTPProxy - 10https://bugzilla.wikimedia.org/42196 +comment (10roolze) [11:35:59] 03(NEW) After typing first charecter cursor moves in wrong direction - 10https://bugzilla.wikimedia.org/53701 blocker; VisualEditor: Language; () [11:37:32] 03(mod) After typing first charecter cursor moves in wrong direction - 10https://bugzilla.wikimedia.org/53701 (10Mahitgar) [11:37:32] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10Mahitgar) [11:37:35] 03(mod) Input Methods issues for supported languages (tracker) - 10https://bugzilla.wikimedia.org/53014 (10Mahitgar) [11:37:36] 03(mod) Make ULS input methods work in content editable divs of Visual Editor - 10https://bugzilla.wikimedia.org/49569 (10Mahitgar) [11:38:03] 03(mod) After typing first character cursor moves in wrong direction - 10https://bugzilla.wikimedia.org/53701 summary (10Elitre) [11:41:59] 03(NEW) tool lifeweb doesn't have replica.my.cnf - 10https://bugzilla.wikimedia.org/53702 normal; Wikimedia Labs: tools; () [11:42:06] 03(mod) tool lifeweb doesn't have replica.my.cnf - 10https://bugzilla.wikimedia.org/53702 normal->major (10Peter Bena) [11:42:28] 03(mod) not all jobs are processed (webVideoTranscode) - 10https://bugzilla.wikimedia.org/47312 +comment (10jgerber) [11:47:47] 03(mod) Use "_p" suffix on databases to make them readable by all users - 10https://bugzilla.wikimedia.org/45895 +comment (10Peter Bena) [11:47:55] 03(mod) jsub with -once doesn't work - 10https://bugzilla.wikimedia.org/48751 +comment (10Peter Bena) [11:47:59] 03(NEW) Google points to HTTP articles (where users cannot log in) - 10https://bugzilla.wikimedia.org/53703 normal; Wikimedia: SSL related; () [11:49:04] 03(mod) Support floating bouncers - 10https://bugzilla.wikimedia.org/51940 +comment (10Peter Bena) [11:51:14] 03(mod) Please remove service group 'qicbot' - 10https://bugzilla.wikimedia.org/52903 (10Peter Bena) [11:52:39] 03(NEW) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 normal; Wikimedia Labs: tools; () [11:54:05] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Peter Bena) [11:54:05] 03(mod) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 normal->trivial; +tracking (10Peter Bena) [11:54:22] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 (10Peter Bena) [11:54:22] 03(mod) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 (10Peter Bena) [11:55:04] 03(mod) Install python module scipy - 10https://bugzilla.wikimedia.org/53624 (10Peter Bena) [11:55:05] 03(mod) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 (10Peter Bena) [11:55:11] 03(mod) install tdbc and tdbc::mysql - 10https://bugzilla.wikimedia.org/51129 (10Peter Bena) [11:55:11] 03(mod) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 (10Peter Bena) [11:55:38] 03(mod) Install python module rsvg (gnome-python2-rsvg) - 10https://bugzilla.wikimedia.org/53626 (10Peter Bena) [11:55:40] 03(mod) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 (10Peter Bena) [11:55:45] 03(mod) Install C++ header boost-python - 10https://bugzilla.wikimedia.org/53627 (10Peter Bena) [11:55:46] 03(mod) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 (10Peter Bena) [11:55:49] 03(mod) Please install libfcgi-dev - 10https://bugzilla.wikimedia.org/52902 (10Peter Bena) [11:55:50] 03(mod) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 (10Peter Bena) [11:57:05] 03(NEW) VisualEditor: Disappearing text with ULS IME input - 10https://bugzilla.wikimedia.org/53705 normal; VisualEditor: Language; () [11:57:26] 03(mod) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 +comment (10benapetr) [11:58:34] 03(mod) Install python module opencv (v1 and v2) - 10https://bugzilla.wikimedia.org/53625 (10Peter Bena) [11:58:35] 03(mod) Packages to be added to gerrit - 10https://bugzilla.wikimedia.org/53704 (10Peter Bena) [11:59:15] 03(mod) Create a daemon to watch status of wm-bot and fix broken components - 10https://bugzilla.wikimedia.org/51965 (10Peter Bena) [11:59:38] 03(mod) Create a startup process (script) to launch wm-bot on grid - 10https://bugzilla.wikimedia.org/51966 (10Peter Bena) [12:01:25] 03(mod) Clean up list of projects on Tool Labs home page - 10https://bugzilla.wikimedia.org/49937 +comment (10benapetr) [12:02:07] 03(mod) Clean up list of projects on Tool Labs home page - 10https://bugzilla.wikimedia.org/49937 +comment (10benapetr) [12:02:39] 03(mod) It would be nice to have wikitext-formatted logs - 10https://bugzilla.wikimedia.org/53236 +comment (10benapetr) [12:05:44] 03(mod) colon in linked article title misinterpreted as prefix - 10https://bugzilla.wikimedia.org/51598 (10Andre Klapper) [12:05:47] 03(mod) Consider deprecating Ploticus PNG generation - 10https://bugzilla.wikimedia.org/52689 (10Andre Klapper) [12:06:02] 03(mod) CentralNotice Out of Memory Error in Special:GlobalAllocation - 10https://bugzilla.wikimedia.org/53443 (10Andre Klapper) [12:11:37] 03(mod) Change English label of datatypes-type-globe-coordinate to "Geographic coordinates" (note plural) - 10https://bugzilla.wikimedia.org/53416 normal->minor; +easy (10Andre Klapper) [12:11:53] Reedy: ty! [12:11:54] 03(mod) PSR-0 compliance - 10https://bugzilla.wikimedia.org/52455 (10Andre Klapper) [12:13:42] 03(NEW) VisualEditor: Incorrect text selection with ULS IME - 10https://bugzilla.wikimedia.org/53706 normal; VisualEditor: Language; () [12:14:08] 03(mod) ValueParsers\Test\ApiParseValueTest::testStuff / UsageException: Unrecognized value for parameter 'action': - 10https://bugzilla.wikimedia.org/52820 (10Andre Klapper) [12:15:59] 03(mod) Can't switch from Zero to desktop - 10https://bugzilla.wikimedia.org/52536 (10Andre Klapper) [12:16:01] 03(mod) mobile.zero.styles and mobile.zero.scripts modules added to all pages - 10https://bugzilla.wikimedia.org/49786 +performance (10Andre Klapper) [12:16:02] 03(mod) Special:ZeroRatedMobileAccess doesn't work without javascript - 10https://bugzilla.wikimedia.org/48752 (10Andre Klapper) [12:16:02] 03(mod) right-zero-edit should be defined - 10https://bugzilla.wikimedia.org/48192 (10Andre Klapper) [12:16:58] I get "edit conflict" error when trying to create previously non-existing Module: http://globba12.si/w/index.php?title=Module:HtmlBuilder&action=submit [12:17:07] there is no revision to delete [12:17:39] 03(mod) Thanks icon is a little disturbing - 10https://bugzilla.wikimedia.org/51927 (10Andre Klapper) [12:17:40] Apparently Module:HtmlBuilder is required to get most of the imported navboxes to work [12:17:41] 03(mod) "(thank)" is shown if JS is disabled, but it's a broken link - 10https://bugzilla.wikimedia.org/49161 (10Andre Klapper) [12:17:43] 03(mod) Output a thank link in watchlist entries - 10https://bugzilla.wikimedia.org/48999 (10Andre Klapper) [12:17:44] 03(mod) Echo's "thanked you for your edit" should also link to thanker user page - 10https://bugzilla.wikimedia.org/47511 (10Andre Klapper) [12:24:03] there is a mystery editor that always blanks the page while I try to add the code [12:24:09] there are no revisions in the history [12:24:57] but everytime I try to edit http://globba12.si/wiki/Module:HtmlBuilder it says edit conflict [12:25:29] apparently ( if I got this right ) http://globba12.si/wiki/Module:Navbox uses Module:HtmlBuilder [12:26:32] help would be appreciated [12:26:32] I don't know anything about this modules-system [12:26:39] and yes, I have Scribunto installed [12:27:23] 03(NEW) VisualEditor does not reset title opacity on API call failure - 10https://bugzilla.wikimedia.org/53707 normal; VisualEditor: General; () [12:31:10] 03(mod) tool lifeweb doesn't have replica.my.cnf - 10https://bugzilla.wikimedia.org/53702 +comment (10Marc A. Pelletier) [12:36:05] 03(mod) install tdbc and tdbc::mysql - 10https://bugzilla.wikimedia.org/51129 (10Marc A. Pelletier) [12:36:06] 03(mod) Please enable mod_fastcgi support - 10https://bugzilla.wikimedia.org/52944 (10Marc A. Pelletier) [12:36:59] 03(mod) configure jobs to be runnable on any slaves - 10https://bugzilla.wikimedia.org/53594 +comment (10hashar) [12:38:17] 03(mod) Install python module scipy - 10https://bugzilla.wikimedia.org/53624 +comment (10gerritadmin) [12:38:18] 03(mod) mw/core gating jobs are delayed during peak hours - 10https://bugzilla.wikimedia.org/47724 +comment (10Antoine "hashar" Musso) [12:38:19] 03(mod) Install python module scipy - 10https://bugzilla.wikimedia.org/53624 (10Gerrit Notification Bot) [12:39:06] Can someone please take a look at this - http://globba12.si/wiki/Module:HtmlBuilder [12:39:21] says: "The revision #0 of the page named "HtmlBuilder" does not exist. " [12:39:35] looking at the revision history it is empty, completely empty [12:40:10] and when I try to paste the code onto it it always throws an edit conflict with a mystery "editor" [12:40:17] 03(mod) migrate all .pep8 files content to tox.ini - 10https://bugzilla.wikimedia.org/53353 +comment (10hashar) [12:40:19] please help.. Will be here for 2 hrs [12:40:28] 03(mod) Install python module scipy - 10https://bugzilla.wikimedia.org/53624 +comment (10gerritadmin) [12:40:59] 03(mod) Install python module scipy - 10https://bugzilla.wikimedia.org/53624 (10Marc A. Pelletier) [12:41:35] 03(mod) Marathi/Devanagari: Type a word and press space bar = eliminates typed text immediately - 10https://bugzilla.wikimedia.org/53700 04BLOCKER->major; +i18n; summary; +comment (10Andre Klapper) [12:41:50] 03(mod) Marathi/Devanagari: After typing first character cursor moves in wrong direction - 10https://bugzilla.wikimedia.org/53701 04BLOCKER->major; summary; +comment (10Andre Klapper) [12:43:34] 03(mod) Install python module rsvg (gnome-python2-rsvg) - 10https://bugzilla.wikimedia.org/53626 +comment (10gerritadmin) [12:43:36] 03(mod) Install python module rsvg (gnome-python2-rsvg) - 10https://bugzilla.wikimedia.org/53626 (10Gerrit Notification Bot) [12:51:31] I cannot delete the file because it doesn't exist [12:51:42] 03(mod) Install python module rsvg (gnome-python2-rsvg) - 10https://bugzilla.wikimedia.org/53626 +comment (10gerritadmin) [12:52:16] I cannot edit the file because "mystery" editor ( by MW itself i gather ) causes an edit conflict [12:52:18] 03(mod) Install python module rsvg (gnome-python2-rsvg) - 10https://bugzilla.wikimedia.org/53626 (10Marc A. Pelletier) [12:54:30] 03(mod) package flake8 for jenkins slaves - 10https://bugzilla.wikimedia.org/53355 +comment (10hashar) [12:55:08] 03(mod) Install C++ header boost-python - 10https://bugzilla.wikimedia.org/53627 +comment (10gerritadmin) [12:55:11] 03(mod) Install C++ header boost-python - 10https://bugzilla.wikimedia.org/53627 (10Gerrit Notification Bot) [12:56:02] 03(NEW) VisualEditor: Incorrect and irremovable text placement with ULS IME - 10https://bugzilla.wikimedia.org/53708 normal; VisualEditor: Language; () [12:56:55] 03(mod) Install C++ header boost-python - 10https://bugzilla.wikimedia.org/53627 +comment (10marc) [12:59:06] 03(mod) VisualEditor: Disappearing text with ULS IME input - 10https://bugzilla.wikimedia.org/53705 +comment (10Siddhartha Ghai) [12:59:18] 03(mod) Install C++ header boost-python - 10https://bugzilla.wikimedia.org/53627 +comment (10gerritadmin) [12:59:44] Trying to import the Module:HtmlBuilder gives error "Import failed: Format text/plain is not supported for content model Scribunto" and stops [13:00:12] I've tried various export files and the import process errors when it tries to import Module:HtmlBuilder [13:00:18] andre__: sorry, with you in 2 min! [13:00:31] and I can't add it manually either because of the mystery editor [13:00:34] 03(mod) [upstream] package flake8 for jenkins slaves - 10https://bugzilla.wikimedia.org/53355 +upstream; summary (10Antoine "hashar" Musso) [13:02:29] 03(mod) Jenkins: repositories missing a .jshintrc file are failing - 10https://bugzilla.wikimedia.org/47260 +comment (10hashar) [13:02:40] 03(mod) Jenkins: jshint jobs fallback to /srv/.jshinrc from integration/docroot.git - 10https://bugzilla.wikimedia.org/52456 (10Antoine "hashar" Musso) [13:02:41] 03(mod) Jenkins: repositories missing a .jshintrc file are failing - 10https://bugzilla.wikimedia.org/47260 (10Antoine "hashar" Musso) [13:02:56] jubo2: It sounds like you have an old version of Scribunto; see https://bugzilla.wikimedia.org/show_bug.cgi?id=51504 for some workarounds. [13:03:07] jubo2: As for the "mystery editor", I'm not sure what you're referring to. [13:03:31] 03(mod) Remove "requires JavaScript" from preference texts - 10https://bugzilla.wikimedia.org/44947 +comment (10gerritadmin) [13:03:45] 03(mod) Install python module opencv (v1 and v2) - 10https://bugzilla.wikimedia.org/53625 +comment (10Marc A. Pelletier) [13:03:59] anomie: I just installed it yesterday ( the Scribunto-extension ) [13:04:33] 03(mod) Scribunto should use MWException for better error reporting - 10https://bugzilla.wikimedia.org/51896 +comment (10bjorsch) [13:04:38] 03(mod) Install C++ header boost-python - 10https://bugzilla.wikimedia.org/53627 (10Marc A. Pelletier) [13:04:55] jubo2: But did you download the latest development version, or the 1.21 branch? [13:05:40] (note I'm not sure whether the latest development branch of Scribunto works with MediaWiki 1.21; if you try it, let us know) [13:06:30] 03(mod) Create block log entries on HideUser blocks - 10https://bugzilla.wikimedia.org/45064 +comment (10gerritadmin) [13:07:08] 03(mod) Deployment-prep deploys from master and uses a submodule with submodules - 10https://bugzilla.wikimedia.org/51581 +comment (10hashar) [13:09:30] anomie: I have the version for 1.21 [13:09:36] that's right ? [13:10:42] 03(mod) Thread moves and subject changes need revert/restore links - 10https://bugzilla.wikimedia.org/36098 +comment (10gerritadmin) [13:10:55] jubo2: That's somewhat old; normally it wouldn't make too much of a difference, but Scribunto was still in heavy development when 1.21 was released so the 1.21 version is lacking a bunch of features. The import problem you're seeing and the lack of "mw.text" are the two that seem to most often cause issues for people. [13:11:05] http://globba12.si/wiki/Module:HtmlBuilder shows text "The revision #0 of the page named "HtmlBuilder" does not exist. " [13:11:41] anomie: I should download the development version of Scribunto ? [13:11:44] That sounds like Special:Import screwed up even more than normal. Fun. You could try deleting it. [13:12:00] Deleting Special:Import ? [13:12:30] anomie: cannot delete the page because it has no history [13:12:41] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 +comment (10Marc A. Pelletier) [13:12:42] ( Module:HtmlBuilder ) [13:12:50] jubo2: That would be one thing to try, yes. If it doesn't work, you could try just applying the patch from https://gerrit.wikimedia.org/r/#/c/61468/, or editing your export XML file as mentioned in comment 1 of the bug I linked you to. [13:13:07] jubo2: Deleting Module:HtmlBuilder. [13:13:20] anomie: can't delete because no revisions exist :( [13:13:38] Hmm. [13:15:47] Oh I could delete it [13:15:48] I see if the thing has started working now [13:15:57] 03(NEW) update.php doesn't work on oracle - 10https://bugzilla.wikimedia.org/53709 normal; MediaWiki: Maintenance scripts; () [13:16:07] what is the significance of load.php in resourceLoader? [13:16:08] 03(mod) update.php doesn't work on oracle - 10https://bugzilla.wikimedia.org/53709 (10Peter Bena) [13:16:15] 03(mod) update.php doesn't work on oracle - 10https://bugzilla.wikimedia.org/53709 normal->major (10Peter Bena) [13:16:16] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 +comment (10gerritadmin) [13:16:19] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 (10Gerrit Notification Bot) [13:16:59] 03(NEW) import doesn't work on oracle - 10https://bugzilla.wikimedia.org/53710 normal; MediaWiki: Export/Import; () [13:17:10] 03(mod) import doesn't work on oracle - 10https://bugzilla.wikimedia.org/53710 (10Peter Bena) [13:17:12] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 +comment (10gerritadmin) [13:18:19] hmm... now I get "Error: Expensive parser function limit exceeded" when viewing one of the templates I hope to get to work [13:18:54] 03(mod) Summary Link To box does not show entire URL - 10https://bugzilla.wikimedia.org/25765 +comment (10gerritadmin) [13:19:22] jubo2: Are you creating many Title objects, or using other functions marked as "expensive" in [[mw:Extension:Scribunto/Lua reference manual]]? [13:20:07] 03(mod) import doesn't work on oracle - 10https://bugzilla.wikimedia.org/53710 +comment (10benapetr) [13:20:09] anomie: I'm just trying to get some navboxes to work [13:20:37] all I've done to them is to change [ [ Article ] ] to [ [ w:Article ] ] [13:20:57] anomie: how canI raise the limit of expensive ops ? [13:21:40] Raise it to what and why? [13:21:53] jubo2: You can raise the limit by changing $wgExpensiveParserFunctionLimit, but a better solution is probably to figure out what's using so many expensive functions. [13:22:56] I'm no template h4x0r .. [13:23:00] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 (10Marc A. Pelletier) [13:23:33] 03(mod) VisualEditor: Incorrect and irremovable text placement with IMEs - 10https://bugzilla.wikimedia.org/53708 summary; +comment (10Siddhartha Ghai) [13:23:34] I'd just like to get the relevant navbars under the clauses of GFDL and/or CC-BY .. [13:26:10] 03(mod) Summary Link To box does not show entire URL - 10https://bugzilla.wikimedia.org/25765 (10Siebrand) [13:27:12] hmm.. I raised it to 200 and then 400 but no effect [13:27:34] do I need to 'sudo apachectl graceful' for the changes to take effect..? [13:27:55] 03(mod) Prompt the user to confirm a page change while an LQT edit form is open - 10https://bugzilla.wikimedia.org/46040 +comment (10gerritadmin) [13:32:56] jubo2: No, you shouldn't need to restart apache. Also, IIRC, WMF wikis have it set to 500, but I'd hope these navbars aren't running that close to the limit. [13:33:20] I set it to 1000 but still says limit exceeded [13:33:33] there has gotta be some kind of loop that's wasting them [13:34:04] To me they look like non-recursing lists [13:35:24] This is one example: [13:35:25] http://globba12.si/wiki/Template:Private_equity_and_venture_capital [13:35:44] I don't get what could be wrong, it's just a series of lists [13:36:14] jubo2, see page HTML. near the end there should be a saying how many functions were used [13:39:33] 03(mod) personal edit toolbar lost - 10https://bugzilla.wikimedia.org/21692 +comment (10gerritadmin) [13:39:50] MaxSem: says "Expensive parser function count 2/1000" [13:40:16] and the error message tells that the expensive function count has been exceded [13:40:25] nice:) [13:40:29] the template afaik is just lists of links [13:40:32] anomie, any ideas? ^^ [13:40:36] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 +comment (10Brad Jorsch) [13:42:48] jubo2, MaxSem: Oh, I remember seeing this before. Module:Navbar (near line 48) is assuming that if something fails then the error must be because of the expensive limit, so it says that instead of checking what the real error is. [13:43:07] aha.. what should I do.. [13:44:17] Fix Module:Navbar to report the real error message (which is in the "title" variable) [13:44:45] 03(mod) Watching or unwatching removes the Change Subject link - 10https://bugzilla.wikimedia.org/45618 +comment (10gerritadmin) [13:45:13] 03(mod) Watching or unwatching removes the Change Subject link - 10https://bugzilla.wikimedia.org/45618 (10Siebrand) [13:47:24] jubo2: https://en.wikipedia.org/w/index.php?title=Module:Navbar&diff=571376244&oldid=548273773 [13:48:11] 03(mod) update.php doesn't work on oracle - 10https://bugzilla.wikimedia.org/53709 (10Andre Klapper) [13:48:11] 03(mod) Oracle DB support (tracking) - 10https://bugzilla.wikimedia.org/38916 (10Andre Klapper) [13:48:11] 03(mod) import doesn't work on oracle - 10https://bugzilla.wikimedia.org/53710 (10Andre Klapper) [13:48:12] 03(mod) Oracle DB support (tracking) - 10https://bugzilla.wikimedia.org/38916 (10Andre Klapper) [13:48:49] Hi - I am looking to get a list of pages in both category A and category B - preferably through the web interface, but API is okay too [13:49:04] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 +comment (10marc) [13:49:09] anomie: I fixed the Navbar module the best I could [13:49:17] now it gives error: "Error: ustring.lua:42: bad argument #1 to 'len' (string expected, got nil)" [13:50:40] hi nxf-mw-user - check out http://lists.wikimedia.org/pipermail/wikitech-ambassadors/2013-August/000369.html about a new search thing we are implementing. also others may have other ideas for you :-) [13:50:46] * sumanah needs to head off for a moment [13:51:37] yeah.. now it seems most of the templates give this same error [13:56:15] I have no idea what is wrong [13:56:38] somewhere nil is given when a string should be given [13:57:56] bummer [13:59:19] I don't know where this error is coming from [14:06:26] This is one example where I get that error - http://globba12.si/wiki/Template:Law [14:06:53] "Error: ustring.lua:42: bad argument #1 to 'len' (string expected, got nil)" [14:12:38] 03(NEW) VisualEditor: Non-navigable text with IMEs when editing bulleted text - 10https://bugzilla.wikimedia.org/53711 normal; VisualEditor: Language; () [14:12:45] Free coffee and cookie for anyone who solves my problem [14:21:50] 03(mod) CirrusSearch doesn't weight article headings any higher than the rest of the article - 10https://bugzilla.wikimedia.org/53481 +comment (10gerritadmin) [14:22:31] 03(mod) CirrusSearch doesn't weight article headings any higher than the rest of the article - 10https://bugzilla.wikimedia.org/53481 +comment (10gerritadmin) [14:22:44] jubo2: Looks like the problem is probably bug 47300, the patch for which is also not in the 1.21 branch. [14:23:14] anomie: and you recommend installing the development branch or what ? [14:23:36] jubo2: If it works, that would be the easiest way to fix it. [14:30:23] 03(mod) [upstream] Jenkins: MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10hashar) [14:30:24] 03(mod) VisualEditor: Incorrect and irremovable text placement with IMEs - 10https://bugzilla.wikimedia.org/53708 +comment (10Siddhartha.Ghai) [14:32:37] 03(mod) [upstream] Jenkins: MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10hashar) [14:35:58] 03(mod) Sets Author entry to [[User:Username|Username]] instead of [[User:Username]] - 10https://bugzilla.wikimedia.org/53669 +comment (10gerritadmin) [14:36:01] 03(mod) Sets Author entry to [[User:Username|Username]] instead of [[User:Username]] - 10https://bugzilla.wikimedia.org/53669 (10Gerrit Notification Bot) [14:37:03] 03(NEW) run VE browser tests in vagrant - 10https://bugzilla.wikimedia.org/53712 enhancement; Wikimedia: Quality Assurance; () [14:46:03] jubo2: you still here? [14:46:05] yup [14:46:19] just replaced the stable Scribunto with the development branch version [14:46:21] no avail [14:47:32] !b 47300 [14:47:32] https://bugzilla.wikimedia.org/47300 [14:47:34] Hello. Quick question about Gadgets ( https://www.mediawiki.org/wiki/Extension:Gadgets ). There is a dependencies option. Can I put a CSS as a dependency? there are only examples with resourceloader javascript modules [14:47:59] 03(mod) Wikipedia Android app should have a setting to turn off images - 10https://bugzilla.wikimedia.org/33866 (10Andre Klapper) [14:48:35] That bug doesn't look like your issue... [14:48:42] Testing some stuff... [14:50:28] Bloupfuh, the dependencies are ResourceLoader modules which means that it can be CSS andor JS [14:51:15] T13|needsCoffee: where can I find the lua files to apply the suggested fix ? [14:52:11] thanks MaxSem. I'll dig a bit to find how to put common.css as a dependencies then [14:52:27] 03(mod) Exception "Invalid marker" on edit with unbalanced tag count - 10https://bugzilla.wikimedia.org/44608 +testme (10Andre Klapper) [14:52:50] Bloupfuh, common.css is already loaded [14:53:30] are gadgets always loaded *after* common.css/common.js? [14:53:44] yes afaik [14:54:20] 03(mod) Localization failure on edit tabs, article history, and contribution history for English Wikipedia - 10https://bugzilla.wikimedia.org/46579 +comment (10Andre Klapper) [14:54:27] ok thank you again. I may have some other issue then, I'll look into it [14:55:50] 03(NEW) Shortcut when opening a reference including only one template - 10https://bugzilla.wikimedia.org/53713 enhancement; VisualEditor: Editing Tools; () [15:03:27] anybody around with knowledge of creating Bots please? [15:10:56] 03(mod) Syria needs to be added in arabic to the monuments database - 10https://bugzilla.wikimedia.org/52998 +comment (10Abbad) [15:11:40] 03(mod) Non-canonical HTTPS URLs quietly redirect to HTTP - 10https://bugzilla.wikimedia.org/31369 +comment (10aklapper) [15:13:14] <- frustrated [15:14:37] in what way? [15:15:11] I'm getting weird error regarding luaare characteristic ways of making decisions and relating to subordinates. [15:15:24] oops.. accidental paste [15:15:30] I'm getting weird error regarding lua [15:15:51] damnit, i just took the bait, didn't i? [15:16:23] oh [15:16:50] 03(mod) Prompt the user to confirm a page change while an LQT edit form is open - 10https://bugzilla.wikimedia.org/46040 +comment (10James Forrester) [15:16:58] 03(mod) Exception "Invalid marker" on edit with unbalanced tag count - 10https://bugzilla.wikimedia.org/44608 +comment (10rainerrillke) [15:19:16] 03(mod) Fatal exception of type MWException when closing tags are missing - 10https://bugzilla.wikimedia.org/50460 +comment (10Rainer Rillke @commons.wikimedia) [15:19:55] 03(mod) Wikimedia-hosted OpenStreetMap (OSM) / mapnik tileservers wanted for mobile usage - 10https://bugzilla.wikimedia.org/33980 (10Andre Klapper) [15:26:33] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 +comment (10bjorsch) [15:27:00] 03(mod) action=parse with title set to a special page returns error pagecannotexist - 10https://bugzilla.wikimedia.org/49477 +comment (10aklapper) [15:31:05] 03(mod) Install perl packages - 10https://bugzilla.wikimedia.org/53694 +comment (10marc) [15:38:25] 03(mod) [upstream] Jenkins: MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10hashar) [15:40:26] I get error: "Error: Module:Navbar:25: bad argument #1 to 'sub' (string expected, got nil)" [15:41:33] 03(mod) Parsoid: Annotated text after a template is deleted - 10https://bugzilla.wikimedia.org/53334 (10ssastry) [15:41:34] 03(mod) Parsoid: New adjacent references are getting about grouped - 10https://bugzilla.wikimedia.org/53434 (10ssastry) [15:44:05] 03(mod) Parsoid: Annotated text after a template is deleted - 10https://bugzilla.wikimedia.org/53334 (10ssastry) [15:51:59] T13: FYI, Module:Navbar is overriding the standard global "error" function, which is making the error call in ustring.lua line 40 not actually throw an error, so it gets to line 42 with a nil value for 's' when it shouldn't. And the reason the module can do that is because of bug 47300. [15:53:33] It's not getting to 40. The error is in 25. [15:53:47] 03(mod) [upstream] Jenkins: MediaWiki unit tests segfault on gallium - 10https://bugzilla.wikimedia.org/43972 +comment (10Antoine "hashar" Musso) [15:53:47] 03(mod) Parsoid: New adjacent references are getting about grouped - 10https://bugzilla.wikimedia.org/53434 (10ssastry) [15:53:51] It's saying pageName is nil [15:54:10] T13: bug 47300 was before jubo2 updated from the 1.21 branch of Scribunto to master. [15:54:22] Ahh. [15:54:37] I didn't see other bug.. just line 25 onr [15:54:40] jubo2: ... As near as I can figure, it looks like your version of the libpcre3 package is too old. Your Special:Version says you're using PHP version "5.3.3-7+squeeze17", which means you probably have libpcre3 version 8.02-1.1, and it looks like Scribunto uses something in PCRE that was introduced in 8.10. [15:54:41] 03(NEW) Search on Wikidata does not list more than two groups of suggestions - 10https://bugzilla.wikimedia.org/53714 normal; MediaWiki extensions: WikidataRepo; () [15:57:03] 03(mod) Add keyboard shortcut for 'Save page' - 10https://bugzilla.wikimedia.org/53693 +comment (10James Forrester) [15:57:04] 03(mod) VisualEditor: Ctrl-Alt-s / ⌘-Opt-s should trigger the save dialog, and the save button when inside said dialog - 10https://bugzilla.wikimedia.org/50897 +comment (10James Forrester) [16:05:40] anomie: thanks for the info.. [16:07:35] anomie: is there anything that can be done about that ? [16:09:39] 03(mod) run VE browser tests in vagrant - 10https://bugzilla.wikimedia.org/53712 (10Andre Klapper) [16:10:22] 03(mod) Syria needs to be added in arabic to the monuments database - 10https://bugzilla.wikimedia.org/52998 +comment (10romaine_wiki) [16:10:38] jubo2: Upgrade your os? [16:11:42] jubo2: Do you have access to upgrade your server? If so, Debian wheezy has been out for a reasonable while now. If not... you could replace "\p{Zps}" in extensions/Scribunto/engines/LuaCommon/UstringLibrary.php with "\t\r\013\f\n\p{Z}" I think to get this particular example working. But any Lua pattern with "%S", or "%W" inside brackets, will continue to not work right. [16:12:17] jubo2: Sorry, that's supposed to be "\p{Xps}", not Zps [16:12:43] anomie: I've never upgraded a Debian installation [16:13:10] 03(mod) Exception "Invalid marker" on edit with unbalanced tag count - 10https://bugzilla.wikimedia.org/44608 +comment (10federicoleva) [16:14:22] jubo2: Instructions: http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.html or http://www.debian.org/releases/stable/amd64/release-notes/ch-upgrading.en.html [16:14:29] It's relatively simple [16:15:21] Reedy: does it harm that it's on a VPS hosted by the hosting guys ? [16:15:47] In most cases it shouldn't [16:15:53] * anomie has never upgraded a Debian installation either, unless you count upgrading sid to a newer version of sid [16:16:16] jubo2: If you have root or appropriate sudo access, it should be doable. [16:20:01] hey [16:20:15] how do I allow javascript on my mediawiki project? [16:20:30] 03(mod) express/connect version dependency issue in ParserService.js - 10https://bugzilla.wikimedia.org/52840 +comment (10marcoil) [16:22:06] 03(mod) GitHub replication: tags not getting pushed - 10https://bugzilla.wikimedia.org/53597 +comment (10gerritadmin) [16:22:43] 03(mod) trigger browser tests on patch submission (tracking) - 10https://bugzilla.wikimedia.org/53697 normal->15enhancement; summary; +comment (10Antoine "hashar" Musso) [16:24:19] 03(mod) Write redirect rules for GitBlit - 10https://bugzilla.wikimedia.org/41961 +comment (10gerritadmin) [16:24:34] 03(mod) about=null entries on
elements (because of dom-fragment reuse) - 10https://bugzilla.wikimedia.org/53071 (10ssastry) [16:24:39] 03(mod) Parsoid: DSR on DOM of some reused images is buggy (causing image fragments to be duplicated on save on some pages) - 10https://bugzilla.wikimedia.org/49729 (10ssastry) [16:25:17] 03(mod) trigger browser tests on patch submission (tracking) - 10https://bugzilla.wikimedia.org/53697 +comment (10hashar) [16:29:59] 03(mod) mediawiki/extensions.git does not update some extensions - 10https://bugzilla.wikimedia.org/49846 +comment (10James Forrester) [16:30:48] hi guest508317 [16:31:02] guest508317: what version of MediaWiki are you using? perhaps you mean user scripts & gadgets in JS? [16:31:02] hey [16:31:08] latest [16:31:17] i want to use the onerror function for image tag [16:31:20] but its not working [16:31:34] what error message do you get? [16:31:39] none [16:31:45] guest508317: are you running directly from git master? [16:31:45] it just doesnt function [16:31:52] no [16:31:54] ok, then you [16:31:56] on an article [16:32:04] guest508317: you can see why I asked what version of MediaWiki you're using. :-) [16:33:39] 03(mod) El Salvador needs to be added to the monuments database - 10https://bugzilla.wikimedia.org/52996 +comment (10daniel) [16:33:54] 03(mod) express/connect version dependency issue in ParserService.js - 10https://bugzilla.wikimedia.org/52840 +comment (10stuartbman) [16:34:24] mooeypoo: I just read http://moriel.smarterthanthat.com/tips/the-language-double-take-dealing-with-bidirectional-text-or-wait-tahw/ to the extent that I could read it [16:34:25] omg [16:34:56] hah my apologies for potential head-spins. [16:34:59] :D [16:35:07] 03(NEW) Test bug for bingle - 10https://bugzilla.wikimedia.org/53715 normal; Analytics: Wikimetrics; () [16:39:11] 03(mod) get more builders in Jenkins - 10https://bugzilla.wikimedia.org/49697 +comment (10Antoine "hashar" Musso) [16:39:23] sumanah: did you get my email? I didn't have a chance to tell you WOOHOOO CONGRATS! so I hope you got that in the mail :) [16:39:33] thank you mooeypoo! I did! [16:39:39] I am sorry for being a poor correspondent. [16:39:42] awesome :D [16:40:18] nono it's okay, I just wanted to make sure you saw it. Don't be a stranger while you're in hackerschool, I'm still pretty nearby, we could get coffee occasionally. :D [16:45:31] :D [16:45:36] mooeypoo: I'd love that [16:46:24] 03(mod) get more builders in Jenkins - 10https://bugzilla.wikimedia.org/49697 +comment (10hashar) [16:48:15] sumanah: FYI, I wrote Module:Gerrit and Module:Bugzilla on mw.org over the weekend, they have (very) slightly improved features over the templates and are hopefully easier to read [16:48:40] I also replaced the Gerrit template contents with the module, boldly, and nothing appeared to break [16:49:15] * marktraceur figured you were one person who linked to Gerrit and Bugzilla a bunch on wiki pages [16:49:54] My eternal sadness is that interwiki links don't accept query strings and hash fragments, or I would have been more capable of creating interwiki links to searches [16:49:58] Thanks for the improvements and the notification, marktraceur [16:50:07] andre__: ^ [16:50:28] mooeypoo: that bidi article is awesome [16:50:49] Not sure if {{#invoke:Bugzilla|link_to_component| is faster than e.g. {{Bugzilla component| but ostensibly it's easier to maintain the former [16:50:51] ori-l: hi, how are you today? [16:51:13] I thought I knew at least some of the in-and-outs of unicode, but this is still mind-bending [16:52:01] thanks :D [16:52:17] I just added a section about language vs script, MatmaRex made a good point I should at least mention there *is* a difference. [16:52:38] mooeypoo: adding latin script to the number splitting example possibly makes it even more mind-blowing [16:52:47] valhallasw: the interesting bit is that RTL users tend to be so used to these mind-bending weirdnesses, that we no longer EXPECT good behavior. [16:53:12] valhallasw: oh, yes, feel free to play around, that's why I put in textboxes rather than image examples :D [16:53:33] there are more weird things happening, but I think these examples are the main and most common issues that explain a lot. [16:53:48] mooeypoo: I'm not really sure what 'good behaviour' would be though - mixing LTR and RTL is an inherently difficult thing to do [16:54:15] sure. Logical selection for example may be weird but it *is* good behavior. You'd expect that to happen and it makes sense. [16:54:35] But the way the sentence broke apart when mixed english/hebrew in forced-ltr is extremely bad behavior. [16:54:53] 03(mod) LQT Fatal error: __clone method called on non-object - 10https://bugzilla.wikimedia.org/48809 (10Niklas Laxström) [16:54:53] 03(mod) Bugs affecting translatewiki.net (errors from MediaWiki master) (tracking) - 10https://bugzilla.wikimedia.org/39480 (10Niklas Laxström) [16:55:19] And yet, many online messengers do that. So, when I type to my friends for example, and I use an english word inside my hebrew sentence, I either have to separate those with a newline (so, heb sentence, ENTER, english word, ENTER, heb sentence) or *expect* the sentence to go all wonky [16:55:56] valhallasw: I think the best example for common bad behavior is what keeps happening to me in texts.. the other day I wanted to send my mom a text (in hebrew) and end with :-D [16:56:08] 03(mod) Featured and good article badges - 10https://bugzilla.wikimedia.org/40810 +comment (10gerritadmin) [16:56:31] valhallasw: I had to explain for 10 minutes that I'm ALRIGHT and nothing's WRONG, I swear... because what *actually* got sent, was this D-: which looks like I'm sobbing. [16:56:51] 03(mod) VisualEditor: Support "substituting" templates in transclusion dialog - 10https://bugzilla.wikimedia.org/49904 +comment (10jforrester) [16:58:34] mooeypoo: yes, I can see that happening... annoyinh. [16:59:34] valhallasw: and also, since ) renders as ( in RTL, sending (in most any messenger) a :) is a challenge. I got used to doing :( in hebrew... that's what I mean when I say that RTL'ers "are used to" bad behavior. We just got used to tricks and workarounds, I'm not sure we know ourselves what "good behavior" looks like anymore :P [16:59:49] :-D [17:00:01] 03(NEW) document CI workflow using sequence diagram - 10https://bugzilla.wikimedia.org/53716 enhancement; Wikimedia: Continuous integration; () [17:00:07] 03(mod) Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 (10Antoine "hashar" Musso) [17:00:56] and then of course, you have to hope the receiver actually has correct unicode support [17:02:38] 03(mod) div.navbar-inner obscures content on Internet Explorer 10 - 10https://bugzilla.wikimedia.org/53635 (10Quim Gil) [17:03:35] welcome sucheta [17:04:16] mooeypoo: so I can understand why rtl folks might prefer img macros instead of emoticons! [17:05:05] sumanah: yep, that would explain it (though it depends, the "nerd" ones still type them out, but we just realize we have to adjust ourselves :P [17:05:19] japanese emotes for the rescue ^_^ [17:05:21] Also, that's why VisualEditor is so important :D [17:05:25] hahaha [17:05:25] yes! [17:06:00] MatmaRex: yes, I usually use those actually... didn't think about that [17:06:07] 03(mod) Database inserts are slow at the replicated databases - 10https://bugzilla.wikimedia.org/48851 +comment (10maarten) [17:10:37] hi kart_! welcome! [17:11:48] 03(mod) Thread moves and subject changes need revert/restore links - 10https://bugzilla.wikimedia.org/36098 +comment (10gerritadmin) [17:14:43] sumanah, Yay! Thank you, thank you. :D [17:14:56] 03(mod) Multiple notifications if mentioned multiple times in one edit - 10https://bugzilla.wikimedia.org/53607 (10bsitu) [17:14:57] * marktraceur hi5s sucheta [17:15:31] indeed! [17:15:33] o/ [17:15:37] 03(mod) Marathi/Devanagari: Type a word and press space bar = eliminates typed text immediately - 10https://bugzilla.wikimedia.org/53700 +comment (10Siddhartha Ghai) [17:16:22] sucheta: as a community organizer you may also be interested in https://commons.wikimedia.org/wiki/File:WMF%27s_New_Global_South_Strategy.pdf [17:25:55] 03(mod) Thread moves and subject changes need revert/restore links - 10https://bugzilla.wikimedia.org/36098 +comment (10Alex Monk) [17:31:09] 03(mod) possibly unexpected behavior with SUL/CentralAuth - 10https://bugzilla.wikimedia.org/50334 +comment (10Brad Jorsch) [17:31:44] 03(mod) VisualEditor: Incorrect and irremovable text placement with IMEs - 10https://bugzilla.wikimedia.org/53708 (10Siddhartha Ghai) [17:31:52] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10Siddhartha Ghai) [17:31:57] 03(mod) VisualEditor: Non-navigable text with IMEs when editing bulleted text - 10https://bugzilla.wikimedia.org/53711 (10Siddhartha Ghai) [17:31:59] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10Siddhartha Ghai) [17:31:59] 03(mod) Input Methods issues for supported languages (tracker) - 10https://bugzilla.wikimedia.org/53014 (10Siddhartha Ghai) [17:32:00] 03(mod) Input Methods issues for supported languages (tracker) - 10https://bugzilla.wikimedia.org/53014 (10Siddhartha Ghai) [17:32:00] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10Siddhartha Ghai) [17:32:01] 03(mod) VisualEditor: Incorrect text selection with ULS IME - 10https://bugzilla.wikimedia.org/53706 (10Siddhartha Ghai) [17:32:01] 03(mod) Input Methods issues for supported languages (tracker) - 10https://bugzilla.wikimedia.org/53014 (10Siddhartha Ghai) [17:33:32] 03(mod) Multiple notifications if mentioned multiple times in one edit - 10https://bugzilla.wikimedia.org/53607 (10bsitu) [17:35:56] 03(mod) Protection disables feedback even if nothing is touched - 10https://bugzilla.wikimedia.org/53506 +comment (10gerritadmin) [17:37:07] 03(mod) VisualEditor: Disappearing text with ULS IME input - 10https://bugzilla.wikimedia.org/53705 (10Siddhartha Ghai) [17:37:07] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10Siddhartha Ghai) [17:37:10] 03(mod) Input Methods issues for supported languages (tracker) - 10https://bugzilla.wikimedia.org/53014 (10Siddhartha Ghai) [17:38:05] hi! [17:38:43] hi vinay_ ! [17:38:46] how are you today? [17:39:55] hi sumanah [17:39:59] doing great [17:40:35] i'm looking to extract all outgoing links from Wikipedia articles on a real time basis. Is there a way to parse out outgoing links from the stream of recent changes? [17:43:29] * sumanah listens [17:44:22] * sumanah looks at https://www.mediawiki.org/wiki/API and https://meta.wikimedia.org/wiki/Help:Recent_changes [17:44:39] vinay_: you've already checked out https://www.mediawiki.org/wiki/Help:Recent_changes ? [17:47:19] vinay_: why does it need to be realtime? [17:49:24] this is for an archiving project. I work at the Internet Archive and we're trying to archive a copy of the page that's being linked-to at the time the reference is made [17:50:19] so, every-few-min might work, but yeah, needs to be reasonably realtime [17:50:25] right. [17:50:31] Looking at the Recent Changes feed, it looks like I'd need to parse the 'diff' page to find any new links, or in the case of 'new' pages, parse the new page to find all external links. Is there a better way? [17:50:48] 03(mod) I don't see the progress bar - 10https://bugzilla.wikimedia.org/51787 +comment (10schenonef) [17:53:06] vinay_: not really, but we already have a spam watching bot that does this [17:53:18] it might be useful to piggyback of their list [17:53:34] but his method is to get the new page text [17:53:37] and get the old page text [17:53:49] extract all the links using a regex, and compare all the ones in new that arent in old [17:54:08] vinay_: legoktm is a volunteer who is quite experienced with the ways of Wikipedia and with pywikipediabot, a framework for interacting with our web API [17:55:05] where can i find more info about this spam watching bot? makes complete sense to piggyback of its list. [17:55:41] https://meta.wikimedia.org/wiki/Small_Wiki_Monitoring_Team/IRC#The_LinkWatchers [17:56:06] brb in 5 [17:56:21] 03(mod) Entity escaping in test results seems to be off - 10https://bugzilla.wikimedia.org/53559 +comment (10gwicke) [17:56:35] 03(mod) Entity escaping in test results seems to be off - 10https://bugzilla.wikimedia.org/53559 (10Gabriel Wicke) [17:56:46] thanks legoktm [17:59:57] np [18:03:15] legoktm, do you know how i can access this list? [18:03:48] vinay_: you'd probably want to contact User:Beetstra [18:04:05] ok, thanks! [18:10:42] 03(NEW) VisualEditor: ULS input methods do not work with popup windows - 10https://bugzilla.wikimedia.org/53717 normal; VisualEditor: Language; () [18:10:42] 03(mod) VisualEditor multilingual input / i18n issues (tracking) - 10https://bugzilla.wikimedia.org/33077 (10Siddhartha Ghai) [18:10:44] 03(mod) Input Methods issues for supported languages (tracker) - 10https://bugzilla.wikimedia.org/53014 (10Siddhartha Ghai) [18:13:03] 03(mod) Create class broken - 10https://bugzilla.wikimedia.org/53463 +comment (10gerritadmin) [18:13:04] 03(mod) Create class broken - 10https://bugzilla.wikimedia.org/53463 (10Gerrit Notification Bot) [18:15:12] anomie, Reedy, thanks for the information earlier on [18:15:33] jubo2: You're welcome [18:15:39] I was in class and suddenly we had to arrange into groups to discuss something totally trivial so I dropped outta irc [18:15:58] anomie: I will try your hack. I don't want to risk doing a full OS upgrade [18:16:05] I already have a wheezy server [18:16:16] to relocate the site to that is also one option [18:19:54] 03(mod) URL encoding issue in round-trip server - 10https://bugzilla.wikimedia.org/53357 +comment (10gerritadmin) [18:19:57] 03(mod) URL encoding issue in round-trip server - 10https://bugzilla.wikimedia.org/53357 (10Gerrit Notification Bot) [18:20:47] 03(mod) Fine-grained upload rights - 10https://bugzilla.wikimedia.org/53690 +comment (10remcocdeboer) [18:20:51] 03(mod) Create class broken - 10https://bugzilla.wikimedia.org/53463 +comment (10gerritadmin) [18:21:54] 03(mod) zimwriter should sort the mime types it gets before writing to file. - 10https://bugzilla.wikimedia.org/52324 +comment (10kelson) [18:23:46] 03(mod) VisualEditor: Editing a pasted template alters copy buffer. Displayed result differs from saved result. - 10https://bugzilla.wikimedia.org/52271 +comment (10esanders) [18:24:22] 03(mod) Create class broken - 10https://bugzilla.wikimedia.org/53463 +comment (10yaron57) [18:27:05] anomie: So I replace "\p{Xps}" with "\t\r\013\f\n\p{Z}" in extensions/Scribunto/engines/LuaCommon/UstringLibrary.php . What about the occurence of "\P{Xps}" do I need to touch that ? Also says in the comments in the file that... [18:27:09] // If you change these, also change lualib/ustring/make-tables.php [18:27:11] // (and run it to regenerate charsets.lua) [18:29:56] 03(mod) Fine-grained upload rights - 10https://bugzilla.wikimedia.org/53690 +comment (10brion) [18:30:11] jubo2: There's nothing sane to change \P{Xps} to, except for something along the lines of what you see for 'X' at around line 283. Don't worry about the comment, that doesn't really concern you unless you're planning to have your change merged back into git. [18:30:46] jubo2: But as long as you don't import anything that uses "%S" in a pattern, you're fine. [18:31:28] anomie: is it like  is in C, sprintf or what does it mean ? [18:31:56] jubo2: \013? It's character 11 decimal, vertical tab [18:31:58] stupid irc client.. [18:33:45] anomie: I made the swap. Now the error message is gone.. THANKS! [18:34:03] jubo2: You're welcome! [18:34:19] So I officially owe you a coffee and a cookie [18:34:24] I did promise [18:37:45] :) [18:38:41] now the more minor problem that the navboxes don't render the same way as they do in enwiki ... but at least we have some progress towards being able to utilize the navboxes under the clauses of GFDL or CC-BY [18:40:44] 03(mod) List of software projects deployed on Wikimedia servers - 10https://bugzilla.wikimedia.org/53374 +comment (10Quim Gil) [18:47:44] 03(NEW) Clicking More... skips a notification - 10https://bugzilla.wikimedia.org/53718 major; MediaWiki extensions: Echo; () [18:49:42] 03(mod) Provide a way to disable CodeEditor in user preferences - 10https://bugzilla.wikimedia.org/46779 +comment (10MZMcBride) [18:52:03] now the navboxes aren't shown as a sidepanel as in the 'pedia but like in the middle of the page [18:52:13] 03(mod) A different page is shown for some page access, randomly - 10https://bugzilla.wikimedia.org/53329 +comment (10liangent) [18:54:24] 03(mod) Run cleanupTitles.php across Wikimedia wikis - 10https://bugzilla.wikimedia.org/53670 +comment (10b) [18:55:40] 03(mod) Parser::parse() sent null title - 10https://bugzilla.wikimedia.org/53563 +comment (10gerritadmin) [18:56:21] 03(mod) Parser::parse() sent null title - 10https://bugzilla.wikimedia.org/53563 (10T. Gries) [18:56:42] 03(mod) Parser::parse() sent null title - 10https://bugzilla.wikimedia.org/53563 +comment (10mail) [18:57:45] i moved my wiki family to a new server and not get this when i try to create a thumbnail, Error creating thumbnail: Unable to save thumbnail to destination [18:58:17] says failed to open stream: Permission denied in /var/www/vhosts.. FSFileBackend.php on line 213 [18:58:44] 03(mod) Run cleanupTitles.php across Wikimedia wikis - 10https://bugzilla.wikimedia.org/53670 +comment (10b) [19:03:16] silly2: check permissions for the configured upload directory [19:08:29] 03(mod) Write redirect rules for GitBlit - 10https://bugzilla.wikimedia.org/41961 (10spage) [19:10:33] 03(mod) For users whose browser doesn't support APNG files, show them an animated GIF of the file instead - 10https://bugzilla.wikimedia.org/53167 +comment (10brion) [19:12:56] the write permissions are 777 [19:13:01] they were 775 [19:13:16] but i still cant create thumbnails [19:15:01] 03(mod) Write redirect rules for GitBlit - 10https://bugzilla.wikimedia.org/41961 +comment (10federicoleva) [19:15:07] silly2: did you apply those permissions recursively (to all subdirectories)? [19:16:21] 03(mod) Add declared monuments of Hong Kong in Chinese to the monuments database - 10https://bugzilla.wikimedia.org/53316 +comment (10maarten) [19:16:34] 03(mod) Add historic buildings of Hong Kong in Chinese to monuments database - 10https://bugzilla.wikimedia.org/53318 +comment (10maarten) [19:19:52] 03(mod) URL encoding issue in round-trip server - 10https://bugzilla.wikimedia.org/53357 +comment (10gerritadmin) [19:20:13] 03(mod) URL encoding issue in round-trip server - 10https://bugzilla.wikimedia.org/53357 (10Marc Ordinas i Llopis) [19:22:01] 03(mod) Zimlib is not able to deal correctly with unicode path on Windows - 10https://bugzilla.wikimedia.org/53398 +comment (10brion) [19:22:26] how can I user onerror attribute with img tags? does not work on my mediawiki project articles [19:25:47] 03(mod) Incremental update: zimdiff & zimpatch - 10https://bugzilla.wikimedia.org/47406 +comment (10gerritadmin) [19:25:49] 03(mod) Incremental update: zimdiff & zimpatch - 10https://bugzilla.wikimedia.org/47406 (10Gerrit Notification Bot) [19:28:02] hello?? [19:28:21] hi guest1231232323 [19:28:30] how can I user onerror attribute with img tags? does not work on my mediawiki project articles [19:28:37] guest1231232323: if you aren't getting the help you need here, you might want to try the mediawiki-l mailing list [19:28:40] !lists | guest1231232323 [19:28:40] guest1231232323: mediawiki-l and wikitech-l are the primary mailing lists for MediaWiki-related issues. See https://www.mediawiki.org/wiki/Mailing_lists for details. [19:30:45] guest1231232323: it's banned for security reasons [19:30:59] how can i bypass that? [19:31:12] disable the ban on my own project [19:31:13] if you trust all your wiki editors, enable raw html on that wiki [19:31:18] i did [19:31:22] didn't work [19:31:50] guest1231232323: [19:31:52] that would require explicit whitelist of the onerror attribute [19:31:56] [19:32:09] ah, , wasn't aware of that tag [19:32:14] i also whitelisted the attribute on sanitizer.php [19:33:08] doesn't work with html tags neither [19:33:37] Vulpix: https://www.mediawiki.org/wiki/Manual:$wgRawHtml [19:33:55] guest1231232323: what do you mean by "doesn't work"? [19:34:08] doesn't do what it should do.. [19:34:10] using as the tag name was a bad choice IMO [19:35:08] guest1231232323: I mean, is its content (inside ) ignored in output, or escaped, or something? [19:35:46] guest1231232323: check output html for that [19:36:03] Vulpix: anyway it was "Introduced in version: 1.3.4" [19:36:26] source shows that starting tag brackets are replaced with unicode ids or whatever [19:36:46] <html><img src="htt.. and so on [19:37:09] guest1231232323: $wgRawHtml = true; in LocalSettings.php [19:37:16] oh my god. [19:37:26] it already is enabled. [19:37:30] that's what I meant by "enable raw html on that wiki" [19:38:07] yeah and thats what i meant when i said I had already enabled it [19:38:29] oh? maybe you can try to null edit that page. [19:38:39] is it due to cache :/ [19:38:54] ill try [19:39:43] nothing works [19:39:43] guest1231232323: if it still doesn't work - could you post your wikitext of a complete (testing) page? [19:39:48] so I can test it on my wiki [19:41:43] 13 this works for me, on a page with only this line [19:41:45] well.. this is awkward [19:41:57] it didn't show on preview [19:42:08] even after trying and refreshing several times [19:42:19] but it seems that when i save the page and refresh [19:42:24] the image shows accordingly [19:44:18] seems that i can even disable raw html, the edits on sanitizer where enoughj [19:45:39] guest1231232323: ok but be warned that it's not safer than $wgRawHtml [19:45:54] doesn't matter [19:46:05] i have a wiki with closed editing and registration [19:46:20] 03(mod) Add Primary Key to archive and logging tables - 10https://bugzilla.wikimedia.org/49198 (10Sean Pringle) [19:50:32] 03(mod) Statistics module uses country field instead of lang field to link to Wikipedia - 10https://bugzilla.wikimedia.org/53688 summary; +comment (10Maarten Dammers) [19:51:52] 03(mod) Statistics module uses country field instead of lang field to link to Wikipedia - 10https://bugzilla.wikimedia.org/53688 (10Maarten Dammers) [19:51:53] 03(mod) Wiki Loves Monuments 2013 (tracking) - 10https://bugzilla.wikimedia.org/42164 (10Maarten Dammers) [19:51:54] 03(mod) Add sources to Wiki Loves Monuments 2013 monuments database (tracking) - 10https://bugzilla.wikimedia.org/52818 (10Maarten Dammers) [19:55:14] 03(mod) Add Israel in Hebrew to the monuments database - 10https://bugzilla.wikimedia.org/53623 summary; +comment (10Maarten Dammers) [19:56:44] 03(mod) Create class broken - 10https://bugzilla.wikimedia.org/53463 +comment (10daniel.schneider) [20:13:47] If anyone has any helpful suggestions what to do regarding the navboxen I sourced from the enwiki 'pedia seen here - http://globba12.si/wiki/Finance - I'd want the formatting to be same as in the 'pedia [20:14:49] jubo2: you probably need to import http://globba12.si/wiki/MediaWiki:Common.css [20:15:15] Vulpix: 'k .. will do.. right after this beer-sip [20:15:28] hey.. hold on.. [20:16:01] I import MediaWiki:Common.css from the Special:Import of the 'pedia ? [20:16:15] err.. *Special:Export [20:16:28] yes [20:21:56] Vulpix: Importing MediaWiki:Common.css did nothing re the navboxes not shown properly [20:22:27] but thanks for the help anyways [20:22:49] jubo2: you've hit a Resource Loader bug! [20:22:51] http://globba12.si/wiki/Finance?debug=true [20:23:12] It'd be so awesome if I could source navboxes from the 'pedia to the http://GloBBA12.SI study wiki [20:23:34] Vulpix: this means skilled programmers will need to look at it and amend it [20:23:40] ..? [20:23:40] jubo2: well, it's not a bug. try hard-reloading (CTRL+SHIFT+R on firefox) [20:23:55] Vulpix: I'm on IceWeasel [20:23:58] it's your browser cache, not MediaWiki cache [20:24:20] Debian GNU/Linukka suffers from too much c☭mmiemist influence [20:24:27] Vulpix: yes. yes. I know [20:24:28] iceweasel is firefox, so that should work the same [20:24:39] Vulpix: IceCat is Firefox [20:24:51] sans the non-copy-leftable logo of FF [20:25:28] IceWeasel is some c☭mmiemist shit that don't give you e.coli poisoning .. *doing the hard reload* [20:26:27] Vulpix: haha.. look what happened - http://globba12.si/wiki/Law [20:26:51] It works, I guess? :D [20:27:24] now it displays the infographics otherwise correctly but it spreads some lines without line-wrapping at all making the page very wide [20:27:42] 03(mod) Gerrit bot doesn't update Bugzilla if commit message is edited via the Gerrit user interface and there are blank lines between the "Bug:" and "Change-Id" keywords - 10https://bugzilla.wikimedia.org/52132 summary; +comment (10MZMcBride) [20:28:01] I suspect this could be related to the quick-and-ugly hack we did on the Lua-thingy-tsydem [20:28:43] whoops, indeed [20:30:16] but this has been great progress on the inpenetranble wall of erroryness from SW [20:30:48] I have mentioned this before but I upgraded from MW 1.10 to 1.18 nearly glitchessly [20:30:55] that is friggen awesome [20:31:12] even a single OS update with MSFT == uh-oh *shakes hand* [20:32:25] those updates either go smooth or…. explode horribly :) [20:33:02] brion: and then all the intestines splatter on the walls. Long time no see. [20:33:11] ow [20:33:34] I'm a happy MW camper for 10+ yrs [20:33:53] So big thanks and *HUG* [20:34:10] :DD yayyyy [20:35:14] brion: I've set up a #D* #pod - https://d.consumium.org [20:35:15] 03(mod) wfEscapeWikiText is inadequate - 10https://bugzilla.wikimedia.org/53658 +comment (10gerritadmin) [20:35:17] 03(mod) wfEscapeWikiText is inadequate - 10https://bugzilla.wikimedia.org/53658 (10Gerrit Notification Bot) [20:35:36] 03(mod) Test bug for bingle - 10https://bugzilla.wikimedia.org/53715 (10christian) [20:35:37] nice [20:35:39] I pay 25€ / month for all the computing infra and utilities to run the work [20:35:42] 03(mod) wfEscapeWikiText is inadequate - 10https://bugzilla.wikimedia.org/53658 +comment (10gerritadmin) [20:35:48] ( incl. VAT ) [20:35:50] <3 virtual machines [20:36:06] brion: Hypervizor :D [20:36:06] * YuviPanda gives brion a few labs instances [20:36:39] reminds me i gotta make sure my linode server is up to date [20:36:49] it probably should be reinstalled fresh [20:37:05] i've done a couple manual ubuntu upgrades on it over time [20:37:14] brion: I used to be shit scared about losing the backups of http://develop.consumerium.org/wiki/ [20:37:41] then 13 months ago Wikiteam back-upped it onto archive.org [20:37:52] that was an immense weight off my shoulders [20:38:04] 03(mod) using "<" in as a value in the lang query string throws exception - 10https://bugzilla.wikimedia.org/46332 (10Chris Steipp) [20:38:08] 03(mod) VisualEditor: Inserting media when text is selected should not overwrite text - 10https://bugzilla.wikimedia.org/52460 +comment (10gerritadmin) [20:38:11] 03(mod) VisualEditor: Inserting media when text is selected should not overwrite text - 10https://bugzilla.wikimedia.org/52460 (10Gerrit Notification Bot) [20:38:36] linode doubled the available RAM some months ago for just an additional 1 cent/month :P [20:39:44] 03(mod) Login API doesn't prevent getting csrf tokens via jsonp - 10https://bugzilla.wikimedia.org/49090 +comment (10Chris Steipp) [20:40:39] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 (10Chris Steipp) [20:41:11] 03(mod) Test bug for bingle - 10https://bugzilla.wikimedia.org/53715 +comment (10dvanliere) [20:41:15] jubo2: thank you for the kind words! [20:41:19] re MW [20:41:39] 03(mod) CentralAuth can allow logging in as any user, no password needed - 10https://bugzilla.wikimedia.org/52338 (10Chris Steipp) [20:42:40] 03(mod) XSS in SyntaxHighlight_GeSHi - 10https://bugzilla.wikimedia.org/49070 (10Chris Steipp) [20:43:19] 03(mod) Checkuser API does not use tokens - 10https://bugzilla.wikimedia.org/45019 (10Chris Steipp) [20:43:34] sumanah: Yeah.. #Shukran, #Shukran #MediaWiki #devels [20:43:50] 03(NEW) Only 30 repos listed in tech community metrics - 10https://bugzilla.wikimedia.org/53719 normal; Analytics: Tech community metrics; () [20:43:53] 03(NEW) Reporting of steward actions/logs broken - 10https://bugzilla.wikimedia.org/53720 normal; Wikimedia: IRC; () [20:44:00] 03(mod) Test bug for bingle - 10https://bugzilla.wikimedia.org/53715 +comment (10dvanliere) [20:44:09] 03(mod) [WikibaseRepo] XSS: Labels shown in "In other languages" section of entity view are not escaped - 10https://bugzilla.wikimedia.org/53472 (10Chris Steipp) [20:44:14] 03(mod) Test bug for bingle - 10https://bugzilla.wikimedia.org/53715 +comment (10dvanliere) [20:44:16] 03(mod) Only 30 repos listed in tech community metrics - 10https://bugzilla.wikimedia.org/53719 normal->major (10Quim Gil) [20:44:31] 03(mod) Test bug for bingle - 10https://bugzilla.wikimedia.org/53715 +comment (10dvanliere) [20:44:48] 03(mod) LQT not escaping thread subjects on page history - 10https://bugzilla.wikimedia.org/53320 (10Chris Steipp) [20:44:59] 03(mod) Reporting of steward actions/logs broken - 10https://bugzilla.wikimedia.org/53720 (10Snowolf) [20:45:01] 03(mod) Steward, global sysop and SWMT tasks bugs (tracking) - 10https://bugzilla.wikimedia.org/41492 (10Snowolf) [20:45:17] 03(mod) Test bug for bingle - 10https://bugzilla.wikimedia.org/53715 +comment (10dvanliere) [20:45:48] 03(mod) Checkuser API does not use tokens - 10https://bugzilla.wikimedia.org/45019 (10Alex Monk) [20:46:06] 03(mod) LQT not escaping thread subjects on page history - 10https://bugzilla.wikimedia.org/53320 (10Alex Monk) [20:49:17] 03(mod) Reporting of steward actions/logs broken - 10https://bugzilla.wikimedia.org/53720 +comment (10Nemo) [20:49:52] if the \n and \t meant what they mean in C sprintf and perl do [20:49:57] 03(NEW) Could not start the review because your revision matches the latest version of this page. - 10https://bugzilla.wikimedia.org/53721 normal; VisualEditor: General; () [20:50:28] I think the problem with the non-breaking lines is somehow related to that hack we did anomie [20:50:34] 'k, you did anomie [20:51:25] I just was like "I trust this guy... So I'm going to accept a amendmend to the code I mostly don't understand, because he sez so." [20:51:31] 03(mod) Could not start the review because your revision matches the latest version of this page. - 10https://bugzilla.wikimedia.org/53721 (10rachelqa99) [20:53:19] 03(mod) Could not start the review because your revision matches the latest version of this page. - 10https://bugzilla.wikimedia.org/53721 (10rachelqa99) [20:54:54] 03(mod) VisualEditor: Welcome dialog doesn't expand/scroll to fit large fonts - 10https://bugzilla.wikimedia.org/52667 +comment (10gerritadmin) [20:54:59] 03(mod) VisualEditor: Welcome dialog doesn't expand/scroll to fit large fonts - 10https://bugzilla.wikimedia.org/52667 (10Gerrit Notification Bot) [21:01:13] 03(mod) Could not start the review because your revision matches the latest version of this page. - 10https://bugzilla.wikimedia.org/53721 (10rachelqa99) [21:02:48] 03(mod) Database connection errors display IP address - 10https://bugzilla.wikimedia.org/26811 +comment (10gerritadmin) [21:03:30] 03(mod) Could not start the review because your revision matches the latest version of this page. - 10https://bugzilla.wikimedia.org/53721 (10rachelqa99) [21:05:24] is something wrong with the MW security patch ? [21:05:34] it asks me questions which it normally didn't [21:05:35] "which already exists! Assume -R?" [21:05:39] 1.19.8 [21:06:01] 03(mod) data-mw attribute is stripped out of parsoid tests - 10https://bugzilla.wikimedia.org/53492 +comment (10gerritadmin) [21:06:03] 03(mod) data-mw attribute is stripped out of parsoid tests - 10https://bugzilla.wikimedia.org/53492 (10Gerrit Notification Bot) [21:07:10] ErkanYilmaz: csteipp would know; am pinging him [21:07:37] has anyone run the 1.21.2 patch yet? [21:08:12] 03(mod) Gerrit bot doesn't update Bugzilla if there are blank lines between the "Bug:" and "Change-Id" keywords - 10https://bugzilla.wikimedia.org/52132 summary; +comment (10Bartosz Dziewoński) [21:08:42] it#s like this [21:08:42] ErkanYilmaz: 1.19 branch? I'll check that one.... [21:08:44] The next patch would create the file extensions/ConfirmEdit/Asirra.class.php, [21:08:44] which already exists! Assume -R? [n] [21:08:59] it goes for 30 steps like this before I stopped [21:09:14] I'm seeing the same thing with 1.21.2 [21:09:20] ErkanYilmaz... hm, ConfirmEdit wasn't patched, so that one doesn't seem right. Give me about 60 mins and I'll look into it [21:09:29] SMcCormack: ConfrimEdit too? [21:09:33] 03(mod) Reporting of steward actions/logs broken - 10https://bugzilla.wikimedia.org/53720 +comment (10wikimedia.bugs) [21:09:58] no mine starts with The next patch would create the file extensions/Cite/Cite_body.php, [21:09:59] which already exists! Assume -R? [n] [21:12:33] 03(mod) Close components for archived/unmaintained MediaWiki extensions (and close remaining tickets?) - 10https://bugzilla.wikimedia.org/47540 +comment (10qgil) [21:12:57] 03(mod) Non-canonical HTTPS URLs quietly redirect to HTTP - 10https://bugzilla.wikimedia.org/31369 +comment (10greg) [21:14:08] 03(mod) Non-canonical HTTPS URLs quietly redirect to HTTP - 10https://bugzilla.wikimedia.org/31369 +comment (10greg) [21:16:14] 03(NEW) Mobile Wikipedia apps don't respect FlaggedRevs - 10https://bugzilla.wikimedia.org/53722 normal; Wikipedia App: Generic; () [21:18:34] 03(mod) [Beta] Clicking the hamburger icon sends user to Special:MobileMenu instead of just opening the menu on current page - 10https://bugzilla.wikimedia.org/53511 +comment (10rkaldari) [21:19:38] patch -p1 --dry-run < mediawiki-1.21.2.patch [21:19:38] The next patch would create the file extensions/Cite/Cite_body.php, [21:19:39] which already exists! Assume -R? [n] [21:19:56] 03(mod) CirrusSearch includes the text of audio tags - 10https://bugzilla.wikimedia.org/53426 +comment (10neverett+bugzilla) [21:21:20] 03(mod) CirrusSearch uses outdated link counts in environment with memcached - 10https://bugzilla.wikimedia.org/53428 +comment (10neverett+bugzilla) [21:22:11] 03(mod) Non-canonical HTTPS URLs quietly redirect to HTTP - 10https://bugzilla.wikimedia.org/31369 +comment (10rlane32) [21:23:16] 03(NEW) Package Parsoid and clean up deploy system - 10https://bugzilla.wikimedia.org/53723 normal; Parsoid: General; () [21:24:03] if I answer yes to the -R questions I get down to: [21:24:27] 03(mod) Package Parsoid and clean up deploy system - 10https://bugzilla.wikimedia.org/53723 (10Gabriel Wicke) [21:24:28] The next patch would create the file extensions/ConfirmEdit/ReCaptcha.i18n.php, [21:24:29] which already exists! Assume -R? [n] y [21:24:30] patching file extensions/ConfirmEdit/ReCaptcha.i18n.php [21:24:32] Hunk #1 FAILED at 1. [21:24:33] File extensions/ConfirmEdit/ReCaptcha.i18n.php is not empty after patch, as expected [21:24:33] 1 out of 1 hunk FAILED -- saving rejects to file extensions/ConfirmEdit/ReCaptcha.i18n.php.rej [21:26:52] 03(mod) Make Special:Nearby available on Wikidata, provide options for [[d:Special:Nearby/Q100]] or [[d:Special:Nearby/en:Boston]] - 10https://bugzilla.wikimedia.org/53552 +comment (10rkaldari) [21:32:09] 03(mod) Upload on svwp through mobile? - 10https://bugzilla.wikimedia.org/53602 +comment (10Max Semenik) [21:33:04] 03(mod) Make Special:Nearby available on Wikidata, provide options for [[d:Special:Nearby/Q100]] or [[d:Special:Nearby/en:Boston]] - 10https://bugzilla.wikimedia.org/53552 +comment (10legoktm.wikipedia) [21:36:37] okay.. 's not just me then, looks like the patch is not entirely sane? [21:38:13] 03(mod) Images in Commons don't show up in search when using CirrusSearch - 10https://bugzilla.wikimedia.org/53531 +comment (10Antoine "hashar" Musso) [21:39:17] 03(mod) mobile edit does not do pst when doing preview - 10https://bugzilla.wikimedia.org/53692 +comment (10rkaldari) [21:39:18] 03(mod) Images in Commons don't show up in search when using CirrusSearch - 10https://bugzilla.wikimedia.org/53531 +comment (10neverett+bugzilla) [21:40:42] applying the patch with `patch -N` seems to work better, but I'm not sure all changes have actually been made :-/ [21:41:07] 03(mod) Redirect to HTTPS for account creation - 10https://bugzilla.wikimedia.org/53651 (10chmarkine) [21:41:09] 03(mod) mobile edit does not do pst when doing preview - 10https://bugzilla.wikimedia.org/53692 +comment (10gerritadmin) [21:41:12] 03(mod) mobile edit does not do pst when doing preview - 10https://bugzilla.wikimedia.org/53692 (10Gerrit Notification Bot) [21:42:16] 03(mod) GitHub replication: tags not getting pushed - 10https://bugzilla.wikimedia.org/53597 (10christian) [21:42:18] 03(NEW) CirrusSearch: When an article doesn't have a text match CirrusSearch's summary code is funky and only works for space delimited languages - 10https://bugzilla.wikimedia.org/53724 normal; MediaWiki extensions: CirrusSearch; () [21:43:21] 03(mod) CirrusSearch: When an article doesn't have a text match CirrusSearch's summary code is funky and only works for space delimited languages - 10https://bugzilla.wikimedia.org/53724 (10Nik Everett) [21:43:37] 03(mod) Test bug for bingle - 10https://bugzilla.wikimedia.org/53715 (10Diederik van Liere) [21:44:49] 03(mod) Redirect to HTTPS for account creation - 10https://bugzilla.wikimedia.org/53651 (10chmarkine) [21:45:10] 03(mod) CirrusSearch's phrase suggest can return phrases that would be filtered out of search results - 10https://bugzilla.wikimedia.org/53534 (10Nik Everett) [21:45:34] 03(mod) incorrect results for 'nobel prize' search - 10https://bugzilla.wikimedia.org/52860 (10Nik Everett) [21:45:48] 03(mod) Corrected words aren't bolded in suggestions - 10https://bugzilla.wikimedia.org/52286 (10Nik Everett) [21:45:59] 03(mod) inconsistent revision id and html content - 10https://bugzilla.wikimedia.org/46014 +comment (10Greg Grossmeier) [22:03:28] is there a way to define in Localsettings or somewhere which php binary to use ? [22:04:01] after above I wanted to use fresh MW 1.20 and now it insists my php version is too old [22:04:09] though I have the correct php version [22:06:32] 03(mod) Don't let autoconfirmed users see the result before voting - 10https://bugzilla.wikimedia.org/53622 +comment (10mail) [22:08:18] 03(mod) Upload on svwp through mobile? - 10https://bugzilla.wikimedia.org/53602 +comment (10Jan Ainali) [22:08:33] 03(mod) forceHTTPS cookie not deleted in Wikimedia environment - 10https://bugzilla.wikimedia.org/53536 (10Chris Steipp) [22:08:34] someone else also ran into this problem 5 months ago: http://forum.step-project.com/showthread.php?tid=1328 [22:10:58] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [22:11:00] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 (10Gerrit Notification Bot) [22:11:12] 03(mod) Login API doesn't prevent getting csrf tokens via jsonp - 10https://bugzilla.wikimedia.org/49090 +comment (10gerritadmin) [22:12:35] I tried the update.php with the correct binary path +php also, doesn't work [22:13:52] you guys are driving me nuts today :-) [22:18:25] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [22:20:09] 03(mod) VisualEditor: Inserting some content in a QA script doesn't round-trip (null diff) - failure to inserting CE content into DM somehow? - 10https://bugzilla.wikimedia.org/53721 summary; +comment (10James Forrester) [22:26:03] 03(mod) VisualEditor: The 'beta' element in the edit tab has an overline instead of underline in Firefox - 10https://bugzilla.wikimedia.org/52493 summary (10James Forrester) [22:26:33] 03(mod) VisualEditor: Unable to use save button using keyboard - 10https://bugzilla.wikimedia.org/53257 +comment (10James Forrester) [22:26:34] 03(mod) VisualEditor: Change tab order in save dialog to be more like the wikitext editor's save form - 10https://bugzilla.wikimedia.org/51918 +comment (10James Forrester) [22:28:39] 03(NEW) Add gender support to appropriate messages - 10https://bugzilla.wikimedia.org/53725 normal; MediaWiki extensions: GuidedTour; () [22:34:47] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [22:34:50] 03(mod) Login API doesn't prevent getting csrf tokens via jsonp - 10https://bugzilla.wikimedia.org/49090 +comment (10gerritadmin) [22:34:53] 03(mod) Login API doesn't prevent getting csrf tokens via jsonp - 10https://bugzilla.wikimedia.org/49090 (10Gerrit Notification Bot) [22:34:55] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [22:39:23] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [22:39:27] 03(mod) Login API doesn't prevent getting csrf tokens via jsonp - 10https://bugzilla.wikimedia.org/49090 +comment (10gerritadmin) [22:39:31] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [22:40:28] 03(mod) Add gender support to appropriate messages - 10https://bugzilla.wikimedia.org/53725 +comment (10qgil) [22:40:29] 03(mod) Expose a public web API end point in the MediaWiki API - 10https://bugzilla.wikimedia.org/48483 +comment (10gwicke) [22:40:34] 03(mod) VisualEditor: Editing a pasted template alters copy buffer. Displayed result differs from saved result. - 10https://bugzilla.wikimedia.org/52271 +comment (10James Forrester) [22:42:44] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [22:42:48] 03(mod) Login API doesn't prevent getting csrf tokens via jsonp - 10https://bugzilla.wikimedia.org/49090 +comment (10gerritadmin) [22:42:52] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [22:43:57] 03(mod) data-mw attribute is stripped out of parsoid tests - 10https://bugzilla.wikimedia.org/53492 +comment (10gerritadmin) [22:49:48] 03(mod) Protect Parsoid-generated token-names, about-ids, typeofs from conflicts with user-provided names. - 10https://bugzilla.wikimedia.org/48772 (10ssastry) [22:54:30] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [22:54:58] * ErkanYilmaz wonder if csteipp since last comment 2h ago [22:56:23] ErkanYilmaz: Sorry, this is taking longer than I expected [22:56:50] ok :-( perhaps you guys should send out a msg so people don't apply the patch at least [22:56:59] for me it#s over I installed the full 1.19.8 [22:57:42] 03(mod) Login API doesn't prevent getting csrf tokens via jsonp - 10https://bugzilla.wikimedia.org/49090 +comment (10gerritadmin) [22:58:20] 03(NEW) Language selection should cancel with X but does not - 10https://bugzilla.wikimedia.org/53726 normal; MediaWiki extensions: UniversalLanguageSelector; () [23:00:03] 03(mod) Language selection should cancel with X but does not - 10https://bugzilla.wikimedia.org/53726 +comment (10gerritadmin) [23:00:06] 03(mod) Language selection should cancel with X but does not - 10https://bugzilla.wikimedia.org/53726 (10Gerrit Notification Bot) [23:07:45] 03(NEW) Replace all (or at least most) uses of \b with (?:^|$|\s) or variants - 10https://bugzilla.wikimedia.org/53727 normal; Parsoid: General; () [23:07:59] 03(mod) Replace all (or at least most) uses of \b with (?:^|$|\s) or variants - 10https://bugzilla.wikimedia.org/53727 +easy (10Gabriel Wicke) [23:13:59] 03(mod) Replace all (or at least most) uses of \b with (?:^|$|\s) or variants - 10https://bugzilla.wikimedia.org/53727 (10Gabriel Wicke) [23:16:31] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [23:20:14] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [23:23:22] 03(mod) XSS in MediaWiki API (through invalid property name) reintroduced in 1.21.1 - 10https://bugzilla.wikimedia.org/52746 +comment (10gerritadmin) [23:23:30] 03(mod) Sanitizer strips extension about/typeof for some extension - 10https://bugzilla.wikimedia.org/52940 +comment (10gerritadmin) [23:29:52] 03(mod) data-mw attribute is stripped out of parsoid tests - 10https://bugzilla.wikimedia.org/53492 (10ssastry) [23:30:14] 03(mod) Sanitizer strips extension about/typeof for some extension - 10https://bugzilla.wikimedia.org/52940 (10ssastry) [23:32:45] 03(mod) Parsoid: New adjacent references are getting about grouped - 10https://bugzilla.wikimedia.org/53434 (10ssastry) [23:41:44] 03(NEW) 'View history' link disappears in small browser window - 10https://bugzilla.wikimedia.org/53728 normal; MediaWiki: General/Unknown; () [23:42:28] 03(mod) 'View history' link disappears in small browser window - 10https://bugzilla.wikimedia.org/53728 +comment (10cmcmahon) [23:43:26] 03(mod) 'View history' link disappears in small browser window - 10https://bugzilla.wikimedia.org/53728 +comment (10cmcmahon) [23:43:26] 03(mod) CirrusSearch's phrase suggest can return phrases that would be filtered out of search results - 10https://bugzilla.wikimedia.org/53534 (10Nik Everett) [23:43:42] ErkanYilmaz: Patches are fixed. Sorry about that! [23:44:01] 03(mod) wfEscapeWikiText is inadequate - 10https://bugzilla.wikimedia.org/53658 +comment (10gerritadmin) [23:44:12] no worries, in the end it was good: I found out why my image backups were so huge since 1 year + fixed that [23:44:12] 03(mod) Language selection should cancel with X but does not - 10https://bugzilla.wikimedia.org/53726 +browser-test-bug (10Chris McMahon) [23:44:14] so, thx :-) [23:46:44] 03(mod) wfEscapeWikiText is inadequate - 10https://bugzilla.wikimedia.org/53658 +comment (10gerritadmin) [23:53:06] 03(mod) [Regression] Recent changes udp/irc feed for log actions changed - 10https://bugzilla.wikimedia.org/53720 normal->04CRIT; summary; +comment (10Krinkle) [23:55:14] 03(mod) [Regression] Recent changes udp/irc feed for log actions changed - 10https://bugzilla.wikimedia.org/53720 +comment (10krinklemail) [23:56:51] Krinkle: re regression ^ all other log types like block/protect look fine to my bot, so maybe it was just a CentralAuth change? [23:58:17] 03(mod) 'View history' link disappears in small browser window - 10https://bugzilla.wikimedia.org/53728 +comment (10Krinkle) [23:58:52] legoktm: Please provide more information on the bug. What is missing from the irc packet? and/or what changed in the format? There is a log of changes that could have caused it, I need somethig more specific