[00:00:01] terrrydactyl: "nowiki - Wiki markup in the return value should be escaped" [00:00:48] marktraceur: how do i escape it? [00:00:57] btw, it currently looks like this: http://cl.ly/image/3L0936341M0L [00:01:04] terrrydactyl: By setting the nowiki flag. [00:01:21] ah [00:01:30] marktraceur: thanks, i'll mess around with it! [00:01:33] Sweeeet. [00:01:35] New review: Physikerwelt; "@Mattflaschen " [mediawiki/extensions/Math] (master) C: 1; - https://gerrit.wikimedia.org/r/30177 [00:02:51] Krenair: Ah, you're right-- the wmf9 branch also included a ton of AF updates. [00:03:19] * Krenair is suspicious of the EditFilterMergedContent one [00:04:23] 03(mod) Create Wikipedia Minangkabau - 10https://bugzilla.wikimedia.org/44462 +comment (10Sam Reed (reedy)) [00:04:32] [GIT] so I am trying to commit SP changes again. I am now confronted by a VIM screen that asks for an edit message, I put it in and, not being a VIM user, have no idea how to end the edit session. Any hints please? [00:04:47] csteipp: did phase 2 of 1.21wmf9 get done on Feb 6? can I mark it done on the roadmap? [00:05:21] sDrewth: It should have... usually Reedy updates it, [00:05:32] ok, I will live the tick for him [00:05:39] pretty certain that will be the issue [00:05:50] Live the tick sounds hot. [00:06:17] sDrewth: feel free to pm me if you're seeing an issue where AF is failing on something. [00:06:45] csteipp: it just got greedy and started collecting bits on a filter that previously it had not [00:07:17] and I couldn't find the wikitech page (now bookmarked) to see what may have happened [00:07:24] Well, that's better than letting through a bunch of spam :) [00:07:25] while I slept [00:07:31] Hi, how do I link to a nother page of wikipedia [00:07:41] it wasn't spam stuff [00:07:53] ardian: another language? [00:08:00] csteipp: I do it at deployment, then randomly later afterwards ;) [00:08:21] Reedy: Cool :) [00:08:22] sDrewth: no I am have a gallery in commons and I want to make pagination [00:08:31] I'll do it in a few minutes [00:08:36] Just wanted to make sure you weren't still working on something on that deploy... [00:08:41] from https://commons.wikimedia.org/wiki/Wiki_Academy_Kosovo_Photo_Contest to https://commons.wikimedia.org/wiki/Wiki_Academy_Kosovo_Photo_Contest/PageOne [00:08:46] ardian: [[w:xx:article|piped text]] [00:08:55] xx = language you want [00:09:50] for that, which is a subpage ... [[/PageOne]] [00:10:22] or ... [[/PageOne/]] if you want a sort of auto pipe [00:12:39] sDrewth: so basicly [[https://commons.wikimedia.org/w/index.php?title=Wiki_Academy_Kosovo_Photo_Contest/PageOne/]] [00:13:06] ardian: if you are on a wiki, internal links use [[ ]] [00:13:08] 03(mod) Deploy extension Memento on Wikipedia sites - 10https://bugzilla.wikimedia.org/34778 (10MZMcBride) [00:13:32] sing [ ] is for external links with the http protocol [00:13:35] single [00:14:06] 03(mod) Review LaTeXML branch of Extension:Math for deployment - 10https://bugzilla.wikimedia.org/43222 +comment (10mflaschen) [00:14:52] New review: Mattflaschen; "I've attached the run to https://bugzilla.wikimedia.org/show_bug.cgi?id=43222 . I'm also going to c..." [mediawiki/extensions/Math] (master) C: 0; - https://gerrit.wikimedia.org/r/30177 [00:15:13] ardian: can you give a me a link to a page where you are editing? or we can create a sandbox on one of my user sandbox [00:16:38] New patchset: Reedy; "Fix paths back to /h/w/c based" [mediawiki/extensions/WikimediaMaintenance] (master) - https://gerrit.wikimedia.org/r/47812 [00:17:02] Change merged: Reedy; [mediawiki/extensions/WikimediaMaintenance] (master) - https://gerrit.wikimedia.org/r/47812 [00:17:43] sDrewth: ah got it so its like this [[Wiki_Academy_Kosovo_Photo_Contest/PageTwo/ | Next]] [00:17:54] yes [00:18:00] New patchset: Reedy; "Update WikimediaMaintenance to master" [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/47818 [00:18:14] Change merged: Reedy; [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/47818 [00:18:44] ardian: relative links also work, so as indicated if you are in the directory, you can just do [[/PageTwo|this is the second subpage]] [00:19:03] marktraceur: hmm, i'm not sure where to set the $nowiki=true flag. if i try this: $parser->setFunctionHook( 'snippet', array( 'Git2PagesHooks', 'PullContentFromRepo' ), $nowiki=true ); it just returns my snippet tag. [00:19:20] that relative links help where parent and subpages may be moved (together) [00:19:33] terryDid you read the link I sent you? Because that's what I meant. [00:19:34] also, that's where the $flags are supposed to go, and it seems like it only takes an integer. [00:19:48] Sorry, tab-complete fail [00:19:59] http://www.mediawiki.org/wiki/Manual:Parser_functions#The_setFunctionHook_hook this one? [00:20:16] Yeah. [00:20:25] terrrydactyl: "The callback may either return the text result of the function, or an array with the text in element 0, and a number of flags in the other elements. The names of the flags are specified in the keys. Valid flags are:" [00:20:30] Return an array. [00:21:15] oh [00:21:15] sDrewth: that way, it redirects me to https://commons.wikimedia.org/w/index.php?title=/PageTwo&action=edit&redlink=1 [00:21:23] should i be looking for $callback['nowiki']? [00:21:46] ardian: okay, that means that no subpages in that space, so just do the fuller links [00:21:56] *full [00:21:56] [GIT] What does this mean: "git 'review' is not a git command" ... what do i download? [00:21:58] No. [00:22:14] terrrydactyl: Your function is the callback. You need to return an array with a member named nowiki. [00:22:50] marktraceur: oh so i have an array that returns my output as well as the nowiki flag? [00:23:18] Yeeees. [00:23:43] sDrewth: thanks a lot, one more thing I am trying to add all in one page so you can Page 1 Page 2 etc, but they are getting in one line all, is there any /br sort of ? [00:24:25] New review: Mattflaschen; "Locally, on master, I get the nullLockManager issue ever since ae9e0d989b744996ac2229b0dfeb740921f64..." [mediawiki/extensions/Math] (master) C: 0; - https://gerrit.wikimedia.org/r/30177 [00:25:02] prepend each line with an asterisk, and that will make them dot points [00:25:18] or
or double returns [00:25:58] ardian: normal html will work, but the wikicode shortcuts nicely [00:26:12] sDrewth: that's cool thanks a lot [00:26:16] :-) [00:27:19] 03(NEW) Wrong cert on mail.wikipedia.org - 10https://bugzilla.wikimedia.org/44731 normal; Wikimedia: Mailing lists; () [00:27:40] [GIT] how do i install get-review please for a windows system [00:28:02] 03(mod) Wrong cert on mail.wikipedia.org - 10https://bugzilla.wikimedia.org/44731 +ops (10Matthew Flaschen) [00:28:52] hypergrove: there are instructions on the mediawiki.org wiki, somewhere [00:29:18] the only instructions i can find are for nix [00:29:23] 03(mod) Wrong cert on mail.wikipedia.org - 10https://bugzilla.wikimedia.org/44731 +comment (10Thehelpfulone) [00:29:30] e.g., https://labsconsole.wikimedia.org/wiki/Git-review [00:29:35] hypergrove: in short and IIRC, you need Python, then PIP, then you can use `pip install git-review` [00:30:34] hypergrove: i\m looking [00:30:53] hypergrove: ah, here's what i used: https://www.mediawiki.org/wiki/Git/Workflow#Windows [00:31:09] hypergrove: sorry, but i have to go now. good night. [00:32:12] matma: thx! [00:33:20] 03(mod) Create Wikivoyage Polish - 10https://bugzilla.wikimedia.org/44414 +comment (10Leinad) [00:33:42] 03(mod) Wrong cert on mail.wikipedia.org - 10https://bugzilla.wikimedia.org/44731 +comment (10mflaschen) [00:34:55] 03(mod) Wrong cert on mail.wikipedia.org - 10https://bugzilla.wikimedia.org/44731 +comment (10mflaschen) [00:36:19] New review: Physikerwelt; "I have tried out the tests for LaTeXML" [mediawiki/extensions/Math] (master) C: 1; - https://gerrit.wikimedia.org/r/30177 [00:36:24] marktraceur: i have this as my callback: return( array( $fileContents, $nowiki=true ) ); [00:36:28] but it doesn't seem to work [00:37:19] i get the output but with wikitext [00:38:30] That....is not how you set array values [00:38:43] oh, what's the correct way? [00:39:05] actually let me look at it [00:39:07] terrrydactyl: 'nowiki' => true [00:39:12] oh [00:39:23] It's a string key, not a variable [00:39:27] ohhhh [00:39:52] terrrydactyl: It's like Python. { 'string': True } [00:40:07] yeah that makes sense [00:40:17] Except that PHP is a mite confused and thinks that arrays and dictionaries are the same thing. [00:40:20] i should have known too since i've been setting values with my $options array [00:40:46] though i didn't realize you use => to set it. i think that's the first time i've encountered it [00:40:48] good to know [00:41:27] Welcome to PHP, sorry you have to be here :) [00:41:40] haha, it's not as bad as i thought it would be! :) [00:42:17] 03(mod) Create Wikivoyage Polish - 10https://bugzilla.wikimedia.org/44414 +comment (10Sam Reed (reedy)) [00:42:56] 03(mod) Enable GeoCrumbs on Incubator - 10https://bugzilla.wikimedia.org/44725 (10Sam Reed (reedy)) [00:43:31] New patchset: Krinkle; "(bug 44141) Vector: Phase out one-pixel images." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44825 [00:44:22] Change merged: Trevor Parscal; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44825 [00:44:34] New review: Krinkle; "* Amended commit message" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44825 [00:44:35] New patchset: Parent5446; "(bug 44718) Fix double-parsing of account creation messages." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47821 [00:45:02] 03(mod) AbortNewAccount hook was changed accidentially in I402c6beb - 10https://bugzilla.wikimedia.org/44718 +patch-in-gerrit; +comment (10Tyler Romeo) [00:45:03] 03(mod) Adding a Statement: "also known as" shown in English - 10https://bugzilla.wikimedia.org/44713 normal->15enhancement (10Sam Reed (reedy)) [00:45:04] 03(mod) Have two LDAP servers per datacenter - 10https://bugzilla.wikimedia.org/44722 normal->15enhancement (10Sam Reed (reedy)) [00:45:05] 03(mod) Special:EntitiesWithoutLabel – view Properties - 10https://bugzilla.wikimedia.org/44726 normal->15enhancement (10Sam Reed (reedy)) [00:46:17] marktraceur: is this not right either? return( array( $fileContents, 'nowiki'=>true ) ); i'm kind of stumped now. [00:47:27] 03(mod) [connect-items-from-client] add QUnit tests - 10https://bugzilla.wikimedia.org/44711 normal->15enhancement (10Sam Reed (reedy)) [00:47:27] 03(mod) [connect-items-from-client] Add better styling for UI dialog - 10https://bugzilla.wikimedia.org/44708 normal->15enhancement (10Sam Reed (reedy)) [00:47:28] 03(mod) [connect-items-from-client] Enhance error handling - 10https://bugzilla.wikimedia.org/44709 normal->15enhancement (10Sam Reed (reedy)) [00:48:23] terrrydactyl: Try setting $fileContents to be explicitly in the element 0 [00:48:39] 0 => $fileContents, 'nowiki' => true [00:49:08] * marktraceur is sort of guessing [00:49:33] no dice. :( [00:49:37] Hm. [00:50:07] terrrydactyl: Oh, I see [00:50:12] terrrydactyl: return isn't a function [00:52:39] marktraceur: sorry, i don't follow. :( [00:53:06] terrrydactyl: Have you ever done return( ... ) before? [00:53:15] You're calling it as a function. [00:53:22] oh [00:53:36] i think that was leftover from something else [00:53:39] ugh, stupid [00:53:50] It's OK, it happens [00:54:37] hmm, without the paren, it's still giving me the same output with wikitext. [00:56:36] i wonder if there's an example somewhere i can look at. [00:57:40] http://www.mediawiki.org/wiki/Manual:Parser_functions#Controlling_the_parsing_of_output < i feel like i'm following this correctly.. [00:59:43] terrrydactyl: What does your return statement look like now? [00:59:54] return array( 0 => $fileContents, 'noparse' => true ); [01:00:12] er [01:00:19] You could probably do without the 0 =>, and make it 'nowiki' instead of 'noparse' [01:00:25] i tested 'no parse' but it didn't work with 'nowiki' too [01:00:32] Maybe both? [01:01:28] removed 0 => and tried both but nothing [01:02:28] night all [01:02:35] terrrydactyl: Try putting the code into an HTML structure (a pre, maybe), escaping it, and setting isHTML => ture [01:02:38] true* [01:03:02] I think there's an HTML escape method somewhere in our libraries [01:03:10] 03(mod) VisualEditor: Link inspector doesn't function properly when opened in location surrounded by word boundaries - 10https://bugzilla.wikimedia.org/44086 +comment (10rmoen) [01:03:30] New patchset: Adamw; "(bug 1495) Enable message language fallbacks" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44224 [01:04:18] marktraceur: ah! it looks like it put it into a block. [01:04:49] Sweet. [01:05:05] awesome! [01:05:15] thanks for the help. it was very much appreciated! [01:05:25] New review: Adamw; "A tiny tweak: pushed the improved fallback chain logic into Language, since it might be generally us..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44224 [01:05:39] terrrydactyl: My pleasure. [01:06:04] marktraceur: ah, this is exciting. i got the block of text from the file to come out. :D [01:06:09] Woo! [01:06:13] just have to do some tests to make sure the branching works as expected! [01:06:23] * marktraceur does a jig for terrrydactyl [01:06:35] * terrrydactyl jigs along [01:06:41] * terrrydactyl doesn't actually know how to jig [01:06:54] terrrydactyl: You could probably write up some nice little unit tests, or maybe set up a list of desired unit tests so someone else can [01:07:05] [GIT] gerrit didnt create a hooks file :( please see line 66 @http://dpaste.org/9aOiY/ [01:08:17] marktraceur: i've never done unit tests before, but i'll definitely look it up. do you have any resources for it? [01:10:11] We have some...hold [01:10:23] Oh, cool [01:10:25] !testing | terrrydactyl [01:10:25] terrrydactyl: http://www.mediawiki.org/wiki/Manual:Unit_testing [01:10:53] cool! i'll look at it now. [01:12:46] [GIT] any ideas how I can avoid this: WindowsError: [Error 2] The system cannot find the file specified: '.git\\hooks\\commit-msg' [01:13:41] hypergrove: when does it happen? [01:14:27] on git review -s ? [01:14:29] when i exec "git review -s" [01:14:33] http://www.mediawiki.org/wiki/Git/Workflow#Windows [01:14:37] did you see the patch there [01:14:39] ? [01:15:25] ok i'll try that! so close i can taste it! [01:16:28] I spent a lot of time faffing around to get git working on windows...I put that stuff in the page to spare people the annoyances [01:17:05] ty aaron you're a saint hehe [01:18:03] 03(mod) Add pointer to TemplateSandbox documentation - 10https://bugzilla.wikimedia.org/43312 +comment (10Brad Jorsch) [01:18:30] hmm, I guess you got a different error message though [01:18:37] feel free to update that page [01:20:26] it worked but i see a message to update git-review -- what directory should i be in when i run pip install -U git-review? [01:21:00] aaron: it worked but i see a message to update git-review -- what directory should i be in when i run pip install -U git-review? [01:21:25] hypergrove: Probably you can do it from anywhere [01:21:31] cool thx [01:21:39] yeah [01:21:39] I've never needed to be in any particular directory [01:21:54] marktraceur: xe is on windows, just as an fyi [01:22:05] Even so [01:23:07] Hi all. THe other day I got this comment from ^demon on gerrit about a patchset that I rebased before amending: "You don't have to rebase. Only time you need to rebase is if it won't merge." [01:23:20] I then asked him "So, the rebase line should be removed from http://www.mediawiki.org/wiki/Git/TLDR?" but got no response so far [01:23:30] can anyone confirm that so I can update the page? [01:23:57] Waldir: That seems right [01:24:13] Waldir: You might add a note about rebasing only when you need to, then explain how [01:24:23] Waldir: We recommend only rebasing in a separate patchset anyway [01:24:27] marktraceur: what about the rebase button in gerrit? [01:24:38] oh hell, now it says my SocialProfile directory is ahead of origin/master by 2 commits [01:24:43] Waldir: If that would work, you don't need to rebase :) [01:24:52] hypergrove: That's OK. [01:25:05] hypergrove: If it really bugs you, you can fix that by doing git fetch [01:25:06] so now i just do git review -R ? [01:25:19] hypergrove: If you are updating an existing change, yes. [01:25:27] hypergrove: If it's a new change, just git review [01:25:41] i think i need to upload the changes first, so ..... how? [01:25:55] hypergrove: Is this change already on gerrit? [01:25:58] oh, then git push ? [01:26:01] No. [01:26:05] hypergrove: Is this change already on gerrit? [01:26:05] Waldir: Be bold. :-) [01:26:12] Waldir: If someone disagrees with your edits, they'll say so. [01:26:56] i don't know how to tell if my changeset is on gerrit - my control panel is (still) empty [01:27:08] hypergrove: Then probably no [01:27:08] marktraceur: let me see if I'm getting tis right: I would git commit --amend, then git review, and if I got a merging error I should try clicking the rebase button, re-download the change, and commit+review again, and only if *that* doesn't work, then rebase locally, review, ten commit the changes and review? [01:27:10] hypergrove: `git review` should do it. [01:27:34] Waldir: If you're amending a change, you should do `git review -R` to avoid the rebase [01:27:53] Waldir: If Jenkins or Gerrit tells you that your change cannot be merged and needs a rebase, then rebase locally. [01:28:18] Waldir: If someone tries to merge your patch and gets the rebase message they'll pretty often try the rebase button....it doesn't work all the time. [01:28:49] New patchset: Mattflaschen; "Add latedef to jshint, formatting and wording, remove dead code" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47823 [01:29:25] marktraceur: i'm so close! please see http://dpaste.org/mihoC/ [01:30:15] marktraceur: so git-review by default automatically tries to rebase the change? [01:30:16] hypergrove: If you do git log, do you see one Change-ID line in each commit? [01:30:17] my hours of agony are practically over [01:30:21] Waldir: Yes, it does [01:30:47] marktraceur: any chance an alias can be added so one can use git review --no-rebase? [01:30:53] Change merged: jenkins-bot; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/47793 [01:31:05] hypergrove: It might be because your line breaks look funny. Are you using a text editor that inserts DOS line breaks? [01:31:07] that would make the docs so much more intuitive [01:31:11] New patchset: Terrrydactyl; "Can read and return contents of file." [mediawiki/extensions/Git2Pages] (master) - https://gerrit.wikimedia.org/r/47824 [01:31:19] Because that's definitely on our list of Things to Never Do, Ever, Ever, Ever. [01:31:30] i always feel apprehensive when i do git review -R [01:31:37] 03(mod) tel: protocol should be enabled in $wgUrlProtocols for Wikivoyage sites - 10https://bugzilla.wikimedia.org/44315 +comment (10Carl Austin Bennett) [01:32:36] result at http://dpaste.org/EkfyC/ .... my code review dashboard for Hypergrove is still empty [01:32:46] Waldir: You could probably hack something up, but I don't think it's very useful [01:33:16] marktraceur: no I mean in the upstream git-review, wherever that is developed. I could suggest that as a bug [01:33:25] saper: Something's happening with hypergrove and git-review, if you have a sec [01:33:38] Waldir: You could, but it seems a mite frivolous [01:33:41] New patchset: Mattflaschen; "Add latedef to jshint, formatting and wording, remove dead code" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47823 [01:33:59] hypergrove: I'm not sure what's going on with your business there, sorry. [01:35:03] marktraceur: you think so, really? single-letter command options are incredibly newbie-unfriendly: http://xkcd.com/1168/ [01:35:05] is it true that because my gerrit dashboard is empty, that nothing has yet been uploaded to gerrit? [01:35:33] Waldir: Well, I mean, we spell it out in pretty verbose language in the docs [01:35:35] marktraceur: note that I'm not suggesting to change the defaults, just adding an alias [01:35:44] * marktraceur understands tar pretty well :/ [01:35:48] marktraceur: we're not the only ones using git-review [01:36:00] marktraceur: ok, I see, I'm talking to the wrong person then :P [01:36:03] hypergrove: Pretty sure, yes [01:36:45] Of course 90% of tar is knowing whether to use j or z [01:37:17] marktraceur: are you one of these? :P http://dilbert.com/strips/comic/1995-06-24/ [01:37:33] 03(mod) Crumbs contain (disambiguation) in names which duplicates locations already in breadcrumb path - 10https://bugzilla.wikimedia.org/43313 (10Peter Fitzgerald) [01:37:48] * marktraceur needs a lot more beard and aging to reach that stage [01:37:56] I have the suspenders. Just never wear them. [01:38:13] 03(mod) GeoCrumbs doesn't handle cases where a destination on a region boundary #isIn: more than one region - 10https://bugzilla.wikimedia.org/44590 (10Peter Fitzgerald) [01:38:17] marktraceur: is here the home of git-review? http://pypi.python.org/pypi/git-review [01:38:24] Seems about right [01:38:25] Reedy: sa.wikiquote.org logo is broken [01:38:33] Reedy: Don't link to the svg directly, it doesn't scale [01:38:39] it is being cropped out [01:38:42] transparent box [01:40:00] mark, i can't get out of this damn log - what's the magic there [01:40:12] hypergrove: The q key should exit [01:41:17] good evening [01:41:28] wims: Hullo! [01:41:30] i have a database from an older installation of mediawiki [01:41:44] can i install the latest version of mediawiki and use my old database? [01:42:01] !upgrading | wims [01:42:01] wims: http://www.mediawiki.org/wiki/Manual:Upgrading [01:43:51] the thing is that i only have the database, the server it ran on no longer exist. looking at the upgrading article it appears that i should be able to install the latest version and just use my existing db tho [01:44:13] wims: There are bound to be some changes to the database structure [01:44:28] yeah i realize that i need to run the upgrade script [01:44:50] Well so long as you configure it correctly I see no reason why it wouldn't work [01:44:56] New review: Mattflaschen; "Looks good, except for one comment (and the caveat we already discussed, mainly the blocker on the G..." [mediawiki/extensions/EventLogging] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/47715 [01:45:10] oh groan, now 3 commits ahead of 'origin/master' ... then it says "nothing to commit, working directory clean [01:45:34] hypergrove: The "3 commits ahead" bit isn't a problem. Don't worry about that. [01:47:06] hypergrove: Can you try "git review" again? [01:48:03] 03(mod) Use ResourceLoader for message delivery - 10https://bugzilla.wikimedia.org/43409 (10Jon) [01:48:33] done - http://dpaste.org/ruGwi/ [01:48:52] marktraceur: wait a moment, it DOES exist!! https://github.com/openstack-infra/git-review/blob/master/git-review#L843 [01:49:07] hypergrove: Please remove the signed-off-by bits, we don't need them [01:49:28] hypergrove: And try putting in the suggested Change-ID it gives you [01:50:02] the signed-off-by bits? [01:50:27] 03(mod) Photo uploads never signal completion - 10https://bugzilla.wikimedia.org/44043 (10Jon) [01:50:32] hypergrove: You have "signed-off-by: John McClure ...." in your commit message(s). Just remove them. [01:50:45] And add a line with the suggested Change-ID line. [01:50:55] 03(mod) Switching to https redirects account creation page to login - 10https://bugzilla.wikimedia.org/44658 (10Jon) [01:51:08] mark, i didnt add that bit - git review did [01:51:19] 03(mod) Most page images not loading in watchlist - 10https://bugzilla.wikimedia.org/43843 normal->15enhancement (10Jon) [01:51:30] hypergrove: OK, well, fine. You can leave it in. But make sure the Change-Id: part is in there too. [01:51:44] 03(mod) Create Sanskrit Wikiquote - 10https://bugzilla.wikimedia.org/43812 +comment (10Krinkle) [01:52:35] mark, are you referring to f0d8499 (line 13 in http://dpaste.org/ruGwi/)? [01:52:44] 03(mod) Diff view renders strangely - 10https://bugzilla.wikimedia.org/43842 (10Jon) [01:53:33] 03(mod) action=mobileview doesn't convert page title, section names to language variants - 10https://bugzilla.wikimedia.org/41995 +comment (10jrobson) [01:54:20] 03(mod) Upload an image request shows up in strange places - 10https://bugzilla.wikimedia.org/42703 +comment (10Jon) [01:54:42] hypergrove: No, line 28. It says "Suggestion for commit-message:" [01:55:07] 03(mod) deploy Extension:GuidedTour on outreach.wikimedia.org - 10https://bugzilla.wikimedia.org/44642 (10Sage Ross) [01:55:10] 03(mod) [Contributions] Allow people to submit coordinates for articles that don't have them - 10https://bugzilla.wikimedia.org/42786 +comment (10Jon) [02:01:23] oh the -s is signoff [02:06:33] mark, i guess i still don't get it .... Hypergrove@LAPTOP ~/desktop/repository/git/SocialProfile (master) [02:06:34] $ git review -i I80bbad7841cf92d7fb6279fba8e7165a751c84f1[K [02:06:34] Enter passphrase for key '/c/Users/Hypergrove/.ssh/id_rsa': [02:06:34] Enter passphrase for key '/c/Users/Hypergrove/.ssh/id_rsa': [02:06:34] Had trouble running git log --color=auto --decorate --oneline master --not remot [02:06:34] es/gerrit/I80bbad7841cf92d7fb6279fba8e7165a751c84f1[K [02:06:35] fatal: ambiguous argument 'remotes/gerrit/I80bbad7841cf92d7fb6279fba8e7165a751c8 [02:06:35] 4f1[K': unknown revision or path not in the working tree. [02:06:36] Use '--' to separate paths from revisions, like this: [02:06:36] 'git [...] -- [...]' [02:06:42] wrong key so sorry! [02:06:55] http://dpaste.org/h9wz9/ [02:07:01] It's cool [02:07:24] hypergrove: OK, why are you using -i? [02:07:44] if i do git review -l then it says nothing to review [02:07:49] Yes. [02:07:52] What is -i? [02:07:52] i was trying to use the id you mentioned [02:07:58] Oh. [02:08:04] No, put it into the commit message [02:09:40] i suppose in the -m option.... but it tells me when i run commit, that there is nothing to commit [02:10:09] hypergrove: You need to amend the commit. [02:10:25] ah that sounds good [02:13:27] http://dpaste.org/sWpx3/ [02:20:52] Yeah that's not going to work. [02:20:57] You replaced the commit message [02:21:01] Which is....bad [02:21:15] oh drat [02:21:25] Don't use -m, just --amend [02:21:38] Put in "Change-Id: " on the last line [02:25:03] 03(NEW) descriptive text missing on Special:OnlineAmbassadorProfile and Special:CampusAmbassadorProfile - 10https://bugzilla.wikimedia.org/44732 normal; MediaWiki extensions: EducationProgram; () [02:26:32] mark, here is http://dpaste.org/wj34Z/ (and thank you much) [02:31:38] hypergrove: Now git review again [02:38:57] maybe you see a change .... http://dpaste.org/6O3PH/ [02:40:16] i'm feeling like a freakin idiot here [02:42:02] 03(mod) VisualEditor: Preserve rich text formatting when pasting from external sources - 10https://bugzilla.wikimedia.org/33105 (10James Forrester) [02:42:18] 03(mod) VisualEditor: Shortcut Key for Heading Level - 10https://bugzilla.wikimedia.org/33512 (10James Forrester) [02:42:27] 03(mod) VisualEditor: A link can span whitespace but won't be displayed so cannot be edited or noticed - 10https://bugzilla.wikimedia.org/37835 (10James Forrester) [02:43:11] 03(mod) VisualEditor: Add inline editing after each link, accessed by hide/unhide icon - 10https://bugzilla.wikimedia.org/37859 +comment (10James Forrester) [02:43:17] 03(mod) VisualEditor: Support images (tracking) - 10https://bugzilla.wikimedia.org/37870 (10James Forrester) [02:43:34] 03(mod) VisualEditor: Selection popup arrow is overlapped by selection controls on iPad - 10https://bugzilla.wikimedia.org/37874 summary (10James Forrester) [02:43:49] 03(mod) VisualEditor: Links are not shown as redlinks when their target is blank (or as 'stub-alternate-colour' if appropriate) - 10https://bugzilla.wikimedia.org/37901 (10James Forrester) [02:44:09] 03(mod) VisualEditor: Highlight changes made since save in some way (e.g. with a text-background?) so users can see what changes they have outstanding - 10https://bugzilla.wikimedia.org/37931 (10James Forrester) [02:44:15] 03(mod) VisualEditor: Upload-by-insertion of images via copy-paste - 10https://bugzilla.wikimedia.org/37932 (10James Forrester) [02:44:20] 03(mod) VisualEditor: Support for definition-lists - 10https://bugzilla.wikimedia.org/37938 (10James Forrester) [02:44:26] 03(mod) VisualEditor: Make it hard for users to partially-select some text for linking - 10https://bugzilla.wikimedia.org/37939 (10James Forrester) [02:44:35] 03(mod) VisualEditor: Triple-click selection of paragraph - 10https://bugzilla.wikimedia.org/38011 (10James Forrester) [02:44:50] 03(mod) VisualEditor should support the symbol insertion system from WikiEditor - 10https://bugzilla.wikimedia.org/38029 (10James Forrester) [02:44:56] Krenair: here [02:44:59] 03(mod) VisualEditor: button to initiate UploadWizard and insert image on completion - 10https://bugzilla.wikimedia.org/38030 (10James Forrester) [02:45:20] 03(mod) VisualEditor: initiate file upload by drag-and-drop - 10https://bugzilla.wikimedia.org/38031 (10James Forrester) [02:45:26] 03(mod) VisualEditor: Cut-n-paste to external sources gives broken links as URIs point to # not their destination - 10https://bugzilla.wikimedia.org/38033 (10James Forrester) [02:45:31] 03(mod) VisualEditor: Long preformatted nodes display content splitting words at exactly browser width, not word-wrapped - 10https://bugzilla.wikimedia.org/38043 (10James Forrester) [02:45:41] 03(mod) VisualEditor: Dialog to manipulate image properties (size, alignment, border, caption) - 10https://bugzilla.wikimedia.org/38129 (10James Forrester) [02:45:49] 03(mod) VisualEditor: Arrow keys move the caret in the opposite direction in RTL environment - 10https://bugzilla.wikimedia.org/38546 (10James Forrester) [02:45:56] 03(mod) VisualEditor: Automatically use "smart quotes" and convert other typing to more advance characters (as an option) - 10https://bugzilla.wikimedia.org/38724 (10James Forrester) [02:46:17] 03(mod) VisualEditor: Links should follow the local CSS rules as if they were rendered in the view mode (e.g. external links shown with the external icon) - 10https://bugzilla.wikimedia.org/38726 (10James Forrester) [02:47:19] hypergrove: OK, read the output. [02:47:33] hypergrove: It's telling you what you need to put in the commit message. [02:47:42] 03(mod) VisualEditor: API design and documentation (tracking) - 10https://bugzilla.wikimedia.org/38855 (10James Forrester) [02:47:50] 03(mod) VisualEditor: Error message texts when the Parsoid service is not around aren't very clear, should be improved - 10https://bugzilla.wikimedia.org/39057 (10James Forrester) [02:47:59] 03(mod) VisualEditor: Support tables - 10https://bugzilla.wikimedia.org/39596 (10James Forrester) [02:48:09] 03(mod) VisualEditor: Support categories - 10https://bugzilla.wikimedia.org/39597 (10James Forrester) [02:48:13] 03(mod) VisualEditor: Support templates - 10https://bugzilla.wikimedia.org/39598 (10James Forrester) [02:48:19] 03(mod) VisualEditor: Support references - 10https://bugzilla.wikimedia.org/39599 (10James Forrester) [02:48:24] 03(mod) VisualEditor: Support most common citation templates (special-case) - 10https://bugzilla.wikimedia.org/39600 (10James Forrester) [02:49:19] 03(mod) VisualEditor: New annotation API (tracking) - 10https://bugzilla.wikimedia.org/38854 15enhancement->04CRIT (10James Forrester) [02:49:49] 03(mod) VisualEditor: Links in the CE surface should have the "cursor:pointer;" CSS attribute - 10https://bugzilla.wikimedia.org/39976 (10James Forrester) [02:49:55] 03(mod) VisualEditor: Cursor jumps at the top/bottom of page after particular deletions/moves - 10https://bugzilla.wikimedia.org/41093 (10James Forrester) [02:50:08] 03(mod) VisualEditor: Complex script (Indic) compatibility - 10https://bugzilla.wikimedia.org/41109 (10James Forrester) [02:50:49] 03(mod) VisualEditor: Offset is incorrect after alienInline in Firefox - 10https://bugzilla.wikimedia.org/41117 +comment (10James Forrester) [02:50:59] 03(mod) VisualEditor: Click-dragging of content to move it - 10https://bugzilla.wikimedia.org/41150 (10James Forrester) [02:51:12] 03(mod) VisualEditor: Backspace can't remove Preformatted - 10https://bugzilla.wikimedia.org/41154 (10James Forrester) [02:53:05] 03(mod) VisualEditor: LinkTrailed links appear differently before and after save-reload - 10https://bugzilla.wikimedia.org/41160 (10James Forrester) [02:53:13] 03(mod) VisualEditor: Please support copy and paste from different surfaces - 10https://bugzilla.wikimedia.org/41193 (10James Forrester) [02:53:29] 03(mod) VisualEditor: Clicking at the left of a wikicode block does not put the cursor there. - 10https://bugzilla.wikimedia.org/41199 (10James Forrester) [02:54:54] hmm I THOUGHT that i did put the change-id in the message (see line 7) [02:55:37] hypergrove: Into one of them. You're trying to upload three separate commits. [02:55:51] See lines 8 and 9. [02:56:02] they are the same commits - all the same - no differenc [02:56:24] hypergrove: No, they're not, or you wouldn't see them as three. [02:56:34] 03(mod) VisualEditor: Text entered at left of nowiki block replaced with a slug character (pawn) when saved - 10https://bugzilla.wikimedia.org/41200 +comment (10James Forrester) [02:56:35] hypergrove: If you mean for them to be one, use git rebase -i to squash them [02:56:44] great! [02:57:21] 03(mod) VisualEditor: Backspace does not remove paragraph when previous paragraph contains nowiki block - 10https://bugzilla.wikimedia.org/41202 +comment (10James Forrester) [02:57:58] now we [02:58:11] now we're getting something - how do i squash? [02:59:01] 03(mod) VisualEditor: Paragraph containing nowiki block does not change style unless block selected - 10https://bugzilla.wikimedia.org/41203 minor->normal; +comment (10James Forrester) [02:59:04] hypergrove: git rebase -i master [02:59:15] hypergrove: Put 's' next to the three commits you want to squash [03:00:01] 03(mod) VisualEditor: Strange behavior after overwriting nowiki block - 10https://bugzilla.wikimedia.org/41204 +comment (10James Forrester) [03:00:43] 03(mod) VisualEditor: Cursor misplaced after clicking on nowiki block - 10https://bugzilla.wikimedia.org/41205 +comment (10James Forrester) [03:01:08] 03(mod) VisualEditor: Context menu appears in the wrong place in IE10 - 10https://bugzilla.wikimedia.org/41233 (10James Forrester) [03:01:37] 03(mod) VisualEditor: Always support Firefox ESR versions - 10https://bugzilla.wikimedia.org/41245 (10James Forrester) [03:01:50] 03(mod) VisualEditor: Pressing a list button when covering a selection of a list should unlist only that portion - 10https://bugzilla.wikimedia.org/41935 (10James Forrester) [03:02:37] now git commit --amend ?? [03:02:45] 03(mod) VisualEditor: Button label when dialog is not yet launched should read "…" to show another step is needed - 10https://bugzilla.wikimedia.org/42138 +comment (10James Forrester) [03:03:08] 03(mod) VisualEditor: Integrate edit conflict confirmation into the save dialog - 10https://bugzilla.wikimedia.org/42522 (10James Forrester) [03:03:52] 03(mod) VisualEditor: Setup wikibugs and gerrit-wm for #mediawiki-visualeditor - 10https://bugzilla.wikimedia.org/42735 +comment (10James Forrester) [03:04:21] 03(mod) VisualEditor: Integration in production should not ignoreHidden on user preference - 10https://bugzilla.wikimedia.org/42936 (10James Forrester) [03:04:31] 03(mod) VisualEditor: Save button should be disabled if dm state is identical to page when it was loaded - 10https://bugzilla.wikimedia.org/42939 (10James Forrester) [03:04:40] 03(mod) VisualEditor: Avoid triggering "XMLHttpRequest cannot load. Origin is not allowed by Access-Control-Allow-Origin." - 10https://bugzilla.wikimedia.org/42974 (10James Forrester) [03:04:56] 03(mod) VisualEditor: Retries when badtoken happened should request new tokens - 10https://bugzilla.wikimedia.org/42984 (10James Forrester) [03:05:50] 03(mod) VisualEditor: Fix "Uncaught TypeError: this.registry[name].static is undefined" - 10https://bugzilla.wikimedia.org/43017 +comment (10James Forrester) [03:06:53] 03(mod) VisualEditor: Deletion of slugs causes significant confusion (and shouldn't be possible?) - 10https://bugzilla.wikimedia.org/43026 summary (10James Forrester) [03:07:08] 03(mod) VisualEditor: Support galleries - 10https://bugzilla.wikimedia.org/43037 (10James Forrester) [03:07:25] 03(mod) VisualEditor: Strange duplication of content after multiple save attempts - 10https://bugzilla.wikimedia.org/43043 (10James Forrester) [03:07:41] 03(mod) VisualEditor: Review window behind article - 10https://bugzilla.wikimedia.org/43054 (10James Forrester) [03:10:10] 03(mod) VisualEditor: "localStorage is null" error message - 10https://bugzilla.wikimedia.org/43087 (10James Forrester) [03:10:15] i can't get rid of the em .... http://dpaste.org/jw89J/ [03:11:18] there;s this new (dtached HEAD/REBASE -i) bit in there [03:12:42] 03(mod) VisualEditor: Slug oddness - new text in list item before alien node is ignored - 10https://bugzilla.wikimedia.org/43102 summary (10James Forrester) [03:12:57] i try to rebase again, but what I see at the top of the file is "noop" [03:13:03] 03(mod) VisualEditor: Slug oddness - Prepending text to article starting with {{Infobox ..}} removes the entire article - 10https://bugzilla.wikimedia.org/43103 summary (10James Forrester) [03:16:07] 03(mod) VisualEditor: Fly-out wikitext editor for alienated content - 10https://bugzilla.wikimedia.org/43133 +comment (10James Forrester) [03:16:38] 03(mod) Inline aliens behaving incorrectly in some cases, seems to depend on selection - 10https://bugzilla.wikimedia.org/43174 (10James Forrester) [03:16:52] 03(mod) VisualEditor: Sometimes the HotCat gadget appears at the top of the CE surface - 10https://bugzilla.wikimedia.org/43335 (10James Forrester) [03:17:05] 03(mod) VisualEditor: Whitespace preservation for list items not working - 10https://bugzilla.wikimedia.org/43543 (10James Forrester) [03:17:12] 03(mod) VisualEditor: Diff viewer in weird state after Parsoid error - 10https://bugzilla.wikimedia.org/43753 (10James Forrester) [03:17:24] 03(mod) VisualEditor: When the diff result is null (no changes), don't show a confusing blank diff but instead a message - 10https://bugzilla.wikimedia.org/43754 (10James Forrester) [03:17:36] 03(mod) VisualEditor: Clean up canHaveGrandchildren mess - 10https://bugzilla.wikimedia.org/43893 (10James Forrester) [03:17:54] 03(mod) VisualEditor: Clean up canHaveGrandchildren mess - 10https://bugzilla.wikimedia.org/43893 (10James Forrester) [03:18:09] 03(mod) VisualEditor: Cursor jumps when backspacing character after alien node - 10https://bugzilla.wikimedia.org/44078 (10James Forrester) [03:19:22] 03(mod) VisualEditor: Placing the cursor in a slug doesn't cause a contextChange event - 10https://bugzilla.wikimedia.org/44083 (10James Forrester) [03:19:32] 03(mod) VisualEditor: Link inspector's link text insertion doesn't work in slugs - 10https://bugzilla.wikimedia.org/44084 (10James Forrester) [03:19:40] 03(mod) VisualEditor: ve.dm.SurfaceFragment.wordBoundaryPattern treats non ASCII word characters as boundaries - 10https://bugzilla.wikimedia.org/44085 (10James Forrester) [03:20:15] 03(mod) VisualEditor: Link inspector doesn't function properly when opened in location surrounded by word boundaries - 10https://bugzilla.wikimedia.org/44086 (10James Forrester) [03:22:13] i am recreating the modified repo - sick and tired of this crap [03:25:15] 03(mod) Parsoid should support passing on an authenticated user's read right (when MW API supports that) - 10https://bugzilla.wikimedia.org/44313 summary; +comment (10James Forrester) [03:25:16] 03(mod) Parsoid should support passing on an authenticated user's read right (when MW API supports that) - 10https://bugzilla.wikimedia.org/44483 +comment (10James Forrester) [03:25:53] 03(mod) Wikis waiting for creation (tracking) - 10https://bugzilla.wikimedia.org/16976 (10Donald Lancon) [03:27:50] 03(mod) VisualEditor: Parsoid (?) issues in deleting text on [[W:User:Edinwiki]] - 10https://bugzilla.wikimedia.org/44340 summary; +comment (10James Forrester) [03:28:58] 03(mod) VisualEditor: Handle Parsoid error messages and codes sanely - 10https://bugzilla.wikimedia.org/44354 (10James Forrester) [03:29:01] 03(mod) VisualEditor: Parsoid diff failure errors are not very descriptive - 10https://bugzilla.wikimedia.org/43147 (10James Forrester) [03:30:58] 03(mod) VisualEditor: Oddness repetition/wrong diff (from Parsoid?) on save with some funky markup - 10https://bugzilla.wikimedia.org/44442 (10James Forrester) [03:31:00] So what are the most radical awesome python wiki projects i should t ake a look at? [03:31:30] ColtonPhillips: Do you mean "wikis written in Python" or "wikis about Python"? [03:31:35] 03(NEW) Stable Tarball Requires a Manually Created Session file - 10https://bugzilla.wikimedia.org/44733 normal; MediaWiki: Installer; () [03:31:44] Or "projects relating to wikis written in Python"? [03:31:52] hmm. python programs that use the wiki api [03:31:56] Aha. [03:32:01] * marktraceur doesn't know, then [03:32:11] New patchset: Hypergrove; "modified for the ResourceLoader" [mediawiki/extensions/SocialProfile] (master) - https://gerrit.wikimedia.org/r/47828 [03:33:24] MARK DO YA SEE! [03:33:40] 03(mod) VisualEditor: Unexpected behavior when line starts with space - 10https://bugzilla.wikimedia.org/44478 +comment (10James Forrester) [03:33:47] New patchset: Ori.livneh; "Add profiling to efSchemaValidate" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47829 [03:33:47] New patchset: Ori.livneh; "Discover and log SHA1 of caller's Git HEAD" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47715 [03:34:19] Mark: anything else I need to do for this? Thanks so much for stickin' with me [03:37:25] 03(mod) VE nukes data on save - 10https://bugzilla.wikimedia.org/44479 +comment (10Roan Kattouw) [03:37:47] 03(mod) VE nukes data on save - 10https://bugzilla.wikimedia.org/44479 +comment (10jforrester) [03:38:29] 03(mod) VE nukes data on save - 10https://bugzilla.wikimedia.org/44479 +comment (10jforrester) [03:45:32] 03(mod) VisualEditor: Parsoid/aliens combinations causes data to be over-written on save - 10https://bugzilla.wikimedia.org/44479 summary; +comment (10James Forrester) [03:48:13] 03(mod) Parsoid knows nothing about linkprefix - 10https://bugzilla.wikimedia.org/41206 +comment (10James Forrester) [03:48:14] Change merged: jenkins-bot; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/44635 [03:48:15] New patchset: Santhosh; "Enable the save button on pasting source message" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47830 [03:50:28] New review: Krinkle; "Fundamentally broken." [mediawiki/extensions/LiquidThreads] (lqt-updates); V: -1 C: -2; - https://gerrit.wikimedia.org/r/16583 [03:53:51] 03(mod) Template creating CSS in a table's cell does not come through - 10https://bugzilla.wikimedia.org/44498 summary; +comment (10James Forrester) [03:54:14] New patchset: Krinkle; "JSHint: Add .jshintrc" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44598 [03:54:20] New patchset: Santhosh; "Do not show workflow selector twice" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47831 [03:54:55] New patchset: Krinkle; "JSHint: disable 'quotmark' check" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44599 [03:54:57] New review: Spage; "I took too long. Nearly all are comment improvements. But I really think you should rename the int..." [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47561 [03:54:58] Change merged: jenkins-bot; [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44598 [03:55:23] Change abandoned: Krinkle; "No need to disable this. Quotes are easily fixed, it's not like there are no other warnings." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44599 [03:57:08] New review: Mattflaschen; "See patch set 2 comment." [mediawiki/extensions/EventLogging] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/47715 [03:59:45] New review: Mattflaschen; "I'm going to add some more stuff." [mediawiki/extensions/GuidedTour] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/47823 [04:02:29] New patchset: Krinkle; "JSHint: Fix quotmark and semicolon warnings." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44600 [04:02:52] New patchset: Krinkle; "JSHint: Fix quotmark and semicolon warnings." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44600 [04:03:04] New review: Krinkle; "* Rebased" [mediawiki/extensions/Math] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/44600 [04:03:13] Change merged: jenkins-bot; [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44600 [04:03:17] 03(mod) VisualEditor: Parsoid selective serialisation issue when single LI made from P (?) - 10https://bugzilla.wikimedia.org/44687 summary; +comment (10James Forrester) [04:06:04] New patchset: Nikerabbit; "Whitespace fixes" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47832 [04:08:32] New patchset: Krinkle; "JSHint: Fix curly braces." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44601 [04:08:58] Change merged: jenkins-bot; [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44601 [04:10:34] i want to change my api rights to maximum [04:10:42] for the research project i am doing [04:10:46] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47832 [04:12:33] 03(mod) VisualEditor: Parsoid/aliens combinations causes data to be over-written on save - 10https://bugzilla.wikimedia.org/44479 +comment (10cmcmahon) [04:13:00] 03(mod) VisualEditor: Copy and paste at end of text loses some of copied text - 10https://bugzilla.wikimedia.org/44701 summary; +comment (10James Forrester) [04:13:39] 03(mod) VisualEditor: Parsoid/aliens combinations causes data to be over-written on save - 10https://bugzilla.wikimedia.org/44479 +comment (10cmcmahon) [04:14:09] New patchset: Krinkle; "JSHint: Fix var statement and global scope issues." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44602 [04:14:32] Change merged: jenkins-bot; [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44602 [04:14:46] 03(mod) Create Wikipedia Minangkabau - 10https://bugzilla.wikimedia.org/44462 +comment (10me_iwan) [04:15:30] 03(NEW) Add button actions for links - 10https://bugzilla.wikimedia.org/44734 normal; MediaWiki extensions: GuidedTour; () [04:16:06] 03(mod) VisualEditor: Parsoid selective serialisation failure when deleting an LI (artefact of old version of Parsoid?) - 10https://bugzilla.wikimedia.org/44702 summary; +comment (10James Forrester) [04:16:32] 03(mod) Parsoid knows nothing about linkprefix - 10https://bugzilla.wikimedia.org/41206 +comment (10gwicke) [04:18:19] 03(mod) VisualEditor: Copy and paste at end of text loses some of copied text - 10https://bugzilla.wikimedia.org/44701 +comment (10phil) [04:20:19] New patchset: Krinkle; "JSHint: Equality, unused arguments and other minor remnants." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44603 [04:20:49] Change merged: jenkins-bot; [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44603 [04:22:41] 03(mod) Template creating CSS in a table's cell does not come through - 10https://bugzilla.wikimedia.org/44498 +comment (10Gabriel Wicke) [04:22:47] 03(mod) Template creating CSS in a table's cell does not come through - 10https://bugzilla.wikimedia.org/44498 (10Gabriel Wicke) [04:26:35] New patchset: Spage; "Handle namespace when tracking tasks." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/47754 [04:27:03] New patchset: Spage; "Handle namespace when tracking tasks." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/47754 [04:27:05] i ran into a problem trying to import my old database into mysql, mysql claims that 'The used table type doesn't support FULLTEXT indexes'. does anybody know what is up with that? [04:27:25] the table in question is seachindex [04:27:46] New review: Spage; "Next patch set fixes one." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/47754 [04:27:54] should i change the sql so that ENGINE = MYISAM ? [04:30:10] 03(mod) Parsoid knows nothing about linkprefix - 10https://bugzilla.wikimedia.org/41206 (10James Forrester) [04:30:39] New patchset: Mattflaschen; "Add latedef to jshint, formatting and wording, remove dead code" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47823 [04:31:18] New review: Mattflaschen; "Added to https://gerrit.wikimedia.org/r/#/c/47823/" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47561 [04:31:36] New review: Mattflaschen; "I amended this to address some more similar issues from a previous Gerrit." [mediawiki/extensions/GuidedTour] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47823 [04:32:24] New patchset: Mattflaschen; "Add latedef to jshint, formatting and wording, remove dead code" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47823 [04:33:45] sumanah: hey there bud! [04:35:06] Hi ColtonPhillips how are you? [04:37:00] sumanah: super good! Do you know how i can incraease my apirights for my reasearch project? [04:37:47] ColtonPhillips: this is for something with MediaWiki? [04:37:56] ColtonPhillips: What wiki is it where you want more API rights? [04:38:10] If it's a WMF wiki you should check out https://meta.wikimedia.org/wiki/Research [04:38:17] yeah mediawiki. like ye olde wikipedia [04:39:09] ColtonPhillips: specifically, you want more API rights when your user or bot is accessing English Wikipedia via the web API? [04:39:09] New review: Mattflaschen; "I missed a bug introduced in patch set 10." [mediawiki/extensions/ConfirmEdit] (master) C: -1; - https://gerrit.wikimedia.org/r/44376 [04:39:33] xactly. i want to be able to get more than 10 results in a list for example [04:39:45] for my python scripts [04:41:22] OK. It pays to be specific when you ask these kinds of questions, ColtonPhillips [04:41:41] I suggest you poke around https://meta.wikimedia.org/wiki/Research and ask on https://lists.wikimedia.org/mailman/listinfo/wiki-research-l . [04:42:45] thank you! [04:42:57] ColtonPhillips: are you passing the xxlimit parameter? [04:43:02] New review: Ori.livneh; "I made some suggestions for refactoring. You needn't accept all of them, but I do feel pretty strong..." [mediawiki/extensions/Math] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/30177 [04:43:15] duh: nope! [04:43:17] ah [04:43:19] you should be [04:43:27] just add xxlimit=max [04:43:51] for nearly everything that doesnt involve getting page content, you can get 500 as a normal user [04:43:59] New review: Mattflaschen; "See reply at patch set 1." [mediawiki/extensions/E3Experiments] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/47754 [04:43:59] anything with page content is 10% of that [04:44:32] duh: okay thats not part of the api generated docs but you just add it to what, the generator im using for my query? [04:44:37] gxxlimit=mas [04:44:50] i ran into a problem trying to import my old database into mysql, mysql claims that 'The used table type doesn't support FULLTEXT indexes'. does anybody know what is up with that? the table in question is called 'searchindex'. should i just change my sql file to ENGINE = MYISAM ? [04:44:54] yes, obviously changing whatever xx is to the code [04:45:04] have you read the human docs though? [04:45:05] all right, you are well in hand :-) [04:45:23] duh: well yah i mean i can change rnlimit, but that still wont let me change it over 10 [04:45:37] oh but i never tried max i see what you are saying [04:45:44] max autosets the highest [04:45:50] ill try that thanks [04:46:02] oh [04:46:03] hm [04:46:05] https://en.wikipedia.org/w/api.php?action=query&list=random&rnlimit=max [04:46:10] looks like it might be 10 [04:46:16] hold on a sec, let me try it with a sysop account [04:46:26] its 20 [04:46:35] ok [04:46:41] yeah its good to use, gets you the max, but it doesn't change that max to higher [04:46:45] hm [04:46:58] so ill look at what sumana sent me [04:47:03] out of curiosity, why are you fetching random pages this way? [04:47:24] yeah it doesnt get interesting results [04:47:39] Pascal wants me to try getting random things via portals or categories im not sure how i would go about that [04:47:49] oh [04:47:51] pure random gets you lots of stubs and crap [04:47:54] i think theres a toolserver tool [04:48:01] we are building a database [04:48:10] https://toolserver.org/~erwin85/randomarticle.php [04:48:10] then statistics software [04:48:22] because personally if i was trying to get a random list of articles [04:48:31] i would use a RNG to get a bunch of page ids [04:48:53] check if they exist, and keep generating till you get how much you needed [04:49:09] what range? [04:50:00] i could potentially see that being less performant, considering i am also checking if each of the results are in 2 out of 6 languages [04:56:00] New review: Mattflaschen; "I agree in principle that would be an improvement, but I don't think we should require it be done in..." [mediawiki/extensions/Math] (master) C: 0; - https://gerrit.wikimedia.org/r/30177 [04:57:46] New review: Spage; "I made a Help:Guided_tours/guider page and it shows up in ?tour=test." [mediawiki/extensions/GuidedTour] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/47531 [05:09:41] Change merged: jenkins-bot; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47823 [05:10:09] 03(mod) LinkedPage was linked by 127.0.0.1 from this page: ChangedPage - 10https://bugzilla.wikimedia.org/43701 +comment (10qgil) [05:12:33] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47830 [05:15:28] New patchset: Mattflaschen; "(bug 44566) Separate out page that is transcluded and main help page." [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47531 [05:16:57] sorry ColtonPhillips, i went afk [05:17:04] do you have database access? [05:17:07] np [05:17:09] that seems like something that would be helpful [05:17:23] ?\ [05:17:37] do you have a toolserver account? [05:18:09] New review: Sumanah; "Olenz, if you are the only contributor to this extension, you can ask for ownership of it in https:/..." [mediawiki/extensions/MediaFunctions] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47438 [05:18:52] duh: Random titles is limited to 10 (or 20) because the order is always the sam.e [05:18:56] same. [05:19:12] I presume. [05:19:12] Oh. [05:25:03] New patchset: Pastakhov; "changes associated with refactoring" [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/47835 [05:26:05] Change merged: jenkins-bot; [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/47835 [05:30:09] New review: Santhosh; "ping :)" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/44968 [05:34:21] 03(NEW) Upload buttons shift after removing images - 10https://bugzilla.wikimedia.org/44735 minor; MediaWiki extensions: UploadWizard; () [05:35:33] 03(NEW) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 major; MediaWiki extensions: E3 Experiments; () [05:35:56] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 (10Matthew Flaschen) [05:37:51] New patchset: Ori.livneh; "Discover and log SHA1 of caller's Git HEAD" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47715 [05:38:10] New patchset: Mattflaschen; "(bug 44736) Remove CAPTCHA scaling which affects appearance." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/47836 [05:38:21] 03(mod) Upload buttons shift after removing images - 10https://bugzilla.wikimedia.org/44735 +comment (10Nischay Nahata) [05:38:24] 03(mod) UploadWizard Flickr (tracking) - 10https://bugzilla.wikimedia.org/43450 (10Nischay Nahata) [05:38:29] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 +patch-in-gerrit +patch-need-review; +comment (10Matthew Flaschen) [05:48:23] 03(mod) Implement a way for admins to blacklist Flickr users - 10https://bugzilla.wikimedia.org/42307 +comment (10Nischay Nahata) [05:48:49] 03(mod) Add a Select All button for Flickr sets - 10https://bugzilla.wikimedia.org/42112 (10Nischay Nahata) [05:51:27] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 (10Dario Taraborelli) [05:52:02] php question - what's the best way to iterate over two arrays in parallel, WITH KEYS [05:52:11] New review: Ori.livneh; "There might be a better solution (such as specifying max-width or max-height, or both, or only dropp..." [mediawiki/extensions/E3Experiments] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/47836 [05:52:11] Change merged: Ori.livneh; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/47836 [05:52:51] keys and values might not match - i just need to recursivelly iterate over both pairs [06:01:54] yurik: each()? [06:03:28] ori-l: bleh, i was trying to avoid that :) [06:03:41] array_udiff_uassoc is kinda like that [06:03:53] but it has two user functions instead of one [06:04:55] 03(mod) Create Wikiversity Korean - 10https://bugzilla.wikimedia.org/44460 +comment (10Chong-Dae Park) [06:09:00] yurik: this is ugly as hell, but I think it works: [06:09:04] for( reset( $a1 ), reset( $a2 ); list( $k1, $v1 ) = each( $a1 ), list( $k2, $v2 ) = each( $a2 ) ; ) { [06:09:22] etc. [06:10:15] ori-l: thanks, ugly is exactly how i feel about comparing two arrays recursively just because there is no clean reset before each unit test [06:10:17] :) [06:11:42] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 +comment (10Matthew Flaschen) [06:11:46] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 (10Matthew Flaschen) [06:12:00] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 -patch-need-review (10Matthew Flaschen) [06:17:57] New patchset: Mattflaschen; "Tweak ACUX to be compatible with CAPTCHA reload." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/46473 [06:29:52] New review: Mattflaschen; "Munaf et al, can you take a look at http://toro.wmflabs.org/wiki/Special:UserLogin/signup ?" [mediawiki/extensions/E3Experiments] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/46473 [06:34:30] 03(mod) UploadWizard Flickr on Wikimedia Commons should use {{Flickr source}} and {{Flickr author}} templates - 10https://bugzilla.wikimedia.org/43408 +comment (10Nischay Nahata) [06:34:56] 03(mod) Add a button to request a new fancy captcha (code) - 10https://bugzilla.wikimedia.org/14230 (10Matthew Flaschen) [06:38:51] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47831 [06:39:53] New patchset: Nischayn22; "(bug 43408) Add flickr templates to uploads from flickr." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/47837 [06:40:48] New patchset: Santhosh; "Group the workflow selector to the Translate header" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47838 [06:40:59] 03(mod) JS GroupSelector language on Special:Translate should match PHP side - 10https://bugzilla.wikimedia.org/42675 +comment (10Amir E. Aharoni) [06:42:04] 03(mod) Add unit tests for GuidedTour - 10https://bugzilla.wikimedia.org/43654 (10Matthew Flaschen) [06:56:55] 03(mod) LinkedPage was linked by 127.0.0.1 from this page: ChangedPage - 10https://bugzilla.wikimedia.org/43701 (10bsitu) [06:58:04] 03(mod) Update repo on page move - 10https://bugzilla.wikimedia.org/36729 +comment (10Amir E. Aharoni) [07:16:40] New patchset: Yurik; "API tests to verify basic query functionality (list & props)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47839 [07:17:05] 03(mod) Update repo on page move - 10https://bugzilla.wikimedia.org/36729 15enhancement->major (10Amir E. Aharoni) [07:17:50] New review: Swalling; "Having checked out toro... " [mediawiki/extensions/E3Experiments] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46473 [07:24:16] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 +comment (10swalling) [07:24:22] New review: Mattflaschen; "What do you mean exactly it's compressed? toro includes the fix to remove the CSS sizing." [mediawiki/extensions/E3Experiments] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/46473 [07:30:38] 03(mod) Wrong cert on mail.wikipedia.org (as it redirects to lists.wikimedia.org) - 10https://bugzilla.wikimedia.org/44731 summary (10Andre Klapper) [07:31:05] 03(mod) AbortNewAccount hook was changed accidentially in I402c6beb - 10https://bugzilla.wikimedia.org/44718 (10Andre Klapper) [07:32:53] New review: Swalling; "I mean that horizontally it seems squished together, compared to what's in prod. " [mediawiki/extensions/E3Experiments] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46473 [07:33:52] New patchset: Yurik; "API tests to verify basic query functionality (list & props)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47839 [07:34:24] 03(mod) JS GroupSelector language on Special:Translate should match PHP side - 10https://bugzilla.wikimedia.org/42675 (10Andre Klapper) [07:34:36] another unit test bleh - no bugs locally, but fails on the server run [07:37:02] can someone run API unit tests locally please? https://gerrit.wikimedia.org/r/#/c/47839/ [07:37:50] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 +comment (10mflaschen) [07:38:21] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 +comment (10mflaschen) [07:39:48] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 +comment (10mflaschen) [07:40:58] 03(mod) Requires a Manually Created Session file if /../tmp does not exist - 10https://bugzilla.wikimedia.org/44733 summary; +comment (10Andre Klapper) [07:49:20] o_O jenkis told me to remove the space after cast. I did. Now it tells me to put it back. [07:54:49] 03(mod) CAPTCHA images are scaled, visibly affecting appearance - 10https://bugzilla.wikimedia.org/44736 +comment (10swalling) [08:06:57] New review: Spage; "I'm not sure what to do here, let me know what you think." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/47754 [08:12:04] New review: Mattflaschen; "Besides that issue, there is a potential UX improvement we noticed while testing at http://toro.wmfl..." [mediawiki/extensions/ConfirmEdit] (master) C: -1; - https://gerrit.wikimedia.org/r/44376 [08:12:31] New review: Mattflaschen; "Sorry, obviously the CSS class should also be fancycaptcha-image-container" [mediawiki/extensions/ConfirmEdit] (master) C: -1; - https://gerrit.wikimedia.org/r/44376 [08:17:39] 03(NEW) Creation of the Polish language Wikivoyage mailing list - 10https://bugzilla.wikimedia.org/44737 normal; Wikimedia: Mailing lists; () [08:20:24] 03(mod) noindex,nofollow on view-source pages - 10https://bugzilla.wikimedia.org/44730 (10Andre Klapper) [08:21:56] 03(mod) migrateCurStubs.php is mentioned in DefaultSettings but doesn't exist - 10https://bugzilla.wikimedia.org/44719 (10Andre Klapper) [08:21:59] 03(mod) Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 (10Andre Klapper) [08:22:07] 03(mod) ...Fail Hooks - 10https://bugzilla.wikimedia.org/30449 (10Andre Klapper) [08:22:37] 03(mod) Notify user when username used in an edit summary - 10https://bugzilla.wikimedia.org/30750 (10Andre Klapper) [08:23:10] New patchset: Mattflaschen; "(bug 44489) Opt-in EventLogging." [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47840 [08:23:16] hello [08:23:17] 03(mod) autocompletion in search box: apostrophe equivalent - 10https://bugzilla.wikimedia.org/36313 (10Andre Klapper) [08:23:33] 03(mod) autocompletion in search box: apostrophe equivalent - 10https://bugzilla.wikimedia.org/36313 (10Andre Klapper) [08:23:42] 03(mod) Creation of the Polish language Wikivoyage mailing list - 10https://bugzilla.wikimedia.org/44737 normal->15enhancement (10Andre Klapper) [08:25:57] 03(mod) Only log from tours on request - 10https://bugzilla.wikimedia.org/44489 +patch-in-gerrit +patch-need-review; +comment (10Matthew Flaschen) [08:26:53] 03(mod) Add user contribution links to existing user conflicts - 10https://bugzilla.wikimedia.org/40576 (10Andre Klapper) [08:26:53] 03(mod) AntiSpoof: Want to customize blacklist. - 10https://bugzilla.wikimedia.org/31256 +comment (10Andre Klapper) [08:27:20] 03(mod) Fulfill the spoofuser table at the first run or by maintenance script. - 10https://bugzilla.wikimedia.org/31222 (10Andre Klapper) [08:28:44] New review: Mattflaschen; "Every CAPTCHA has a different width. Prod is wrongly skewing them to fit an exact size. That's the..." [mediawiki/extensions/E3Experiments] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/46473 [08:29:02] New review: Hashar; "Thanks for your review of my lame changes :-]" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/44599 [08:32:28] 03(mod) page / subcat count erroneous - 10https://bugzilla.wikimedia.org/44715 normal->minor (10Andre Klapper) [08:33:46] 03(mod) CodeEditor should use ContentHandler - 10https://bugzilla.wikimedia.org/42593 (10Andre Klapper) [08:34:03] 03(mod) ZIM icon metadata should be customisable - 10https://bugzilla.wikimedia.org/32428 (10Andre Klapper) [08:34:31] 03(mod) Collection: Call to a member function getTimestamp() on a non-object - 10https://bugzilla.wikimedia.org/43071 (10Andre Klapper) [08:34:32] 03(mod) PDF generation does not support {{#time:xg|...}} - 10https://bugzilla.wikimedia.org/41748 (10Andre Klapper) [08:34:49] 03(mod) colltitle doesn't work in fa.wikibook - 10https://bugzilla.wikimedia.org/41255 +i18n (10Andre Klapper) [08:34:57] 03(mod) PDFs do not include superscript for chemical formulas ("Chem" tag) - 10https://bugzilla.wikimedia.org/40042 (10Andre Klapper) [08:35:10] 03(mod) Browser download dialog should popup at the end of the ZIM generation - 10https://bugzilla.wikimedia.org/37448 (10Andre Klapper) [08:38:04] 03(mod) PDF collection's bug with * - 10https://bugzilla.wikimedia.org/41254 +comment (10aklapper) [08:38:15] New review: Mattflaschen; "I'm okay with you doing it this way." [mediawiki/extensions/E3Experiments] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/47754 [08:38:46] New patchset: Raimond Spekking; "Consistency tweaks in preparation for adding extension to translatewiki.net" [mediawiki/extensions/Nonlinear] (master) - https://gerrit.wikimedia.org/r/47841 [08:38:56] 03(mod) Bullet points in PDF collection sometimes shown on wrong side for RTL text - 10https://bugzilla.wikimedia.org/41254 +i18n; summary (10Andre Klapper) [08:39:41] 03(mod) Spacing between elements too large in IE6 and IE7 - 10https://bugzilla.wikimedia.org/43057 normal->minor (10Andre Klapper) [08:40:15] 03(mod) Global blocks message issues - 10https://bugzilla.wikimedia.org/39780 (10Andre Klapper) [08:40:30] 03(mod) #lsth: broken edit link for subsections - 10https://bugzilla.wikimedia.org/43088 (10Andre Klapper) [08:40:34] 03(mod) lst: transcluding a broken redirect does not show a clear error message - 10https://bugzilla.wikimedia.org/42477 (10Andre Klapper) [08:40:41] 03(mod) #lsth: Cannot transclude a section by heading more than once - 10https://bugzilla.wikimedia.org/38077 (10Andre Klapper) [08:46:19] New review: Thaiphan; "I finally got the test to run! It said I had undefined indices - lockManager and class. How should I..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/41932 [08:47:32] 03(mod) LiquidThreads fails to mark new messages as read when clicking lqt-read-button on iPad - 10https://bugzilla.wikimedia.org/41984 +comment (10Andre Klapper) [08:47:36] 03(mod) Marking thread read on NewMessages on iPad doesn't work - 10https://bugzilla.wikimedia.org/43414 +comment (10Andre Klapper) [08:47:38] 03(mod) LiquidThreads fails to mark new messages as read when clicking lqt-read-button on iPad - 10https://bugzilla.wikimedia.org/41984 +comment (10Andre Klapper) [08:49:09] 03(mod) Use Post/Redirect/Get for setlang - 10https://bugzilla.wikimedia.org/44649 +comment (10fomafix) [08:49:55] 03(NEW) Unable to make lists of categories with ampersand in the name - 10https://bugzilla.wikimedia.org/44738 normal; MediaWiki extensions: DynamicPageList2; () [08:50:47] 03(NEW) IW-shortcut has additional effects on Wikipedia - 10https://bugzilla.wikimedia.org/44739 normal; MediaWiki: Internationalization; () [08:51:07] 03(mod) IW-shortcut has additional effects on Wikipedia - 10https://bugzilla.wikimedia.org/44739 (10jeblad) [08:52:26] Hi guys., Im new on mediawiki [08:52:50] Which is the best extension for indexing attachments? [08:52:59] 03(mod) IW-shortcut has additional effects on Wikipedia - 10https://bugzilla.wikimedia.org/44739 (10jeblad) [08:53:04] 03(mod) Link lists obscure "Signatures" - 10https://bugzilla.wikimedia.org/37499 +comment (10Andre Klapper) [08:53:04] 03(mod) "Signature" and links overlap - 10https://bugzilla.wikimedia.org/27013 +comment (10aklapper) [08:55:43] 03(mod) LQT: Call to a member function getRestrictions() on a non-object - 10https://bugzilla.wikimedia.org/43097 (10Andre Klapper) [08:55:47] 03(mod) LQT should not do any calls on Title::isValidMoveOperation unconditionally, especially when the titles are not related to threads at all - 10https://bugzilla.wikimedia.org/42244 (10Andre Klapper) [08:56:25] 03(mod) [Echo] Special:NewMessages shows last messages at the bottom - 10https://bugzilla.wikimedia.org/42236 (10Andre Klapper) [08:56:42] New patchset: Legoktm; "(bug 43228) WIP Add AbuseFilter hook for Special:EmailUser" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/39536 [08:57:37] 03(mod) Action menu unclickable when they overflow the page - 10https://bugzilla.wikimedia.org/41974 normal->major (10Andre Klapper) [08:57:49] 03(mod) [Echo] LiquidThreads does not completely repudiate Special:NewMessages when Echo is activated - 10https://bugzilla.wikimedia.org/41972 (10Andre Klapper) [08:57:59] 03(mod) LiquidThreads Echo notifications point to talk page, rather than directly to the thread - 10https://bugzilla.wikimedia.org/41970 (10Andre Klapper) [08:59:21] New review: Legoktm; "What would the advantage of a new wgAbuseFilterValidGroups be?" [mediawiki/extensions/AbuseFilter] (master) C: 0; - https://gerrit.wikimedia.org/r/39536 [08:59:37] 03(mod) Broken link in diff summary: [/w/index.php?... - 10https://bugzilla.wikimedia.org/41871 summary (10Andre Klapper) [09:00:13] 03(mod) Edittools buttons broken in liquid threads reply and new topic - 10https://bugzilla.wikimedia.org/41220 +comment (10Andre Klapper) [09:01:38] 03(mod) "Add source" > "Cancel" leaves box in focus - 10https://bugzilla.wikimedia.org/44665 +comment (10wikidata-bugs) [09:01:38] New patchset: Legoktm; "(bug 43228) WIP Add AbuseFilter hook for Special:EmailUser" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/39536 [09:01:46] 03(mod) LQT: Call to a member function getPrefixedText() on a non-object - 10https://bugzilla.wikimedia.org/41185 (10Andre Klapper) [09:01:49] 03(mod) Call to a member function getText() on a non-object at Message.php - 10https://bugzilla.wikimedia.org/41186 (10Andre Klapper) [09:01:52] 03(mod) LQT Call to a member function ... on a non-object at different places - 10https://bugzilla.wikimedia.org/17553 (10Andre Klapper) [09:02:03] 03(mod) LQT: Call to a member function getPrefixedText() on a non-object - 10https://bugzilla.wikimedia.org/41056 (10Andre Klapper) [09:02:15] New review: Legoktm; "Fixes whitespace" [mediawiki/extensions/AbuseFilter] (master) C: 0; - https://gerrit.wikimedia.org/r/39536 [09:03:04] 03(mod) Add unsubscribe links to email notifications - 10https://bugzilla.wikimedia.org/41012 summary (10Andre Klapper) [09:03:12] 03(mod) LiquidThreads web interface needs unsubscribe buttons - 10https://bugzilla.wikimedia.org/41013 (10Andre Klapper) [09:03:29] 03(mod) LQT: Call to a member function subject() on a non-object - 10https://bugzilla.wikimedia.org/40798 (10Andre Klapper) [09:03:30] 03(mod) LQT Call to a member function ... on a non-object at different places - 10https://bugzilla.wikimedia.org/17553 (10Andre Klapper) [09:05:42] 03(mod) LQT Argument 1 passed to EditPage::__construct() must be an instance of Article, null given - 10https://bugzilla.wikimedia.org/39086 (10Andre Klapper) [09:05:50] 03(mod) Watch and Unwatch links do not work - 10https://bugzilla.wikimedia.org/40665 summary (10Andre Klapper) [09:06:22] New review: Legoktm; "Can you add the message documentation to the qqq language please?" [mediawiki/extensions/AbuseFilter] (master) C: -1; - https://gerrit.wikimedia.org/r/47582 [09:07:00] 03(mod) Database returned error "1: RIGHT and FULL OUTER JOINs are not currently supported". - 10https://bugzilla.wikimedia.org/39064 (10Andre Klapper) [09:07:08] 03(mod) SQLite support (tracking) - 10https://bugzilla.wikimedia.org/20257 (10Andre Klapper) [09:07:35] 03(mod) Dependent on WikiEditor Extension - 10https://bugzilla.wikimedia.org/38654 (10Andre Klapper) [09:08:02] 03(mod) Add LiquidThreads status to MediaWiki's info action - 10https://bugzilla.wikimedia.org/38534 (10Andre Klapper) [09:08:21] 03(mod) ENOTIF and LiquidThreads should agree on what sender string they use in their e-mails - 10https://bugzilla.wikimedia.org/38452 (10Andre Klapper) [09:08:38] 03(mod) Creation of strange page names - 10https://bugzilla.wikimedia.org/37801 (10Andre Klapper) [09:09:03] 03(mod) LQT: Call to a member function getThreadObj - 10https://bugzilla.wikimedia.org/37562 (10Andre Klapper) [09:09:04] 03(mod) LQT Call to a member function ... on a non-object at different places - 10https://bugzilla.wikimedia.org/17553 (10Andre Klapper) [09:09:27] 03(mod) Ability to "mention" other users in a post - 10https://bugzilla.wikimedia.org/31147 (10Andre Klapper) [09:09:36] 03(mod) Captcha (ConfirmEdit) not accepted - 10https://bugzilla.wikimedia.org/37273 (10Andre Klapper) [09:11:17] 03(mod) Update lsearch.xsd - 10https://bugzilla.wikimedia.org/42084 (10Andre Klapper) [09:11:31] 03(mod) Make Extension:Nuke work with edits that aren't recent - 10https://bugzilla.wikimedia.org/31858 (10Andre Klapper) [09:11:34] 03(mod) add nuke to Special:Block - 10https://bugzilla.wikimedia.org/32179 (10Andre Klapper) [09:12:07] 03(mod) Apply rightpadding to truncated timestamps in #time - 10https://bugzilla.wikimedia.org/30472 (10Andre Klapper) [09:12:23] 03(mod) Results message contains visible tags - 10https://bugzilla.wikimedia.org/38396 (10Andre Klapper) [09:12:35] 03(mod) Check block log/absence of SUL warning/tickbox - 10https://bugzilla.wikimedia.org/37549 (10Andre Klapper) [09:12:39] 03(mod) Create maintenance script for renameuser - 10https://bugzilla.wikimedia.org/33459 (10Andre Klapper) [09:14:37] 03(mod) IW-shortcut has additional effects on Wikipedia - 10https://bugzilla.wikimedia.org/44739 (10Andre Klapper) [09:14:48] 03(mod) IW-shortcut has additional effects on Wikipedia - 10https://bugzilla.wikimedia.org/44739 +i18n (10Andre Klapper) [09:14:58] 03(mod) Unable to make lists of categories with ampersand in the name - 10https://bugzilla.wikimedia.org/44738 (10Andre Klapper) [09:16:09] 03(mod) Moving files results in broken descriptions and deleted images - 10https://bugzilla.wikimedia.org/40927 (10deletesoftware) [09:16:13] 03(mod) Port SyntaxHighlight-Geshi to ResourceLoader - 10https://bugzilla.wikimedia.org/35017 (10Andre Klapper) [09:16:18] 03(mod) Add ability to use templates inside syntaxhighlighting - 10https://bugzilla.wikimedia.org/36736 (10Andre Klapper) [09:16:44] 03(mod) Update GeSHi library when a new version is available - 10https://bugzilla.wikimedia.org/37585 (10Andre Klapper) [09:16:53] 03(mod) Downloadable code blocks (suggestion from IRC) - 10https://bugzilla.wikimedia.org/38932 (10Andre Klapper) [09:17:10] 03(mod) Incomplete output with 1.0.8.11 - 10https://bugzilla.wikimedia.org/39498 (10Andre Klapper) [09:17:19] 03(mod) SyntaxHighlight GeSHi Offset not contained in string - 10https://bugzilla.wikimedia.org/40803 (10Andre Klapper) [09:19:02] 03(mod) List filters keep getting reset - 10https://bugzilla.wikimedia.org/42254 (10Andre Klapper) [09:19:04] 03(mod) Mobile bugs: curation toolbar doesn't open, along with "jumping-around behavior" - 10https://bugzilla.wikimedia.org/40507 normal->major; +mobile (10Andre Klapper) [09:19:12] 03(mod) Reviewing articles doesn't work on test.wiki due to DB replication slowness - 10https://bugzilla.wikimedia.org/43758 (10Andre Klapper) [09:19:33] 03(mod) Use of deprecated gM() - 10https://bugzilla.wikimedia.org/44237 normal->minor; +patch-in-gerrit (10Andre Klapper) [09:20:26] 03(mod) Adding a Statement: "also known as" shown in English - 10https://bugzilla.wikimedia.org/44713 15enhancement->minor; +i18n (10Raimond Spekking) [09:29:12] New patchset: Liangent; "New variable: new_pst which provides a PSTed version of new_wikitext" [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/47582 [09:29:13] 03(mod) Bullet points in PDF collection sometimes shown on wrong side for RTL text - 10https://bugzilla.wikimedia.org/41254 +comment (10reza.energy) [09:29:34] 03(mod) Limit scope of title-based syntax highlighting - 10https://bugzilla.wikimedia.org/39609 (10Andre Klapper) [09:29:37] 03(mod) Scribunto should support global module invocations - 10https://bugzilla.wikimedia.org/39610 (10Andre Klapper) [09:29:42] 03(mod) Scribunto needs sane Unicode string support - 10https://bugzilla.wikimedia.org/39646 +utf8 (10Andre Klapper) [09:29:43] 03(mod) frame:expandTemplate doesn't work with parser functions - 10https://bugzilla.wikimedia.org/41769 (10Andre Klapper) [09:29:49] 03(mod) mediawiki-php-luasandbox extension 60% tests failure - 10https://bugzilla.wikimedia.org/44223 (10Andre Klapper) [09:33:00] New review: Olenz; "It looks as though the owner of the project is not a reviewer. Does that not happen automatically?" [mediawiki/extensions/MediaFunctions] (master) C: 0; - https://gerrit.wikimedia.org/r/47438 [09:45:20] New patchset: Yurik; "API PageSet allows generator for non-query modules" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/44087 [09:52:40] New patchset: Reedy; "Update jQuery to 1.9.1. Add jQuery Migrate 1.1" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47844 [09:54:48] New patchset: Reedy; "Update jQuery to 1.9.1. Add jQuery Migrate 1.1" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47844 [09:55:00] New review: Reedy; "reedy@ubuntu64-web-esxi:/var/www/wiki/mediawiki/core$ git commit -a --amend" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47844 [09:55:11] hi, i have a question! :) [09:55:44] Does mwsearch work with docx and xlsx ? [09:58:13] New patchset: Zfilipin; "Updated Ruby gems" [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/47845 [09:58:41] lechucks: I do not KNOW, but i very much doubt it [09:59:05] thnaks olenz [10:00:21] New review: Reedy; "Do they not lint their own code? ;)" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47844 [10:01:45] New patchset: Reedy; "Update jQuery to 1.9.1. Add jQuery Migrate 1.1" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47844 [10:01:45] lechucks: Ultimately, it depends on what Lucene can index [10:01:59] lechucks: Lucene is the search engine in the background [10:02:06] ahh i see. [10:03:18] 03(NEW) Upgrade jQuery UI - 10https://bugzilla.wikimedia.org/44740 enhancement; MediaWiki: JavaScript; () [10:05:17] lechucks: Apparently, lucene can also index docx [10:05:25] lechucks: but not out of the box [10:07:03] ok [10:07:56] with 2.1.3 (devel) lucene, its not posssible? [10:08:37] 03(mod) Special page on repo to list which pages on a site are linked to an item - 10https://bugzilla.wikimedia.org/42674 (10abraham.taherivand) [10:08:39] 03(mod) Special page on client to list which pages on the site are linked to an item - 10https://bugzilla.wikimedia.org/43994 (10abraham.taherivand) [10:09:59] 03(NEW) kowikiversity, minwiki, and tswiki using SVG instead of PNG for $wgLogo - 10https://bugzilla.wikimedia.org/44741 normal; Wikimedia: Site requests; () [10:10:33] 03(mod) kowikiversity, minwiki, and tswiki using SVG instead of PNG for $wgLogo - 10https://bugzilla.wikimedia.org/44741 (10MZMcBride) [10:15:33] lechucks: 2.1.3 is from 2010, so pretty outdated [10:16:03] lechucks: no, 2007 [10:16:36] 03(NEW) phpcs : conflicting Sniffs about spaces in typecasts - 10https://bugzilla.wikimedia.org/44742 normal; Wikimedia: Testing Infrastructure; () [10:16:45] lechucks: still, it might work, as indexing doc files is actually done by again another tool [10:17:16] lechucks: I think setting this up might need somebody who knows what he is doing [10:17:46] lechucks: so if you are not a good Admin, beer forget about it [10:17:55] beer -> better [10:18:02] ;-) [10:19:38] Hi everybody! I noticed that when I push a commit for an extension to gerrit, it is not automatically added as a review for the project owner [10:19:53] 03(mod) Minor tweak to MediaWiki:Wikimedia-copyrightwarning - 10https://bugzilla.wikimedia.org/44384 +comment (10George Thomas) [10:20:16] as a project owner, can I somehow adopt all reviews for the project? [10:20:40] Reedy: Do you know? ^ [10:22:23] 03(mod) Minor tweak to MediaWiki:Wikimedia-copyrightwarning - 10https://bugzilla.wikimedia.org/44384 +comment (10Thehelpfulonewiki) [10:23:12] 03(mod) Create Wikiversity Korean - 10https://bugzilla.wikimedia.org/44460 +comment (10관인생략) [10:24:15] New patchset: Hashar; "Jenkins job validation (DO NOT SUBMIT)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47848 [10:24:25] 03(mod) Minor tweak to MediaWiki:Wikimedia-copyrightwarning - 10https://bugzilla.wikimedia.org/44384 +comment (10b) [10:24:54] 03(mod) Minor tweak to MediaWiki:Wikimedia-copyrightwarning - 10https://bugzilla.wikimedia.org/44384 (10MZMcBride) [10:26:33] 03(mod) phpcs : conflicting Sniffs about spaces in typecasts - 10https://bugzilla.wikimedia.org/44742 +comment (10hashar) [10:26:48] New review: Hashar; "recheck" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47848 [10:27:54] Change abandoned: Hashar; "(no reason)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47848 [10:28:06] 03(mod) phpcs : conflicting Sniffs about spaces in typecasts - 10https://bugzilla.wikimedia.org/44742 (10Antoine "hashar" Musso) [10:31:00] 03(NEW) EntitySelector should be configurable with an extra field - 10https://bugzilla.wikimedia.org/44743 normal; MediaWiki extensions: WikidataRepo; () [10:31:02] 03(mod) "http-curl-error" when uploading from Flickr - 10https://bugzilla.wikimedia.org/42468 +comment (10nischayn22) [10:35:06] 03(mod) Simple English Wiktionary's sidebar is not what is on MediaWiki:Sidebar (Caching issue?) - 10https://bugzilla.wikimedia.org/44493 normal->major; +ops; summary (10Andre Klapper) [10:37:11] o� [10:38:47] 03(mod) Change of IP block settings produces duplicate block - 10https://bugzilla.wikimedia.org/44657 summary (10Lydia Pintscher) [10:39:21] 03(mod) Simple English Wiktionary's sidebar is not what is on MediaWiki:Sidebar (Caching issue?) - 10https://bugzilla.wikimedia.org/44493 (10MZMcBride) [10:39:52] 03(mod) Special:EntitiesWithoutLabel – view Properties - 10https://bugzilla.wikimedia.org/44726 +need-volunteer (10Lydia Pintscher) [10:39:58] 03(mod) Special:SpecialPages - structure - 10https://bugzilla.wikimedia.org/44728 +need-volunteer (10Lydia Pintscher) [10:40:04] 03(mod) Statement should show a thumbnail for image/video/audio properties - 10https://bugzilla.wikimedia.org/44727 +need-volunteer (10Lydia Pintscher) [10:41:18] 03(mod) Show/hide wikidata link does not work with enhanced recent changes enabled - 10https://bugzilla.wikimedia.org/44225 (10abraham.taherivand) [10:43:05] 03(mod) Show/hide wikidata link does not work with enhanced recent changes enabled - 10https://bugzilla.wikimedia.org/44225 (10abraham.taherivand) [10:43:19] 03(mod) Wikidata watchlist/RC items broken with enhanced recent changes enabled - 10https://bugzilla.wikimedia.org/44222 (10abraham.taherivand) [10:43:28] 03(mod) Wikidata watchlist/RC items broken with enhanced recent changes enabled - 10https://bugzilla.wikimedia.org/44222 (10abraham.taherivand) [10:44:12] Change merged: Siebrand; [mediawiki/extensions/Nonlinear] (master) - https://gerrit.wikimedia.org/r/47841 [10:47:26] 03(mod) Special:SpecialPages - structure - 10https://bugzilla.wikimedia.org/44728 (10jeblad) [10:49:44] New patchset: Pastakhov; "other changes associated with refactoring" [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/47850 [10:50:11] New patchset: Physikerwelt; "Restructuring Math classes" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/30177 [10:50:41] 03(NEW) Display a licensing notification before save - 10https://bugzilla.wikimedia.org/44744 normal; MediaWiki extensions: WikidataRepo; () [10:50:50] 03(mod) empty aliases array on the API on some format like JSON or PHP - 10https://bugzilla.wikimedia.org/44717 (10Lydia Pintscher) [10:50:58] Change merged: jenkins-bot; [mediawiki/extensions/MultiMaps] (master) - https://gerrit.wikimedia.org/r/47850 [10:52:00] 03(mod) paging for entity selection in statement - 10https://bugzilla.wikimedia.org/44677 (10abraham.taherivand) [10:52:14] 03(mod) paging for entity selection in statement - 10https://bugzilla.wikimedia.org/44677 (10abraham.taherivand) [10:52:37] 03(mod) EntitySelector should be configurable with an extra field - 10https://bugzilla.wikimedia.org/44743 (10abraham.taherivand) [10:52:49] 03(mod) EntitySelector should be configurable with an extra field - 10https://bugzilla.wikimedia.org/44743 (10abraham.taherivand) [10:53:04] 03(NEW) [ui] Refactor toolbar to improve extensibility - 10https://bugzilla.wikimedia.org/44745 normal; MediaWiki extensions: WikidataRepo; () [10:53:17] i was looking for and extension to search inside pdf [10:53:28] find lucene but seems quite too powerfull for my need [10:53:35] 03(mod) Display a licensing notification before save - 10https://bugzilla.wikimedia.org/44744 (10abraham.taherivand) [10:53:49] 03(mod) Display a licensing notification before save - 10https://bugzilla.wikimedia.org/44744 (10abraham.taherivand) [10:54:12] 03(mod) [ui] Refactor toolbar to improve extensibility - 10https://bugzilla.wikimedia.org/44745 (10abraham.taherivand) [10:54:14] i've also checked https://www.mediawiki.org/wiki/Extension_talk:FileIndexer [10:54:17] 03(mod) [ui] Refactor toolbar to improve extensibility - 10https://bugzilla.wikimedia.org/44745 (10abraham.taherivand) [10:59:31] New review: Physikerwelt; "I renamed the recall() function. However I didn’t want to touch the texvc stuff. I hope that texvc..." [mediawiki/extensions/Math] (master) C: 1; - https://gerrit.wikimedia.org/r/30177 [10:59:42] 03(mod) Simple English Wiktionary's sidebar is not what is on MediaWiki:Sidebar (Caching issue?) - 10https://bugzilla.wikimedia.org/44493 -ops ; +comment (10Nemo) [11:04:22] I noticed that when I push a commit for an extension to gerrit, it is not automatically added as a review for the project owner. As a project owner, can I somehow adopt all reviews for the project? [11:04:39] sorry for reissueing the question... [11:09:22] New patchset: Santhosh; "Add a clear icon to the message list filter" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47851 [11:09:22] New patchset: Santhosh; "Group the workflow selector to the Translate header" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47838 [11:09:49] 03(mod) wbremoveclaim - autocomment required - 10https://bugzilla.wikimedia.org/41165 (10abraham.taherivand) [11:09:50] 03(mod) "http-curl-error" when uploading from Flickr - 10https://bugzilla.wikimedia.org/42468 +comment (10nischayn22) [11:13:38] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47211 [11:14:57] 03(mod) LinkedPage was linked by 127.0.0.1 from this page: ChangedPage - 10https://bugzilla.wikimedia.org/43701 +comment (10Siebrand) [11:18:42] 03(mod) IW-shortcut has additional effects on Wikipedia - 10https://bugzilla.wikimedia.org/44739 (10Siebrand) [11:19:44] 03(mod) LQT should not do any calls on Title::isValidMoveOperation unconditionally, especially when the titles are not related to threads at all - 10https://bugzilla.wikimedia.org/42244 (10Siebrand) [11:20:21] 03(mod) Add LiquidThreads status to MediaWiki's info action - 10https://bugzilla.wikimedia.org/38534 (10Siebrand) [11:21:06] 03(mod) Update GeSHi library when a new version is available - 10https://bugzilla.wikimedia.org/37585 (10Siebrand) [11:22:38] Change merged: IAlex; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47329 [11:28:25] 03(mod) editing of item having same label/description as another item at a different language is not possible - 10https://bugzilla.wikimedia.org/42754 +comment (10denny vrandecic) [11:28:32] 03(mod) editing of item having same label/description as another item at a different language is not possible - 10https://bugzilla.wikimedia.org/42754 (10denny vrandecic) [11:40:08] 03(mod) wbremoveclaim - autocomment required - 10https://bugzilla.wikimedia.org/41165 (10jeblad) [11:41:22] 03(mod) Clean up usage of one-pixel background images in Vector's CSS - 10https://bugzilla.wikimedia.org/44141 +comment (10Bartosz Dziewoński) [11:41:36] 03(mod) Implement claim difference visualization in DiffView - 10https://bugzilla.wikimedia.org/44095 +comment (10wikidata-bugs) [11:45:26] 03(mod) Simple English Wiktionary's sidebar is not what is on MediaWiki:Sidebar (Caching issue?) - 10https://bugzilla.wikimedia.org/44493 +comment (10hydra) [11:50:20] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47851 [11:50:20] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47838 [11:50:46] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/47605 [11:55:32] 03(mod) Hidden pages in Azerbaijani Wikibooks - 10https://bugzilla.wikimedia.org/41108 +comment (10interfase.wiki) [12:01:59] New patchset: Amire80; "Add a dirmark for correct display of source and translation" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47853 [12:04:07] 03(mod) Special page on client to list which pages on the site are linked to an item - 10https://bugzilla.wikimedia.org/43994 (10abraham.taherivand) [12:04:57] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47853 [12:06:40] 03(mod) claimview JS error on save - 10https://bugzilla.wikimedia.org/44641 (10Henning (WMDE)) [12:12:12] New patchset: Nischayn22; "[Draft] Adds blacklisting feature to ApiUpload" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47854 [12:18:18] 03(mod) apache2 need manual start - 10https://bugzilla.wikimedia.org/38996 +comment (10Antoine "hashar" Musso) [12:21:40] 03(mod) [ui] Refactor toolbar to improve extensibility - 10https://bugzilla.wikimedia.org/44745 (10denny vrandecic) [12:21:54] 03(mod) Display a licensing notification before save - 10https://bugzilla.wikimedia.org/44744 (10denny vrandecic) [12:22:06] New patchset: Matthias Mullie; "Refactor AFT backend" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/46797 [12:22:13] 03(mod) EntitySelector should be configurable with an extra field - 10https://bugzilla.wikimedia.org/44743 (10denny vrandecic) [12:22:27] 03(mod) Special:SpecialPages - structure - 10https://bugzilla.wikimedia.org/44728 (10denny vrandecic) [12:24:22] 03(mod) on wikis with $wgUseRCPatrol wikidata-related changes should not be emphasized as non-patrolled - 10https://bugzilla.wikimedia.org/44557 (10denny vrandecic) [12:24:44] 03(mod) Special:SpecialPages - structure - 10https://bugzilla.wikimedia.org/44728 minor->normal (10denny vrandecic) [12:24:51] New patchset: Matthias Mullie; "New actions, filters & UX" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/46947 [12:25:03] 03(mod) Statement should show a thumbnail for image/video/audio properties - 10https://bugzilla.wikimedia.org/44727 normal->15enhancement (10denny vrandecic) [12:25:29] 03(mod) Special:EntitiesWithoutLabel – view Properties - 10https://bugzilla.wikimedia.org/44726 (10denny vrandecic) [12:27:01] 03(mod) empty aliases array on the API on some format like JSON or PHP - 10https://bugzilla.wikimedia.org/44717 +comment (10denny vrandecic) [12:41:34] 03(mod) Commons search suggestions only runs script from the non-secure server - 10https://bugzilla.wikimedia.org/44666 +comment (10wikidata-bugs) [12:45:04] 03(mod) Enable GeoCrumbs on Incubator - 10https://bugzilla.wikimedia.org/44725 +comment (10MF-Warburg) [12:49:09] 03(mod) Include at least some EXIF metadata in resized pictures - 10https://bugzilla.wikimedia.org/18871 +comment (10Jean-Fred) [12:52:45] New patchset: Nikerabbit; "Avoid doing two calls to messagegroups api" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47856 [13:01:10] New patchset: Nikerabbit; "Simplify show/hide of groupselector" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47858 [13:01:32] 03(mod) Adding a Statement: "also known as" shown in English - 10https://bugzilla.wikimedia.org/44713 +comment (10wikidata-bugs) [13:02:29] 03(mod) Adding a Statement: "also known as" shown in English - 10https://bugzilla.wikimedia.org/44713 (10Henning (WMDE)) [13:03:01] 03(mod) "Add source" > "Cancel" leaves box in focus - 10https://bugzilla.wikimedia.org/44665 (10Henning (WMDE)) [13:03:07] 03(mod) Commons search suggestions only runs script from the non-secure server - 10https://bugzilla.wikimedia.org/44666 (10Henning (WMDE)) [13:03:48] New patchset: Nikerabbit; "Avoid doing two calls to messagegroups api" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47856 [13:09:28] 03(mod) [statements-ui] colors during edit mode and error state get mixed up in different views - 10https://bugzilla.wikimedia.org/44540 +comment (10Henning (WMDE)) [13:10:18] 03(mod) [statements-ui] counter for references - 10https://bugzilla.wikimedia.org/44538 (10Henning (WMDE)) [13:14:04] New patchset: Nikerabbit; "Hide the message group selector when "load all" is clicked" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47859 [13:15:45] 03(NEW) aborted search requests - can't add item to statement - 10https://bugzilla.wikimedia.org/44746 normal; MediaWiki extensions: WikidataRepo; () [13:16:52] 03(mod) Return key is broken when editing statements - 10https://bugzilla.wikimedia.org/44290 +comment (10Henning (WMDE)) [13:17:38] New patchset: Nikerabbit; "Paste source button now triggers resize" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47860 [13:18:16] 03(mod) descriptive text missing on Special:OnlineAmbassadorProfile and Special:CampusAmbassadorProfile - 10https://bugzilla.wikimedia.org/44732 (10Jeroen De Dauw) [13:20:14] 03(mod) Wikidata sitelink interface broken in IE8 - 10https://bugzilla.wikimedia.org/44228 +comment (10Henning (WMDE)) [13:24:22] New patchset: Jeroen De Dauw; "(bug 44732) fix message keys of ambassador profiles" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/47861 [13:24:54] 03(mod) descriptive text missing on Special:OnlineAmbassadorProfile and Special:CampusAmbassadorProfile - 10https://bugzilla.wikimedia.org/44732 +comment (10jeroen_dedauw) [13:28:51] How to make so that the statistics updating rarely? [13:30:21] New patchset: Nikerabbit; "Always show "unsaved" label" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47863 [13:32:41] 03(mod) "http-curl-error" when uploading from Flickr - 10https://bugzilla.wikimedia.org/42468 +comment (10Nemo) [13:32:42] 03(mod) HttpFunctions.php not compatible with Php 5.3.19? (bug setting sslVerifyHost => true) - 10https://bugzilla.wikimedia.org/42441 (10Nemo) [13:32:58] How to make so that the statistics updating rarely? [13:34:03] How to make so that the statistics updating rarely? [13:37:46] 03(mod) Simple English Wiktionary local system messages ignored: set $wgLanguageCode to en - 10https://bugzilla.wikimedia.org/44493 +shell; summary; +comment (10Nemo) [13:38:13] How to make so that the statistics updating rarely? [13:39:15] How to make so that the statistics updating rarely? [13:47:37] 03(mod) Simple English Wiktionary local system messages ignored: set $wgLanguageCode to en - 10https://bugzilla.wikimedia.org/44493 +comment (10hydra) [13:48:51] 03(mod) Simple English Wiktionary local system messages ignored: set $wgLanguageCode to en - 10https://bugzilla.wikimedia.org/44493 +comment (10p.selitskas) [13:50:34] 03(mod) IW-shortcut has additional effects on Wikipedia - 10https://bugzilla.wikimedia.org/44739 +wikidata; +comment (10Nemo) [13:53:23] mitevam: hi [13:55:10] 03(mod) Allow editing of edit summaries after the fact - 10https://bugzilla.wikimedia.org/10105 (10Helder) [13:55:12] 03(mod) Correcting edit summaries (if own, last, & recent) - 10https://bugzilla.wikimedia.org/13937 (10Helder) [13:56:03] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47860 [13:57:28] 03(mod) Simple English Wiktionary local system messages ignored: set $wgLanguageCode to en - 10https://bugzilla.wikimedia.org/44493 +comment (10federicoleva) [13:59:05] 03(NEW) Dummy code set as $wgLanguage = dummyLanguageCode confuses message system - 10https://bugzilla.wikimedia.org/44747 normal; MediaWiki: Internationalization; () [13:59:59] 03(mod) Simple English Wiktionary local system messages ignored: set $wgLanguageCode to en - 10https://bugzilla.wikimedia.org/44493 (10Pavel Selitskas) [14:00:00] 03(mod) Dummy code set as $wgLanguage = dummyLanguageCode confuses message system - 10https://bugzilla.wikimedia.org/44747 (10Pavel Selitskas) [14:07:03] 03(NEW) Unable to edit articles in ku.wiktionary - 10https://bugzilla.wikimedia.org/44748 major; Wikimedia: Site requests; () [14:11:21] 03(mod) Include at least some EXIF metadata in resized pictures - 10https://bugzilla.wikimedia.org/18871 +comment (10lokal_profil) [14:11:44] hi sumanah [14:11:50] How are you today? [14:13:32] i'm good :) how about you? [14:13:38] evening sumanah [14:13:39] still overwhelmed with work ? [14:13:47] :-) hi Nikerabbit [14:14:08] mitevam: I'm feeling a lot better now that I have made a big bit of progress yesterday [14:15:41] 03(NEW) Sync sites table with site matrix - 10https://bugzilla.wikimedia.org/44749 normal; Wikimedia: Wikidata; () [14:15:56] New patchset: Nischayn22; "Better error messages." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/47868 [14:16:21] 03(mod) Dummy code set as $wgLanguage = dummyLanguageCode confuses message system - 10https://bugzilla.wikimedia.org/44747 +comment (10niklas.laxstrom) [14:16:54] sumanah about to send you an email with some stuff that is too long to post here [14:16:59] 03(NEW) Add minwiki to sites table - 10https://bugzilla.wikimedia.org/44750 normal; Wikimedia: Wikidata; () [14:17:20] 03(mod) "http-curl-error" when uploading from Flickr - 10https://bugzilla.wikimedia.org/42468 +comment (10nischayn22) [14:17:27] 03(NEW) HTTPS Everywhere rule for planet - 10https://bugzilla.wikimedia.org/44751 normal; Wikimedia: SSL related; () [14:17:32] ok [14:18:28] 03(mod) Dummy code set as $wgLanguage = dummyLanguageCode confuses message system - 10https://bugzilla.wikimedia.org/44747 +comment (10p.selitskas) [14:18:35] 03(NEW) PageTriage: error appearing as edit summary - 10https://bugzilla.wikimedia.org/44752 normal; MediaWiki extensions: PageTriage; () [14:18:47] 03(mod) Add minwiki to sites table - 10https://bugzilla.wikimedia.org/44750 (10merl) [14:18:49] 03(mod) Create Wikipedia Minangkabau - 10https://bugzilla.wikimedia.org/44462 (10merl) [14:19:43] hi! how do you allow RSS feeds (using WikiArticlesFeed.php extension) when the mediawiki instance requires login? [14:19:43] 03(mod) Add minwiki to sites table - 10https://bugzilla.wikimedia.org/44750 (10MF-Warburg) [14:19:59] 03(mod) Add minwiki to sites table - 10https://bugzilla.wikimedia.org/44750 (10abraham.taherivand) [14:21:15] 03(mod) Add minwiki to sites table - 10https://bugzilla.wikimedia.org/44750 (10abraham.taherivand) [14:21:36] anyone? [14:21:42] ploppa [14:22:18] hm? [14:22:40] I don't know [14:25:28] maybe, if you manage to open the feed in the browser while logged in, an aggregator which can send you cookies might be able to [14:26:09] otherwise you'd need some tokens I'd guess, but it would probably be safe not to have feeds at all on a private wiki [14:26:47] New patchset: Matthias Mullie; "Use Status object to report filter results." [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/47086 [14:28:11] 03(mod) "http-curl-error" when uploading from Flickr - 10https://bugzilla.wikimedia.org/42468 +comment (10federicoleva) [14:28:12] New review: Jeroen De Dauw; "Did you read the commit message? This is to make links work." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/47719 [14:28:42] 03(mod) HTTPS Everywhere rule for planet - 10https://bugzilla.wikimedia.org/44751 normal->15enhancement; +comment (10Sumana Harihareswara) [14:29:18] ok mitevam - I am sort of in and out of contact this morning because it's Thursday and soon I'm going to my coworking space [14:30:12] qchris: ^demon: hey there - thought you might be able to answer the question on https://gerrit.wikimedia.org/r/47438 [14:31:10] <^demon> The owner is a reviewer. [14:31:16] <^demon> The owner just isn't Olenz. [14:31:34] * qchris is still reading it on gerrit :-) [14:31:55] <^demon> sumanah: Tbleher is the only owner for that extension. [14:31:56] duh. [14:31:58] ok [14:32:10] <^demon> https://gerrit.wikimedia.org/r/#/admin/groups/357,members [14:32:16] never minnnnnnd [14:32:28] I did the fairly shortsighted thing of looking at who had contributed patchsets for the project [14:32:35] but not actually looking at the Gerrit ownership [14:32:37] sorry [14:32:46] <^demon> Not a problem :) [14:32:48] <^demon> Now serving customer 3498! [14:33:12] mitevam: I haven't gotten your mail yet and I have to go, but when I get it I will respond! [14:33:32] is there a proper place to set default values for configuration options in skins? [14:33:50] btw, have I mentioned that skinning sucks because it's impossible to do it in a modular way? [14:34:12] also, fire up a labs socks proxy and enjoy the awesomeness: https://nova-precise2.pmtpa.wmflabs/wiki/Main_Page [14:34:22] New review: Sumanah; "No, sorry. You either need to manually add them" [mediawiki/extensions/MediaFunctions] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47438 [14:35:51] hm. maybe I should switch that to a public IP for demoing [14:37:26] Anyone who wants to take a look, https://gerrit.wikimedia.org/r/#/c/25838/ is awaiting review [14:38:32] 03(mod) Update planets hourly - 10https://bugzilla.wikimedia.org/44603 (10Nemo) [14:39:11] <^demon> Ryan_Lane: Or make it not https-only, so instance-proxy works ;-) [14:39:16] How can I, dear friends, make my wiki use URLs like wiki/foobar, instead of index.php?title=foobar ? [14:39:21] I don't want to mess with the puppet manifests [14:39:24] !prettyurls [14:39:24] To create simple URLs (such as the /wiki/PAGENAME style URLs on Wikimedia sites), follow the instructions at . There are instructions for most different webserver setups. If you have problems getting the rewrite rules to work, see !rewriteproblem [14:39:30] konr: ^ [14:39:42] thanks, sumanah! [14:39:46] hm. maybe I could [14:39:47] andre__: valeriej: I just came across http://gabriela-gibson.blogspot.com/2013/02/software-debugging-cs259.html via Planet WFS and thought you might be interested [14:39:50] that might be easier [14:39:58] <^demon> Ryan_Lane: Or we could make instance-proxy work on https too :) [14:39:59] glad I could help konr [14:40:01] meh. I already gave it a public ip [14:40:04] ^demon: that's planned [14:40:10] <^demon> yay [14:40:21] sumanah, thanks, will take a look [14:40:26] it needs to not be a labs instance, for that [14:40:30] bbiab [14:41:16] <^demon> Ryan_Lane: Oh, I submitted all the updates to ops/debs/gerrit yesterday for the new version. [14:41:21] cool [14:41:32] sumanah: Thanks! [14:42:26] <^demon> I finally picked a version :p [14:43:42] there we go: https://labsconsole-test.wmflabs.org/wiki/Main_Page [14:44:24] hm. I haven't tried the sitenotice yet [14:47:08] New review: UnwashedMeme; "I've been using this patch (in latest form, and in prior forms) in our live wiki for a couple weeks ..." [mediawiki/extensions/OpenID] (master) C: 1; - https://gerrit.wikimedia.org/r/46811 [14:47:38] sumanah ok thank you , just sent it :) [14:48:02] 03(mod) Hidden pages in Azerbaijani Wikibooks - 10https://bugzilla.wikimedia.org/41108 +comment (10Andre Klapper) [14:48:23] 03(mod) kowikiversity, minwiki, and tswiki using SVG instead of PNG for $wgLogo - 10https://bugzilla.wikimedia.org/44741 normal->minor (10Andre Klapper) [15:13:00] 03(mod) Review Extension:SignupAPI for deployment - 10https://bugzilla.wikimedia.org/36225 (10Nemo) [15:13:02] 03(mod) Separate out and clean up account creation logic in MediaWiki core - 10https://bugzilla.wikimedia.org/15700 (10Nemo) [15:13:04] 03(mod) "Check Availability" feature for usernames at registration interface - 10https://bugzilla.wikimedia.org/34447 (10Nemo) [15:13:09] 03(mod) "Check Availability" feature for usernames at registration interface - 10https://bugzilla.wikimedia.org/34447 (10Nemo) [15:13:12] 03(mod) Separate out and clean up account creation logic in MediaWiki core - 10https://bugzilla.wikimedia.org/15700 (10Nemo) [15:13:48] 03(mod) Separate out and clean up account creation logic in MediaWiki core (tracking) - 10https://bugzilla.wikimedia.org/15700 +tracking; summary (10Nemo) [15:13:49] 03(mod) Tracking bug (tracking) - 10https://bugzilla.wikimedia.org/2007 (10Nemo) [15:15:07] 03(mod) Article Feedback Tool appearing in all namespaces on enwiki - 10https://bugzilla.wikimedia.org/37370 normal->minor; +comment (10Andre Klapper) [15:17:25] 03(mod) Article Feedback Tool appearing in all namespaces on enwiki - 10https://bugzilla.wikimedia.org/37370 +comment (10Andre Klapper) [15:19:40] 03(NEW) add min as prefix to interwikimap of wikipedias for min.wikipedia.org - 10https://bugzilla.wikimedia.org/44753 critical; Wikimedia: Interwiki links; () [15:19:41] 03(mod) Create Wikipedia Minangkabau - 10https://bugzilla.wikimedia.org/44462 (10merl) [15:20:09] 03(mod) add min as prefix to interwikimap of wikipedias for min.wikipedia.org - 10https://bugzilla.wikimedia.org/44753 (10merl) [15:22:07] New review: Cmcmahon; "maintenance" [qa/browsertests] (master); V: 2 C: 2; - https://gerrit.wikimedia.org/r/47845 [15:22:08] Change merged: Cmcmahon; [qa/browsertests] (master) - https://gerrit.wikimedia.org/r/47845 [15:27:15] 03(mod) Unable to edit articles in ku.wiktionary - 10https://bugzilla.wikimedia.org/44748 +comment (10Nikola Smolenski) [15:29:57] 03(mod) Unable to edit articles in ku.wiktionary - 10https://bugzilla.wikimedia.org/44748 (10Sam Reed (reedy)) [15:30:45] 03(mod) Add globe to prop of prop=coordinates and list=geosearch - 10https://bugzilla.wikimedia.org/44403 +comment (10maxsem.wiki) [15:35:30] 03(mod) Unable to edit articles in ku.wiktionary - 10https://bugzilla.wikimedia.org/44748 +comment (10sam) [15:37:59] 03(NEW) Recursion detected in Language related StubObject - 10https://bugzilla.wikimedia.org/44754 normal; MediaWiki: Internationalization; () [15:39:05] 03(mod) add min as prefix to interwikimap of wikipedias for min.wikipedia.org - 10https://bugzilla.wikimedia.org/44753 (10MF-Warburg) [15:39:11] 03(mod) Unable to edit articles in ku.wiktionary - 10https://bugzilla.wikimedia.org/44748 +comment (10sam) [15:40:58] 03(mod) add min as prefix to interwikimap of wikipedias for min.wikipedia.org - 10https://bugzilla.wikimedia.org/44753 +comment (10Robin Pepermans (SPQRobin)) [15:42:49] 03(mod) HTTPS Everywhere rule for planet - 10https://bugzilla.wikimedia.org/44751 +comment (10sam) [15:43:03] New review: Wikinaut; "@UnwashedMeme: I have seen you were working on a patch regarding $wgOpenIDConsumerForce. I will revi..." [mediawiki/extensions/OpenID] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/46812 [15:43:11] 03(mod) "Label" HTML tag missing for dropdowns filter-select and sort-select - 10https://bugzilla.wikimedia.org/37506 normal->minor; +accessibility +easy; summary; +comment (10Andre Klapper) [15:44:00] New review: Wikinaut; "@UnwashedMeme: I have seen you were working on a patch regarding $wgOpenIDConsumerForce. I will revi..." [mediawiki/extensions/OpenID] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/46813 [15:44:08] 03(mod) Recursion detected in Language related StubObject - 10https://bugzilla.wikimedia.org/44754 +comment (10Nemo) [15:45:21] 03(mod) Include at least some EXIF metadata in resized pictures - 10https://bugzilla.wikimedia.org/18871 +comment (10bawolff+wn) [15:45:29] 03(mod) ArticleFeedback extension needs a mobile interface - 10https://bugzilla.wikimedia.org/32293 (10Andre Klapper) [15:47:14] 03(mod) Enable GeoCrumbs on Incubator - 10https://bugzilla.wikimedia.org/44725 +comment (10Sam Reed (reedy)) [15:48:22] 03(mod) Deploy extension Memento on Wikipedia sites - 10https://bugzilla.wikimedia.org/34778 +comment (10Rob Sanderson) [15:48:32] 03(mod) Provide more options on dashboard - 10https://bugzilla.wikimedia.org/30334 (10Andre Klapper) [15:49:59] 03(mod) Add minwiki to sites table - 10https://bugzilla.wikimedia.org/44750 normal->15enhancement (10Sam Reed (reedy)) [15:50:37] 03(mod) Provide a page like "Articles I rated" for users - 10https://bugzilla.wikimedia.org/29904 (10Andre Klapper) [15:50:44] 03(mod) ArticleFeedback should provide a way to get the average rating of groups of pages (e.g. categories, wikibooks, subjects, etc) - 10https://bugzilla.wikimedia.org/29404 (10Andre Klapper) [15:51:14] New review: Wikinaut; "pls. improve as indicated" [mediawiki/extensions/OpenID] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/45334 [15:59:21] New patchset: Kghbln; "Adding German translations for special properties" [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/47873 [16:01:27] 03(mod) Add minwiki to sites table - 10https://bugzilla.wikimedia.org/44750 +comment (10bennylin) [16:03:47] 03(mod) Special:EntitiesWithoutLabel should use links to Special:SetLabel or similar - 10https://bugzilla.wikimedia.org/44714 +comment (10denny vrandecic) [16:03:48] 03(mod) {{DEFAULTSORT}} not applied to things inside if defaultsort appears after - 10https://bugzilla.wikimedia.org/44676 +comment (10Bawolff (Brian Wolff)) [16:03:49] 03(mod) Sortkey for categories is ignored when category is inside a and DEFAULTSORT comes after - 10https://bugzilla.wikimedia.org/38435 +comment (10Bawolff (Brian Wolff)) [16:03:52] New review: Wikinaut; "1. one fix in .gitignore needed" [mediawiki/extensions/OpenID] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/46198 [16:03:59] 03(NEW) language terms table should be editable in JavaScript UI - 10https://bugzilla.wikimedia.org/44755 normal; MediaWiki extensions: WikidataRepo; () [16:04:03] 03(mod) Special:EntitiesWithoutLabel should use links to Special:SetLabel or similar - 10https://bugzilla.wikimedia.org/44714 normal->15enhancement; +need-volunteer (10denny vrandecic) [16:05:07] 03(mod) Adding a Statement: "also known as" shown in English - 10https://bugzilla.wikimedia.org/44713 (10denny vrandecic) [16:05:48] New patchset: MaxSem; "Bug 44403 - Add globe to prop of prop=coordinates and list=geosearch" [mediawiki/extensions/GeoData] (master) - https://gerrit.wikimedia.org/r/47874 [16:07:01] New review: Helder.wiki; "This commit was mentioned at" [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/20828 [16:07:01] 03(mod) Add globe to prop of prop=coordinates and list=geosearch - 10https://bugzilla.wikimedia.org/44403 +patch-in-gerrit; +comment (10Max Semenik) [16:08:11] 03(mod) [connect-items-from-client] add QUnit tests - 10https://bugzilla.wikimedia.org/44711 15enhancement->normal (10denny vrandecic) [16:08:47] 03(NEW) [Errors 301] Many entry URLs to be updated - 10https://bugzilla.wikimedia.org/44756 normal; Wikimedia Labs: wikistats; () [16:09:05] 03(mod) [connect-items-from-client] Fix message of "add links" link while page is loading - 10https://bugzilla.wikimedia.org/44710 (10denny vrandecic) [16:09:27] 03(mod) [connect-items-from-client] Enhance error handling - 10https://bugzilla.wikimedia.org/44709 (10denny vrandecic) [16:09:48] 03(mod) [connect-items-from-client] Add better styling for UI dialog - 10https://bugzilla.wikimedia.org/44708 (10denny vrandecic) [16:10:54] 03(mod) Implement qualifiers - 10https://bugzilla.wikimedia.org/44683 (10denny vrandecic) [16:11:36] 03(mod) session-failure when trying to edit any item a particular user has tried to edit - 10https://bugzilla.wikimedia.org/44681 (10denny vrandecic) [16:11:54] 03(mod) allow to change the order of statements - 10https://bugzilla.wikimedia.org/44678 normal->15enhancement (10denny vrandecic) [16:12:25] 03(mod) paging for entity selection in statement - 10https://bugzilla.wikimedia.org/44677 (10denny vrandecic) [16:12:45] 03(mod) Add a "full text search" selection for the EntitySelector replacing the Search box - 10https://bugzilla.wikimedia.org/44674 (10denny vrandecic) [16:12:54] is there any option like http://pt.wikipedia.org/wiki/?diff=34001522 where instead of ?dif=... would be used the rev_id from revision table? [16:15:38] New review: Amire80; "Merging, but it should also keep the text when you move to a message after saving." [mediawiki/extensions/Translate] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/47863 [16:16:05] New patchset: CSteipp; "(bug 23343) Apply IP blocks to X-Forwarded-For header." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/33971 [16:16:12] 03(mod) PageTriage: error appearing as edit summary - 10https://bugzilla.wikimedia.org/44752 +comment (10Nischay Nahata) [16:16:16] 03(mod) jqueryMsg should not parse plain messages as HTML - 10https://bugzilla.wikimedia.org/44459 +comment (10Nischay Nahata) [16:17:16] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47863 [16:19:55] 03(mod) language terms table should be editable in JavaScript UI - 10https://bugzilla.wikimedia.org/44755 normal->15enhancement (10denny vrandecic) [16:20:46] 03(mod) Sync sites table with site matrix - 10https://bugzilla.wikimedia.org/44749 (10denny vrandecic) [16:21:07] 03(mod) Sync sites table with site matrix - 10https://bugzilla.wikimedia.org/44749 +comment (10denny.vrandecic) [16:21:08] 03(NEW) Make populateSitesTable invalidate the sites cache! - 10https://bugzilla.wikimedia.org/44757 normal; MediaWiki extensions: WikidataRepo; () [16:21:24] 03(mod) add min as prefix to interwikimap of wikipedias for min.wikipedia.org - 10https://bugzilla.wikimedia.org/44753 04CRIT->major; +comment (10Andre Klapper) [16:21:55] 03(mod) aborted search requests - can't add item to statement - 10https://bugzilla.wikimedia.org/44746 normal->major (10denny vrandecic) [16:23:23] 03(mod) Special:EntitiesWithoutLabel – view Properties - 10https://bugzilla.wikimedia.org/44726 +comment (10denny vrandecic) [16:23:55] 03(mod) Commons search suggestions only runs script from the non-secure server - 10https://bugzilla.wikimedia.org/44666 normal->major (10denny vrandecic) [16:24:15] 03(mod) "Add source" > "Cancel" leaves box in focus - 10https://bugzilla.wikimedia.org/44665 (10denny vrandecic) [16:24:36] 03(mod) Old revisions give "protected" message - 10https://bugzilla.wikimedia.org/44664 (10denny vrandecic) [16:24:52] 03(mod) Old revisions give "protected" message - 10https://bugzilla.wikimedia.org/44664 normal->minor; +need-volunteer (10denny vrandecic) [16:25:23] 03(mod) Current version being displayed as old revision - 10https://bugzilla.wikimedia.org/44661 normal->04CRIT (10denny vrandecic) [16:25:38] 03(mod) Case sensitivity and GlobalUsage - 10https://bugzilla.wikimedia.org/29803 +comment (10Bawolff (Brian Wolff)) [16:25:40] 03(mod) Case sensitivity problem with GlobalUsage - 10https://bugzilla.wikimedia.org/23947 +comment (10Bawolff (Brian Wolff)) [16:26:29] Our users are confused by templates, and we've concluded that we don't really need them anyway. I'm looking for a way to simply push the template content into each page that used the template, but flatten it so it's now just a plain page that a noob can edit. Conceptually, it's similar in my mind to Excel's "paste as values" function, which gets rid of all the formulas that led to the final value in each cell. I have the ... [16:26:35] ... programming skill of a potato. Is this doable? [16:28:06] New patchset: Nikerabbit; "Only ever create one editor for each message" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47877 [16:28:07] in MW terminology, this would be a universal forced stub: [16:28:11] *subst [16:28:34] lol @ redirect edit war on mw.o [16:29:06] is that a permanent thing, such that users never see the template anymore? (i.e. I could delete the template and all the pages that once used it would now be unaffected)? [16:31:07] myself: you should install https://www.mediawiki.org/wiki/Extension:ExpandTemplates and manually pass all pages through it [16:31:31] 03(mod) Next wmf deployment (tracking) - 10https://bugzilla.wikimedia.org/38865 (10Andre Klapper) [16:31:33] 03(mod) [Regression] All query pages (maintenance reports) updates are broken since 1.21wmf3 - 10https://bugzilla.wikimedia.org/42152 (10Andre Klapper) [16:31:37] 03(mod) All actions right to feedback aren't working anymore - 10https://bugzilla.wikimedia.org/43099 (10Andre Klapper) [16:31:38] 03(mod) Investigate/fix ParserFunctions "Recent changes seem to have broken mod behavior for a lot of users. Notably, it broke the coordinate templates on a bunch of wikis." - 10https://bugzilla.wikimedia.org/43451 (10Andre Klapper) [16:31:38] 03(mod) All LiquidTreads actions done twice - 10https://bugzilla.wikimedia.org/43693 (10Andre Klapper) [16:31:49] myself: or, if your templates were simple, you could just replace all "{{template|...}}" invocations with "{{subst:template|...}}" on every page, and the template will be expanded when you save the page [16:32:12] MatmaRex: I like that second option, I'll tinker with that. Sounds very simple, thank you :) [16:32:16] 03(mod) add min as prefix to interwikimap of wikipedias for min.wikipedia.org - 10https://bugzilla.wikimedia.org/44753 +comment (10merl) [16:32:22] myself: it won't expand it recursively, though [16:32:34] myself: so if your template was using another template, the second one will not be expanded [16:32:43] nope, nothing like that! :) [16:32:49] myself: (unless you use some awful tricks in the templates themselves) [16:32:58] (same applies to parser functions etc) [16:33:09] myself: https://bugzilla.wikimedia.org/show_bug.cgi?id=2003 would be a solution for you, queue up ;) [16:33:10] !subst [16:33:10] Substitution is automatic conversion of wikitext of a page referring to a templatehttp://meta.wikimedia.org/wiki/Help:Template, variable, or parser function when the referring page is saved. You can read more about it on http://meta.wikimedia.org/wiki/Help:Substitution [16:33:35] myself: more informations there ^ [16:33:45] MatmaRex: thanks so much :) that's perfect [16:34:00] New patchset: Matthias Mullie; "map mw to mediaWiki" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/47878 [16:34:41] The January engineering report will go out in the next 2 hours: https://www.mediawiki.org/wiki/Wikimedia_engineering_report/2013/January ; if you have last-minute edits, please make them now, while I write the summary :) [16:37:57] 03(mod) kowikiversity, minwiki, and tswiki using SVG instead of PNG for $wgLogo - 10https://bugzilla.wikimedia.org/44741 +comment (10Sam Reed (reedy)) [16:38:19] New review: Matmarex; "+/-0, this changes the behavior and I have no idea if it's intended." [mediawiki/extensions/ArticleFeedbackv5] (master) C: 0; - https://gerrit.wikimedia.org/r/47878 [16:38:30] guillom: ty for including info on the MW groups :) [16:38:50] 03(mod) Purge foreign pages using an image/media file where this data is available - 10https://bugzilla.wikimedia.org/22390 +comment (10Bawolff (Brian Wolff)) [16:38:56] varnent: thank qgil :) [16:39:22] * varnent hands qgil some varnent approved popcorn [16:39:51] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47877 [16:40:04] ugh - I'm at my office today and just not interested in my actual workload for the day - I want to have some wiki fun instead :/ [16:40:06] 03(NEW) Asia/Jakarta timezone abbreviation is wrong - 10https://bugzilla.wikimedia.org/44758 normal; MediaWiki: General/Unknown; () [16:40:15] New patchset: Aude; "update the sites cache version" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47880 [16:40:35] 03(mod) Inconsistent naming of data types - 10https://bugzilla.wikimedia.org/44645 (10denny vrandecic) [16:41:50] 03(mod) Self-referencing, circular item link on properties when item deleted - 10https://bugzilla.wikimedia.org/44643 normal->major (10denny vrandecic) [16:42:43] 03(NEW) New feature - 10https://bugzilla.wikimedia.org/44759 normal; MediaWiki: General/Unknown; () [16:43:11] varnent: right! Come to the wiki fun side! We have cookies! [16:43:47] guillom: can you write a note for my boss? "please excuse Gregory from work today - he has wiki fun to attend to - and he's taking your cookies today too" [16:44:28] 03(mod) New feature - 10https://bugzilla.wikimedia.org/44759 normal->15enhancement (10Sam Reed (reedy)) [16:44:46] I'm a lowly employee; I'm not sure my word would weigh much (even if I said something that doesn't involve cookies). [16:44:54] ;) [16:44:56] 03(mod) Allow marking blocks that were made in error - 10https://bugzilla.wikimedia.org/44759 summary (10Sam Reed (reedy)) [16:45:06] meh - like my bosses know that :) [16:45:29] I don't think they could pick out you and see in a lineup :) [16:45:49] Meh. Mid-air collisions with Reedy in Bugzilla :) [16:46:27] Reedy: I'll set 44748 (exception when editing sr/ku wikis) as a tentative deployment blocker if you don't disagree [16:46:52] 03(mod) [statements-ui] Handling of deleted properties in Claims and References/Qualifiers - 10https://bugzilla.wikimedia.org/44639 normal->04BLOCKER (10denny vrandecic) [16:47:02] 03(mod) [statements-ui] Handling of deleted properties in Claims and References/Qualifiers - 10https://bugzilla.wikimedia.org/44639 (10denny vrandecic) [16:47:18] 03(mod) Allow marking blocks that were made in error - 10https://bugzilla.wikimedia.org/44759 +comment (10maxsem.wiki) [16:47:29] andre__: It is sort of, but it's higher priority.. If it can't be fixed quickly, affected wikis should really be rolled back [16:47:49] New patchset: Raimond Spekking; "[Nonlinear] Register extension" [translatewiki] (master) - https://gerrit.wikimedia.org/r/47882 [16:48:02] Change merged: Raimond Spekking; [translatewiki] (master) - https://gerrit.wikimedia.org/r/47882 [16:48:42] 03(mod) Deleting a property leads to a JavaScript crash on items using that property - 10https://bugzilla.wikimedia.org/44636 +comment (10denny vrandecic) [16:48:43] 03(mod) [statements-ui] Handling of deleted properties in Claims and References/Qualifiers - 10https://bugzilla.wikimedia.org/44639 +comment (10denny.vrandecic) [16:49:28] 03(mod) Unable to edit articles in ku.wiktionary - 10https://bugzilla.wikimedia.org/44748 major->04CRIT; +comment (10Andre Klapper) [16:49:30] 03(mod) Next wmf deployment (tracking) - 10https://bugzilla.wikimedia.org/38865 (10Andre Klapper) [16:50:23] 03(mod) Search page and drop down search box seems to be broken - 10https://bugzilla.wikimedia.org/44624 major->normal; +comment (10denny vrandecic) [16:50:32] hi guillom varnent :) [16:50:40] hey qgil [16:50:51] Change merged: Santhosh; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47856 [16:51:28] Change merged: jenkins-bot; [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/47873 [16:51:34] qgil: btw, you might be interested in this: http://www.jetlagrooster.com/ ; I haven't tested it yet but it looks relatively legit. I'm planning to try it out for the late February trip. [16:51:39] 03(mod) Wrong link rel="copyright" for main namespace of Wikidata - 10https://bugzilla.wikimedia.org/44617 minor->major (10denny vrandecic) [16:51:54] guillom, will you complain if community metrics reports move from monthly to quarter releases - skipping this month already? [16:52:11] New review: Parent5446; "Haven't tested functionality, but code looks good." [mediawiki/core] (master) C: 1; - https://gerrit.wikimedia.org/r/33971 [16:52:35] guillom, I actually don' t have usually problems with jet lag - as in I woke up at 6am today, just like any Thursday :) [16:52:36] qgil: I will absolutely not complain; you own them :) The reason I asked about them earlier this week was to know if I'd link to them in the monthly report :) [16:52:59] 03(mod) spec out linked data interface for wikidata ontology - 10https://bugzilla.wikimedia.org/44582 (10denny vrandecic) [16:53:08] 03(mod) Testing bug -- please ignore - 10https://bugzilla.wikimedia.org/44441 +comment (10innocentkiller) [16:53:13] qgil: lucky you. Jetlag hates me, probably due to the fact that I otherwise have very regular sleeping habits. [16:53:21] guillom, at FOSDEM I was in a session about community metrics, the speaker recommended to go for quarter reports as monthly could e too much work and I couldn' t agree more :) [16:53:31] Works for me [16:53:38] deal, then [16:54:06] this will allow me to put more time in actual analysis of the metrics and (hopefully) progressive automation [16:54:18] 03(mod) Partial RDF dumps - 10https://bugzilla.wikimedia.org/44581 normal->15enhancement; +comment (10denny vrandecic) [16:55:19] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47858 [16:56:19] New review: Siebrand; "Antoine, the code sniffer should not fail because there are no files to check:" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47858 [16:56:23] New patchset: Umherirrender; "Change default maxlength of Content::getTextForSummary from 250 to 255" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/36358 [16:56:27] 03(mod) Script for creating RDF dumps of all entities - 10https://bugzilla.wikimedia.org/44580 normal->15enhancement (10denny vrandecic) [16:57:20] guillom, my jetlag tactics are simple: sleep just a little in the previous two days, sleep a little during the flight, trying to adapt hours to the upcoming timezone. Do a short nap if really needed after landing. Avoid coffee / redbull / etc. Hit the bed around 10-11pm local time. Sleep tight. :) [16:58:37] You stay up that late and then only sleep 7-8 hours?! [16:58:52] +1 to qgil [16:58:53] My usual jetlag recovery is more like 12 hours of sleep [16:59:03] I switched completely to PST for a week before I visited :P [16:59:08] <^demon> RoanKattouw: Faidon deployed that fix this morning, all your boxen should be fine now. [16:59:21] and maintained the cycle during the ~26 hour flight [16:59:22] ^demon: I saw them go back to OK in Nagios, yeah. Thanks, man [16:59:29] RoanKattouw, look at me now. Do I look like suffering any jet lag? :D [16:59:35] haha, nope [16:59:48] YuviPanda: See I can't sleep on planes, so I can't do the pre-adjustment thing generally [16:59:59] ah [17:00:05] 03(mod) Unable to edit articles in ku.wiktionary and sr.wikinews - 10https://bugzilla.wikimedia.org/44748 summary (10Andre Klapper) [17:00:12] Years of sleeping in 'class' has trained me to sleep literally everywhere [17:00:17] haha [17:00:27] So you learned something in school! [17:00:37] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47859 [17:00:40] RoanKattouw: indeed. Useful skill. [17:02:24] <^demon> RoanKattouw: Np, thanks for spotting that for me. On the plus side: now we've got git on all servers :) [17:02:28] yay [17:06:56] csteipp: hi, I have question re XFF blocking - how do you fake source IP address for testing blocks? [17:07:17] (I know that XFF is just a header, but source IP also plays some role:) [17:07:22] Hi saper: I'm using curl with -H [17:07:37] Something like: curl -ik -H "X-Forwarded-For: 1.2.3.4, 70.2.1.1, 50.1.1.1, 2.3.4.5" "http://localhost/wiki/index.php?title=BlockingTests&action=edit" [17:07:59] I've also used the "ModifyHeaders" extension in firefox [17:08:52] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47715 [17:09:52] csteipp: ah, but you didn't play with changing a source IP address? [17:10:34] 03(mod) [Errors 301] Many entry URLs to be updated - 10https://bugzilla.wikimedia.org/44756 (10Andre Klapper) [17:10:58] saper: I have 127.0.0.1 setup as a squid proxy [17:11:49] 03(mod) Add minwiki to sites table - 10https://bugzilla.wikimedia.org/44750 (10Andre Klapper) [17:11:51] 03(mod) add min as prefix to interwikimap of wikipedias for min.wikipedia.org - 10https://bugzilla.wikimedia.org/44753 (10Andre Klapper) [17:12:31] csteipp: hehe great idea :) [17:13:21] 03(mod) Asia/Jakarta timezone abbreviation is wrong - 10https://bugzilla.wikimedia.org/44758 (10Andre Klapper) [17:15:08] 03(NEW) SSL certificate for https://status.wikimedia.org/ and https://wikitech.wikimedia.org - 10https://bugzilla.wikimedia.org/44760 normal; Wikimedia: SSL related; () [17:15:44] Is https://www.mediawiki.org/wiki/MediaWiki_1.21/wmf9 generated automatically? If so, where would I complain that some gerrit links don't work? [17:15:53] 03(mod) No history for upload campaigns - 10https://bugzilla.wikimedia.org/30645 15enhancement->normal (10Tomasz W. Kozłowski) [17:16:10] 03(mod) No history for upload campaigns - 10https://bugzilla.wikimedia.org/30645 (10Tomasz W. Kozłowski) [17:17:27] New review: Aaron Schulz; "I might be easier to use email for these details, but make sure the $wgFileBackend entries have 'loc..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/41932 [17:18:36] New patchset: Aaron Schulz; "[JobQueue] Added unit tests for job queue code." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47802 [17:21:47] New review: Alex Monk; "All new messages need qqq docs and addition to maintenance/language/messages.inc" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/34340 [17:22:47] New review: Aaron Schulz; "Just added @Database group" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/47802 [17:22:54] New review: Alex Monk; "All new messages need qqq docs and addition to maintenance/language/messages.inc" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/27022 [17:25:46] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47802 [17:25:58] 03(mod) Commons search suggestions only runs script from the non-secure server - 10https://bugzilla.wikimedia.org/44666 +comment (10Alex Monk (Krenair)) [17:28:46] New patchset: Nikerabbit; "Call mangler in AndroidXmlFFS" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47887 [17:30:26] New review: MarkTraceur; "Generally, better. There's one inline thing I've suggested." [mediawiki/extensions/EtherEditor] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/43100 [17:32:53] New patchset: Nikerabbit; "Preliminary support for android-commons app" [translatewiki] (master) - https://gerrit.wikimedia.org/r/47888 [17:37:20] New patchset: Ori.livneh; "Add integration tests for efSchemaValidate()" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47890 [17:37:33] New patchset: Ori.livneh; "Add profiling to efSchemaValidate" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47829 [17:38:14] New patchset: Aaron Schulz; "Added UIDGenerator class for getting statistically unique IDs." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/37052 [17:38:24] New patchset: Anomie; "Fix title passed to API scribunto-console" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47891 [17:39:00] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47829 [17:40:27] New review: Alex Monk; "All new messages need qqq docs and addition to maintenance/language/messages.inc" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/17801 [17:43:13] New review: MarkTraceur; "A few little things. Also please address the others' concerns." [mediawiki/extensions/UploadWizard] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/12353 [17:44:19] New review: Alex Monk; "All new messages need qqq docs and addition to maintenance/language/messages.inc" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/16419 [17:44:43] 03(mod) Deploy extension Memento on Wikipedia sites - 10https://bugzilla.wikimedia.org/34778 (10Nemo) [17:46:49] * marktraceur wonders idly why our JavaScript API module doesn't handle lists of arguments automatically (e.g. { inprop: [ 'info', 'imageinfo' ] } --> inprop=info|imageinfo) [17:47:26] Would probably help readability, and remove hundreds of calls to .join() [17:48:41] 03(NEW) Bug preventing form editing statements - 10https://bugzilla.wikimedia.org/44762 critical; MediaWiki extensions: WikidataRepo; () [17:48:55] Holy eff. [17:48:56] "var result = undefined;" [17:49:16] * marktraceur restrains self from looking at git-blame to find the culprit [17:49:23] don't [17:49:34] be shy [17:50:07] you can git-annotate if you feel bad [17:50:16] marktraceur, what repo did you find that in? [17:52:35] New patchset: Aaron Schulz; "[ExternalStore] Added ExternalStoreMwstore class that uses a file backend." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47313 [17:52:44] New review: MarkTraceur; "A few more issues. Not tested yet, but getting there." [mediawiki/extensions/UploadWizard] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/23007 [17:52:57] ^demon: there, dependent :) [17:52:58] Krenair: UploadWizard [17:54:36] marktraceur, LQT is probably worse [17:54:47] qgil: hey there - sorry - got distracted by work and missed your earlier greeting :) [17:54:56] Oh, I'm not judging relative badness. [17:55:13] qgil: let me know if you want to chat about the promotions group at some point - I'd be willing to setup a time if you wanted to meet regularly about it or whatever else you may need help with :) [17:55:18] I'm just saying that, at least, UW could use some cleanup. [17:56:17] Hmm okay. LQT has 2 and UW has 5 [17:57:13] 03(mod) Bug preventing form editing statements - 10https://bugzilla.wikimedia.org/44762 +comment (10michael) [17:57:16] Change merged: Demon; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47891 [17:57:26] Krenair: Of what? [17:57:45] `grep -E "var \b(.*)\b = undefined" * -R | wc -l` on each repo [17:57:58] Eugh. [17:58:04] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/37052 [17:58:34] Or it did. Looks like they got fixed recently in LQT, I just pulled the latest version and saw 0 :) [17:58:44] Sadness. [17:59:16] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47313 [18:00:57] Krenair: It would be useful to have a script that did that for all repos. Maybe for many different code conventions and/or simple mistakes. [18:02:31] 03(mod) Wikimedia wiki search is broken (outputting inconsistent results) - 10https://bugzilla.wikimedia.org/42423 +comment (10Andre Klapper) [18:02:55] New review: Parent5446; ":/ was too late" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/37052 [18:04:13] marktraceur: [18:04:14] Feb 03 02:43:24 Krinkle|detached, is there any way to automatically reformat JS code? If so, is it something we could consider using on LQT? [18:04:19] Feb 03 03:23:28 Krenair: And no, there is no stable style reformatter for javascript yet [18:04:47] New patchset: Nikerabbit; "Call mangler in AndroidXmlFFS" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47887 [18:05:05] (from #wikimedia-dev) [18:06:28] 03(mod) Sortkey for categories is ignored when category is inside a and DEFAULTSORT comes after - 10https://bugzilla.wikimedia.org/38435 (10Bartosz Dziewoński) [18:08:23] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47880 [18:09:25] Krenair: No style reformatter, fine. But if we can write some regexes like you just did, and run them on a codebase, it could be helpful. [18:09:39] varnent, thanks! You are welcome to be more active at https://www.mediawiki.org/wiki/Talk:Groups/Promotion [18:09:46] Krenair: And a good source for first contributions, I'd imagine, for anyone who's interested [18:09:56] varnent, having a chat sounds like a good idea but, again, it would be good to propose it there [18:10:17] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/46489 [18:10:22] varnent, maybe we end up meeting you and me alone anyway, but at least anybody was invited [18:10:28] New patchset: Mwalker; "non-destructive refactor into classes" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/31319 [18:10:43] Change merged: Mwalker; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/31319 [18:10:46] varnent, we need to promote the Promotion group itself! :) [18:10:49] New patchset: Aaron Schulz; "[ExternalStore] Small documentation tweaks." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47893 [18:11:11] 03(NEW) duplicate values - 10https://bugzilla.wikimedia.org/44763 normal; MediaWiki extensions: WikidataRepo; () [18:11:14] You can also replace "\(([0-9a-zA-Z]{1,})\)" with "( \1 )" to fix places where people are using functions but not putting spaces around the parameters [18:11:24] qgil: I think those are great thoughts - we can setup a meeting - promote it on the group - and dedicate the first meeting to figuring out how to promote the group :) [18:11:40] varnent, +5 [18:11:41] qgil: are you submitting any presentation proposals to Wikimania on this broad topic? [18:11:57] varnent, thinking of it [18:11:58] I'm just inserting some HTML in a page and it's showing up as expected. Should I be using that syntax with {}s and |s instead? [18:12:22] varnent, actually that is also a good topic to discuss there :) I will download my thoughts [18:12:37] varnent, there are two big topics that I [18:12:48] 03(NEW) Activating "Patrol" on Italian Wikivoyage - 10https://bugzilla.wikimedia.org/44764 normal; Wikimedia: Site requests; () [18:12:49] qgil: I plan on attending (scholarship pending and such) - so if you want any support on those - let me know - I'm also on the programme committee and while I obviously can't play favorites among submissions - I am always willing to look one over and offer input before the voting on proposals begin [18:13:20] I have a reasonable sense of what folks on the committee frown up and such [18:13:30] varnent, I'll share the ideas at the Promotion group. They are too vague at the moment to make much sense at IRC speed :) [18:13:33] New patchset: Amire80; "Make '!translated' the really default filter" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47895 [18:13:40] New review: MarkTraceur; "One minor issue. Not tested yet." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/30641 [18:13:49] New patchset: Mwalker; "Removing SVG Directory" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/47896 [18:14:00] qgil: fair enough - do you want to setup a time now? I'll post it on the wikipage so it's clear that you're not solo on the idea [18:14:01] New review: Demon; "Aren't we talking on-list about moving Vector into core?" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/47610 [18:14:20] varnent, propose a time that works for you [18:14:22] please [18:14:24] qgil: this may also be a good excuse to figure out how to navigate user talk page spam [18:14:40] varnent, ??? [18:14:43] qgil: I'm not sure it's ever really been discussed or hashed out for the MW wiki [18:14:56] varnent, what spam? [18:14:58] qgil: in regards to promoting a MW wiki project by messaging potential or interested folks [18:15:21] qgil: a wikiproject style "hey there - join us" template message on user talk pages on MW.org [18:15:27] Change merged: Pgehres; [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/47896 [18:15:28] varnent, ah, that spam :) Well, didn't I invite you to join through your talk page? :) [18:15:46] qgil: oh yeah - good point - so I suppose we are already navigating it :) [18:15:53] New patchset: Parent5446; "Use wfShellExec() in UIDGenerator and style fixes." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47897 [18:16:28] New review: Parent5446; "Fixed commends in https://gerrit.wikimedia.org/r/47897" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/37052 [18:17:30] New review: Matmarex; "Yes, but this is sort of orthogonal to that discussion; personally I couldn't care less whether the ..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/47610 [18:17:33] ^demon: ^ [18:18:06] <^demon> Fair enough, was just wondering. [18:18:11] qgil: Wednesday evenings are typical meeting days it seems - so maybe a Thursday evening to mix things up a bit :) [18:20:03] New patchset: MarkTraceur; "Cleanup: missing "var"s, unused locals, etc." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/39513 [18:20:03] New review: JGonera; "In addition to my inline comments, comments from previous reviews apply (whitespace, coding style)." [mediawiki/extensions/BiblioPlus] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/23482 [18:20:34] varnent, US evenings might not be the best for the rest of the World [18:20:41] qgil: every couple weeks until things get going? so maybe every other Thursday at 8PM EST? [18:20:52] qgil: hmm - good point - what time ranges generally do well abroad? [18:21:00] 03(mod) Activating "Patrol" on Italian Wikivoyage - 10https://bugzilla.wikimedia.org/44764 normal->15enhancement; +shell; +comment (10Andre Klapper) [18:21:03] varnent, periodical meetings??? eeek (sorry, I really dislike them) [18:21:12] 03(mod) Activating "Patrol" on Italian Wikivoyage - 10https://bugzilla.wikimedia.org/44764 +comment (10aklapper) [18:21:26] 03(NEW) *user-select – disable copy&paste for edit-Links - 10https://bugzilla.wikimedia.org/44765 trivial; MediaWiki extensions: WikidataRepo; () [18:21:36] qgil: so what are your thoughts - a prescheduled one every so often at different times and such? [18:22:00] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47895 [18:22:20] 03(mod) [statements-ui] counter for references - 10https://bugzilla.wikimedia.org/44538 +comment (10wikidata-bugs) [18:22:23] varnent, I think we should be able to work without meetings, unless there is something exceptional. Kicking off the Promotion group IS something exceptional. Then, we'll see. [18:22:59] qgil: gotcha - so one meeting in maybe a week's time that we promote and encourage folks to attend? [18:23:13] varnent, the right time depends on the people attending. It is better to get the people first, and then we will all decide what day / time suits best for the majority. [18:23:23] yep [18:23:49] New patchset: Nikerabbit; "Preliminary support for android-commons app" [translatewiki] (master) - https://gerrit.wikimedia.org/r/47888 [18:23:50] varnent, thank you for pushing this! Really appreciated. [18:23:54] qgil: maybe hold it in wikimedia-office - following office hours arrangement? [18:24:08] varnent, that is a good place [18:24:15] New review: JGonera; "Haven't tested but looks good." [mediawiki/extensions/ArticleFeedbackv5] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/39038 [18:25:09] varnent, oh, I almost forgot that next week I'm having my not-Xmas holidays. I will be away & hopefully in some place without Internet [18:25:23] qgil: no problem - week after? [18:25:28] sounds good [18:25:45] 03(NEW) show number of property-values - 10https://bugzilla.wikimedia.org/44766 minor; MediaWiki extensions: WikidataRepo; () [18:25:46] qgil: any final thoughts on time? [18:26:04] varnent, depends on whether we will have Asians & Europeans or not [18:26:22] varnent, I'm pretty flexible myself [18:26:25] qgil: hmm - so like afternoonish? [18:27:42] qgil: looking at the 20th - I could do something around noon EST - otherwise would need to be after 6P EST [18:27:46] varnent, YuviPanda is probably the current Easter-most Promotion contributor. He could suggest a time. [18:28:01] oh [18:28:03] * YuviPanda reads up [18:28:04] hey qgil [18:28:31] hi YuviPanda , we are talking about a firdst meetup to bootstrap MdiaWiki Group Promotion - varnent has volunteered organizing [18:28:37] New patchset: Nikerabbit; "Preliminary support for android-commons app" [translatewiki] (master) - https://gerrit.wikimedia.org/r/47888 [18:28:48] ah, wonderful! [18:29:00] qgil: we're looking at the 20th [18:29:16] if you're looking at me I'll ask you to consider me as living in Europe time zone wise, rather than India :) [18:29:38] I might be travelling on 20th though :( [18:29:38] (hopefully not) [18:30:01] YuviPanda are you watching https://www.mediawiki.org/wiki/Groups/Promotion / We can just continue there at the Talk page [18:30:10] YuviPanda: should we look at another day? [18:32:02] harshkothari is another potential participant at the MediaWiki Group Promotion meeting - varnent [18:32:20] yeah qgil :) [18:32:22] New patchset: Amire80; "Change apiURL to mw.Api()" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47900 [18:32:45] New patchset: Demon; "Add mw.uri library" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/46478 [18:32:52] varnent: qgil I think 20 should be fine. At this point I do not know when I'll be travelling anyway [18:32:56] varnent, YuviPanda harshkothari as said: let's start a thread at https://www.mediawiki.org/wiki/Talk:Groups/Promotion so we can point it to others interested in attending this first meeting [18:33:15] Change merged: Demon; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/46478 [18:33:21] varnent, let [18:33:25] ^demon: could you possibly merge, then? :) [18:33:30] s default to 20th and let' s see how it goes [18:33:55] New review: MarkTraceur; "One tiny issue. I'd like to test this and get it merged soonish." [mediawiki/extensions/UploadWizard] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/39513 [18:34:04] agree qgil [18:34:19] qgil: yeah, have it watchlisted :) [18:34:40] YuviPanda: I have also :D [18:35:49] New patchset: MaxSem; "Bug 31256: a way to customize the AntiSpoof blacklist" [mediawiki/extensions/AntiSpoof] (master) - https://gerrit.wikimedia.org/r/47902 [18:35:59] Change merged: jenkins-bot; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/47900 [18:36:08] 03(mod) Implement link= image parameter - 10https://bugzilla.wikimedia.org/44627 +comment (10mtraceur) [18:36:10] aharoni: https://developer.chrome.com/extensions/tts.html [18:36:26] 03(mod) Activating "Patrol" on Italian Wikivoyage - 10https://bugzilla.wikimedia.org/44764 +comment (10wikiwim.b) [18:36:28] 03(mod) AntiSpoof: Want to customize blacklist. - 10https://bugzilla.wikimedia.org/31256 -patch +patch-in-gerrit; +comment (10Max Semenik) [18:36:59] Yay Unix [18:37:06] qgil: I'm jumping into a couple work mtgs - will post something there after unless someone else beats me to it :) [18:37:09] used xclock -d -update 1 to help me track my time to practice my talk [18:37:16] thanks varnent [18:37:32] New review: Aaron Schulz; "The script can be made less bashful in later commits" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/47559 [18:37:46] ^demon: https://gerrit.wikimedia.org/r/#/c/47893/ [18:38:23] sumanah: Thanks for the extra mentat :) [18:38:25] 03(mod) Activating "Patrol" on Italian Wikivoyage - 10https://bugzilla.wikimedia.org/44764 +comment (10wikiwim.b) [18:38:31] varnent: count me in also :) [18:38:47] marktraceur: :-) [18:39:45] Mentee, mentat, mentos. Whatever. [18:40:15] marktraceur: qgil valeriej andre__ aharoni James_F - during the metrics meeting in 20 min I have a 5-minute presentation about OPW https://meta.wikimedia.org/wiki/Metrics_and_activities_meetings/2013-02-07#Agenda [18:40:23] Woot. [18:40:38] sumanah, wow [18:40:51] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47559 [18:40:53] 3 minutes of me talking, 2 min Q&A [18:41:23] Varsa exciting. [18:42:27] 03(mod) Implement link= image parameter - 10https://bugzilla.wikimedia.org/44627 (10Bartosz Dziewoński) [18:42:43] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47893 [18:42:44] and the slides are already on Commons https://meta.wikimedia.org/w/index.php?title=File:Opw-presentation-feb7-2013.pdf in case people are into that [18:45:33] hello! [18:45:46] I'm copying a number of pages from another wiki to mine [18:46:12] unfortunately they contain some language links or whatever the name is [18:46:30] is there a way I can do a mass removal? [18:46:43] interwiki links? [18:46:48] I think [18:46:49] there's always regular expressions..... [18:46:52] like, is there a script I can run to remove all text snippets matching a regex from every page on the wiki? [18:47:15] sumanah: Yay! The meeting is streamed, right? If so, I'll definitely be watching. [18:47:36] https://meta.wikimedia.org/wiki/Metrics_and_activities_meetings/2013-02-07 now has the link - https://www.youtube.com/watch?v=17rTFSUy3Xk [18:48:01] Thanks! [18:48:05] +1 [18:48:23] +1 sumanah [18:49:05] > is there a script I can run to remove all text snippets matching a regex from every page on the wiki? [18:49:33] benzrf: https://www.mediawiki.org/wiki/Manual:Pywikipediabot [18:49:40] thank you [18:49:41] ^_^ [18:50:49] Also on the agenda: Visual Editor, Mobile and Wikipedia Zero, Individual Engagement Grants overview, and an overview of Features Engineering [18:50:50] and more [18:52:47] !pywikipediabot is pywikipediabot is a bot framework written in Python that allows for easier automated actions on a wiki. For more information, see . For alternatives, see . [18:52:47] This key already exist - remove it, if you want to change it [18:53:07] !pywikipediabot del [18:53:07] Successfully removed pywikipediabot [18:53:16] !pywikipediabot is pywikipediabot is a bot framework written in Python that allows for easier automated actions on a wiki. For more information, see . For alternatives, see . [18:53:17] Key was added [18:53:31] New patchset: Demon; "Check that the parser is available before using it" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47903 [18:53:56] !pywikipedia [18:53:56] pywikipediabot is a bot framework written in Python that allows for easier automated actions on a wiki. For more information, see . For alternatives, see . [19:04:48] ok, off to #wikimedia-office [19:05:12] ugh [19:05:31] I'm trying pywikipediabot and it's having bugs [19:05:49] for some reason it's trying to append 'None' to the wiki's url [19:06:41] 03(NEW) userparam unrecognized in map popup template - 10https://bugzilla.wikimedia.org/44767 normal; MediaWiki extensions: SemanticMaps; () [19:08:01] Blaaargh. [19:08:39] hi Isarra, cheerful as always? ;) [19:09:03] MatmaRex: Exquisitely. [19:09:59] New patchset: Spage; "Handle namespace when tracking tasks." [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/47754 [19:13:09] Why is my mww in british english? [19:13:28] 03(mod) Create {{#ifpageincat}} ParserFunction for category membership - 10https://bugzilla.wikimedia.org/27004 summary (10Nemo) [19:20:54] 03(mod) Unable to edit articles in ku.wiktionary and sr.wikinews - 10https://bugzilla.wikimedia.org/44748 +comment (10Mile) [19:26:04] New patchset: Parent5446; "Use wfShellExec() in UIDGenerator and style fixes." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47897 [19:26:37] New patchset: Parent5446; "Use wfShellExec() in UIDGenerator and style fixes." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47897 [19:26:46] 03(mod) ArticleFeedback extension needs a mobile interface - 10https://bugzilla.wikimedia.org/32293 +comment (10Tomasz Finc) [19:29:26] * Isarra nudges MatmaRex. [19:29:46] What do folks use for icons for Vector? Is there any specific icon set? [19:29:57] ouch. [19:34:41] blarrrgh [19:34:50] I'm having trouble with external image repos [19:34:50] D: [19:38:43] 03(NEW) wbeditentity ignores baserevid (causes the same alias added multiple times) - 10https://bugzilla.wikimedia.org/44768 major; MediaWiki extensions: WikidataRepo; () [19:41:33] 03(mod) language terms table should be editable in JavaScript UI - 10https://bugzilla.wikimedia.org/44755 +comment (10wikidata-bugs) [19:41:36] 03(mod) language terms table should be editable in JavaScript UI - 10https://bugzilla.wikimedia.org/44755 +comment (10wikidata-bugs) [19:48:26] I don't like vector. [19:48:47] I mean, it's nice and kind of pretty and good and subtle, but it makes it annoying to work with. [19:48:58] MatmaRex: Can I have your brain and use it to work with this? [19:49:22] New patchset: Ori.livneh; "Add integration tests for efSchemaValidate()" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47890 [19:49:36] Isarra: it's freely accessible via the IRC interface, what's up? [19:50:32] i've been ripping apart parts of Vector just recently [19:50:49] it pleases me in a masochistic way [19:51:43] MatmaRex: What's your impression of the tabs in the preferences? [19:52:05] Would that be easy to rework? Would anyone notice? [19:52:24] Could they be made more responsive to screen size? [19:53:06] Hi, I'm searching for help [19:53:21] I'm an admin at Spanish Wikivoyage [19:53:38] what sort of help? [19:53:39] Isarra: hm, i dunno. they don't get in the way at least, which is good [19:53:47] Isarra: what would you like to do with them? [19:54:12] We are trying to get the text not to float around the table of content [19:54:25] For example [19:54:37] Well, on small screens, they tend to stack. It looks pretty ridiculous. [19:54:58] You could see the article http://es.wikivoyage.org/wiki/Lyon [19:55:28] Isarra: not as ridicuouls as what the article tabs do [19:55:31] We want the text over and above the table of content, not arounf [19:55:31] Looks like you have some js doing that. [19:55:32] Isarra: at lesat they stay clickable [19:55:52] bah, typos. [19:55:55] MatmaRex: Well, they could get narrower instead of just going away. [19:56:06] I tried to change MediaWiki:Common.css [19:56:11] 03(mod) Extensions awaiting code review to be deployed on Wikimedia wikis (tracking) - 10https://bugzilla.wikimedia.org/31235 (10Helder) [19:56:30] New review: Ori.livneh; "Very nice." [mediawiki/extensions/GuidedTour] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/47840 [19:56:32] Isarra: the pref tabs or the article tabs? [19:56:43] Change merged: jenkins-bot; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47840 [19:56:43] This is the change http://es.wikivoyage.org/w/index.php?title=MediaWiki%3ACommon.css&diff=60668&oldid=59723 [19:56:53] but it doens't work [19:57:03] 03(mod) Add minwiki to sites table - 10https://bugzilla.wikimedia.org/44750 +comment (10sam) [19:57:03] What do we have to change? [19:57:05] HrAd: It's not css, but js doing it. [19:57:12] I'm not sure where this js is, however. [19:57:38] That's an important clue to me [19:58:04] Change merged: jenkins-bot; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/47531 [19:58:50] HrAd: It may be this. http://www.mediawiki.org/wiki/Extension:TocTree [19:58:53] Change merged: jenkins-bot; [mediawiki/extensions/E3Experiments] (master) - https://gerrit.wikimedia.org/r/47754 [19:59:17] I'll see, thanks [19:59:59] MatmaRex: Preference tabs! Er... wait, which? [20:00:11] The article tabs go hidey. The preference ones stack. [20:00:49] yes. the article tabs are clearly broken, but i'm working on this. the preference tabs IMO behave correctly. [20:01:02] i'm no designer, i don't know how that could be made nicer [20:01:06] anomie: hm, I wonder why the continue output has different formats sometimes in https://gerrit.wikimedia.org/r/#/c/47188/1/includes/api/ApiQueryImageInfo.php [20:01:11] (that = pref tabs behavior) [20:01:15] (this was in the old code) [20:01:25] but you're right that it's not the prettiest behavior [20:01:34] the TS_ISO_8601 bit [20:01:46] New review: Mattflaschen; "Cool that assertJsonStringEqualsJsonString exists." [mediawiki/extensions/EventLogging] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/47890 [20:01:51] As a designer, I would say that that is not nicely. >.> [20:01:56] It's functional, but not nice. [20:02:06] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47890 [20:02:32] looking at https://www.mediawiki.org/wiki/API:Search it says a possible parameter is 'limit'. But when i add it to the example url, the reply says limit is an unrecognized param. Am I missing something? [20:03:12] xorgate: You need the prefix for the query. So if it's, say, deleted revisions, the prefix is 'dr' so it would be 'drlimit'. [20:03:30] And don't ask why the only one I know off the top of my head is deleted revisions. [20:03:32] in this case its srlimit [20:03:35] Aaron|home- If there's only one title, it doesn't need to record which title it was in the middle of so it can just use the 'start' parameter to say where to start again next time. I don't know why it uses TS_ISO_8601 though. The change in the patch is just to make it not start over in certain extremely unusual cases. [20:03:57] ah ok thanks guys.. i should read more i reckon [20:06:29] New patchset: Anomie; "Add "ToString" unit test formatter" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47911 [20:07:48] Change abandoned: Anomie; "Oh, the URI library got merged while I was finishing up the Title library that I split this out for...." [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47911 [20:10:53] MatmaRex: If you wanted to move something off a page and into a popout dialog thing, how would you do that? [20:11:43] New patchset: Parent5446; "Use wfShellExec() in UIDGenerator and style fixes." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47897 [20:12:05] New patchset: Ori.livneh; "Gate HEAD SHA1 logging with config var" [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47912 [20:12:15] Isarra: i'm afraid this would depend on what exactly that something is and how exactly would that poput thing behave [20:12:30] * Isarra hug-tackles MatmaRex. [20:12:35] Isarra: but jquery.ui.dialog would possibly be useful somewhere [20:12:48] Isarra: (it's a module included in mediawiki/core, wikieditor uses it) [20:13:13] New patchset: Anomie; "Add mw.title library" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47913 [20:13:24] MatmaRex: You know the Watchlist options fieldset at the top of the watchlist? [20:13:58] Isarra: yeah [20:14:41] I want to make a js that moves it and and does this. http://images.uncyclomedia.co/uncyclomedia/cabal/e/e3/Watchlist_tools_1.png [20:14:41] ...a really simply js. [20:14:42] Change merged: Parent5446; [mediawiki/extensions/ThrottleOverride] (master) - https://gerrit.wikimedia.org/r/45517 [20:14:53] So I can test it. Like see if it's completely stupid and stuff. [20:15:05] Because there's a good chance this entire notion really is completely stupid. >.> [20:16:35] Isarra: seems reasonable, i think this fieldset is used pretty rarely [20:16:54] Isarra: but TBH on that mockup, i'm more excited about the grey tabs :) this looks actually really useful [20:17:08] Yay! [20:17:34] argh, why did iwkipedia have to break exactly right now D: [20:18:39] It loves you. [20:25:47] 03(mod) Unable to edit articles in ku.wiktionary and sr.wikinews - 10https://bugzilla.wikimedia.org/44748 +comment (10Chad H.) [20:26:19] Hello. [20:26:38] * Isarra wraps Dereckson in tinsel and hugs him. [20:26:42] :) [20:26:48] New review: Anomie; "Odd that the parser isn't available. But we can still get the title via $this->getEngine()->getTitle..." [mediawiki/extensions/Scribunto] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/47903 [20:26:51] * Dereckson hugs back Isarra. [20:27:29] New patchset: Anomie; "Lua ustring implementation" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/38013 [20:27:39] New review: Anomie; "PS23: Rebase" [mediawiki/extensions/Scribunto] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/38013 [20:28:10] How your work is flowing? [20:28:55] New patchset: Anomie; "Scribunto language library" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/42050 [20:29:06] New review: Anomie; "PS12: Rebase" [mediawiki/extensions/Scribunto] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/42050 [20:31:17] anomie|away: https://gerrit.wikimedia.org/r/#/c/47189/1/includes/api/ApiQueryImageInfo.php adds more of that ISO timestamp code [20:31:27] * Aaron|home wonders if that can be refactored [20:34:21] Change merged: jenkins-bot; [mediawiki/extensions/EventLogging] (master) - https://gerrit.wikimedia.org/r/47912 [20:34:49] 03(mod) Login button not visible on smaller screens - 10https://bugzilla.wikimedia.org/44457 +comment (10Brion Vibber) [20:36:29] hallo everybody [20:37:19] is there someone that can help me with the deleting of a page that has a nonstandard character on title? [20:37:40] s_bastian: Hi there! Can you be more specific? [20:37:50] hi and thanks [20:38:03] any sqlite experts around? a unit test shows different results between sqlite and mysql :( [20:38:11] i've this same problem as here , pint 1 and 2 [20:38:13] http://www.mediawiki.org/wiki/Help_talk:Sysop_deleting_and_undeleting [20:38:25] *point [20:38:43] my wiki has been badly spammed and I was doing some cleanups [20:38:50] New patchset: Ori.livneh; "Update EventLogging to master" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/47957 [20:39:06] 03(mod) Remove IP throttle for account creation (provide override whitelist via a MediaWiki extension?) - 10https://bugzilla.wikimedia.org/25000 (10Nemo) [20:39:22] yurik: Which test? Where are the results? [20:40:25] s_bastian: It looks like a database or table somewhere has the wrong encoding [20:40:30] https://gerrit.wikimedia.org/r/#/c/47839/ [20:40:55] I0ve looked for the page_title on table [20:41:19] and tried to change it via myadmin to somethin standard [20:41:41] but nuke still sees it with the "wrong" tile [20:41:46] *title [20:42:04] marktraceur: basically when the test creates several pages -- https://gerrit.wikimedia.org/r/#/c/47839/2/tests/phpunit/includes/api/query/ApiQueryBasicTest.php -- see addDBData [20:42:21] s_bastian: And you can't delete it from the page itself? Is this public, can you link me to the page? [20:42:32] sure [20:42:50] the api call action=query&list=allcategories returns duplicate results [20:42:55] http://wikicab.mameitalia.net/index.php/Particulier_fran%C3%A6_s_vends_voiture_en_tunisie [20:43:17] now it is messed up due to deletion attempts [20:43:56] looks like it has been deleted already [20:44:03] yes [20:44:14] still extension:nuke hangs there [20:44:34] don0t even shows pages after that [20:44:41] New patchset: Ori.livneh; "Update EventLogging to master" [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/48003 [20:44:57] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/47957 [20:45:19] marktraceur: http://pastebin.com/byhVcKZM is the shorter version of the test [20:46:16] it uses editPage() from the base class from the gerrit check in [20:46:25] hold a sec I'll upload the screen somewhere [20:46:50] New patchset: Demon; "Clean up title handling for defaultUrl" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47903 [20:46:53] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47897 [20:47:24] * Isarra wraps sumanah in tinsel. [20:47:28] New patchset: Aaron Schulz; "Made Page an interface, since it is only there to pass type checks." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48012 [20:47:47] New patchset: Ori.livneh; "Update PostEdit to master" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48013 [20:47:49] Hi Isarra! [20:47:56] New review: Aaron Schulz; "This also frees up the hierarchy" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/48012 [20:48:03] * sumanah glints merrily in the light [20:48:08] Hey, lovely. [20:48:11] Anything I can do for you? [20:48:17] <^demon> anomie|away: I cleaned up that title issue :) [20:48:31] New review: btongminh; "This should definitely be added to the backend (UploadFromUrl) rather than in the frontend." [mediawiki/core] (master) C: -1; - https://gerrit.wikimedia.org/r/47854 [20:48:32] Can you teach me to deal with people? [20:48:34] I mean... [20:48:44] That would be kind of a lot of work, probably. [20:49:06] here it is [20:49:07] http://www.progettoemma.net/public/nuke.jpg [20:49:20] 03(NEW) Add way to zoom video without going fullscreen - 10https://bugzilla.wikimedia.org/44769 enhancement; MediaWiki extensions: TimedMediaHandler; () [20:49:23] there are thousands of more page sto be niked [20:49:29] *nuked [20:49:33] Isarra: there are many people who think I don't deal with people particularly well. There are people who find me offputting, boring, harsh, blunt, etc. [20:49:47] So I sort of feel like ..... I might be a bad teacher! [20:49:58] but even if that page seems to have been deleted, nike hangs there [20:50:06] New patchset: Raimond Spekking; "Revert "Localisation updates from http://translatewiki.net."" [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/48014 [20:50:07] sumanah: Heh, well, you try. If nothing else that's at least inspiring. [20:50:14] Change merged: Raimond Spekking; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/48014 [20:50:33] likle if nuke takes the title from a different table than page ->page_title [20:50:42] Isarra: that's delightful to hear and I thank you. [20:50:56] ^demon- Looks good [20:51:22] s_bastian: try restoring that page (undelete) and deleting it again to see if that fixes the issue [20:51:27] Change merged: jenkins-bot; [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/48003 [20:51:31] Change merged: Demon; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47903 [20:51:33] 03(mod) Minor tweak to MediaWiki:Wikimedia-copyrightwarning - 10https://bugzilla.wikimedia.org/44384 +comment (10Thehelpfulonewiki) [20:51:48] <^demon> anomie: Yay, now the uri library is wrapped up :) [20:51:51] So, I can give a couple of general tips that *helped me* -- I think I can't commit to teaching you better people-dealing skills but I can offer some ideas [20:53:15] Thank you. [20:54:05] 03(mod) Remove IP throttle for account creation (provide override whitelist via a MediaWiki extension?) - 10https://bugzilla.wikimedia.org/25000 +comment (10dereckson) [20:54:42] 1 was from Dale Carnegie's "How to Win Friends and Influence People" which I read and found very useful -- it was the handbook I wanted -- basically, it suggests that one try to see things from others' point of view, and gives some examples. [20:55:00] good.... doesn't even shows in special:undelete [20:55:27] I know that kind of sounds trite but it's been pretty useful to me [20:55:49] s_bastian: ok, try another thing: create the page normally, and delete it [20:55:52] Stormy Peters (GNOME & Mozilla leader) thinks of it this way: if I were in your situation, and had the exact same experiences as you, I would feel exactly as you do. [20:55:54] New review: Massaf; "I'm noticing on Toro that when you reload the CAPTCHA the container skips around in height. Do we kn..." [mediawiki/extensions/E3Experiments] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/46473 [20:56:32] sumanah: Ain't trite. Lack of (applied) empathy seems to cause a decent bulk of problems around here. [20:56:48] For sure! and I have failed at it sometimes, for sure [20:57:08] and the second tip that has helped me specifically I think is John Scalzi's line "the failure mode of clever is asshole" [20:57:27] Folks differ, though - some in the same position will feel very different from others... [20:57:41] What does that mean? [20:58:02] s_bastian: also, you should read http://www.mediawiki.org/wiki/Manual:Combating_spam - Your wiki is being eated up by spam, literally, and even if you delete pages, the database is increasing in size anyway to the point that it may excess the limit imposed by your hosting plan (depending on your hosting plan, of course) [20:58:47] I'll link to Scalzi's explanation http://whatever.scalzi.com/2010/06/16/the-failure-state-of-clever/ but to me it means: I'd rather be clear and earnest and understood than make a joke. Or at least I try to do that [20:58:48] actually, tehy already did, and lot of cleanup has been done... table had reached 15gb O_o [20:58:56] Does mediawiki use camelCase, hyphens, or just whatever people feel like for class names? [20:59:12] Clarity is hard. [20:59:22] NOW I've read that page already, but too late [20:59:59] s_bastian: oh, sad to read this :( [21:00:12] I talk about this a little more in my LWN comment at https://lwn.net/Articles/501953/ (the child comment; parent included for better context) [21:00:13] New patchset: Anomie; "Fix unit tests after I62259b76" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/48016 [21:00:43] ^demon- Hrm. I should have run the unit tests first. !g 48016 [21:01:03] <^demon> Bah, I should've too. [21:01:06] lol.... I'm dumb too.... I was asking myswlf why I could not recreate the page... set a edit=false to all... sysops included....... [21:01:07] New patchset: Aaron Schulz; "Update use of Page interface for 7fa1aa7364a9f89669a457fd098a0cc51954529d" [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/48017 [21:01:13] <-stupid :P [21:01:20] heh [21:01:25] ^demon: https://gerrit.wikimedia.org/r/48017 [21:01:45] Change merged: Demon; [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/48016 [21:01:54] <^demon> anomie: Verified and merged. [21:01:59] sumanah: Did you see Daniels email about broken replag? [21:02:22] Change merged: Demon; [mediawiki/extensions/EducationProgram] (master) - https://gerrit.wikimedia.org/r/48017 [21:02:27] Ehm, replication :P [21:03:19] sumanah: Ooooh, that is... so true. [21:03:40] And Isarra before I go (to my last meeting of the day) I want to mention that I appreciate you talking with me about this and I would be happy to pick up the conversation another time [21:03:57] * Isarra hugs sumanah. [21:04:01] multichill: I did see it -- I believe DaB. filed an rt ticket that is being picked up on [21:04:04] * sumanah hugs Isarra back [21:05:05] multichill: Andrew Otto ("ottomata") is the RT ticket response person this week [21:05:29] Never heard of him. Does he understand what the impact is? [21:05:55] 03(mod) Unable to edit articles in ku.wiktionary and sr.wikinews - 10https://bugzilla.wikimedia.org/44748 (10Alex Monk (Krenair)) [21:06:16] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48013 [21:06:48] not working.... [21:07:04] Where's the mediawiki style guide? [21:07:04] recreated the page, still cannot delete it [21:07:09] <_< [21:07:34] Oh, wait, it's the stle guide, nevermind. [21:07:49] hiya! [21:08:00] i have been summoned! [21:08:30] what's up? [21:08:30] multichill: ^ talk to him. Sorry, I have to listen to a meeting for the next 54 min [21:08:32] * Isarra gives ottomata a heap of tinsel. [21:08:55] multichill, I know nothing about replication lag, but I am ops responder this week, so I can at least find people who do :) [21:09:08] if only I could find where nuke gets that title from, and edit in in mysql.... <_< [21:09:52] ottomata: Most of the Toolserver cluster comes to a grinding halt without a database feed [21:10:04] * MatmaRex_ is back - did anyone call me? [21:10:39] !table recentchanges [21:10:39] For help on creating tables in wikitext, see and [21:10:47] !db recentchanges [21:10:47] See http://www.mediawiki.org/wiki/Manual:recentchanges_table [21:10:53] Hi there, I'm getting the error: Files of the MIME type "application/x-opc+zip" are not allowed to be uploaded. when uploading a .docx file... [21:10:54] Isarra: mw.org, [[CC]]? [21:11:05] can someone point me in the right direction please? [21:11:09] thank you in advance!! [21:11:13] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48012 [21:11:36] MatmaRex_: Yes. For some reason I can never seem to find it. >.< [21:11:49] EPiSKiNG-: arh, i think there's a bug for that [21:11:54] 03(mod) ku and sr languages completely broken - 10https://bugzilla.wikimedia.org/44748 summary (10Alex Monk (Krenair)) [21:12:03] multichill, sorry to disappoint, I am relatively new on the ops team, working mostly on analytics, so I don't have much touch with a lot of the infrastructure, including toolserver, so you'll have to explain some more or point me to some documentation [21:12:23] i'm trying to load wiki.toolserver.org right now [21:12:34] is that down due to a db problem? [21:12:37] In Tampa there is a host called "amaranth" [21:13:00] EPiSKiNG-: this might be https://bugzilla.wikimedia.org/show_bug.cgi?id=38432 [21:13:14] New review: Demon; "Tests fail :(" [mediawiki/extensions/Scribunto] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/47913 [21:13:20] It went down 0d 17h 56m 57s ago [21:14:34] s_bastian: I'm talking to you in private, is that fine for you? [21:15:46] New patchset: Ori.livneh; "Update E3Experiments to master" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48018 [21:15:54] MatmaRex_: thanks!!! [21:16:53] although, I'm runnning 1.17.2 [21:17:38] EPiSKiNG-: sorry, i don't really know how uploading works, just remembered about that bug [21:17:50] EPiSKiNG-: maybe you just need to configure the mime types you allow or something [21:18:11] New patchset: Ori.livneh; "Update E3Experiments to master" [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/48019 [21:20:06] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48018 [21:23:05] New patchset: Ori.livneh; "Update E3Experiments to master." [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/48019 [21:26:13] 03(mod) SSH key management should exist as a tab in the preferences - 10https://bugzilla.wikimedia.org/40092 +comment (10Andrew Bogott) [21:26:30] MatmaRex: I added application/x-opc+zip docx xlsx pptx to my wiki/includes/mime.types file, but it's still not working [21:27:07] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/48019 [21:28:15] 03(mod) paging for entity selection in statement - 10https://bugzilla.wikimedia.org/44677 (10sumone10154) [21:29:32] 03(mod) Switching to a non-whitelisted language shows wrong error message - 10https://bugzilla.wikimedia.org/44436 +comment (10dfoy) [21:29:46] 03(mod) Implement claim difference visualization in DiffView - 10https://bugzilla.wikimedia.org/44095 (10sumone10154) [21:30:42] 03(mod) Allow for something other than master to be deployed - 10https://bugzilla.wikimedia.org/42188 +comment (10cmcmahon) [21:32:41] Is there any other place where $wgMimeTypeBlacklist is defined other than LocalSettings.php? [21:34:16] 03(mod) kowikiversity, minwiki, and tswiki using SVG instead of PNG for $wgLogo - 10https://bugzilla.wikimedia.org/44741 +comment (10b) [21:35:30] Danny_B: robla ^demon anomie guillom Tim-away - I emailed you the text of the etherpad [21:35:44] thanks; will look at it tomorrow [21:35:53] thanks sumanah [21:35:53] got it, thx [21:35:54] you're welcome [21:36:00] I take it we're done [21:36:13] I was just lucky that I have the instinct to control-a control-c when an etherpad starts acting funny [21:36:30] I called it [21:36:31] it's back now, fwiw [21:36:37] guillom wanted to go to bed [21:36:41] let me verify, because i didn't catch the beginning: we *are* going to deploy it on 18 th on those wikis mentioned there, right? [21:36:52] url? [21:36:53] yeah, that's fine. "it's back now" referred to etherpad [21:37:01] w/w [21:37:10] Well, I'm going to bed because it seemed like we were done, not the other way around :) [21:37:23] Danny_B: yeah [21:37:28] guillom: I think we were [21:37:37] goodnight! [21:37:41] ok :) [21:37:49] robla: http://www.php.net/manual/en/migration55.new-features.php [21:38:04] (if it rings a bell) [21:38:37] ah, the generators thing. that answers my question :) [21:38:59] New patchset: CSteipp; "(bug 44761) Fix sanitization for alt text" [mediawiki/extensions/RelatedArticles] (master) - https://gerrit.wikimedia.org/r/48020 [21:39:23] and they finally added try-catch-finally [21:39:43] Change merged: Demon; [mediawiki/extensions/RelatedArticles] (master) - https://gerrit.wikimedia.org/r/48020 [21:39:55] "The original MySQL extension is now deprecated, and will generate E_DEPRECATED errors when connecting to a database. Instead, use the MySQLi or PDO_MySQL extensions. " [21:39:59] New patchset: Pgehres; "Adding Special:SystemStatus" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/48021 [21:40:03] ^demon: we will have to deal with that someday :) [21:40:25] 03(mod) Investigate generating tours automatically - 10https://bugzilla.wikimedia.org/44597 (10MZMcBride) [21:40:31] <^demon> Aaron|home: Deal with? [21:40:34] <^demon> I like finally :) [21:40:47] <^demon> Maybe it's because I write too much Java. [21:40:53] no mean the DB stuff [21:41:01] *I mean [21:41:22] New patchset: Ori.livneh; "Update RelatedArticles to master" [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/48022 [21:41:42] <^demon> Oh, that. [21:41:44] <^demon> Heh [21:42:05] New patchset: Ori.livneh; "Update RelatedArticles to master" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48023 [21:42:15] <^demon> If we used PDO, we could possibly clean up some of our db handling code. Sqlite already uses pdo. [21:42:17] * Aaron|home likes finally, though often prefers RAII patterns [21:42:31] of course no raii in java :) [21:42:35] death to PDO!! [21:42:37] 03(mod) Info action should not omit number of watchers row when $wgUnwatchedPageThreshold is not false - 10https://bugzilla.wikimedia.org/44253 +comment (10Brad Jorsch) [21:42:45] <^demon> csteipp: Orly? [21:42:45] (not really) [21:42:55] But they allow query stacking [21:43:04] Which is not fun for sql injection [21:44:15] I found out why y'all couldn't hear me -- I was muted because I'd just rebooted, and I forgot to check whether I was muted at that level. sigh [21:44:50] New patchset: Ori.livneh; "Update RelatedArticles to master." [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48023 [21:45:04] (I had previously gotten everything seized up because I tried to use a USB headset that evidently was Satan) [21:45:21] sumanah: are you on linux? [21:45:22] (given how my computer tried to reject it) [21:45:24] I am. [21:46:05] it's really stupid how linux mutes newly-connected USB microphones [21:46:19] New patchset: Ori.livneh; "Update RelatedArticles to master" [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48023 [21:46:29] Is that what happened! Or at least one of the flowers in the pain bouquet. [21:46:29] New patchset: Anomie; "Add mw.title library" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47913 [21:46:41] * Aaron|home recalls the "You wanna make sure you're on Windows" sumanah quote [21:46:50] * Aaron|home loves to think of that out of context [21:46:52] in.f. Windows where a newly connected microphone is made to be the default selection with the [21:46:53] 03(mod) SSH key management should exist as a tab in the preferences - 10https://bugzilla.wikimedia.org/40092 +comment (10rlane32) [21:46:59] I do not remember saying that Aaron|home! When did I say that? [21:47:08] volume remembered from last time it was connected [21:47:20] at a sushi place or something, I recall the topic was gaming [21:47:34] I threatened to make that a BZ quip [21:47:38] New patchset: Ori.livneh; "Update RelatedArticles to master." [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/48022 [21:47:47] Ha! Oh I kind of remember now :-) [21:47:51] there's an app called "earcandy" which does these kinds of things as a daemon [21:48:00] but I tried it and it was buggy [21:48:42] New patchset: Mattflaschen; "Update logging to latest Schema:GuidedTour." [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/48025 [21:48:53] 2.5 stars in Ubuntu Software Center. Yeah. [21:49:32] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48023 [21:49:38] <^demon> sumanah: 2.5? Yup, it's less 4 stars ;-) [21:49:44] TimStarling: you know how we don't stub wgContLang anymore? [21:49:56] application/x-opc+zip [ARCHIVE] --- can i give application/x-opc+zip [OFFICE] also? [21:49:59] I wonder if that was a bit of a mistake in terms of cli scripts [21:50:21] or can one MIME type only be associated with one MIME type? [21:50:34] Aaron|home: it's slow? [21:50:55] no APC for command line scripts, of course [21:51:04] New patchset: Anomie; "Clean up ApiQueryImageInfo continuation" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47188 [21:51:14] not as slow as setting up all the object caches (4 or so) but a non-tiny chunk of setup.php [21:51:25] New review: Anomie; "Rebased." [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/47188 [21:51:43] of course almost any sapi hit would unstub it anyway, but sometimes cli scripts manage to not need it [21:52:00] what exactly is the reason for there being no APC for command line scripts? [21:52:13] surely it would be just a few lines of code to implement that [21:52:50] 03(mod) Allow for something other than master to be deployed - 10https://bugzilla.wikimedia.org/42188 +comment (10Platonides) [21:53:03] what process would store the shared memory, since it can't be apache? [21:53:10] New patchset: Anomie; "Add mw.title library" [mediawiki/extensions/Scribunto] (master) - https://gerrit.wikimedia.org/r/47913 [21:53:16] well, who knows [21:53:36] New patchset: Hashar; "Jenkins job validation (DO NOT SUBMIT)" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48027 [21:53:40] TimStarling: oh wait, you mean some MW code? [21:53:44] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf9) - https://gerrit.wikimedia.org/r/48022 [21:55:59] knocking off for the day. [21:56:00] bye all [21:56:31] New review: Ori.livneh; "Just fix the tab; don't worry about the comment." [mediawiki/extensions/GuidedTour] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/48025 [21:56:56] could someone give this patch a closer look? https://gerrit.wikimedia.org/r/#/c/46005/ [21:57:13] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47188 [21:57:18] 03(NEW) Base config does not contain expected language link prefixes - 10https://bugzilla.wikimedia.org/44770 normal; Parsoid: JS/General; () [21:58:11] it's my wild guess at what might be our blocker. largely intuition and black box investigation of the git logs [21:58:31] 03(mod) Base config does not contain expected language link prefixes - 10https://bugzilla.wikimedia.org/44770 (10Gabriel Wicke) [21:58:31] 03(mod) Recognize interwiki and language links - 10https://bugzilla.wikimedia.org/42160 (10Gabriel Wicke) [21:58:44] Aaron|home: you don't need a process to store shared memory, it can just be in a file [21:59:07] I guessed a file could be well paged if used a lot too [21:59:20] !b 44748 [21:59:20] https://bugzilla.wikimedia.org/44748 [22:00:01] the permissions issues could be tricky [22:00:32] you can't let unprivileged users write to the file because they could cause segfaults [22:01:00] New patchset: Parent5446; "(bug 3233) Send a cookie with autoblocks to prevent vandalism." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48029 [22:01:18] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +patch-in-gerrit; +comment (10Tyler Romeo) [22:01:26] mind you, there are probably ways to write to it if you can run arbitrary PHP scripts on apache in the current system [22:01:28] New patchset: Hoo man; "(bug 44748) Load default variant tables before using them" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48030 [22:01:52] hey Dereckson! i pushed a change set yesterday. i would appreciate it if you took a look. :https://gerrit.wikimedia.org/r/#/c/47824/ [22:02:16] ohh, nm, looks like Hoo man is on it [22:02:45] robla: I spent ages debugging the parser till I figured out the issue is way more trivial :P [22:03:30] 03(mod) ku and sr languages completely broken - 10https://bugzilla.wikimedia.org/44748 +patch-in-gerrit; +comment (10Marius Hoch) [22:03:30] 03(mod) Call to undefined method languages::getCode() - 10https://bugzilla.wikimedia.org/38339 +comment (10Brion Vibber) [22:05:36] New patchset: Pgehres; "Setting default personal information request to name and email only." [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/48032 [22:06:16] 03(mod) ku and sr languages completely broken - 10https://bugzilla.wikimedia.org/44748 (10Jesús Martínez Novo (Ciencia Al Poder)) [22:06:30] New patchset: Mattflaschen; "Update logging to latest Schema:GuidedTour." [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/48025 [22:08:01] New patchset: Matmarex; "made the footer cleanup script suck less" [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/48033 [22:08:28] New patchset: Ori.livneh; "Update logging to latest Schema:GuidedTour." [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/48025 [22:10:44] New patchset: Hoo man; "(bug 44748) Load default variant tables before using them" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48030 [22:11:29] Change merged: jenkins-bot; [mediawiki/extensions/GuidedTour] (master) - https://gerrit.wikimedia.org/r/48025 [22:11:41] New review: Hoo man; "Seems like I used the wrong function... doing it like the parent function now." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48030 [22:13:42] 03(NEW) If on edit page, with WikiEditor toolbar, delay showing guiders until toolbar loaded - 10https://bugzilla.wikimedia.org/44771 enhancement; MediaWiki extensions: GuidedTour; () [22:20:29] New patchset: Mattflaschen; "Update GuidedTour to master." [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48034 [22:21:01] anomie: maybe it's easiest to just leave that as static [22:21:39] Aaron|home- I can change it if that would be better. Doesn't matter a whole lot to me. [22:21:41] it just makes test cases harder [22:21:49] though I doubt we have any for that [22:23:07] ^demon: I have a fix for https://bugzilla.wikimedia.org/show_bug.cgi?id=35460 [22:23:33] New patchset: Pgehres; "Removing remnants of the name-email test" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/48035 [22:24:18] <^demon> PleaseStand: Oh? [22:24:38] I wrote a script to match up the `svn log` and `git log` outputs [22:24:42] Change merged: Ori.livneh; [mediawiki/core] (wmf/1.21wmf8) - https://gerrit.wikimedia.org/r/48034 [22:25:19] New patchset: Pgehres; "Removing name-email-only cc forms" [mediawiki/core] (fundraising/1.20) - https://gerrit.wikimedia.org/r/48036 [22:25:23] <^demon> PleaseStand: Put it on the bug, I'll be more than happy to take a look. [22:25:26] <^demon> :) [22:25:28] <^demon> Thanks! [22:40:24] eh [22:40:39] * MatmaRex is too young to get into GSOC [22:43:23] New patchset: Aaron Schulz; "Fixed bogus function call." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48037 [22:44:20] New review: Aaron Schulz; "Fixes 0beb6f98322327791cba42c1ef6d1c3d5967888f." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/48037 [22:44:54] New patchset: Parent5446; "(bug 3233) Send a cookie with autoblocks to prevent vandalism." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48029 [22:45:51] ^demon: https://gerrit.wikimedia.org/r/#/c/48037/ heh [22:50:01] Change merged: jenkins-bot; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48037 [22:50:01] New patchset: MaxSem; "Limit ApiQueryImageInfo transform calls" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/47189 [22:58:33] New review: MZMcBride; "I'm concerned about this. We already have issues where users are mistakenly blocked and then the aut..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/48029 [22:59:38] New review: Parent5446; "So should the bug be closed as WONTFIX?" [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/48029 [23:00:08] New patchset: Parent5446; "(bug 3233) Send a cookie with autoblocks to prevent vandalism." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/48029 [23:00:36] New patchset: Matmarex; "adjustments to footer cleanup's CSS" [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/48039 [23:00:56] New review: Mattflaschen; "Munaf, we are working on this part at https://gerrit.wikimedia.org/r/#/c/44376/ . I'll comment there." [mediawiki/extensions/E3Experiments] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/46473 [23:02:37] 03(mod) Need commit notes to match SVN revision numbers for core - 10https://bugzilla.wikimedia.org/35460 +comment (10pleasestand) [23:04:08] New review: Parent5446; "I'm not bothering with this failure for now until it's settled that the bug actually should be fixed." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/48029 [23:06:20] New review: Mattflaschen; "Will comment at bug since it's mainly conceptual stuff, not the code per se (though some more server..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/48029 [23:08:59] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 (10MZMcBride) [23:10:02] 03(mod) Requires a Manually Created Session file if /../tmp does not exist - 10https://bugzilla.wikimedia.org/44733 +comment (10martin.vahi) [23:16:24] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10b) [23:18:50] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10Matthew Flaschen) [23:21:06] New patchset: Matthias Mullie; "Refactor AFT backend" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/46797 [23:21:13] New review: RobLa; "Hi Marius, thanks for jumping on this! One thing I'm confused about is why things worked fine in 1...." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/48030 [23:21:53] hoo: ^ [23:21:57] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10tylerromeo) [23:25:44] robla: Bit hard to answer [23:26:41] hi hoo, I'm less interested in digging around to the exact answer to that question, and more interested in getting confidence that your fix is the right fix [23:27:46] New patchset: Mwalker; "begin using CentralNotice classes" [mediawiki/extensions/CentralNotice] (master) - https://gerrit.wikimedia.org/r/28833 [23:27:57] hoo: we you able to repro the problem on a local install? [23:28:05] 03(mod) paging for entity selection in statement - 10https://bugzilla.wikimedia.org/44677 (10MF-Warburg) [23:28:38] New review: Hoo man; "Using git bisect I was able to track the cause down to https://gerrit.wikimedia.org/r/45735 though I..." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/48030 [23:29:03] robla: Of course, that one is very easy to reproduce... [23:30:24] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10mflaschen) [23:31:50] hoo: that's really helpful, thanks [23:33:07] 03(mod) paging for entity selection in statement - 10https://bugzilla.wikimedia.org/44677 (10Robin Pepermans (SPQRobin)) [23:33:09] :) autoConvertToAllVariants seemed to load the tables so they used to be loaded earlier... [23:33:46] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10tylerromeo) [23:34:30] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10tylerromeo) [23:39:14] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10bawolff+wn) [23:40:24] midAirCollision of the ages! [23:41:43] i really need to get people to review my stuff. :( [23:42:33] 03(mod) Need commit notes to match SVN revision numbers for core - 10https://bugzilla.wikimedia.org/35460 +comment (10PleaseStand) [23:42:35] :-( [23:42:35] hoo: I wonder why the unit tests didn't catch the lang converter issue [23:43:10] bawolff: Probably they either didn't test that or way called a method loading the tables before using the broken ones [23:43:19] * tehy [23:43:24] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10mflaschen) [23:43:34] OK, I need to determine with ParserFunctions if the current hour is greater than 19 and less than 23 - how do I do that? [23:43:40] s/way/they/ ... embarrassing :P [23:44:31] Its interesting because there are parser tests that cover the language converter, which I would expect to initialize things in the same way as the general parser would [23:44:51] bawolff: Well, the order mattered a lot over here as it seems [23:45:07] Mono: look into {{#time and {{#ifexpr [23:45:12] !parserfunctions [23:45:12] "Parser functions" are a way to extend the wiki syntax. ParserFunctions is an extension that provides the basic set of parser functions (you have to install it separately!). For help using parser functions, please see . For details about the extension, see . [23:45:14] Mono: {{#ifexpr: {{CURRENTHOUR}} > 19 && {{CURRENTHOUR}} < 23|yes |no}} [23:45:22] (might have the && operator wrong) [23:45:36] Mono: Keep in mind caching will make that not be up to date at all times [23:45:37] oh wait, we have the CURRENTSTUFF things. right. [23:45:46] bawolff: http://www.mediawiki.org/wiki/User_talk:Mono [23:45:59] MatmaRex: from the dark ages before we had #time :P [23:46:05] let me see what the correct one is :) [23:46:24] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10tylerromeo) [23:46:24] 03(mod) Need commit notes to match SVN revision numbers for core - 10https://bugzilla.wikimedia.org/35460 +comment (10PleaseStand) [23:46:42] Mono: try just plain and written out [23:46:54] hmm? [23:47:13] oh 'and' [23:47:14] Mono: I edited your talk page [23:48:23] that works - thanks :) [23:48:49] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10mflaschen) [23:54:36] New review: Krinkle; "Closure is not the same as event listener for domready." [mediawiki/extensions/ArticleFeedbackv5] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/47878 [23:55:52] New review: Hoo man; "Looks ok despite (untested)" [mediawiki/extensions/ArticleFeedbackv5] (master) C: -1; - https://gerrit.wikimedia.org/r/47086 [23:56:04] 03(mod) Send a cookie with each block? - 10https://bugzilla.wikimedia.org/3233 +comment (10tylerromeo) [23:59:12] 03(mod) kowikiversity, minwiki, and tswiki using SVG instead of PNG for $wgLogo - 10https://bugzilla.wikimedia.org/44741 +comment (10sam)