[00:08:33] New patchset: Aaron Schulz; "[FileBackend] Syncing from journal support." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4029 [00:09:37] 03(mod) Send email notifications of all MediaWiki Git commits to mediawiki-cvs list - 10https://bugzilla.wikimedia.org/35531 summary; +comment (10Krinkle) [00:10:01] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/4029 [00:10:53] 03(mod) Send notifications for new changesets in mediawiki/core.git to MediaWiki-CVS list - 10https://bugzilla.wikimedia.org/35531 summary (10Krinkle) [00:14:36] 03(mod) "Unterminated string constant" error in IE7 on action=edit - 10https://bugzilla.wikimedia.org/36074 summary; +comment (10Krinkle) [00:15:00] 03(mod) "Unterminated string constant" error in IE7 on action=edit - 10https://bugzilla.wikimedia.org/36074 (10Krinkle) [00:18:26] 03(mod) Oracle installer throw SET CONSTRAINTS ALL DEFERRED PL/SQL error - 10https://bugzilla.wikimedia.org/34280 (10rptrus) [00:28:21] 03(mod) Send notifications for new changesets in mediawiki/core.git to MediaWiki-CVS list - 10https://bugzilla.wikimedia.org/35531 +comment (10Chad H.) [00:30:06] 03(mod) Allow changing preferences via API - 10https://bugzilla.wikimedia.org/18195 (10Krinkle) [00:33:11] 03(mod) Send notifications for all changes (new patch/review/abandon/merge) in mediawiki/* to MediaWiki-CVS list - 10https://bugzilla.wikimedia.org/35531 summary; +comment (10Chad H.) [00:52:13] Ryan_Lane: Care to remind me what the problems with pull-requests were? [00:54:52] it puts the burden of merging on the reviewer [00:55:26] Oh, that's it? [00:55:37] in reality, though, pull requests done right are no different than pushes [00:55:46] I don't have a fundamental objection to them [00:56:32] it's hard enough to get code reviewed in our environment. Anything that makes it harder is a bad idea. [00:56:56] Ok... then there's no problem with the fact that my idea for Gareth's review page ideal look is looking closer and closer to a GitHub pull request [00:57:04] Btw... speaking of which. [00:57:12] as long as the burden of merge is on the submitter [00:57:33] yeah, GitHub automatically check if it applies cleanly [00:57:40] and if it doesn't? [00:57:43] It looks like GitHub got rid of that little issue. They have a merge button on their pull requests that let you do it automatically. [00:57:43] if not the submitter has to rebase it [00:57:47] * Ryan_Lane nods [00:57:51] great [00:57:54] <^demon> I rather dislike forking--I think it encourages non-trivial fixes to never get merged back to master. [00:57:59] or the reviewer may check out the branch and do it himself, that's not impossible [00:58:06] but not the usual github "way: [00:58:11] then it's fundamentally no different than a push [00:58:18] ^demon: a fork is simply a remote branch [00:58:26] 03(NEW) PDF page poorly rendered - 10https://bugzilla.wikimedia.org/36580 normal; MediaWiki extensions: PdfHandler; (M8R-udfkkf) [00:58:34] <^demon> Minor note: automatic rebasing for non-conflicting cases is a 2.4 feature ;-) [00:58:36] I hate the name fork personally [00:58:41] Note that PRs on github also work from one branch to another [00:58:47] within the repo [00:58:55] that works in gerrit too [00:59:01] 03(mod) PDF page poorly rendered - 10https://bugzilla.wikimedia.org/36580 +comment (10Smallman) [00:59:02] yeah [00:59:03] Ryan_Lane: speaking of pull requests, is it possible to make it so that on labs you can self-revie? I mean if for example someone is testing/tweaking their code then they wouldn't necessarily want to have to wait for a review before it is committed, https://gerrit.wikimedia.org/r/#/c/6584/ and https://gerrit.wikimedia.org/r/#/c/6727 ;) [00:59:17] a small advantage of forking over "secret branches" is that it keeps the repository somewhat smaller [00:59:30] Thehelpfulone: ideally, soon, it'll be possible to test all of your changes as much as you'd like before submitting for review [00:59:32] right now every changeset in gerrit is added to core.git even rejected ones [00:59:45] albeit not in any visible branch, but it is in there. [00:59:55] o.O [00:59:57] is that true? [01:00:00] Yes [01:00:04] Of couse [01:00:07] Ryan_Lane: ok great [01:00:13] Every patch set of every change set is viewable in gitweb [01:00:27] and locally when using show as well (using the sha1 hash that is) [01:00:31] <^demon> Ryan_Lane: `git pull refs/notes/review` [01:00:35] <^demon> On any gerrit repo [01:00:38] ah [01:00:41] * Ryan_Lane nods [01:00:53] <^demon> And all the permissions/etc are stored in refs/meta/config [01:00:56] Even Gareth will have to work that way [01:00:57] <^demon> :) [01:00:58] Krinkle: is a fork a full repo, or just a branch? [01:01:10] Ryan_Lane: on github? [01:01:12] yes [01:01:16] <^demon> In gerrit they're just branches. [01:01:18] <^demon> :) [01:01:30] Ryan_Lane: a full repo, but it is no different then what we do now. Just using a public mirror [01:01:34] On GitHub full repo iirc [01:01:34] Ryan_Lane: We all have forks locally [01:01:35] * Ryan_Lane nods [01:01:40] yeah [01:01:46] I really despise the word fork [01:01:51] deal with it :P [01:02:01] But if you don't use GitHub's button a normal fork/clone can be either [01:02:03] git lingo uses "clone" [01:02:06] or "checkout" [01:02:07] can we at least not call it a fork in garreth? [01:02:12] <^demon> Ryan_Lane: One of the reasons I don't like github. [01:02:24] ^demon: do you have access to be able to put those two mailman changes that I just linked to through? [01:02:24] a fork implies you are diverging the codebase [01:02:30] <^demon> Thehelpfulone: No. [01:02:39] it has a *really* negative connotation to it [01:02:39] Ryan_Lane: Gareth doesn't have the concept of forking/cloning... [01:02:50] <^demon> Ryan_Lane: Agreed. And to be perfectly honest, I think github encourages that actual forking behavior. [01:02:59] that's fucking horribl [01:03:10] <^demon> It encourages you to just "Oh I'll make my own copy of the repo and make my changes since upstream doesn't want them" [01:03:24] <^demon> And before you know it, you have 3 competing forks with different feature parity. [01:03:49] Dantman: is garreth going to have private repositories, and fine grained permission sets? [01:04:04] we actually depend on that pretty heavily right now [01:04:07] I disagree that forking is a bad word or a bad behavior encouragement. Forking without requesting a PR is no different than doing 'git clone' on mediawiki/core.git now and making changes locally without pushing [01:04:08] just terminology [01:04:19] yeah, it's the terminology that I dislike [01:04:33] you could consider your github account your local working copy, except with a (public) backup in the cloud [01:04:44] <^demon> Oh joy, just what I need...extra copies. [01:05:12] and you can (of course) force push or delete your repos in your github account at any t ime [01:05:13] <^demon> By pushing your "clone/fork/unicorn baby" to the public, you're putting it out there for people to use. [01:05:24] <^demon> That is a *fundamental* difference from a local clone I haven't pushed anywhere. [01:05:40] ^demon: Yep, but whether that is bad is debatable [01:05:45] this way it is more transparent and open [01:05:54] A remote branch is too [01:06:09] yeah, but that clutters the origin repository and requires access first. [01:06:13] <^demon> I'm going to call clones/forks unicorn babies now :) [01:06:14] true [01:06:46] <^demon> Chopped All-Stars finale...little more important that arguing git semantics :) [01:06:47] By using the github model there is no "commit but can't push" group, which I personally don't like we have right now [01:06:50] <^demon> Back in an hour. [01:06:54] Interoperability is the name of the game. Instead of managing public repos Gareth trys to work with any public repo. Whether it's GitHub, Gitorious, private, etc... instead of Gareth managing private repos we can setup a WM install of one of the many systems that already exist for hosting a farm of git repos. [01:07:31] ah, great, so we'd need to manage two disparate systems [01:07:39] Dantman: got a link for Gareth somewhere? [01:07:43] what is that anyway [01:07:55] Krinkle: http://gareth-review.com/ [01:08:09] !gareth [01:08:10] typo in menu "screenshots" ? [01:08:14] the nicest thing about gerrit is that it manages the repos [01:08:15] Dantman: Your project? [01:08:19] MHmm [01:08:33] and handles fine grained permission sets [01:08:35] Tch... I'll have to fix that later [01:08:47] Dantman: if a repo is private, how do you handle web access to it? [01:09:13] Ryan_Lane: I haven't thought about private yet. I'll probably need to understand it a bit more. [01:09:22] another nice thing about gerrit is that it handles ssh fully too [01:09:34] it *really* fucking sucks using the system ssh [01:09:58] New patchset: Aaron Schulz; "[FileBackend] Changed copy script to use batches for concurrency." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6735 [01:09:59] it's one of the things I despised the most about our svn server [01:10:06] Dantman: we have a private repository for labs [01:10:16] people with labs access can pull and push to it [01:10:23] no one else [01:10:56] unless you have read access to the repo, the changes aren't shown to you [01:11:19] I'm mixed on the ssh part... re-implementing ssh+git leads to things like --depth not working [01:11:24] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6735 [01:11:38] and not reimplementing it means you need to give system level shell access to random people on the internet [01:11:42] Dantman: To what degree are you working on this right now? Like, is this seriously invested in as to become the standard wm-review system? [01:11:59] and means you need hacks like sillyshell [01:12:26] Ah... right... [01:12:31] *facepalm* [01:12:41] I forgot... Gareth doesn't even need SSH [01:12:50] <^demon> You could avoid the ssh question by using auth'd https perhaps. [01:12:51] it also complicates things because then you have people having /bin/bash in labs, and /usr/bin/sillyshell on the repository server, even though they should use the same authentication system [01:13:03] ^demon: then people can't use ssh keys [01:13:04] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6776 [01:13:06] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6776 [01:13:11] <^demon> Ryan_Lane: You can use .netrc ;-) [01:13:15] hahahaha [01:13:19] * Ryan_Lane stabs ^demon [01:13:35] the issue with passwords is that then people store their passwords in clear text on the filesystem [01:14:09] <^demon> We'll buy post-it notepads for everyone! [01:14:15] could issue ssl certificates, but that's another entire can of worms [01:14:24] and it's difficult for people to understand how to use [01:14:50] <^demon> So yeah, passwords are their own can of worms. [01:14:57] <^demon> Was just suggesting an alternative to ssh :) [01:15:12] Dantman: if it doesn't require ssh, how does access to the repo work [01:15:20] <^demon> Or we could get upstream to fix the git:// protocol to support auth ;-) [01:15:20] oh right, we'd have to handle that somehow [01:15:27] heh [01:15:36] ^demon: that isn't encrypted [01:15:39] ^demon: ;) While were att it get git:// to support ssl [01:16:10] <^demon> Yeahhh, lots of problems with git:// except for using for anonymous clones you totally don't care about :) [01:16:30] meh. I'm just listing all of our requirements that gerrit is currently meeting [01:16:36] If we get those two things to happen, then git will become the BEST protocol [01:16:47] That said... [01:16:53] we can argue about them all day, but unless those are met, I don't see us switching [01:17:09] Why has no-one suggested git support WebDAV? [01:17:18] * Ryan_Lane shudders [01:17:23] again, authentication? [01:17:24] Heh... [01:17:34] Well, I'm not stricitly thinking auth [01:17:43] I am ;) [01:17:44] Dantman: Aside from the principle of personal clones instead of magic branches, GitLabs seems to be on the same road (re-create GitHub as open-source). Maybe team up with them? [01:17:49] they also use bootstrap [01:18:16] ugh ruby [01:18:41] Oh... right [01:19:17] 03(mod) Images permanently disappear when renaming files on Commons - 10https://bugzilla.wikimedia.org/36440 +comment (10Aaron Schulz) [01:19:27] n/m... I forgot that part of the reason git+ssh/git:// works so well is not just the filesystem access but because certain git commands can be run server side [01:20:06] Krinkle: Besides work stuff I've practically only been working on Gareth... so theoretically fairly well invested [01:21:12] Dantman: how does your system compare to phabricator? [01:21:23] Krinkle: Maybe... I wasn't necessarily planning to tackle clones, etc... Gareth was supposed to be more like Gerrit [01:22:01] Krinkle: My hope is really to have integration layers that let Gareth work with just about any of these open source systems, GitLabs, Gitorious, etc... [01:22:05] it does, or doesn't handle the repo? [01:22:17] Ryan_Lane: It does [01:22:20] <^demon> Are there any mature python libraries for git? [01:22:24] Dantman: Seems overly complex and redundant. Why have 2 systems? [01:22:41] I understand your motivation [01:23:03] Dantman: if you aren't handling the ssh, how are you handling gated trunk? [01:23:17] how do you stop someone from pushing into the master branch, for instance? [01:23:25] Krinkle: Work with the best system, don't reinvent the wheel, etc... [01:24:13] Ryan_Lane: Didn't I go over that already? Gareth works by fetching commits from other people's repos itself, so no-one pushes anything directly to Gareth. [01:24:28] ah, right. all pull requests [01:24:40] ;) Except without telling it to pull [01:24:56] 03(mod) Avatar upload page broken - 10https://bugzilla.wikimedia.org/30953 +comment (10Scott Duensing) [01:25:14] And ideally without even telling it to create a review set [01:27:26] Dantman: So if you don't want to intercept pushes, don't use non-standard commands, and don't use repo clones - where do users push their commits to in Gareth? [01:28:15] ^demon: There are a few libraries, but nothing even close to JGit... That said, from what I've seen I don't think even JGit has enough implemented to do the equivilant of the Git commands that Gareth uses [01:28:44] 03(mod) Images permanently disappear when renaming files on Commons - 10https://bugzilla.wikimedia.org/36440 +comment (10Aaron Schulz) [01:29:02] Krinkle: We use public repos... ;) We just don't lock you into a specific place to host them [01:30:05] <^demon> That doesn't answer the question. How does one get a commit from the localhost into the canonical repo? [01:30:12] So gareth merges stuff from one public repo to another (e.g. one hosted on git.wikimedia.org that practically only Gareth has push access to), and e.g. one I have on github. [01:30:18] correct ? [01:30:47] Yup... though where the one on github is the 'from' [01:30:54] Hm.. [01:31:24] Initially you can use GitHub, Gitorious.org, etc... whatever you want [01:31:27] And a merge request in Gareth is per commit or per branch? e.g. how would I update a change request. [01:31:44] in GitHub the PR is per branch, so if another commit is made to the "from" repo/branch the PR updates [01:32:04] the existing PR that is [01:32:14] I assume you would use that model as well? [01:32:37] and Gareth merges it preserving the author ID and itself as the committer. [01:32:42] (just like Gerrit) [01:32:52] oh and GitHub does that too [01:33:04] But the hope of integeration layers would be that the org hosing the Gareth install could also have GitLab, etc... and using a simple layer have it so that the cloning and web hooks stuff is handed automaticaly [01:33:18] yeah [01:33:32] So you stil have the advantage of having an option that is simple to use [01:34:30] seems difficult to actually manage, though [01:34:31] So in order for that pull-request to be created in Gareth, one would need login credentials in Gareth and have it monitor by repo. And any and all branches I create there would automatically become PRs, that doesn't sound good either. [01:34:42] my repo* [01:35:23] If we would host our own GitLabs for people to use as well. Then why bother creating a separate system to do the merges [01:35:25] Before were you asking if reviews could be made for multiple branches? [01:35:30] Might as well use that then. If we're going to clone anyway [01:35:38] Dantman: no [01:36:02] yeah, having two host two systems seems like a considerable management burden [01:36:19] (please, please consider the ops folks) [01:36:35] not just the ops, I was thinking more about the user [01:36:40] true [01:36:45] it's two systems they need to interact with [01:36:49] that have different UIs [01:37:06] who would sign up in GitLabs, then fork the project, make commits to it. then sign up (or maybe shared login) in Gareth, add his repo as remote and let Gareth monitor that... [01:37:09] lots of back and forth [01:37:14] or, if two different users are using two different systems, then for them to interact, they need to use both [01:37:49] (and they'd need to use gareth) [01:37:49] Krinkle: Well... ignore the sign up part... the intent is to support auth systems like LDAP from the start... so you'll only have one account that will work in mutliple systems [01:38:00] k [01:38:01] How can I use splite with mediawiki? Do I need Linux? [01:38:07] *sqlite [01:38:17] John__K: You don't need Linux per se, no [01:38:21] the authentication wouldnt work between github and whatever our solutionw as [01:38:22] John__K: sqlite is supported by default [01:38:24] !sqlite [01:38:28] ahh kk [01:38:31] Thanks. [01:38:39] <^demon> John__K: No. You just need PHP to have SQLite support. [01:38:40] John__K: during the installation, use SQLIte, it is in the ionstaller [01:38:44] <^demon> And that should be enough :) [01:38:46] Installer* [01:38:49] Well sure... if you're using an external host it won't have shared auth [01:39:18] the problem I'm seeing right now, is that this system doesn't actually seem to solve any of the problems we have [01:39:42] I'm looking forward to seeing where it progresses to, though [01:39:47] I know it's early in the project [01:39:49] Krinkle: For self-hosted GitLabs like things the let Gareth monitor it part would ideally also be automatic [01:39:58] and it's looking at least pretty cool so far [01:40:26] Dantman: I think that would end up in a significant amount of "close PR, didn't mean to request a merge" [01:40:46] <^demon> I agree with Ryan. I'll certainly be willing to give it a test once it's near feature-parity with what we need for code review processes. [01:41:10] well, we'd also need to somehow manage repositories for users too [01:41:11] if you only monitor one branch (e.g. the "gareth-monitor" branch) then it is inflexible and allows only one change at a time. if monitoring all, it has false positives. if requiring manual push, then it is unfriendly to the user (switching UIs) [01:41:14] since this requires public repos [01:41:17] what is this: /home/(mysql user prefix)/public_html/wiki/../data [01:41:25] we'd need to somehow manage private repos too [01:41:42] ^demon: it needs to handle more than just our code review process [01:41:54] before we can even consider testing it [01:42:04] I have windows, and I think that points to a directory where you can only access it with a Linux/UNIX system. [01:42:04] <^demon> I agree, I was just saying I'll test when it's ready for that :) [01:42:08] * Ryan_Lane nods [01:42:28] <^demon> John__K: The SQLite data directory can be anywhere on your filesystem, so change that to wherever you want to save your data. [01:42:35] Although I haven't' thought about it as long as you, I'm thinking: use our own hosted Gitorious or GitLabs, use that as primary management (and if it doesn't have it, contribute to that open source product a have private repos for a few ops and labs repos). And then connect that to LDAP. And we can easily mirror that on GitHub and even import PRs from GitHub (anyone with access to both can pull one down and push it up the other, still preserving auth [01:42:35] stuff). [01:42:37] <^demon> It's good to put it somewhere that's not web-accessible though. [01:42:37] kk. [01:42:47] ... GitHub and even import PRs from GitHub (anyone with access to both can pull one down and push it up the other, still preserving author stuff). [01:43:19] Krinkle: I really, truly despise ruby [01:43:20] <^demon> Krinkle: I thought about installing gitorious, but it's ruby :( [01:43:27] Krinkle: I'd rather deal with java [01:43:36] We don't "deal" with it all the time [01:43:45] any time we wanted to make a change [01:44:07] we're development MediaWiki, not the review system [01:44:08] we don't have to hijack [01:44:09] we don't have to "fork" or create everything ourselves [01:44:10] 03(mod) Continue may skip or repeat entries for iwlinks or langlinks - 10https://bugzilla.wikimedia.org/36400 +patch; +comment (10Sumana Harihareswara) [01:44:23] that's totally not true, though, in practice [01:44:33] we'll find things we hate about that system, just like gerrit [01:44:43] 03(mod) Blocking/Permissions Rewrite - 10https://bugzilla.wikimedia.org/14636 +comment (10Sumana Harihareswara) [01:44:44] <^demon> And want to contribute upstream, just like gerrit. [01:44:44] and managing ruby applications really, really sucks [01:45:29] I'm very new at mediawiki and all. [01:45:48] we'd have to deal with that bullshit community mentality of "well, you shouldn't be using the distro ruby. you should use gems. you should let the application manage all of the libraries" [01:45:55] Krinkle: Well... not exactly. At the base level there is no implicit review/PR creation. You'd tell it to set a number of commits for review. The 'automatic'/'implicit' is really a smart feature added on top based not on 'turn everything into review sets' but on taking a user's conventions and acting automatically on those conventions. [01:45:59] <^demon> John__K: It's ok. We all were at some point :) [01:46:01] despite the security implications of that [01:46:33] * Ryan_Lane shrugs [01:46:48] I'll join back into this conversation when an alternative is actually ready for testing :) [01:47:02] it's a waste of typing otherwise [01:48:00] In the mean time, all I have to say is: So far all three major github-clones we discussed are primary developed at... GitHub.com :) [01:48:03] over and out xD [01:48:14] lol [01:48:27] and github has a giant team to manage the application [01:48:47] we have maybe one or two ops people willing to do anything related to these kind of systems [01:49:19] and very few of the devs care enough to make changes [01:49:24] ;) But we don't want to depend on a 3rd party host [01:49:36] so, you need to consider that kind of thing with any system proposed [01:49:48] http://zachholman.com/talk/how-github-uses-github-to-build-github [01:49:50] awesome talk :) [01:50:06] <^demon> How meta. [01:50:28] the first and last instance of "github" are replaced with "(your project)" after the first slide [01:51:32] Alright I tried everything you guys did. [01:51:48] Than I got this error message: [01:52:04] Database type: SQLite [01:52:04] Loading class: DatabaseSqlite [01:52:04] Attempting to connect to SQLite database at "C:\Users\John\sqlite": data directory not writable [01:52:29] ** I will admit I actually 'DID' consider implementing the whole private repo hosting after it looked like I'd probably end up writing most of what a native repo viewer has just for review. [01:53:32] If I do, I'll probably leave that to an add on feature [01:55:09] John__K: Are you using there web installer [01:55:15] No. [01:55:21] What are you using [01:57:04] hmm. [02:02:50] web installer is like http://localhost/mediawiki/mw-config/ [02:03:05] that is a simply step-by-step installer [02:11:50] Thanks Krinkle, I have my Wiki set up now! [02:11:58] awesome! [02:49:09] anyone familiar with tipsy here? [02:49:16] it is giving me a hard time [02:50:16] https://en.wikipedia.org/wiki/Tipsy <- clearly not any of these. [02:51:55] lol [02:51:56] no [02:52:04] jquery.tipsy [02:52:20] http://www.mediawiki.org/wiki/ResourceLoader/Default_modules#jQuery.tipsy [02:53:29] besides not working in one way (not manually show the tooltips as it should) it is now trhowing a typeError as tough the method is not there [02:53:47] (and it was working a few minutes ago) [02:53:50] Ah. There are a couple of people here who should know most everything about ResourceLoader, but they may not actually be at their keyboards. [02:54:41] chicocvenancio: please paste your code somewhere (jsfiddle.net, pastebin.com, gist.github.com, ... ) [02:54:48] or link to it [02:55:03] http://pt.wikipedia.org/wiki/Usu%C3%A1rio:Chicocvenancio/testeCafedosNovatos.js [02:55:11] New review: Werdna; "(no comment)" [mediawiki/extensions/Echo] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/5972 [02:56:39] chicocvenancio: You're not using the mw.loader.using() callback [02:57:04] I know you have "mw.loader.using" in the code, but you're not using it correctly [02:57:13] You need to pass using() the function itself, not the caller [02:57:17] otherwise it is executed directly [02:57:34] oh [02:57:38] $() will execute the function now before using() is ready [02:57:50] probably best to use an extra layer [02:58:05] mw.loader.using( 'jquery.tipsy', function () { $(teahouseTalkbackLink) } ); [02:58:13] mw.loader.using( 'jquery.tipsy', function () { $(teahouseTalkbackLink); } ); [02:58:19] Try that :) [03:01:01] chicocvenancio: also instead of this.hash.substring(1) use $(this).attr('href').substr(1); [03:01:54] .hash has issues in IE6/IE7 but that may not be a problem for you [03:03:04] done [03:03:21] now the typError is gone [03:03:34] good [03:03:50] but tipsy still doesn't trigger the tooltip when needed [03:04:06] how do I test this script? [03:04:08] where does it do something [03:04:48] it adds a link to send talkbacks after the talk page link [03:05:12] can you give an example page where it should do something ? [03:05:33] it only works in http://pt.wikipedia.org/wiki/Wikipédia:Café_dos_novatos [03:06:17] aha [03:07:13] chicocvenancio: http://cl.ly/3N2N0L2r2b3u451l0r3V [03:07:54] yeah, that part works [03:08:03] there is more? [03:09:17] when th R is clicked (you can click on my link) there should be a prompt and messages depending on the sucess, failure, or cancelling of the talkback [03:09:33] tooltip messages [03:09:40] they work from the console [03:09:50] but when in the script they dont [03:10:14] I'm using manual triggers for the events [03:10:35] but with the .tipsy("show") I got the same results [03:10:38] chicocvenancio: https://pt.wikipedia.org/w/index.php?title=Usu%C3%A1rio_Discuss%C3%A3o%3AChicocvenancio&diff=29983515&oldid=29981757 [03:11:26] yeah. the part that isnt working is the triggered tooltips [03:11:36] it works here [03:11:39] maybe cache? [03:11:44] or did they work for you? (and are hiding from me) [03:11:51] seriously? [03:12:11] I didn't use console [03:12:27] I hover discussion "R", -> tipsy > click > prompt > talk page [03:12:39] maybe clear your cache and try again [03:12:47] what browser are you usiung [03:12:52] chrome [03:12:54] k [03:13:22] it stays in the page... and should give you a tooltip message for success [03:13:27] did it do that? [03:14:02] ok, it is doing for sucess now! :D [03:14:12] but it isnt for cancelation [03:15:16] probably a syntax error with the return [03:16:38] 03(mod) Images permanently disappear when renaming files on Commons - 10https://bugzilla.wikimedia.org/36440 (10material.scientist) [03:35:54] 14(INVALID) WTA: page does not load - user redirected to Not logged in screen - 10https://bugzilla.wikimedia.org/36553 +comment (10Erik Moeller) [03:41:57] New code comment: Reedy; I just took what was there working on the cluster. Not my code.; [04:04:24] <[Pumko]> �� ������ �������? [04:06:34] <[Pumko]> hi, if i install wiki to flash, i can import data from flash to wiki server and back? [04:10:19] 03(mod) Extension Distributor is seemingly completely broken in production - 10https://bugzilla.wikimedia.org/36482 +comment (10Sam Reed (reedy)) [04:10:19] 14(DUP) ED Broken: Invalid response from remote subversion client - 10https://bugzilla.wikimedia.org/36569 +comment (10Sam Reed (reedy)) [04:46:22] 03(NEW) inside h1 — isn't that bad for search engines? - 10https://bugzilla.wikimedia.org/36581 enhancement; MediaWiki: Parser; (edwardspec) [04:46:28] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Tim Starling) [04:58:53] 03(NEW) {{int:talkpagelinktext}} should maintain lowercase "t" - 10https://bugzilla.wikimedia.org/36582 minor; MediaWiki: Internationalization; (hazard_sj) [05:11:04] Okay, nifty new magic problem for me: how to unset a singleton object so my unit tests work? [05:13:45] SomeClass::destroySingleton() [05:14:50] Yah, but what does it *do*? [05:15:06] unset doesn't. [05:15:38] what it does depends on what code you write inside it [05:15:53] if you wrote unset(self::$instance); then presumably it would unset it [05:16:18] >blinks wildly< that's so crazy it might just work. [05:16:23] [05:22:33] freakolowsky: hi Jure,,, [05:22:38] ohai :D [05:22:46] freakolowsky: hope u had a nice weekend.. :D [05:23:17] oh welll ... bad weather ... but othwerwise was nice [05:23:52] freakolowsky: weather is nice here.. :P [05:24:02] freakolowsky: it rains every couple of days.. [05:24:18] the other way around here ... :S [05:25:36] freakolowsky: isnt slovenia very close to russia ? [05:26:05] if you think 1500km is close, then yes, it is :D [05:28:44] freakolowsky: all this while i was assuming that weather there would be much similar to how its normally at places in northern hemisphere.. [05:28:53] freakolowsky: i guess i was wrong.. :) [05:30:38] freakolowsky: did u get to see the mail which i posted on wikitech-l ? [05:30:44] *in [05:31:04] yep [05:31:37] freakolowsky: and also the suggestions given for implementing database structure.. [05:32:04] freakolowsky: ? [05:32:53] yes i saw it ... the wikidata option is interesting ... haven't seen it in action as it rather new [05:33:10] the second option is basically what you intended to do in the first place [05:33:39] freakolowsky: yes.. [05:34:01] freakolowsky: but i think that we should go with what we have already decided... [05:34:36] freakolowsky: that is storing data in wiki pages.. i have liked that concept ever since I heard it from you :) [05:34:37] the thing is, jeroen's arguments on this are basing the suggestion on the fact that would ease the manual editing og the metadata you need for your extensions [05:35:21] but as you do everything trough you special pages ... those suggestions don't add any significant value [05:35:34] freakolowsky: what metadata are we talking about here ? [05:35:35] so i would suggest sticking to the current plan [05:36:06] the parameters you store trough your tag into page/user_props [05:36:21] freakolowsky: hmm.. [05:36:50] the general idea in your case is to make the user leave the tag alone when editing a page manually [05:37:15] so easing that kind of editing is a bit contraproductive [05:37:51] Mmm, TimStarling, cannot unset the static $instance. But I'm over-thinking this; I can just re-initialize the index in a testable version of the class. [05:37:59] freakolowsky: but in our case those tags would be hidden to a user .. right ? [05:38:27] hidden in a rendered page, but still visible in edit mode [05:38:47] Amgine: why can't you unset it? [05:38:59] php freaks. [05:39:03] freakolowsky: so it means he/she will be able to see the ids that we are storing in a tag.. that doesnt sound good ? [05:39:43] ah right, it is actually a fatal error [05:39:50] well, just set it to null instead [05:39:57] null is basically the same as unset [05:40:06] freakolowsky: and what if a user changes those values.. then our original data will be lost ? [05:40:24] [05:41:31] php > $x = null; [05:41:31] php > print isset($x) ? 'true' : 'false'; [05:41:31] false [05:41:34] well it's not perfect ... but for the most part, the editing of conference pages will only be allowed to admins (who i think will get the point of "keep your paws away from this code") [05:41:53] a user can bork his own presentation page, but that's all [05:42:32] freakolowsky: but even if a user tries to do that unintentionally .. his data will be lost.. [05:42:35] and we can later (when you have the core running) modify the edit hooks for this extension to prevent modifications of your tag [05:42:36] *or her [05:43:33] freakolowsky: yes preventing user from modifying the tag seems like a better idea.. :| [05:43:51] for now i think we're safe with this approach where we allow edition ... later we can foolproof-it [05:44:25] freakolowsky: okay i will add this point in my TO-DO list for this project.. :) [05:45:03] but it's a bit overcomplicationg things if you try to do it from the start ... it would be nice, that's a fact, but it's just not that important [05:46:01] freakolowsky: okay I understand your point.. [05:46:24] freakolowsky: we will do it once we are done with the core changes.. [05:46:32] yep [05:47:39] freakolowsky: one more thing which i came across yesterday .. that [05:48:26] freakolowsky: if we store the page_props as shown on my proposal page.. for some of the cases we will have to query the database twice to get the exact data what we want... [05:48:41] ?? why [05:49:01] [05:49:25] Amgine: lol [05:49:42] freakolowsky: for exampls, lets consider that we have a user_id for an account page.. so if I am looking for an exact account page which points to a particular conference.. i would have to query twice.. [05:50:39] just a second ... [05:50:56] freakolowsky: or there is one more way in which first i need to perform a join operation and then in that result set i will have to go through each item checking its content... [05:51:00] freakolowsky: ok [05:52:29] well looking trough you linkage schematic you can do it in one query ... ok one query to get the conference id [05:52:56] freakolowsky: we will need to two queries to get a conference-id.. [05:53:34] hi there [05:53:44] freakolowsky: 1. query for the user-id we have to get page_id for that account [05:53:56] 2. and then query with that page_id to get a conference_id.. [05:54:24] i have a problem with mediawiki [05:55:03] freakolowsky: a user can have more than one accounts.. for different conferences.. [05:55:16] *account [05:55:46] i installed it on a win 2008 server and it worked ok [05:56:15] that's true, but you have user_id, conference_id pairs in page_properties ... you can just query that ... if you know what type of user are you looking for it's simple, if you don't you have to do some union magic [05:56:21] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Aaron Schulz) [05:56:43] now i installed it on ubunut server and everithing was fine till i tried so browse there frome another mashine [05:57:57] freakolowsky: i assume that could be done.. [05:57:58] when i open mediawiki on the server it looks like it should, but when i open it on my windows mashine in dthe same network i just get plane html code without styles [05:58:02] freakolowsky: :) [05:58:26] i tried ie, firefox, chrome allways the same [05:59:46] freakolowsky: even though we are retreiving results in a single query but i assume internal processing would still be same.. [06:00:02] freakolowsky: as we are just combining two queries into one.. [06:01:14] and keep in mind that simple queries like this are trivial for a db ... so it's not that bad if you do two queries over page_properties [06:01:31] 03(NEW) Unknown warning: badfilename - 10https://bugzilla.wikimedia.org/36583 normal; MediaWiki extensions: UploadWizard; (prolineserver) [06:01:38] later you can always cache the results [06:02:05] 03(mod) Unknown warning: badfilename - 10https://bugzilla.wikimedia.org/36583 (10prolineserver) [06:02:09] just please, please, pweetty pwease ... with a cherry on top ... DON'T use raw SQL statements [06:02:56] freakolowsky: well i am only using mediawiki wrapper classes for carrying out db calls.. [06:03:07] freakolowsky: is that okay ? [06:03:29] as long as you don't use $db->query :D [06:03:41] freakolowsky: no, i am not using that .. :) [06:03:50] then it's ql [06:05:54] freakolowsky: so i just wanted to run all this through just to know if I am going in the right direction.. and after discussed with you i think i am (we are).. :) [06:06:15] *you [06:06:19] for such a trivial query you might use a join :) [06:07:06] freakolowsky: but in that case i will go through the contents of each of the entries present in the result set that i get from a join operation.. [06:07:28] saper : but in that case i will go through the contents of each of the entries present in the result set that i get from a join operation.. [06:07:42] *have to [06:09:29] chughakshay16: not sure what is your relation between a "page" and a "conference" [06:10:04] saper: each and every entity for my conference is stored as a wiki page.. [06:10:59] saper: so that means if i m talking about a conference_id i am actually referring to a row in page table which contains the conference details.. [06:11:30] 03(mod) CentralAuth logs off on rename - 10https://bugzilla.wikimedia.org/32077 +comment (10とある白い猫) [06:11:48] saper: and just like that there would be a different row in page table for every account as well.. [06:12:28] saper and to maintain a relationship among these pages i m storing these ids as properties in page_props table.. [06:12:59] saper : :| [06:13:45] saper : http://www.mediawiki.org/wiki/User:Chughakshay16/ConventionExtension#Data_Storage_Architecture [06:13:56] 14(INVALID) WTA - Some strings not localized after switching language - 10https://bugzilla.wikimedia.org/36545 +comment (10Niklas Laxström) [06:15:06] can someone help me or should i come later ?= [06:16:23] 14(INVALID) Sandbox page does not have many international languages - 10https://bugzilla.wikimedia.org/36543 +comment (10Niklas Laxström) [06:26:33] chughakshay16: ok, may be I just don't get it; looks like wikidata project to me a bit [06:26:57] bAlaRk: what's your webserver? [06:27:07] apache [06:27:08] Okay, so I'm making linkable images in a template. How do I allow for the possibility that the hover text might be something like "thumb" or "right"? [[File:Image.jpg|Test|link=whatever]] works fine, but [[File:Image.jpg|right|link=whatever]]...well...not so much. [06:27:29] bAlaRk: it looks like you are using "localhost" or "127.0.0.1" somewhere in your configuration [06:27:52] (it's fine for database only) [06:29:15] yes i do [06:29:23] should i change to the static ip ? [06:30:07] localhost works only ... locally... [06:30:16] static ip or hostname [06:30:32] try IP first [06:31:42] worked! [06:31:57] thx for your help [06:32:17] Another happy customer^G [06:32:19] :) [06:35:19] 03(mod) {{int:talkpagelinktext}} should maintain lowercase "t" - 10https://bugzilla.wikimedia.org/36582 +comment (10Siebrand) [06:35:29] RobinHood70: right [06:36:06] D'oh! That makes so much sense. Thanks, Beau! [06:37:13] New patchset: Aaron Schulz; "[FileRepo] Locking and transaction fixes." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6783 [06:37:44] 03(mod) Images permanently disappear when renaming files on Commons - 10https://bugzilla.wikimedia.org/36440 +comment (10Aaron Schulz) [06:38:40] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6783 [06:38:58] 03(mod) HelpCommons does not respond to secure links - 10https://bugzilla.wikimedia.org/36263 +comment (10Siebrand) [06:40:56] 03(mod) The searchdisabled message does not work with custom styling (at least not directly) - 10https://bugzilla.wikimedia.org/36332 +comment (10Siebrand) [06:42:47] 03(mod) First global group MUST be created via SQL queries to the database - 10https://bugzilla.wikimedia.org/31897 +comment (10Siebrand) [06:44:31] 03(mod) wgLogo should be globally Wiki.png - 10https://bugzilla.wikimedia.org/26993 (10Siebrand) [06:44:53] 03(mod) Need Icon for market beta version of Wikipedia Android app - 10https://bugzilla.wikimedia.org/35577 +comment (10Heather Walls) [06:46:13] 03(mod) After global blocking, user is sent to http://meta.wikimedia.org/w/index.php - 10https://bugzilla.wikimedia.org/20546 +comment (10Siebrand) [06:46:35] 03(mod) Need Icon for market beta version of Wikipedia Android app - 10https://bugzilla.wikimedia.org/35577 +comment (10Heather Walls) [06:47:19] 03(FIXED) Logged in as another user - 10https://bugzilla.wikimedia.org/19158 +comment (10Siebrand) [06:57:34] 03(mod) {{int:talkpagelinktext}} should maintain lowercase "t" - 10https://bugzilla.wikimedia.org/36582 +comment (10Nemo_bis) [07:08:06] Hello [07:08:37] Is it possible to make the tag inserted into a page when it's created automaticly? [07:11:45] 03(mod) Image rendered dark - 10https://bugzilla.wikimedia.org/36346 +comment (10Andre Koopal) [07:21:41] 03(mod) MathJax zoomed preview shouldn't be hidden when "click-dragged" on - 10https://bugzilla.wikimedia.org/36091 +comment (10Michael M.) [07:21:41] 14(DUP) Formula text should be selectable in lightbox mode too - 10https://bugzilla.wikimedia.org/36540 +comment (10Michael M.) [07:36:01] 03(mod) JPEG with CMYK colourspace not thumbnailed correctly - 10https://bugzilla.wikimedia.org/36346 summary; +comment (10Tim Starling) [07:36:10] New patchset: Netbrain; "added optional parameter inlineLabel to markers." [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/5787 [07:40:17] New patchset: Netbrain; "added optional parameter inlineLabel to markers." [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/5787 [07:42:09] New review: Netbrain; "Should be properly merged now." [mediawiki/extensions/Maps] (master) C: 1; - https://gerrit.wikimedia.org/r/5787 [07:44:39] 03(mod) JPEG with CMYK colourspace not thumbnailed correctly - 10https://bugzilla.wikimedia.org/36346 +comment (10Tim Starling) [07:49:53] New patchset: Nikola Smolenski; "Merge "$wgGitRepositoryViewers to link to gitweb"" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6784 [07:50:02] hi [07:50:45] how does it come, that you can log to the wiki, but you cant log out (if you have no rights on such wiki, but you have account there) [07:51:20] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6784 [07:58:34] New patchset: Nikola Smolenski; "Set $wgLanguageConverterCacheType to CACHE_NONE in installer" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6785 [08:00:04] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6785 [08:06:38] I think you guys have a security flaw which is being used by a spambot [08:06:54] Posting example links - it seems to affect user pages [08:07:10] http://www.fun2d.com/index.php?title=User:Aakkkengm&diff=10368&oldid=prev [08:07:14] 03(mod) Installer reports "Broken variant table" and fails - 10https://bugzilla.wikimedia.org/36518 +comment (10Nikola Smolenski) [08:07:26] (these links are safe, but i cannot verify the safety of third party links in these pages) [08:11:38] Is it possible to make the tag inserted into a page when it's created automaticly? [08:12:25] hello [08:12:26] evryone [08:12:45] i m looking how add text on my wiki by command line [08:12:51] for me is script shell or php [08:13:16] i want some shell script, and i want use mediawiki, to logg some information, [08:13:28] in fact dayli information, sp [08:13:42] so how to add page and edit page in media wiki, with script please ? [08:16:30] New patchset: Nikerabbit; "Split FFS.php into smaller files" [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/6786 [08:17:19] New review: Siebrand; "(no comment)" [mediawiki/extensions/Translate] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6786 [08:17:21] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/6786 [08:20:57] 03(mod) rewrite/fix versioncheck for wikistats table - 10https://bugzilla.wikimedia.org/36292 +comment (10Daniel Zahn) [08:22:50] ychouchane: you can use the mw api -> https://www.mediawiki.org/wiki/API:Edit [08:24:49] Retriever_NO: wikis should use captcha extensions to protect themselves from spambots [08:26:02] is there a way to enforce that behavior? We will not be able to use mediawiki sources in our news distribution service if this problem is prevalent [08:26:07] Beau_, can u have a full exemple, with exemple working [08:26:54] ychouchane: I don't have one [08:27:08] Beau_: is there akismet for mediawiki? [08:27:13] you can try to use pywikipediabot [08:28:01] saper: confirmedit can use different backends, but I don't know if akismet is supported [08:29:16] 03(mod) Implement a form-based editor SpecialPage for MediaWiki:Titleblacklist - 10https://bugzilla.wikimedia.org/27988 summary (10Krinkle) [08:29:22] saper: a really cool thing would be to have https://bugzilla.wikimedia.org/show_bug.cgi?id=32695 :-) [08:30:44] thanks Beau [08:32:03] Beau_ is there a way to see whether a wiki uses captcha or not? We would be forced to lock out pages that do not use captcha from our web surveillance service if this problem is as prevalent as it seems [08:32:37] Retriever_NO: take a look at Special:Version [08:32:51] Thanks, will do that. [08:33:57] Retriever_NO: I missed your comment about enforcing, what do you mean by that? [08:34:20] the mediawiki admin needs to install and configure extension providing some kind of captcha [08:34:48] Well, our company itself does not use mediawiki [08:34:58] we crawl wiki pages and deliver relevant news to our customers [08:35:18] but spambot pages are not our definition of relevant news :) [08:35:52] <__NiC> Is there any special variables or similar that can provide me with a list of the Top X authors/editors of the page I'm on? [08:36:02] It seems I got disconnected [08:36:37] <__NiC> like {{REVISIONUSER}}, just... more detailed. [08:36:55] Retriever_NO: you can ask api about installed extensions for example -> api.php?action=query&meta=siteinfo&siprop=extensions [08:37:41] __NiC: no, you can make javascript gadget, which asks api for that information and puts that on the page [08:38:20] <__NiC> Beau_, sounds complicated.. :) Do you have a URL I can start with? [08:38:56] Beau_ : Thanks, I will see if I can add some exeptions to our crawler. :) Seems like this problem is only prevalent on wiki version 1.16.4 and older. [08:39:25] Retriever_NO_: newer versions are affected by spambots too [08:39:57] __NiC: I can point you to a gadget which fetches edit history and displays information about last 2 contirbutors -> https://pl.wikipedia.org/wiki/Plik:PL-Wiki-Tools-edithysteria.png [08:40:28] __NiC: https://pl.wikipedia.org/wiki/MediaWiki:Gadget-edithysteria.js [08:41:06] Ofcourse, nothing is truly safe. However the specific ones that have not been caught by our existing spamfilter seems to only originate on those versions. Seems like the offending results are using only one specific exploit [08:41:47] The api query to see if a wiki is using captcha seems to be helping a lot in filtering out the offending wikis though. [08:41:59] <__NiC> Beau_, thanks, I'll check that out! :) [08:42:17] Retriever_NO_: I don't think there is an exploit or security hole, Wikis are made to be open and editable by anyone ;) [08:43:44] ofcourse, but spammers should still be punished ;) [08:46:42] 03(NEW) ShapadoJsFFS and OpenLayers in wrong place - 10https://bugzilla.wikimedia.org/36584 normal; MediaWiki extensions: Translate; (niklas.laxstrom) [08:47:07] 03(mod) ShapadoJsFFS and OpenLayersFFS in wrong place - 10https://bugzilla.wikimedia.org/36584 summary (10Niklas Laxström) [08:53:05] 03(NEW) Implement ReCaptcha on is.wikipedia - 10https://bugzilla.wikimedia.org/36585 normal; MediaWiki extensions: ConfirmEdit (CAPTCHA extension); (snaevar-wiki) [08:55:26] Hah, step one http://gareth-review.com/snapshots/highlightdiff-2012-05-07.png [08:55:35] New patchset: IAlex; "Made WikiPage recall the source of the data used to load its state." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6079 [08:56:59] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6079 [09:03:26] 03(FIXED) [Regression] opensearch API on de.wikisource stopped indexing new pages - 10https://bugzilla.wikimedia.org/36035 +comment (10enomil) [09:05:21] 03(WONTFIX) Implement ReCaptcha on is.wikipedia - 10https://bugzilla.wikimedia.org/36585 +shellpolicy; +comment (10p858snake) [09:05:34] 03(mod) wgLogo should be globally Wiki.png - 10https://bugzilla.wikimedia.org/26993 (10Siebrand) [09:07:04] 14(INVALID) Blank params not correctly parsed if specified or blank. - 10https://bugzilla.wikimedia.org/36535 (10enomil) [09:13:44] New review: Siebrand; "(no comment)" [mediawiki/extensions/ProofreadPage] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6758 [09:13:46] Change merged: Siebrand; [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/6758 [09:15:22] 03(NEW) CleanupPresentationalAttributes: must not replace 'align' parameter for tables - 10https://bugzilla.wikimedia.org/36586 normal; MediaWiki: Parser; (edwardspec) [09:15:27] 03(mod) ShapadoJsFFS and OpenLayersFFS in wrong place - 10https://bugzilla.wikimedia.org/36584 (10Siebrand) [09:17:11] 03(mod) Generating thumbnails does not work when there is no access to /tmp - 10https://bugzilla.wikimedia.org/36475 +comment (10Johannes Weberhofer) [09:18:54] 03siebrand * 10/trunk/translatewiki/OpenStreetMap/WaymarkedTrails.yaml: Fix issues with excluding code "no". [09:20:44] New patchset: IAlex; "Added missing GPLv2 headers in some places." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6790 [09:22:10] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6790 [09:32:47] 03(mod) Research and design search for Wikidata - 10https://bugzilla.wikimedia.org/36417 +comment (10denny vrandecic) [09:36:13] hi, sorry, i cannot find it in the Special:Version page of incubator, can anyone point me to the source code of https://incubator.wikimedia.org/wiki/Special:SearchWiki ? [09:37:27] 03(mod) Send full SSL certificate chain including root CA on gerrit.wikimedia.org - 10https://bugzilla.wikimedia.org/35709 +comment (10Daniel Zahn) [09:37:39] Denny_WMDE: Try Extension:Incubator [09:37:48] or WikimediaIncubator [09:38:45] p858snake|l: trying, thanks for the pointer [09:39:53] p858snake|l: yep, found it. https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/WikimediaIncubator.git;a=blob;f=SpecialSearchWiki.php;h=48fad4a8e4516469f26adc3ead91bc03cf4119fe;hb=HEAD thanks [09:54:17] 03siebrand * 10/trunk/translatewiki/Mozilla/ (. genMozilla.php): Add YAML generator for Mozilla. [10:06:48] hmm, seems there is no way I can make one deferred sortof 'be' another one that has previously been returned [10:07:04] aka make one resolve and reject in sync with another [10:07:06] without doing it myself [10:07:07] hmmm [10:09:12] Is there a way to include an external HTML table into a Mediawiki page? [10:09:56] I want to be able to embed the table and regenerate it automatically using a script, and just want it to be imported every time the Wiki page is visited. [10:12:26] Can someone please explain why I'm not seeing anything here - http://en.wikisource.org/wiki/Chronological_Table_and_Index_of_the_Statutes/Chronological_Table/Hen3 ? [10:12:46] I've put in section tags to work with LST , and it's NOT apparently seeing the section [10:12:57] http://en.wikisource.org/wiki/Page:Chronological_Table_and_Index_of_the_Statutes.djvu/29 [10:20:54] 03(NEW) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 major; MediaWiki extensions: UploadWizard; (federicoleva) [10:22:07] New review: Siebrand; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6790 [10:22:09] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6790 [10:22:48] Change merged: Siebrand; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6371 [10:25:32] 03(NEW) No way to detect null (non-edit) revisions - 10https://bugzilla.wikimedia.org/36588 normal; MediaWiki: General/Unknown; (niklas.laxstrom) [10:29:26] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 major->04CRIT; +comment (10Nemo_bis) [10:33:12] 03(mod) Centering images using [[image:foo|center]] breaks some table layouts in internet explorer - 10https://bugzilla.wikimedia.org/4439 +comment (10Thehelpfulone) [10:35:21] Ripp__: you can store HTML table as the template, and then have it included. For example, my bot updates daily https://pl.wikinews.org/w/index.php?title=Szablon:Kursy_walut&action=history that is included in the content pages https://pl.wikinews.org/wiki/Specjalna:Linkuj%C4%85ce/Szablon:Kursy_walut [10:36:23] 03(mod) Send full SSL certificate chain including root CA on gerrit.wikimedia.org - 10https://bugzilla.wikimedia.org/35709 +comment (10Krinkle) [10:36:30] 03(mod) inside h1 — isn't that bad for search engines? - 10https://bugzilla.wikimedia.org/36581 +comment (10Andre Klapper) [10:36:41] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 +comment (10Nemo_bis) [10:36:41] How can I obtain a value held by PPNode? For example I have template title PPNode, how can I get name of the template out of that? [10:39:03] Ah....so it is called 'templates' [10:39:10] saper: thanks [10:41:01] 03(mod) Overwriting a file loses new summary/description text - 10https://bugzilla.wikimedia.org/4636 +comment (10Thehelpfulone) [10:49:40] 03(NEW) Return to *Page* Button should be provided - 10https://bugzilla.wikimedia.org/36589 normal; MediaWiki: User preferences; (nischayn22) [10:49:46] 03(mod) Gitweb missing annotate/blame functionality - 10https://bugzilla.wikimedia.org/36234 +comment (10Chad H.) [10:55:40] 03(mod) CleanupPresentationalAttributes: must not replace 'align' parameter for tables - 10https://bugzilla.wikimedia.org/36586 +comment (10Edward Chernenko) [10:58:50] 03(mod) Return to *Page* Button should be provided - 10https://bugzilla.wikimedia.org/36589 normal->15enhancement (10Nischay Nahata) [11:04:03] 03(mod) Unclear/useless error message - 10https://bugzilla.wikimedia.org/36170 +comment (10Chad H.) [11:06:05] 03(mod) Cannot make inline comments on iPad/iPhone - 10https://bugzilla.wikimedia.org/35859 +comment (10Chad H.) [11:07:29] 03(mod) Cannot make inline comments on iPad/iPhone - 10https://bugzilla.wikimedia.org/35859 +comment (10Chad H.) [11:14:27] 14(WFM) Cannot make inline comments on iPad/iPhone - 10https://bugzilla.wikimedia.org/35859 +comment (10Siebrand) [11:28:00] 03(mod) tweak gerrit IRC bot to be less verbose in #mediawiki - 10https://bugzilla.wikimedia.org/35427 +comment (10Chad H.) [11:35:58] 03(mod) List of Gerrit users - 10https://bugzilla.wikimedia.org/35508 +comment (10Chad H.) [11:36:25] ^demon, how much time does it normally take for our repository request to be processed ? [11:36:46] <^demon> Depends on how complicated they are. I can create the actual repository in a matter of seconds. [11:37:07] ^demon : well in my case its a new extension.. [11:37:20] <^demon> For your repository--do you have existing history that you want imported or is a blank repository that you can start fresh with ok? [11:37:54] 03(mod) List of Gerrit users - 10https://bugzilla.wikimedia.org/35508 +comment (10Chad H.) [11:38:02] ^demon : i already have a repo for my extension at github.. so would like its history to be imported as well.. [11:38:11] <^demon> Link to it please? [11:38:20] ^demon: one second.. [11:38:41] ^demon: https://github.com/chughakshay16/ConventionExtension [11:39:01] Hello [11:39:10] ^demon : and here is the request - https://www.mediawiki.org/wiki/Git/New_repositories/Requests/Entries#Request_for_space_in_Git_for_my_extension.28GSOC_project.29 [11:39:14] <^demon> I know [11:39:26] To create a sub category do I just search Category:something/something ?# [11:39:28] *? [11:39:31] ^demon : okay :| [11:39:33] 03(mod) Chrome: Editing "undos" limited until last edit toolbar click - 10https://bugzilla.wikimedia.org/35887 +comment (10Subfader) [11:39:36] 03(mod) Image page provides links to image resolutions greater than those supported by image scalars - 10https://bugzilla.wikimedia.org/34041 +comment (10とある白い猫) [11:39:41] <^demon> chughakshay16: On gerrit, you want it to be called "ConventionExtension" as well? It's nearly impossible to change it later :) [11:39:55] <^demon> Maxdamantus: No, you just put [[Category:A]] in [[Category:B]] [11:40:00] ^demon : yes it seems fine to me.. [11:40:06] <^demon> Then that will make B the parent of A [11:40:21] <^demon> Matrixiumn: Sorry, that was for you [11:40:26] <^demon> Maxdamantus: Apologies for the ping. [11:40:31] Thanks :) [11:42:45] Lydia_WMDE: ping? [11:44:24] <^demon> chughakshay16: `git clone ssh://@gerrit.wikimedia.org:29418/mediawiki/extensions/ConventionExtension.git` should work now :) [11:44:41] ^demon : okay, thanks so much !! [11:44:47] <^demon> You're welcome [11:46:19] 03(mod) CleanupPresentationalAttributes: 'align' parameter for tables is replaced with wrong CSS - 10https://bugzilla.wikimedia.org/36586 summary (10Edward Chernenko) [11:47:12] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/Maps] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/5787 [11:47:22] 03(mod) $wgCleanupPresentationalAttributes: 'align' parameter for tables is replaced with wrong CSS - 10https://bugzilla.wikimedia.org/36586 summary (10Max Semenik) [11:47:22] Change merged: Jeroen De Dauw; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/5787 [11:48:06] ^demon: I've started my ssh-agent, and the key seems to be added to it, but I still can't checkout from svn.wikimedia.org [11:48:58] <^demon> Confirm the key is the same on your host and labsconsole. Other than that, I still think it's a problem on your end. Nothing's changed in that system in months, and nobody else has had any complaints. [11:49:44] The agent is supposed to have the private key right? [11:51:03] yes [11:58:11] Lcawte: what is the exact command line you are trying? [11:58:28] To checkout? svn co svn+ssh://lcawte@svn.wikimedia.org/svnroot/pywikipedia . [12:00:47] Lcawte: what does "ssh -v lcawte@svn.wikimedia.org" say? (will be 1.5 screenful long) [12:01:30] ^demon : shouldnt my repo's name appear on this page as well - https://github.com/mediawiki/mediawiki-trunk-extensions ? [12:01:49] <^demon> That updates every 15 minutes. [12:01:57] not quite a single screen :) [12:02:06] ^demon : ok [12:02:33] saper: http://pastebin.com/9aEBkXcB [12:03:13] 03(mod) No way to detect null (non-edit) revisions - 10https://bugzilla.wikimedia.org/36588 normal->15enhancement (10Siebrand) [12:04:07] mine is here http://tools.wikimedia.pl/~saper/ssh_svn.log [12:04:21] 03(mod) No way to detect null (non-edit) revisions - 10https://bugzilla.wikimedia.org/36588 (10Niklas Laxström) [12:04:23] 03(mod) Page protection leads to issue in translatable pages - 10https://bugzilla.wikimedia.org/32983 (10Niklas Laxström) [12:06:25] Lcawte: you have "debug1: identity file /home/lewiscawte/.ssh/id_rsa type 1" and I "debug1: identity file /usr/home/saper/.ssh/id_rsa type 2" ... [12:07:00] ummm? What? [12:07:17] but I have no id_rsa [12:12:48] guillom: pong :) [12:13:21] Lydia_WMDE: hey :) [12:13:49] hmm, is https://github.com/wikimedia/WikipediaMobile/pull/236 down? [12:13:58] hmm, I'm an idiot [12:14:00] i mean http://mobile-geo.wmflabs.org/ [12:17:14] okay, certainlly down for everyone [12:24:57] New review: Demon; "Has an unrelated parent commit. Otherwise this will probably be ok." [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/6785 [12:26:37] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6711 [12:27:01] New review: Demon; "(no comment)" [mediawiki/core] (REL1_16); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6717 [12:27:18] Change merged: Demon; [mediawiki/core] (REL1_16) - https://gerrit.wikimedia.org/r/6717 [12:27:32] 03(mod) Marking a page for translation should fail gracefully if there are subpages etc. - 10https://bugzilla.wikimedia.org/33636 +comment (10Siebrand) [12:29:12] Change abandoned: Demon; "Abandoning in favor of I03ddd59fe7758032b3faa401ff1b0fa3b459e723" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6107 [12:32:49] New review: Demon; "(no comment)" [mediawiki/extensions/AbuseFilter] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6736 [12:32:51] Change merged: Demon; [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/6736 [12:36:19] Hello, we have a problem with the new mediawiki 1.19 release. We get for every uploaded image an error message. "Error creating thumbnail: Unable to create destination directory" We use php 5.4.1 with mediwiki 1.18 without any errors. Can somebody help me [12:36:29] New patchset: Demon; "Make submodules exist over https rather than SSH" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/6571 [12:39:00] New patchset: Demon; "Make submodules exist over https rather than SSH" [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/6571 [12:44:56] 03(mod) Automatic workflows - 10https://bugzilla.wikimedia.org/34299 +comment (10Siebrand) [12:44:56] 03(mod) Site logo for Tsonga Wikipedia -- ts.wikipedia.org - 10https://bugzilla.wikimedia.org/36506 +comment (10Thuvack) [12:45:34] New review: Demon; "(no comment)" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/6602 [12:46:48] New review: Demon; "One other minor typo. " [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/6602 [12:49:25] 03(mod) In review mode, translation editor CSS causes page to flicker - 10https://bugzilla.wikimedia.org/34443 summary (10Siebrand) [12:49:32] 03(mod) In review mode, translation editor CSS causes page to flicker - 10https://bugzilla.wikimedia.org/34443 (10Siebrand) [12:49:39] 03(mod) Site logo for Tsonga Wikipedia -- ts.wikipedia.org - 10https://bugzilla.wikimedia.org/36506 +comment (10Thehelpfulone) [12:50:28] 03(mod) Secondary and primary storage go out of sync on constraint violation in secondary storage - 10https://bugzilla.wikimedia.org/36431 +comment (10Daniel Kinzler) [12:50:48] 03(mod) Useless scroll for diff of recent translation in the editor - 10https://bugzilla.wikimedia.org/34494 (10Siebrand) [12:51:01] New patchset: Netbrain; "Made an optional link parameter for markers, lines as an alternative to a text bubble." [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/6793 [12:52:40] 14(INVALID) Translating MediaWiki: pages seems not possible. Deletion does not happen either. - 10https://bugzilla.wikimedia.org/35332 +comment (10Siebrand) [12:54:38] New review: Netbrain; "Weird indentation issues, gonna try to reformat code and commit again." [mediawiki/extensions/Maps] (master) C: -1; - https://gerrit.wikimedia.org/r/6793 [12:55:47] 03(mod) The source language of a page should be arbitrary - 10https://bugzilla.wikimedia.org/35489 minor->15enhancement; summary (10Siebrand) [12:56:48] 03(mod) Create wikimania2013 wiki - 10https://bugzilla.wikimedia.org/36477 +comment (10Daniel Zahn) [12:58:11] 03(mod) API edit of translate page gives Unknown error: "tpt-target-page" - 10https://bugzilla.wikimedia.org/35654 (10Siebrand) [12:59:02] New patchset: Netbrain; "Made an optional link parameter for markers, lines as an alternative to a text bubble." [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/6793 [13:00:30] 03(mod) $wgCleanupPresentationalAttributes: 'align' parameter for tables is replaced with wrong CSS - 10https://bugzilla.wikimedia.org/36586 (10Mark A. Hershberger) [13:00:52] New review: Netbrain; "indentation looks good now." [mediawiki/extensions/Maps] (master) C: 1; - https://gerrit.wikimedia.org/r/6793 [13:01:12] 03(mod) API edit of translate page gives Unknown error: "tpt-target-page" - 10https://bugzilla.wikimedia.org/35654 +comment (10Siebrand) [13:02:08] 03(mod) Magic words are considered to be (non-existing) templates - 10https://bugzilla.wikimedia.org/31576 -need-parsertest -need-regression-test -need-unittest (10Gabriel Wicke) [13:02:08] 03(mod) Transient CDB read/write failures - 10https://bugzilla.wikimedia.org/33409 (10Gabriel Wicke) [13:02:51] 03(mod) Create wikimania2013 wiki - 10https://bugzilla.wikimedia.org/36477 +comment (10Leinad) [13:02:55] 03(FIXED) Consider allowing message index creation to run immediately - 10https://bugzilla.wikimedia.org/36274 +comment (10Siebrand) [13:05:38] 03(mod) Create wikimania2013 wiki - 10https://bugzilla.wikimedia.org/36477 +comment (10Thehelpfulone) [13:07:33] 03(mod) Secondary and primary storage go out of sync on constraint violation in secondary storage - 10https://bugzilla.wikimedia.org/36431 +comment (10Jeroen De Dauw) [13:08:03] <^demon> saper: How hard do you think it would be to generate a PDF from the built-in gerrit docs? [13:09:41] 03(mod) Increase line height in headings for indic languages at multilingual projects - 10https://bugzilla.wikimedia.org/35430 +comment (10Siddhartha Ghai) [13:14:05] 03(mod) Chunked upload fails with internal_api_error_UploadStashFileNotFoundException - 10https://bugzilla.wikimedia.org/36587 (10Mark A. Hershberger) [13:18:38] ^demon: did you see https://bugzilla.wikimedia.org/show_bug.cgi?id=36576 ? it's pretty literally a one-line patch ;) [13:18:39] 03(mod) Secondary and primary storage go out of sync on constraint violation in secondary storage - 10https://bugzilla.wikimedia.org/36431 +comment (10Daniel Kinzler) [13:19:22] ^demon: search suggests few options for "markdown to pdf"... but I see no reason to use pdf :) [13:19:42] <^demon> ashley: No, I hadn't [13:19:59] <^demon> saper: I see two reasons: people can download it locally. Also, easier to search the whole docs for something at once. [13:21:08] What extention uses {{#vardefine ? [13:24:17] 03(NEW) When priority languages are set, indicate which languages they are when translating a language outside of it - 10https://bugzilla.wikimedia.org/36590 enhancement; MediaWiki extensions: Translate; (s.mazeland) [13:24:19] 03(mod) "Illegal string offset 'LIMIT'" warning in includes/db/Database.php - 10https://bugzilla.wikimedia.org/36568 +comment (10Mark A. Hershberger) [13:24:23] 03(mod) When priority languages are set, indicate which languages they are when translating a language outside of it - 10https://bugzilla.wikimedia.org/36590 (10Siebrand) [13:24:41] hah Markdown was originally introduced in 2004, and since then it has gained quite a bit of traction on the web. I mean, it's no MediaWiki (thank God), but it's in active use on a bunch of websites, some of them quite popular. [13:24:43] 03(mod) "Illegal string offset 'LIMIT'" warning in includes/db/Database.php - 10https://bugzilla.wikimedia.org/36568 (10Mark A. Hershberger) [13:25:13] New review: Netbrain; "You can take a look at the code examples here:" [mediawiki/extensions/Maps] (master) C: 1; - https://gerrit.wikimedia.org/r/6793 [13:25:20] ^demon: ah, fine. so having a single HTML file would be fine, too :) [13:25:29] <^demon> Yeah, that'd work too :) [13:26:19] How can I delete all the pages from a mediawiki using a list of page names? [13:26:23] 03(mod) {{int:talkpagelinktext}} should maintain lowercase "t" - 10https://bugzilla.wikimedia.org/36582 (10Mark A. Hershberger) [13:27:43] 03(mod) Need a way to fix bad filenames in chunked upload - 10https://bugzilla.wikimedia.org/36583 normal->15enhancement; summary (10Mark A. Hershberger) [13:28:00] Matrixiumn: Script deletebatch in directory maintenance. [13:28:06] 03(NEW) Integration with Translate extension - 10https://bugzilla.wikimedia.org/36591 enhancement; MediaWiki extensions: CentralNotice; (s.mazeland) [13:30:36] I am having trouble finding documentation on this: Are there if statements built in when making a template? [13:31:12] nope [13:31:20] 03(NEW) Client side translation suggestions - 10https://bugzilla.wikimedia.org/36592 normal; MediaWiki extensions: Translate; (s.mazeland) [13:31:34] from extension parserfunctions [13:33:19] Nikerabbit: Is that recently updated? I want to make sure if I use an extension it's recent [13:34:51] 03(NEW) mobileaction=toggle_view_desktop needs token. - 10https://bugzilla.wikimedia.org/36593 normal; MediaWiki extensions: MobileFrontend; (liangent) [13:35:39] Zeph88: Looks like you can download from version control the absolutely latest version. Or look from logs how often it has been updated. http://www.mediawiki.org/wiki/Extension:ParserFunctions [13:35:40] that extensions hasn't had any functional changes in long while [13:46:09] Cool - Thanks all [13:55:57] New patchset: IAlex; "(bug 36568) Fixed "Illegal string offset 'LIMIT'" warnings in updater" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6794 [13:57:27] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6794 [13:58:41] New review: Jeroen De Dauw; "Looks fine although there are a pile of style issues :)" [mediawiki/extensions/Maps] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6793 [13:58:43] Change merged: Jeroen De Dauw; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/6793 [14:00:19] New patchset: IAlex; "(bug 36568) Fixed "Illegal string offset 'LIMIT'" warnings in updater" [mediawiki/core] (REL1_19) - https://gerrit.wikimedia.org/r/6795 [14:01:22] 03(mod) "Illegal string offset 'LIMIT'" warning in includes/db/Database.php - 10https://bugzilla.wikimedia.org/36568 +comment (10Alexandre Emsenhuber [IAlex]) [14:01:34] New review: jenkins-bot; "Build Successful " [mediawiki/core] (REL1_19); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6795 [14:04:23] ParserFunctions does not inlcude while, is there an extenstion that does? [14:08:57] #tag can be used to generate a pair of HTML style tags in templates [14:09:03] 03(mod) #set broken for multiple property values with SMW 1.18? - 10https://bugzilla.wikimedia.org/36309 +comment (10Neill Mitchell) [14:09:36] I.e by {{#tag:ref}} How do I do tags that are like with NO additional closing tag? [14:09:59] The documentation doesn't say it's possible.. So I'm assuming it isn't [14:10:33] 03(mod) WTA - Overlapping Text and Text crossing the borders. - 10https://bugzilla.wikimedia.org/36572 +comment (10Mark A. Hershberger) [14:11:34] New review: Kangaroopower; "This isnt so much as a review as a comment- I think that there should be three collapsible sections ..." [mediawiki/extensions/Echo] (master) C: 0; - https://gerrit.wikimedia.org/r/5972 [14:12:32] But it would be a nice feature :) [14:13:23] 03(mod) WTA - Overlapping Text and Text crossing the borders. - 10https://bugzilla.wikimedia.org/36572 (10Mark A. Hershberger) [14:17:57] 03(mod) WTA - Overlapping Text and Text crossing the borders. - 10https://bugzilla.wikimedia.org/36572 +comment (10Chad H.) [14:21:12] New review: Siebrand; "(no comment)" [mediawiki/extensions/Narayam] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6729 [14:21:14] Change merged: Siebrand; [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/6729 [14:22:51] 03(mod) PDF page poorly rendered - 10https://bugzilla.wikimedia.org/36580 +comment (10Mark A. Hershberger) [14:23:09] 03rfaulk * 10/trunk/tools/wsor/message_templates/ (run_postings_and_metrics.py umetrics/postings.py): allowed namespace to be specified in postings generation (in some cases searching outside of talk pages is necessary) [14:29:59] 03(NEW) Switch to MuPDF for thumbnailing PDFs - 10https://bugzilla.wikimedia.org/36594 normal; MediaWiki extensions: PdfHandler; (mah) [14:36:25] 03(mod) Upgrade Ghostscript at Commons - 10https://bugzilla.wikimedia.org/26388 +comment (10Mark A. Hershberger) [14:36:26] 03(mod) PDF page poorly rendered - 10https://bugzilla.wikimedia.org/36580 (10Mark A. Hershberger) [14:38:23] hello [14:38:46] hi hashar [14:39:00] 03(mod) Increase line height in headings for indic languages at multilingual projects - 10https://bugzilla.wikimedia.org/35430 +comment (10Fomafix) [14:40:20] I am in SF this week [14:40:25] hexmode: I'm using mupdf, I can test... would be good to have a command line we use with gs though [14:40:39] so unlikely to talk while sleeping (aka during european morning / afternoon) [14:40:49] saper: :) [14:41:11] saper: I'm about to file a bug to switch from jpg to png for thumbnails, too :) [14:42:06] hexmode: ok I can help tweaking gs if necessary (I did some $$$ in PostScript recently), but it looks like JPEG quality issue (only) [14:42:23] not sure if png gs backend is much better [14:43:20] hexmode: I think we should work on 36580 first ... and find solutions ... mupdf is gs-based so we can steal some tricks or something [14:45:22] 03(NEW) Please enable Extention:NewUserMessage on ml.wikipedia - 10https://bugzilla.wikimedia.org/36595 normal; Wikimedia: Site requests; (dpkpm007) [14:46:19] 03(mod) Upgrade Ghostscript at Commons - 10https://bugzilla.wikimedia.org/26388 +comment (10Mark A. Hershberger) [14:46:35] 03(mod) WTA - Overlapping Text and Text crossing the borders. - 10https://bugzilla.wikimedia.org/36572 +comment (10Sirisha Parsi) [14:47:36] 03(mod) PDF page poorly rendered - 10https://bugzilla.wikimedia.org/36580 +comment (10Marcin Cieślak) [14:48:48] https://bugzilla.wikimedia.org/show_bug.cgi?id=34791 soft reminder [14:54:13] 03(mod) Setup a public demo on WMF labs of Wikidata - 10https://bugzilla.wikimedia.org/36418 +comment (10Lydia Pintscher) [14:56:02] MaxSem: Hi. Can you review this, please - https://gerrit.wikimedia.org/r/#/c/6588/ ? It's very simple. Thanks. [14:56:34] aharoni, I can't +2 [14:56:36] 03(mod) PDF page poorly rendered - 10https://bugzilla.wikimedia.org/36580 +comment (10Marcin Cieślak) [14:58:05] 03(mod) PDF page poorly rendered - 10https://bugzilla.wikimedia.org/36580 +comment (10Marcin Cieślak) [14:58:24] hexmode: seems like gs 9.05 is *much* better ^^ [14:58:38] MaxSem, I can +2 it for you [14:58:56] New review: Hashar; "Commit message is totally unclear. Please state what this patch is fixing :-D" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/6712 [14:59:07] saper: awesome :) [14:59:13] 03(mod) Marking a page for translation should fail gracefully if there are subpages etc. - 10https://bugzilla.wikimedia.org/33636 +comment (10Nemo_bis) [14:59:15] MaxSem: Huh? Aren't you the main author of that extension? I thought that main authors of extension get merge access. [14:59:26] I don't seem to have gotten the mail with the temporary password for gerrit access [14:59:36] ::/ [14:59:38] I'm not in teh "core reviewers" cabal [14:59:41] <^demon> MaxSem: You can for ApiSandbox now. [14:59:52] ^demon++ [15:00:02] ^demon, thanks [15:00:06] <^demon> yw. [15:00:23] New review: MaxSem; "(no comment)" [mediawiki/extensions/ApiSandbox] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6588 [15:00:45] 03(mod) Continue may skip or repeat entries for iwlinks or langlinks - 10https://bugzilla.wikimedia.org/36400 +comment (10Brad Jorsch) [15:00:50] saper: could you post a png version of the jpegs you've posted? [15:00:52] hexmode: I think we need to get rid of the convert step and ask gs to do TheRightThing(tm) [15:01:55] New review: Demon; "(no comment)" [mediawiki/extensions/ZeroRatedMobileAccess] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6775 [15:01:58] Change merged: Demon; [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/6775 [15:02:03] New review: Demon; "(no comment)" [mediawiki/extensions/WikimediaMessages] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6774 [15:02:06] Change merged: Demon; [mediawiki/extensions/WikimediaMessages] (master) - https://gerrit.wikimedia.org/r/6774 [15:03:26] New review: Demon; "(no comment)" [mediawiki/extensions/Vector] (master); V: 0 C: 1; - https://gerrit.wikimedia.org/r/5734 [15:03:40] New review: Demon; "(no comment)" [mediawiki/extensions/WikidataRepo] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6773 [15:03:41] Change merged: Demon; [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/6773 [15:03:46] New review: Demon; "(no comment)" [mediawiki/extensions/WikidataClient] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6772 [15:03:53] Change merged: Demon; [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/6772 [15:04:05] New patchset: Reha Sterbin; "bug 36283 - hide 'view activity' when there is none; different help-links per usergroup" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/6532 [15:04:23] New review: Hashar; "Where do those commits come from ? I supposed they come from some local branch, you want to submit b..." [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/6784 [15:06:46] New review: Demon; "We're also seeing http://code.google.com/p/gerrit/issues/detail?id=106" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/6784 [15:09:22] New review: Hashar; "Nikerabbit wrote:" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6087 [15:14:09] 03(mod) WTA - Overlapping Text and Text crossing the borders. - 10https://bugzilla.wikimedia.org/36572 +comment (10Mark A. Hershberger) [15:14:30] 03(mod) WTA - Overlapping Text and Text crossing the borders. - 10https://bugzilla.wikimedia.org/36572 +upstream (10Mark A. Hershberger) [15:18:40] 03(NEW) MWNamespace::isNonincludableNamespace needs unit test - 10https://bugzilla.wikimedia.org/36596 normal; MediaWiki: General/Unknown; (hashar) [15:19:30] New review: Hashar; "It would be nice to add some basic unit tests to cover this new method. I have opened https://bugzil..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6624 [15:22:49] mutante: http://rt.wikimedia.org/Ticket/Display.html?id=1175 how likely is this? Or should I ask notpeter when he comes on? [15:23:01] gs 9.x that is [15:28:57] New patchset: IAlex; "Include the namespace of the page in the "target" parameter of the form to confirm display of a deleted file." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6712 [15:30:29] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6712 [15:31:02] 04(REOPENED) Mismatched input syntax for Cite error messages - 10https://bugzilla.wikimedia.org/17865 +comment (10Brad Jorsch) [15:32:22] New review: Ottomata; "I can verify that the .htaccess rewrite rule looks cool. The rest someone else will have to look at..." [mediawiki/extensions/ShortUrl] (master) C: 1; - https://gerrit.wikimedia.org/r/6728 [15:32:22] New upgrade instructions advice agaings untarring new files over old directory. [15:32:53] Is it enough to copy LocalSettings.php, images/ and extensions/ from the old mediawiki installation directory? [15:34:59] tale: Well, you don't have any other things that are specific to the site in there do you? (ie any core hacks, or custom configs etc?) [15:35:02] 03(NEW) Switch from jpeg to png for thumbnailing pdfs - 10https://bugzilla.wikimedia.org/36597 normal; MediaWiki extensions: PdfHandler; (mah) [15:40:34] Nikerabbit et al: Is there a reason why the message recentchangestext is added inContentLanguage, and there's no recentchanges-summary message, like for other special pages? [15:41:47] have you seen the patch ialex submitted to change that? [15:43:16] if LocalisationUpdate doesn't mix with that again :) [15:43:16] Nikerabbit: No... in Gerrit? [15:43:46] aharoni: https://gerrit.wikimedia.org/r/#/c/6230/ [15:43:48] I just noticed that on my local wiki that message was shown in a language that i didn't expect... [15:43:59] aomewhere there [15:44:00] It's good that i asked :) [15:53:02] Nikerabbit: will it automatically rename recentchangestext to recentchanges-summary in all the other languages? [16:00:19] Lcawte: I have not modified mediawiki code, just installed extensions. [16:00:44] tale: Should be fine to just backup localsettings, images and extensions then [16:00:54] (and database) [16:01:28] I installed new versions of the extensions I still want to use, except ConfirmAccount which had no version meant for 1.19.0. [16:01:40] Wiki seems to work now. [16:02:20] Seems this method is better for upgrading, but it is a bit hard to know for sure which directories need to be copied from the old. [16:03:02] This upgrade was a test wiki, now I try to decide if I dare upgrade a production wiki. [16:06:17] 03(mod) Switch from jpeg to png for thumbnailing pdfs - 10https://bugzilla.wikimedia.org/36597 +comment (10Mark A. Hershberger) [16:08:37] 03(mod) Switch from jpeg to png for thumbnailing pdfs - 10https://bugzilla.wikimedia.org/36597 +comment (10Mark A. Hershberger) [16:10:17] 03(mod) Marking a page for translation should fail gracefully if there are subpages etc. - 10https://bugzilla.wikimedia.org/33636 +comment (10Siebrand) [16:11:24] How can I add more links to the sidebar? [16:11:27] How can I add more links to the sidebar? [16:11:29] Sorry [16:11:33] Something gone wrong [16:11:55] Okay back [16:12:34] Matrixiumn: Edit page Mediawiki:Sidebar in your wiki. [16:12:44] Thanks :) [16:12:52] !faq | Matrixiumn [16:13:46] Matrixiumn: http://www.mediawiki.org/wiki/Manual:FAQ [16:14:00] Thanks :) [16:18:08] New review: Hashar; "Thanks Alexandre." [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/4606 [16:20:03] New patchset: MaxSem; "Add .gitreview" [mediawiki/extensions/PageImages] (master) - https://gerrit.wikimedia.org/r/6799 [16:25:51] siebrand: see https://gerrit.wikimedia.org/r/#/c/6230/ . Will twn automatically rename recentchangestext to recentchanges-summary in all the other languages? [16:26:40] hi there aharoni -- how was your code review Sunday? [16:26:47] or maybe you worked on blogging, which is also cool [16:28:20] sumanah: i mostly worked on addressing problems in some old patches. [16:28:29] New patchset: MaxSem; "Add script to initialize this extension's data" [mediawiki/extensions/PageImages] (master) - https://gerrit.wikimedia.org/r/6800 [16:28:30] aharoni: got it [16:28:46] there isn't much to review, but there's a lot of reviewed code which isn't merged yet (if i understand correctly) [16:28:47] aharoni: ok, so, do you have a pretty good rhythm going for your Sundays, or do you want any guidance? [16:29:10] New patchset: IAlex; "Added Linker::getInvalidTitleDescription() to display invalid title entries in various places." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4606 [16:29:55] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Chris Steipp) [16:30:34] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/4606 [16:30:52] sumanah: i'll probably move it to some other day. [16:31:14] aharoni: Oh! ok. Feel free to move it on the wiki page https://www.mediawiki.org/wiki/Wikimedia_engineering_20%25_policy [16:31:18] Sunday is a work day here, but by Sunday a lot of code is reviewed already. I should keep Sundays for my pet projects. [16:31:21] aharoni: up to you & your team, of course [16:31:36] aharoni: I like that I can't write your name without starting "aha!" [16:31:37] :) [16:34:35] aharoni: twn won't do that, but Raymond_ probably will. [16:35:14] siebrand: and it shouldn't be done right in that patch? (I'm trying to learn from past commits.) [16:35:26] aharoni: btw, this will break a heap of local overrides in wikis, as many wikis put all kinds of stuff in there. [16:35:32] aharoni: correct. [16:36:03] aharoni: Ah, I see that patch circumvents that. [16:36:24] hi gusy [16:36:33] friday I was asking about a problem with installing mediawiki [16:36:38] was doing it via CLI [16:36:41] and was getting an error [16:36:43] hi there ottomata! [16:36:46] someone suggested I use the web gui [16:36:47] hiya! [16:36:49] so I did [16:36:52] ottomata: yeah, Web GUI is more supported [16:36:52] but i'm still getting the same error [16:36:55] ! [16:37:03] CREATE FULLTEXT INDEX si_title ON `searchindex` (si_title) [16:37:03] from within function "DatabaseBase::sourceFile( /var/www/mediawiki/core/maintenance/tables.sql )". Database returned error "1283: Column 'si_title' cannot be part of FULLTEXT index (localhost)". [16:37:27] New review: Aaron Schulz; "The link fields of LinksUpdate are public. I suppose methods can and should be added for good practi..." [mediawiki/extensions/ProofreadPage] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/4039 [16:38:01] ottomata: MySQL? [16:38:07] yup [16:38:20] i'm trying to do everything as default as possible [16:38:34] i just need a running install from which to generate some logs [16:38:34] So, standard LAMP? [16:38:36] yup [16:38:37] in labs [16:38:48] wow! that sucks [16:39:02] using 1_19, but friday i was using master [16:39:06] same issue [16:39:14] New review: Hashar; "Since it builds fine, lets just merge the tests in." [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/4155 [16:39:17] Change merged: Hashar; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4155 [16:39:25] * sumanah does not know enough to help, but you have her sympathies [16:40:20] daw, thanks, hoping someone else in here is reading :) [16:41:44] ottomata: That might be an InnoDB vs MyISAM thing I think? [16:41:54] ottomata: Could you pastebin SHOW CREATE TABLE searchindex; somewhere? [16:44:17] https://gist.github.com/2628883 [16:44:19] it is MyISAM [16:44:20] sumanah: So, moved it to Tuesday-Wednesday. [16:44:30] 03(mod) Storyboards for linking Wikipedia articles to Wikidata - 10https://bugzilla.wikimedia.org/36435 +comment (10denny vrandecic) [16:44:32] aharoni: OK! Enjoy the change :D [16:44:33] binary charset a problem for fulltext? [16:44:51] New patchset: MaxSem; "Option to hide this extension's data while it's being populated" [mediawiki/extensions/PageImages] (master) - https://gerrit.wikimedia.org/r/6801 [16:44:57] sumanah: it makes more sense in many ways. if you have any special comments for tomorrow, let me know. [16:45:18] New review: Hashar; "Well you could 'git rebase origin/master' and keep using the same change-id :-D" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6609 [16:45:27] probably because it is varbinary? instead of varchar? [16:48:01] RoanKattouw [16:48:03] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Victor Vasiliev) [16:48:06] if I change charset to utf8 [16:48:09] and then alter si_title to varchar [16:48:14] i can add fulltext index [16:48:44] Aha [16:49:20] the default selection in the install script [16:49:21] is binary though [16:49:44] wouldn't that cause problems for most people? or do you think there is something else that is making this only happen to me? [16:53:16] New patchset: MarkAHershberger; "Fix Bug #36597 by switching to png for thumbnails" [mediawiki/extensions/PdfHandler] (master) - https://gerrit.wikimedia.org/r/6802 [16:54:43] I don't seem to have a user with sysops or 'Bureaucrat' status; apparently my user wasn't the first. How can I remedy this? I do have access to the directory and DB. [16:54:55] Trying to combat a wave of spam :-( [16:55:00] one sec [16:55:48] do you have ssh/command line access? [16:56:01] Definitely. [16:56:53] you can always go to maintenance directory, type php eval.php [16:56:59] no [16:57:08] cd to maintenance [16:57:12] and then type User::newFromName('my-user-name')->addGroup('sysop'); [16:57:16] ;) [16:57:29] well, that is one way [16:57:44] actually, that's slightly better than createAndPromote in the sense that you already have a user [16:57:45] Easy enough. [16:57:56] run it a second time with bureaucrat instead of sysop as well [16:57:57] New code comment: Jeroen De Dauw; Replace inner foreach with http://dpaste.org/ux5OH/; [16:58:48] 03(mod) PDF page poorly rendered - 10https://bugzilla.wikimedia.org/36580 (10Mark A. Hershberger) [16:59:13] 03(mod) Please enable Extention:NewUserMessage on ml.wikipedia - 10https://bugzilla.wikimedia.org/36595 +shell (10Mark A. Hershberger) [17:00:48] 03(mod) Switch to MuPDF for thumbnailing PDFs - 10https://bugzilla.wikimedia.org/36594 (10Mark A. Hershberger) [17:00:48] 03(mod) PDF page poorly rendered - 10https://bugzilla.wikimedia.org/36580 (10Mark A. Hershberger) [17:01:13] 03(FIXED) Re-enable Firefox 10 in TestSwarm - 10https://bugzilla.wikimedia.org/36536 +comment (10Antoine "hashar" Musso) [17:01:39] Thanks guys, that worked. Cheers! [17:02:50] 03(mod) "tog-watchdefault" disabled itself - 10https://bugzilla.wikimedia.org/36578 +comment (10Mark A. Hershberger) [17:03:07] 03(mod) mobileaction=toggle_view_desktop needs token. - 10https://bugzilla.wikimedia.org/36593 (10Mark A. Hershberger) [17:03:52] 03(mod) Client side translation suggestions - 10https://bugzilla.wikimedia.org/36592 normal->15enhancement (10Mark A. Hershberger) [17:04:24] 03(mod) Gerrit/Gitweb say Error 400 when given a link from Special:Version on WMF deployment for MediaWiki core - 10https://bugzilla.wikimedia.org/36575 (10Mark A. Hershberger) [17:06:32] 03(mod) WTA: Inconsistent handling of cite - 10https://bugzilla.wikimedia.org/36555 (10Mark A. Hershberger) [17:08:50] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Victor Vasiliev) [17:13:11] Reedy: Can you confirm a hunch for me? bug 36575 - I bet 1.20wmf1 git clone on fenari has either a merge commit on the HEAD that was created when it was pulled or uncommitted changes [17:13:21] git log -n2 [17:13:23] 03(mod) "tog-watchdefault" disabled itself - 10https://bugzilla.wikimedia.org/36578 +comment (10Sam Reed (reedy)) [17:13:24] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Aaron Schulz) [17:13:34] 03yaron * 10/trunk/extensions/SemanticForms/includes/forminputs/SF_TextInput.php: Fix for r106195 - patch by Jeroen De Dauw [17:13:41] Should match: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=log;h=refs/heads/wmf/1.20wmf1 [17:15:13] New code comment: Yaron Koren; Thanks for the patch - I'm setting this back to "deferred".; [17:15:58] 03(FIXED) SF_TextInput.php error - 10https://bugzilla.wikimedia.org/36559 +comment (10Yaron Koren) [17:16:13] New patchset: Szymon ?wierkosz; "(bug 24322) Add image links from Page namespace to corresponding images." [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/4039 [17:16:21] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Aaron Schulz) [17:16:58] 03yaron * 10/trunk/extensions/SemanticForms/languages/SF_Namespaces.php: Added missing underscore [17:17:17] 03(FIXED) Incorrect Namespace definition (German) - 10https://bugzilla.wikimedia.org/36173 +comment (10Yaron Koren) [17:17:22] 03(mod) Special:Version on en.wikipedia.org shows a git commit that isn't in the public repository on gerrit/gitweb - 10https://bugzilla.wikimedia.org/36575 summary; +comment (10Krinkle) [17:18:53] New review: Szymon ?wierkosz; "Aaron, thanks for your reply. I don't remember why I thought those fields were private. Mahbe becaus..." [mediawiki/extensions/ProofreadPage] (master) C: 0; - https://gerrit.wikimedia.org/r/4039 [17:20:41] 03(mod) "tog-watchdefault" disabled itself - 10https://bugzilla.wikimedia.org/36578 (10mybugs.mail) [17:22:30] 03(mod) Integration with Translate extension - 10https://bugzilla.wikimedia.org/36591 +comment (10Jon Harald Søby) [17:24:57] New review: Aaron Schulz; "(no comment)" [mediawiki/extensions/ProofreadPage] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/4039 [17:24:59] Change merged: Aaron Schulz; [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/4039 [17:25:02] 03(mod) WTA - In Bosnian and Serbocroatian, Dobrodosli is written as one word, while in other Balkan languages as two words - 10https://bugzilla.wikimedia.org/36541 +i18n; +comment (10Mark A. Hershberger) [17:25:31] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Oliver Keyes) [17:25:35] 03(mod) WTA - In Bosnian and Serbocroatian, Dobrodosli is written as one word, while in other Balkan languages as two words - 10https://bugzilla.wikimedia.org/36541 +comment (10Mark A. Hershberger) [17:25:54] csteipp: see api/ApiQueryBlocks.php and specials/SpecialBlockList.php [17:26:47] 03(FIXED) imagelinks should include ProofreadPage pages - 10https://bugzilla.wikimedia.org/24322 (10Beau) [17:27:36] 03(mod) Transition to full screen search on Android 2.3.6 Dolphin Browser HD is slow - 10https://bugzilla.wikimedia.org/36530 +comment (10Arthur Richards) [17:30:25] 03(mod) Special:Version on en.wikipedia.org shows a git commit that isn't in the public repository on gerrit/gitweb - 10https://bugzilla.wikimedia.org/36575 +comment (10Chad H.) [17:33:25] 03(mod) Integration with Translate extension - 10https://bugzilla.wikimedia.org/36591 +comment (10Amir E. Aharoni) [17:36:16] 03(mod) pseudo "Category:Pages where expansion depth is exceeded" after install 1.20wmf2 - 10https://bugzilla.wikimedia.org/36567 +comment (10Mark A. Hershberger) [17:36:54] 03(mod) WTA: Inconsistent handling of cite - 10https://bugzilla.wikimedia.org/36555 +comment (10Zoltan Molnar) [17:37:27] 03(mod) MathJax parser different from LaTeX with superscripts - 10https://bugzilla.wikimedia.org/36534 (10Mark A. Hershberger) [17:38:24] 03(mod) Null edits should be impossible - 10https://bugzilla.wikimedia.org/36566 (10Mark A. Hershberger) [17:38:57] 03(mod) Null edits should not show up in page history - 10https://bugzilla.wikimedia.org/36566 summary (10Mark A. Hershberger) [17:39:08] 03(mod) Tokens-API should be a query module - 10https://bugzilla.wikimedia.org/36078 +comment (10Bergi) [17:40:48] 03(mod) MW 1.19: (Fatal error) BitmapHandler::escapeMagickPath: unexpected colon character in path name - 10https://bugzilla.wikimedia.org/36565 (10Mark A. Hershberger) [17:42:16] how to format a URL in mediawiki so that it shows the URL but not "clickable". [17:43:07] 03(mod) a page in the Yiddish Wikipedia can't be loaded in Webkit-based browsers on Mac OS X - 10https://bugzilla.wikimedia.org/36154 +comment (10Percy Mett) [17:43:41] 03(mod) Tokens-API should be a query module - 10https://bugzilla.wikimedia.org/36078 +comment (10Beau) [17:44:34] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6079 [17:44:37] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6079 [17:45:46] \o/ [17:45:51] thanks AaronSchulz :) [17:46:14] gColossus: you can try with url [17:46:43] Beau_: yeah, I should have done my homework :( sorry for the hassle. I just found out abt it as well. [17:48:58] 14(INVALID) profanity on Mobile wiki, but not on web on my PC - 10https://bugzilla.wikimedia.org/36563 +comment (10Mark A. Hershberger) [17:49:48] 03(NEW) Enable autopatrolling on Yiddish Wikipedia - 10https://bugzilla.wikimedia.org/36598 normal; Wikimedia: Site requests; (wiki.pedia) [17:52:10] 03(mod) Fatal error: Class 'ViewAction' not found in ../includes/Action.php on line 87 - 10https://bugzilla.wikimedia.org/36454 +comment (10Geoffrey De Belie) [17:53:00] 14(INVALID) Fatal error: Class 'ViewAction' not found in ../includes/Action.php on line 87 - 10https://bugzilla.wikimedia.org/36454 (10Geoffrey De Belie) [17:57:59] 03(FIXED) Send full SSL certificate chain including root CA on gerrit.wikimedia.org - 10https://bugzilla.wikimedia.org/35709 +comment (10Krinkle) [17:59:21] 03(mod) SVN Code review: Change bug tracker link for pywikipedia bug ids - 10https://bugzilla.wikimedia.org/36556 +comment (10Mark A. Hershberger) [18:00:09] RoanKattouw, Hey! [18:00:27] Oh hey [18:00:35] <^demon> It's a Roan! [18:01:05] 03(mod) Search and replace doesn't work on chrome or epiphany - 10https://bugzilla.wikimedia.org/30162 summary (10Mark A. Hershberger) [18:02:44] I started writing in some code, Trevor suggested I should push to a remote branch of VE [18:03:21] so RoanKattouw, can you create a branch or should I look for Trevor later? [18:04:44] 03(mod) SVN Code review: Change bug tracker link for pywikipedia bug ids - 10https://bugzilla.wikimedia.org/36556 (10Chad H.) [18:05:02] I'll create a branch for you [18:05:12] What commit did you branch off of? [18:05:56] commit 2defdf5f820cf7 [18:07:09] 03(FIXED) SVN Code review: Change bug tracker link for pywikipedia bug ids - 10https://bugzilla.wikimedia.org/36556 +comment (10Chad H.) [18:07:18] 03(mod) WTA Srpskohrvatski is no longer viewed as a language - 10https://bugzilla.wikimedia.org/36548 (10Mark A. Hershberger) [18:09:23] New review: Reedy; "You should've probably waited for the original to be merged, then cherry picked it into the REL1_19 ..." [mediawiki/core] (REL1_19); V: 0 C: 0; - https://gerrit.wikimedia.org/r/6795 [18:09:38] ashish_d: What's the name of your branch? [18:10:50] 03(mod) WTA: Show Changes line number is off - 10https://bugzilla.wikimedia.org/36552 +comment (10Mark A. Hershberger) [18:11:19] RoanKattouw, realtimeve [18:11:43] OK, branch created [18:11:49] 03(FIXED) Beta skin breaks search on S60 browser - 10https://bugzilla.wikimedia.org/36490 +comment (10Jon) [18:11:54] Now let me see about giving you access to it [18:11:58] (push access I mean) [18:14:28] ashish_d: OK you should now have push access to that branch as well [18:14:52] Note that Trevor and I are messing around in the dmrewrite branch (essentially rewriting the data model), that should land soonish hopefully [18:16:23] RoanKattouw: You know collapsable nav on Vector, is there anyway to have a part of it expanded by default? [18:16:27] 03(mod) Wikimedia Blog mobile version getting cached - 10https://bugzilla.wikimedia.org/34419 +comment (10James Alexander) [18:17:22] RoanKattouw, Fine, thanks! I'll keep a look at dmrewrite, and keep it updated [18:17:37] keep my branch updated, I meant [18:17:47] 03(mod) SVN Code review: Change bug tracker link for pywikipedia bug ids - 10https://bugzilla.wikimedia.org/36556 +comment (10Merlijn van Deen) [18:17:51] Lcawte: Yes, you have to set a certain class on the section [18:18:18] Lcawte: I believe class="expanded" works [18:18:35] RoanKattouw: Thanks :) [18:23:38] 03(mod) Fatal error: Class 'ViewAction' not found in ../includes/Action.php on line 87 - 10https://bugzilla.wikimedia.org/36454 +comment (10Max Semenik) [18:24:48] * AaronSchulz wonders were brion is [18:25:59] <^demon> Check Foursquare? [18:26:06] 03(mod) Fatal error: Class 'ViewAction' not found in ../includes/Action.php on line 87 - 10https://bugzilla.wikimedia.org/36454 +comment (10Geoffrey De Belie) [18:26:39] 03(mod) WTA - Inconsistency in cyrillic translation on the Serbo-croatian page - 10https://bugzilla.wikimedia.org/36549 +comment (10Mark A. Hershberger) [18:27:32] 03(mod) WTA - Inconsistency in cyrillic translation on the Serbo-croatian page - 10https://bugzilla.wikimedia.org/36549 (10Mark A. Hershberger) [18:29:36] New review: Demon; "Fix the commit summary please. Functionally ok." [mediawiki/extensions/Collection] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/6051 [18:32:12] Afternoon [18:32:18] 03(mod) Possible to mark new pages you create as reviewed - 10https://bugzilla.wikimedia.org/36479 +comment (10Ryan Kaldari) [18:35:57] New patchset: Reedy; "Fixed 2 warnings in Collection noticed on production" [mediawiki/extensions/Collection] (master) - https://gerrit.wikimedia.org/r/6051 [18:36:06] ^demon: ^ [18:36:07] New patchset: Tpt; "(bug 28102) Add order by option in IndexPages special page." [mediawiki/extensions/ProofreadPage] (master) - https://gerrit.wikimedia.org/r/6808 [18:36:13] <^demon> Reedy: <3 [18:36:17] ;) [18:36:31] New review: Demon; "(no comment)" [mediawiki/extensions/Collection] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6051 [18:36:33] Change merged: Demon; [mediawiki/extensions/Collection] (master) - https://gerrit.wikimedia.org/r/6051 [18:40:39] New patchset: Reedy; "Update collection to HEAD" [mediawiki/core] (wmf/1.20wmf1) - https://gerrit.wikimedia.org/r/6809 [18:41:11] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Chris Steipp) [18:41:30] New review: Reedy; "(no comment)" [mediawiki/core] (wmf/1.20wmf1); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6809 [18:41:33] Change merged: Reedy; [mediawiki/core] (wmf/1.20wmf1) - https://gerrit.wikimedia.org/r/6809 [18:41:53] 03(mod) Special:Version on en.wikipedia.org shows a git commit that isn't in the public repository on gerrit/gitweb - 10https://bugzilla.wikimedia.org/36575 +comment (10Marcin Cieślak) [18:42:18] New patchset: Reedy; "Update collection to HEAD" [mediawiki/core] (wmf/1.20wmf2) - https://gerrit.wikimedia.org/r/6810 [18:42:28] 14(INVALID) WTA - when entering the Picture of the day page from Croatian, both Bosnian and Croatian are marked as languages for the current page - 10https://bugzilla.wikimedia.org/36547 +comment (10Mark A. Hershberger) [18:42:36] New review: Reedy; "(no comment)" [mediawiki/core] (wmf/1.20wmf2); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6810 [18:42:38] Change merged: Reedy; [mediawiki/core] (wmf/1.20wmf2) - https://gerrit.wikimedia.org/r/6810 [18:45:47] http://25.media.tumblr.com/tumblr_m301gyi8gm1rqvy12o1_500.jpg [18:47:25] New review: Demon; "(no comment)" [mediawiki/extensions/PageImages] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6799 [18:47:27] Change merged: Demon; [mediawiki/extensions/PageImages] (master) - https://gerrit.wikimedia.org/r/6799 [18:48:32] New review: Reedy; "(no comment)" [mediawiki/tools/release] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6571 [18:48:34] Change merged: Reedy; [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/6571 [18:55:51] New patchset: Amire80; "Adding the ability to post to user talk pages on other wikis." [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/6116 [18:59:24] New patchset: Amire80; "Adding the ability to post to user talk pages on other wikis." [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/6116 [18:59:44] 14(INVALID) WTA - The Srpskhrvatski language disappears once a "Picture of the day" page is entered. - 10https://bugzilla.wikimedia.org/36542 +comment (10Mark A. Hershberger) [19:00:40] * aharoni is banging the head against the wall. [19:02:04] in https://gerrit.wikimedia.org/r/6116 i see a lot of rebase garbage like "<<<<<<< HEAD" [19:02:12] even though i removed it. [19:02:31] removed it and commit --amend'ed it [19:02:36] how do i really remove it? [19:02:51] (it's in the i18n file, of course.) [19:03:16] saper: http://media.giantbomb.com/uploads/8/87209/1865072-box_key_large.png <- Kirby in patchland [19:03:19] aharoni: checking out [19:04:09] 03(NEW) Upload speed with chunked uploads is very slow - 10https://bugzilla.wikimedia.org/36599 normal; MediaWiki extensions: UploadWizard; (federicoleva) [19:08:24] open source nurds can suck my willy [19:08:37] :) [19:08:43] Reedy [19:09:56] Change merged: MaxSem; [mediawiki/extensions/ApiSandbox] (master) - https://gerrit.wikimedia.org/r/6588 [19:10:01] !ops derp ^ [19:10:11] im not a derp [19:10:15] ur a derp [19:10:27] Krenair: I *think* Reedy might be out for lunch. Unsure [19:10:39] ty c [19:11:54] aharoni: did you intend to remove - 'translationnotifications-talkpage-body' => '== $1 == [19:11:57] ? [19:12:02] (the == $1 == header)? [19:12:07] Yes. [19:12:14] That's my manual and intentional change. [19:13:18] good [19:13:43] and translationnotifications-submit-ok should stay, yes? [19:16:10] New patchset: saper; "Ability to post to user talk pages on other wikis." [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/6116 [19:17:14] saper, yes [19:17:53] do you have an idea how did it happen that this garbage doesn't appear in my branch, but does appear in Gerrit? [19:18:19] 03(mod) WTA - The Srpskhrvatski language disappears once a "Picture of the day" page is entered. - 10https://bugzilla.wikimedia.org/36542 +comment (10Mark A. Hershberger) [19:18:24] i amended and submitted after doing rebase, cleaning up, git add and git rebase --continue. [19:20:30] ouch [19:20:54] I don't know why only I have 'gl' and 'lb' translations added [19:22:18] it seems you have added them in c50d5290 - am I right? [19:22:36] I have added them :-> [19:24:22] oh no 25eb1ef added them... or [19:29:42] * YuviPanda wonders if anyone is willing to CR https://gerrit.wikimedia.org/r/#/c/6728/ [19:37:44] Change abandoned: Khaled El Mansoury; "See comments." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6710 [19:39:52] 03(mod) Unwanted data injected into items - 10https://bugzilla.wikimedia.org/36519 (10Mark A. Hershberger) [19:40:27] 03(mod) Uncaught ReferenceError: track is not defined - 10https://bugzilla.wikimedia.org/36527 (10Mark A. Hershberger) [19:40:55] 03(mod) OggHandler icons shouldn't have a white background - 10https://bugzilla.wikimedia.org/36529 (10Mark A. Hershberger) [19:41:15] 03(mod) Search doesn't work on Opera Mini - 10https://bugzilla.wikimedia.org/36532 (10Mark A. Hershberger) [19:42:17] 03(mod) Add fields to inform the wiki(s) to which configuration requests refers to - 10https://bugzilla.wikimedia.org/36539 (10Mark A. Hershberger) [19:44:47] 03(mod) In edit mode textarea#wpTextbox1 needs a horizontal scrollbar - 10https://bugzilla.wikimedia.org/36550 (10Mark A. Hershberger) [19:45:11] 03(FIXED) Language option doesn't work for WP7 (Windows Phone 7) - 10https://bugzilla.wikimedia.org/36494 +comment (10Jon) [19:49:13] 14(INVALID) pseudo "Category:Pages where expansion depth is exceeded" after install 1.20wmf2 - 10https://bugzilla.wikimedia.org/36567 +comment (10Rical) [19:54:02] 03(mod) Local revision-deleted block summaries appearing at Special:CentralAuth - 10https://bugzilla.wikimedia.org/35971 +comment (10Victor Vasiliev) [19:57:27] 03(mod) WTS - Inconsistency between Balkan languages - 10https://bugzilla.wikimedia.org/36551 +comment (10Mark A. Hershberger) [19:57:39] 03(mod) WTA: Show Changes line number is off - 10https://bugzilla.wikimedia.org/36552 (10Mark A. Hershberger) [20:02:51] 03(mod) MWNamespace::isNonincludableNamespace needs unit test - 10https://bugzilla.wikimedia.org/36596 (10Mark A. Hershberger) [20:03:04] 03(mod) Switch from jpeg to png for thumbnailing pdfs - 10https://bugzilla.wikimedia.org/36597 (10Mark A. Hershberger) [20:03:33] 03(mod) Enable autopatrolling on Yiddish Wikipedia - 10https://bugzilla.wikimedia.org/36598 +shell; +comment (10Mark A. Hershberger) [20:04:21] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6812 [20:05:44] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/6812 [20:07:05] 03khorn * 10/branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/: Deleting the DonationInterface extension in deploy, as it now lives in our git repo. [20:07:18] hm [20:07:34] 03(mod) Upload speed with chunked uploads is very slow - 10https://bugzilla.wikimedia.org/36599 +comment (10Mark A. Hershberger) [20:07:53] 03(mod) Please enable Extention:NewUserMessage on ml.wikipedia - 10https://bugzilla.wikimedia.org/36595 (10Mark A. Hershberger) [20:08:04] 03(mod) Enable autopatrolling on Yiddish Wikipedia - 10https://bugzilla.wikimedia.org/36598 (10Mark A. Hershberger) [20:17:41] 03(NEW) Activation of flood flag on it.wikisource.org - 10https://bugzilla.wikimedia.org/36600 enhancement; Wikimedia: Site requests; (lacrymarum.valle) [20:18:21] 03khorn * 10/branches/fundraising/deployment/payments_1.17/extensions/: Ignoring the DonationInterface extensions directory. [20:29:27] 03(mod) Random button for Wikisource - 10https://bugzilla.wikimedia.org/30902 +comment (10Jon) [20:37:44] hmm, with some spam-accounts I'm trying to merge (with UserMerge) I get a db-error: “1062: Duplicate entry '203' for key 'PRIMARY' (localhost)”. [20:37:48] any ideas why this is? [20:37:51] 03(mod) LST Confused by tables. - 10https://bugzilla.wikimedia.org/36301 +comment (10Beau) [20:39:30] New patchset: Daniel Kinzler; "Adding $this->tablesUsed to RevisionStorageTest." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6813 [20:40:00] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/6814 [20:40:08] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AddThis] (master) - https://gerrit.wikimedia.org/r/6815 [20:40:15] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AdminLinks] (master) - https://gerrit.wikimedia.org/r/6816 [20:40:21] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AllTimeZones] (master) - https://gerrit.wikimedia.org/r/6817 [20:40:28] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/AntiSpoof] (master) - https://gerrit.wikimedia.org/r/6819 [20:40:29] New patchset: Kaldari; "Adding new getCreator method to WikiPage class. This method retrieves the ID of the user that created the page." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6818 [20:40:34] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ApiSandbox] (master) - https://gerrit.wikimedia.org/r/6820 [20:40:36] hmm, getting that error on a _lot_ of merges .. [20:40:40] anyone with UserMerge knowledge? [20:40:43] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/6821 [20:40:51] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/6822 [20:40:53] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/6813 [20:40:58] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CategoryTree] (master) - https://gerrit.wikimedia.org/r/6823 [20:41:05] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/6824 [20:41:12] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Cite] (master) - https://gerrit.wikimedia.org/r/6825 [20:41:19] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/CodeReview] (master) - https://gerrit.wikimedia.org/r/6826 [20:41:26] New patchset: Daniel Kinzler; "Adding $this->tablesUsed to RevisionStorageTest." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6813 [20:41:26] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Collection] (master) - https://gerrit.wikimedia.org/r/6827 [20:41:33] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Contest] (master) - https://gerrit.wikimedia.org/r/6828 [20:41:40] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/DismissableSiteNotice] (master) - https://gerrit.wikimedia.org/r/6829 [20:41:47] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/6830 [20:41:54] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/6831 [20:42:01] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Gadgets] (master) - https://gerrit.wikimedia.org/r/6832 [20:42:08] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/GlobalBlocking] (master) - https://gerrit.wikimedia.org/r/6833 [20:42:12] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/6818 [20:42:16] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/LastModified] (master) - https://gerrit.wikimedia.org/r/6834 [20:42:23] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/6835 [20:42:29] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/LiveTranslate] (master) - https://gerrit.wikimedia.org/r/6836 [20:42:34] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Maintenance] (master) - https://gerrit.wikimedia.org/r/6837 [20:42:41] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/6838 [20:42:48] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/6839 [20:42:56] New review: Siebrand; "(no comment)" [mediawiki/extensions/AddThis] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6737 [20:42:58] Change merged: Siebrand; [mediawiki/extensions/AddThis] (master) - https://gerrit.wikimedia.org/r/6737 [20:43:00] New review: Siebrand; "(no comment)" [mediawiki/extensions/AllTimeZones] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6738 [20:43:03] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/MoodBar] (master) - https://gerrit.wikimedia.org/r/6841 [20:43:10] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/6842 [20:43:11] New review: Siebrand; "(no comment)" [mediawiki/extensions/AllTimeZones] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6738 [20:43:13] Change merged: Siebrand; [mediawiki/extensions/AllTimeZones] (master) - https://gerrit.wikimedia.org/r/6738 [20:43:14] ah, must be related to: https://bugzilla.wikimedia.org/show_bug.cgi?id=35239 [20:43:14] New review: Siebrand; "(no comment)" [mediawiki/extensions/ArticleFeedbackv5] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6739 [20:43:16] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/6843 [20:43:17] Change merged: Siebrand; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/6739 [20:43:18] New review: Siebrand; "(no comment)" [mediawiki/extensions/Babel] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6740 [20:43:19] 03(FIXED) deployment.wmflabs.org doesn't redirect - 10https://bugzilla.wikimedia.org/36513 +comment (10Antoine "hashar" Musso) [20:43:20] Change merged: Siebrand; [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/6740 [20:43:21] gerrit-wm: you're on a roll [20:43:22] New review: Siebrand; "(no comment)" [mediawiki/extensions/CategoryTree] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6741 [20:43:23] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/6844 [20:43:24] Change merged: Siebrand; [mediawiki/extensions/CategoryTree] (master) - https://gerrit.wikimedia.org/r/6741 [20:43:26] New review: Siebrand; "(no comment)" [mediawiki/extensions/CentralAuth] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6742 [20:43:28] Change merged: Siebrand; [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/6742 [20:43:29] New review: Siebrand; "(no comment)" [mediawiki/extensions/Cite] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6743 [20:43:30] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/6813 [20:43:31] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Push] (master) - https://gerrit.wikimedia.org/r/6845 [20:43:32] Change merged: Siebrand; [mediawiki/extensions/Cite] (master) - https://gerrit.wikimedia.org/r/6743 [20:43:33] New review: Siebrand; "(no comment)" [mediawiki/extensions/Contest] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6744 [20:43:35] Change merged: Siebrand; [mediawiki/extensions/Contest] (master) - https://gerrit.wikimedia.org/r/6744 [20:43:36] New review: Siebrand; "(no comment)" [mediawiki/extensions/DismissableSiteNotice] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6745 [20:43:38] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Ratings] (master) - https://gerrit.wikimedia.org/r/6846 [20:43:38] New review: Daniel Kinzler; "Submitted a follow-up as Iac05b042" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6414 [20:43:39] Change merged: Siebrand; [mediawiki/extensions/DismissableSiteNotice] (master) - https://gerrit.wikimedia.org/r/6745 [20:43:40] New review: Siebrand; "(no comment)" [mediawiki/extensions/DonationInterface] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6746 [20:43:42] Change merged: Siebrand; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/6746 [20:43:43] maybe have a #mediawiki-feed for stuff like this? what a flood -_- [20:43:45] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ReaderFeedback] (master) - https://gerrit.wikimedia.org/r/6847 [20:43:52] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Renameuser] (master) - https://gerrit.wikimedia.org/r/6848 [20:43:58] dreamer, it's supposed to be fixed actually... [20:43:59] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/6849 [20:44:08] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/6850 [20:44:09] Krenair: hmm, I have the latest UserMerge afaik [20:44:16] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/6851 [20:44:16] New review: Siebrand; "(no comment)" [mediawiki/extensions/GlobalBlocking] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6747 [20:44:18] Change merged: Siebrand; [mediawiki/extensions/GlobalBlocking] (master) - https://gerrit.wikimedia.org/r/6747 [20:44:21] New review: Siebrand; "(no comment)" [mediawiki/extensions/LiquidThreads] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6748 [20:44:23] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/6852 [20:44:24] Change merged: Siebrand; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/6748 [20:44:25] New review: Siebrand; "(no comment)" [mediawiki/extensions/LiveTranslate] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6749 [20:44:27] Change merged: Siebrand; [mediawiki/extensions/LiveTranslate] (master) - https://gerrit.wikimedia.org/r/6749 [20:44:28] New review: Siebrand; "(no comment)" [mediawiki/extensions/Maintenance] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6750 [20:44:30] Change merged: Siebrand; [mediawiki/extensions/Maintenance] (master) - https://gerrit.wikimedia.org/r/6750 [20:44:32] New review: Siebrand; "(no comment)" [mediawiki/extensions/Maps] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6751 [20:44:33] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Survey] (master) - https://gerrit.wikimedia.org/r/6853 [20:44:33] Change merged: Siebrand; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/6751 [20:44:35] New review: Siebrand; "(no comment)" [mediawiki/extensions/Math] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6752 [20:44:35] version: (r115144) [20:44:37] Change merged: Siebrand; [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/6752 [20:44:38] New review: Siebrand; "(no comment)" [mediawiki/extensions/MoodBar] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6754 [20:44:40] Change merged: Siebrand; [mediawiki/extensions/MoodBar] (master) - https://gerrit.wikimedia.org/r/6754 [20:44:42] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/6854 [20:44:43] New review: Siebrand; "(no comment)" [mediawiki/extensions/Narayam] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6755 [20:44:45] Change merged: Siebrand; [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/6755 [20:44:47] New review: Siebrand; "(no comment)" [mediawiki/extensions/Nuke] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6756 [20:44:49] Change merged: Siebrand; [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/6756 [20:44:50] New review: Siebrand; "(no comment)" [mediawiki/extensions/OpenStackManager] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6757 [20:44:51] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/6855 [20:44:52] Change merged: Siebrand; [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/6757 [20:45:04] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/6856 [20:45:11] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/UserDailyContribs] (master) - https://gerrit.wikimedia.org/r/6857 [20:45:18] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/6858 [20:45:25] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/6859 [20:45:32] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/VipsScaler] (master) - https://gerrit.wikimedia.org/r/6860 [20:45:33] New review: Siebrand; "(no comment)" [mediawiki/extensions/Push] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6759 [20:45:36] Change merged: Siebrand; [mediawiki/extensions/Push] (master) - https://gerrit.wikimedia.org/r/6759 [20:45:38] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/6861 [20:45:45] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikiLove] (master) - https://gerrit.wikimedia.org/r/6862 [20:45:45] New review: Siebrand; "(no comment)" [mediawiki/extensions/Ratings] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6760 [20:45:47] Change merged: Siebrand; [mediawiki/extensions/Ratings] (master) - https://gerrit.wikimedia.org/r/6760 [20:45:49] New review: Siebrand; "(no comment)" [mediawiki/extensions/ReaderFeedback] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6761 [20:45:51] Change merged: Siebrand; [mediawiki/extensions/ReaderFeedback] (master) - https://gerrit.wikimedia.org/r/6761 [20:45:52] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/6863 [20:45:53] New review: Siebrand; "(no comment)" [mediawiki/extensions/SemanticMaps] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6762 [20:45:54] Change merged: Siebrand; [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/6762 [20:45:56] New review: Siebrand; "(no comment)" [mediawiki/extensions/SemanticMediaWiki] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6763 [20:45:58] Change merged: Siebrand; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/6763 [20:46:00] New review: Siebrand; "(no comment)" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6764 [20:46:02] Change merged: Siebrand; [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/6764 [20:46:03] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/6864 [20:46:04] New review: Siebrand; "(no comment)" [mediawiki/extensions/SemanticWatchlist] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6765 [20:46:06] Change merged: Siebrand; [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/6765 [20:46:07] New review: Siebrand; "(no comment)" [mediawiki/extensions/Survey] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6766 [20:46:09] Change merged: Siebrand; [mediawiki/extensions/Survey] (master) - https://gerrit.wikimedia.org/r/6766 [20:46:11] New review: Siebrand; "(no comment)" [mediawiki/extensions/Translate] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6767 [20:46:11] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/WikimediaMessages] (master) - https://gerrit.wikimedia.org/r/6865 [20:46:13] Change merged: Siebrand; [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/6767 [20:46:14] New review: Siebrand; "(no comment)" [mediawiki/extensions/UploadWizard] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6768 [20:46:16] Change merged: Siebrand; [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/6768 [20:46:18] New review: Siebrand; "(no comment)" [mediawiki/extensions/Validator] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6769 [20:46:21] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/6866 [20:46:21] Change merged: Siebrand; [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/6769 [20:46:22] New review: Siebrand; "(no comment)" [mediawiki/extensions/Vector] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6770 [20:46:23] Change merged: Siebrand; [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/6770 [20:46:25] New review: Siebrand; "(no comment)" [mediawiki/extensions/VipsScaler] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6771 [20:46:27] Change merged: Siebrand; [mediawiki/extensions/VipsScaler] (master) - https://gerrit.wikimedia.org/r/6771 [20:46:29] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/extensions/intersection] (master) - https://gerrit.wikimedia.org/r/6867 [20:47:10] New review: Siebrand; "(no comment)" [mediawiki/extensions/AbuseFilter] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6814 [20:47:15] Change merged: Siebrand; [mediawiki/extensions/AbuseFilter] (master) - https://gerrit.wikimedia.org/r/6814 [20:47:15] New review: Siebrand; "(no comment)" [mediawiki/extensions/AddThis] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6815 [20:47:17] Change merged: Siebrand; [mediawiki/extensions/AddThis] (master) - https://gerrit.wikimedia.org/r/6815 [20:47:28] New review: Siebrand; "(no comment)" [mediawiki/extensions/AdminLinks] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6816 [20:47:31] Change merged: Siebrand; [mediawiki/extensions/AdminLinks] (master) - https://gerrit.wikimedia.org/r/6816 [20:47:31] New review: Siebrand; "(no comment)" [mediawiki/extensions/AllTimeZones] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6817 [20:47:33] Change merged: Siebrand; [mediawiki/extensions/AllTimeZones] (master) - https://gerrit.wikimedia.org/r/6817 [20:47:36] New review: Siebrand; "(no comment)" [mediawiki/extensions/AntiSpoof] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6819 [20:47:37] Change merged: Siebrand; [mediawiki/extensions/AntiSpoof] (master) - https://gerrit.wikimedia.org/r/6819 [20:47:43] New review: Siebrand; "(no comment)" [mediawiki/extensions/ApiSandbox] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6820 [20:47:45] Change merged: Siebrand; [mediawiki/extensions/ApiSandbox] (master) - https://gerrit.wikimedia.org/r/6820 [20:47:46] New review: Siebrand; "(no comment)" [mediawiki/extensions/ArticleFeedbackv5] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6821 [20:47:48] Change merged: Siebrand; [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/6821 [20:47:50] New review: Siebrand; "(no comment)" [mediawiki/extensions/Babel] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6822 [20:47:52] Change merged: Siebrand; [mediawiki/extensions/Babel] (master) - https://gerrit.wikimedia.org/r/6822 [20:47:54] New review: Siebrand; "(no comment)" [mediawiki/extensions/CategoryTree] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6823 [20:47:55] Change merged: Siebrand; [mediawiki/extensions/CategoryTree] (master) - https://gerrit.wikimedia.org/r/6823 [20:47:57] New review: Siebrand; "(no comment)" [mediawiki/extensions/CentralAuth] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6824 [20:48:01] New review: Siebrand; "(no comment)" [mediawiki/extensions/Cite] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6825 [20:48:03] Change merged: Siebrand; [mediawiki/extensions/Cite] (master) - https://gerrit.wikimedia.org/r/6825 [20:48:05] New review: Siebrand; "(no comment)" [mediawiki/extensions/CodeReview] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6826 [20:48:07] Change merged: Siebrand; [mediawiki/extensions/CodeReview] (master) - https://gerrit.wikimedia.org/r/6826 [20:48:09] New review: Siebrand; "(no comment)" [mediawiki/extensions/Collection] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6827 [20:48:11] Change merged: Siebrand; [mediawiki/extensions/Collection] (master) - https://gerrit.wikimedia.org/r/6827 [20:48:12] New review: Siebrand; "(no comment)" [mediawiki/extensions/Contest] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6828 [20:48:14] Change merged: Siebrand; [mediawiki/extensions/Contest] (master) - https://gerrit.wikimedia.org/r/6828 [20:48:16] New review: Siebrand; "(no comment)" [mediawiki/extensions/DismissableSiteNotice] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6829 [20:48:18] 03raymond * 10/trunk/extensions/ (25 files in 22 dirs): Localisation updates from http://translatewiki.net. [20:48:18] Change merged: Siebrand; [mediawiki/extensions/DismissableSiteNotice] (master) - https://gerrit.wikimedia.org/r/6829 [20:49:39] Change abandoned: Siebrand; "Doesn't merge." [mediawiki/extensions/CentralAuth] (master) - https://gerrit.wikimedia.org/r/6824 [20:49:46] New review: Siebrand; "(no comment)" [mediawiki/extensions/DonationInterface] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6830 [20:49:49] Change merged: Siebrand; [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/6830 [20:49:50] New review: Siebrand; "(no comment)" [mediawiki/extensions/FlaggedRevs] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6831 [20:49:52] Change merged: Siebrand; [mediawiki/extensions/FlaggedRevs] (master) - https://gerrit.wikimedia.org/r/6831 [20:49:53] New review: Siebrand; "(no comment)" [mediawiki/extensions/Gadgets] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6832 [20:49:55] Change merged: Siebrand; [mediawiki/extensions/Gadgets] (master) - https://gerrit.wikimedia.org/r/6832 [20:49:56] New review: Siebrand; "(no comment)" [mediawiki/extensions/GlobalBlocking] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6833 [20:49:58] Change merged: Siebrand; [mediawiki/extensions/GlobalBlocking] (master) - https://gerrit.wikimedia.org/r/6833 [20:50:00] New review: Siebrand; "(no comment)" [mediawiki/extensions/LastModified] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6834 [20:50:02] Change merged: Siebrand; [mediawiki/extensions/LastModified] (master) - https://gerrit.wikimedia.org/r/6834 [20:50:13] New review: Siebrand; "(no comment)" [mediawiki/extensions/LiquidThreads] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6835 [20:50:15] Change merged: Siebrand; [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/6835 [20:50:16] New review: Siebrand; "(no comment)" [mediawiki/extensions/LiveTranslate] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6836 [20:50:18] Change merged: Siebrand; [mediawiki/extensions/LiveTranslate] (master) - https://gerrit.wikimedia.org/r/6836 [20:50:19] New review: Siebrand; "(no comment)" [mediawiki/extensions/Maintenance] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6837 [20:50:21] Change merged: Siebrand; [mediawiki/extensions/Maintenance] (master) - https://gerrit.wikimedia.org/r/6837 [20:50:22] New review: Siebrand; "(no comment)" [mediawiki/extensions/Maps] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6838 [20:50:24] Change merged: Siebrand; [mediawiki/extensions/Maps] (master) - https://gerrit.wikimedia.org/r/6838 [20:50:26] New review: Siebrand; "(no comment)" [mediawiki/extensions/Math] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6839 [20:50:28] Change merged: Siebrand; [mediawiki/extensions/Math] (master) - https://gerrit.wikimedia.org/r/6839 [20:50:32] New review: Siebrand; "(no comment)" [mediawiki/extensions/MoodBar] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6841 [20:50:34] Change merged: Siebrand; [mediawiki/extensions/MoodBar] (master) - https://gerrit.wikimedia.org/r/6841 [20:50:36] New review: Siebrand; "(no comment)" [mediawiki/extensions/Narayam] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6842 [20:50:38] Change merged: Siebrand; [mediawiki/extensions/Narayam] (master) - https://gerrit.wikimedia.org/r/6842 [20:50:39] New review: Siebrand; "(no comment)" [mediawiki/extensions/Nuke] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6843 [20:50:41] Change merged: Siebrand; [mediawiki/extensions/Nuke] (master) - https://gerrit.wikimedia.org/r/6843 [20:50:53] New patchset: Daniel Kinzler; "Adding test case for basic WikiPage functionality, including database interaction." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6415 [20:51:22] New review: Siebrand; "(no comment)" [mediawiki/core] (master); V: 0 C: -2; - https://gerrit.wikimedia.org/r/6812 [20:52:17] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/6415 [20:53:08] New review: Siebrand; "(no comment)" [mediawiki/extensions/OpenStackManager] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6844 [20:53:10] Change merged: Siebrand; [mediawiki/extensions/OpenStackManager] (master) - https://gerrit.wikimedia.org/r/6844 [20:53:11] New review: Siebrand; "(no comment)" [mediawiki/extensions/Push] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6845 [20:53:16] New review: Siebrand; "(no comment)" [mediawiki/extensions/Ratings] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6846 [20:53:18] Change merged: Siebrand; [mediawiki/extensions/Ratings] (master) - https://gerrit.wikimedia.org/r/6846 [20:53:19] New review: Siebrand; "(no comment)" [mediawiki/extensions/ReaderFeedback] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6847 [20:53:21] Change merged: Siebrand; [mediawiki/extensions/ReaderFeedback] (master) - https://gerrit.wikimedia.org/r/6847 [20:53:22] New review: Siebrand; "(no comment)" [mediawiki/extensions/Renameuser] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6848 [20:53:24] Change merged: Siebrand; [mediawiki/extensions/Renameuser] (master) - https://gerrit.wikimedia.org/r/6848 [20:53:24] Krenair: you mean this? https://bugzilla.wikimedia.org/show_bug.cgi?id=33414#c8 [20:53:26] New review: Siebrand; "(no comment)" [mediawiki/extensions/SemanticMaps] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6849 [20:53:28] Change merged: Siebrand; [mediawiki/extensions/SemanticMaps] (master) - https://gerrit.wikimedia.org/r/6849 [20:53:29] New review: Siebrand; "(no comment)" [mediawiki/extensions/SemanticMediaWiki] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6850 [20:53:30] New review: Daniel Kinzler; "gah. someone please tell me why jenkins doesn't like this. I see no errors." [mediawiki/core] (master) C: 0; - https://gerrit.wikimedia.org/r/6813 [20:53:31] Change merged: Siebrand; [mediawiki/extensions/SemanticMediaWiki] (master) - https://gerrit.wikimedia.org/r/6850 [20:53:33] New review: Siebrand; "(no comment)" [mediawiki/extensions/SemanticResultFormats] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6851 [20:53:37] New review: Siebrand; "(no comment)" [mediawiki/extensions/SemanticWatchlist] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6852 [20:53:39] Change merged: Siebrand; [mediawiki/extensions/SemanticWatchlist] (master) - https://gerrit.wikimedia.org/r/6852 [20:53:40] New review: Siebrand; "(no comment)" [mediawiki/extensions/Survey] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6853 [20:53:42] Change merged: Siebrand; [mediawiki/extensions/Survey] (master) - https://gerrit.wikimedia.org/r/6853 [20:53:43] New review: Siebrand; "(no comment)" [mediawiki/extensions/Translate] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6854 [20:53:47] New review: Siebrand; "(no comment)" [mediawiki/extensions/TranslationNotifications] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6855 [20:53:49] Change merged: Siebrand; [mediawiki/extensions/TranslationNotifications] (master) - https://gerrit.wikimedia.org/r/6855 [20:53:50] New review: Siebrand; "(no comment)" [mediawiki/extensions/UploadWizard] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6856 [20:53:52] dreamer: Uh what? [20:53:53] Change merged: Siebrand; [mediawiki/extensions/UploadWizard] (master) - https://gerrit.wikimedia.org/r/6856 [20:54:08] 03(mod) Initial Loaded page content for Mobile App - 10https://bugzilla.wikimedia.org/36017 +comment (10Heather Walls) [20:54:15] Change abandoned: Siebrand; "Doesn't merge." [mediawiki/extensions/Push] (master) - https://gerrit.wikimedia.org/r/6845 [20:54:22] Change abandoned: Siebrand; "Doesn't merge." [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/6851 [20:54:28] dreamer: No, I mean the bot flood is supposed to be fixed [20:54:29] Change abandoned: Siebrand; "Doesn't merge." [mediawiki/extensions/Translate] (master) - https://gerrit.wikimedia.org/r/6854 [20:55:04] New review: Siebrand; "(no comment)" [mediawiki/extensions/UserDailyContribs] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6857 [20:55:06] New review: Siebrand; "(no comment)" [mediawiki/extensions/Validator] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6858 [20:55:06] Change merged: Siebrand; [mediawiki/extensions/UserDailyContribs] (master) - https://gerrit.wikimedia.org/r/6857 [20:55:08] Change merged: Siebrand; [mediawiki/extensions/Validator] (master) - https://gerrit.wikimedia.org/r/6858 [20:55:09] <^demon> Krenair: It's been submitted, not approved yet. [20:55:10] New review: Siebrand; "(no comment)" [mediawiki/extensions/Vector] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6859 [20:55:12] Change merged: Siebrand; [mediawiki/extensions/Vector] (master) - https://gerrit.wikimedia.org/r/6859 [20:55:13] New review: Siebrand; "(no comment)" [mediawiki/extensions/VipsScaler] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6860 [20:55:15] Change merged: Siebrand; [mediawiki/extensions/VipsScaler] (master) - https://gerrit.wikimedia.org/r/6860 [20:55:16] New review: Siebrand; "(no comment)" [mediawiki/extensions/WikiEditor] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6861 [20:55:18] Change merged: Siebrand; [mediawiki/extensions/WikiEditor] (master) - https://gerrit.wikimedia.org/r/6861 [20:55:19] New review: Siebrand; "(no comment)" [mediawiki/extensions/WikiLove] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6862 [20:55:21] Change merged: Siebrand; [mediawiki/extensions/WikiLove] (master) - https://gerrit.wikimedia.org/r/6862 [20:55:23] New review: Siebrand; "(no comment)" [mediawiki/extensions/WikidataClient] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6863 [20:55:25] Change merged: Siebrand; [mediawiki/extensions/WikidataClient] (master) - https://gerrit.wikimedia.org/r/6863 [20:55:26] New review: Siebrand; "(no comment)" [mediawiki/extensions/WikidataRepo] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6864 [20:55:28] Change merged: Siebrand; [mediawiki/extensions/WikidataRepo] (master) - https://gerrit.wikimedia.org/r/6864 [20:55:29] New review: Siebrand; "(no comment)" [mediawiki/extensions/WikimediaMessages] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6865 [20:55:31] Change merged: Siebrand; [mediawiki/extensions/WikimediaMessages] (master) - https://gerrit.wikimedia.org/r/6865 [20:55:33] New review: Siebrand; "(no comment)" [mediawiki/extensions/ZeroRatedMobileAccess] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6866 [20:55:35] Change merged: Siebrand; [mediawiki/extensions/ZeroRatedMobileAccess] (master) - https://gerrit.wikimedia.org/r/6866 [20:55:38] New review: Siebrand; "(no comment)" [mediawiki/extensions/intersection] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6867 [20:55:40] Change merged: Siebrand; [mediawiki/extensions/intersection] (master) - https://gerrit.wikimedia.org/r/6867 [20:55:41] Krenair: ah ok hehe. well, actually that link i gave fixed the issue as well ;) [20:56:07] * siebrand is done being a click whore again. [20:59:56] siebrand: we could most probably make that automatic [21:00:08] siebrand: since you can approve changes using gerrit CLI [21:01:09] <^demon> It's supposed to be automated on patchset-created. [21:01:17] <^demon> But it's been failing for awhile and I can't figure out why. [21:01:30] New patchset: Daniel Kinzler; "Adding test case for basic WikiPage functionality, including database interaction." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6415 [21:02:28] ^demon: you could most probably add lot of log calls in the hook :-D [21:02:42] <^demon> I did when it wasn't working the first time around. [21:02:48] <^demon> I've been trying to replicate the failure locally. [21:02:52] that must be something obvious, just like the l10nbot username earlier [21:02:53] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/6415 [21:02:57] <^demon> There's no errors on manganese. [21:03:05] New review: saper; "This breaks phpunit tests for me:" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4150 [21:04:06] ^demon: any log on gerrit side ? [21:05:22] <^demon> There's gerrit's error_log, but nothing of interest. [21:05:35] ^demon: i don't quite understand your comment to . " Please add brackets around the condition."? [21:05:50] that was re this line: if ( !empty( $this->tablesUsed ) ) return true; [21:06:12] i could add braces around the conditional. but brackets around the condition? [21:06:18] <^demon> I meant the conditional. [21:06:36] <^demon> if( $foo ) { bar; } [21:06:43] yea, ok [21:07:59] New patchset: awjrichards; "Updating MobileFrontend to master" [mediawiki/core] (wmf/1.20wmf1) - https://gerrit.wikimedia.org/r/6870 [21:09:24] New review: jenkins-bot; "Build Successful " [mediawiki/core] (wmf/1.20wmf1); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6870 [21:09:59] 03(NEW) Broken mobile redirect on MobileSafari - 10https://bugzilla.wikimedia.org/36601 normal; Wikimedia Mobile: Generic; (eric.case) [21:10:42] New patchset: Daniel Kinzler; "Let tablesUsed imply needsDB in MediaWikiTestCase." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6602 [21:10:47] New review: raindrift; "(no comment)" [mediawiki/extensions/PageTriage] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6585 [21:10:49] Change merged: raindrift; [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/6585 [21:12:05] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/6602 [21:12:12] ^demon: done [21:12:51] <^demon> Herp derp...jenkins didn't like it [21:12:55] ^demon, hashar: i'm getting the impression jenkins is failing for every commit right now [21:13:02] yup [21:13:05] New review: raindrift; "(no comment)" [mediawiki/extensions/PageTriage] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6583 [21:13:07] Change merged: raindrift; [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/6583 [21:13:07] i don't even see failed test cases [21:13:07] Duesen_levelup: investigating the issue [21:13:16] I have merged QChris tests in master [21:13:22] <^demon> That could do it. [21:13:24] <^demon> Revert? [21:13:26] which fail cause some interface has changed [21:13:26] no [21:13:30] hashar: thanks. will jenkins be re-run on the latest commits? [21:13:32] I will fix it (soon) [21:13:42] <^demon> Duesen_levelup: Yes, we can retrigger them [21:13:43] Duesen_levelup: I can retrigger the failing jobs yes [21:13:52] that would be good, thanks [21:13:59] I am blaming ab6e54e0 by Reedy [21:14:06] For what? [21:14:14] <^demon> Ooooh, not ab6e54e0. [21:14:15] Reedy: tests failing in jenkins right now [21:14:17] <^demon> I remember that one. [21:14:19] 03(NEW) Debug level set too high on production wiki - 10https://bugzilla.wikimedia.org/36602 normal; Wikimedia: Site requests; (jarry1250) [21:14:24] phpunit version? [21:14:28] New patchset: awjrichards; "Updating MobileFrontend to master" [mediawiki/core] (wmf/1.20wmf2) - https://gerrit.wikimedia.org/r/6872 [21:14:28] which made DumpFilter::$sink variable with the 'var' keyword [21:14:30] <^demon> ;-) [21:14:41] but I don't understand how that change a property visibility [21:14:46] 03(mod) Debug level set too high on production wiki - 10https://bugzilla.wikimedia.org/36602 (10Jarry1250) [21:14:47] build error : https://integration.mediawiki.org/ci/job/MediaWiki-Tests-Dumps/853/console [21:14:58] Cannot access protected property ExportProgressFilter::$sink in /var/lib/jenkins/jobs/MediaWiki-GIT-Fetching/workspace/maintenance/backupTextPass.inc on line 719 [21:15:07] but $sink is a VAFR [21:15:58] New review: jenkins-bot; "Build Successful " [mediawiki/core] (wmf/1.20wmf2); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6872 [21:16:29] 03(NEW) backupTextPass.inc on line 719: Cannot access protected property ExportProgressFilter::$sink - 10https://bugzilla.wikimedia.org/36603 normal; MediaWiki: Maintenance scripts; (marcin.cieslak) [21:16:41] New review: saper; "Submitted https://bugzilla.wikimedia.org/show_bug.cgi?id=36603" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4150 [21:17:40] New patchset: raindrift; "Updated PageTriage to master" [mediawiki/core] (wmf/1.20wmf2) - https://gerrit.wikimedia.org/r/6873 [21:17:57] New review: raindrift; "(no comment)" [mediawiki/core] (wmf/1.20wmf2); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6873 [21:17:59] Change merged: raindrift; [mediawiki/core] (wmf/1.20wmf2) - https://gerrit.wikimedia.org/r/6873 [21:18:41] .No localisation cache found for English. Please run maintenance/rebuildLocalisationCache.php. [21:18:43] oh yeah [21:18:50] I love my install :-] [21:19:09] New patchset: Platonides; "Treat truncated HTTP requests as errors." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6874 [21:20:35] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/6874 [21:21:32] New patchset: saper; "Update PostgreSQL schema for LiquidThreads" [mediawiki/extensions/LiquidThreads] (master) - https://gerrit.wikimedia.org/r/6875 [21:22:04] New patchset: L10n-bot; "Localisation updates from http://translatewiki.net." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6876 [21:23:01] 03(mod) pdftotext should be poppler version not xpdf version on wikisource - 10https://bugzilla.wikimedia.org/35122 +comment (10Beau) [21:23:01] 14(DUP) Text extraction is not encoded in utf-8 - 10https://bugzilla.wikimedia.org/32064 +comment (10Beau) [21:23:26] New review: jenkins-bot; "Build Failed " [mediawiki/core] (master); V: -1 C: 0; - https://gerrit.wikimedia.org/r/6876 [21:24:17] So what's with jenkins? Should I just merge https://gerrit.wikimedia.org/r/6876 or is it really bad? [21:24:58] hashar: ---^^ ? [21:25:07] yeah there is an issue with some variable visibility [21:25:18] I can't run my test suite locally though :( [21:25:18] ...........No localisation cache found for English. Please run maintenance/rebuildLocalisationCache.php. [21:25:32] :-( [21:25:46] anyway the fatal is: PHP Fatal error: Cannot access protected property ExportProgressFilter::$sink in /var/lib/jenkins/jobs/MediaWiki-GIT-Fetching/workspace/maintenance/backupTextPass.inc on line 719 [21:26:01] whereas ExportProgressFilter::$sink inherits from DumpFilter::$sink [21:26:04] which is a var [21:26:13] trying to reproduce the issue [21:26:50] New review: Siebrand; "Looks like there's jenkins brokenness. Being bold." [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6876 [21:27:40] 03(mod) LiquidThreads not compatible with PostgreSQL - 10https://bugzilla.wikimedia.org/36204 summary; +comment (10Marcin Cieślak) [21:27:58] yes, I am just looking into above issues. [21:28:00] hashar: wanna fix https://bugzilla.wikimedia.org/show_bug.cgi?id=36576 ? :D it's a one-liner, with a patch in there (and now that I look at it, seems that Bugzilla does what the noc site does, i.e. it messed up my patch by converting that one tab character to four spaces...) [21:28:19] 03(NEW) Mobile web will intermittently not show the latest page version - 10https://bugzilla.wikimedia.org/36604 normal; MediaWiki extensions: MobileFrontend; (tfinc) [21:28:19] ashley: sorry no. Busy on fixing Jenkins then on labs :D [21:29:49] Warning: dba_open(/srv/trunk/cache//l10n_cache-qu.cdb): failed to open stream: Too many open files in /srv/trunk/includes/Cdb.php on line 114 [21:29:58] the localization cache system is going to kill me off :-( [21:30:16] 03(NEW) hacks.css causing scroll issues in iOS app - 10https://bugzilla.wikimedia.org/36605 normal; Wikipedia App: Generic; (yuvipanda) [21:30:25] 03(mod) hacks.css causing scroll issues in iOS app - 10https://bugzilla.wikimedia.org/36605 (10Yuvi Panda) [21:31:19] 03(mod) hacks.css causing scroll issues in iOS app - 10https://bugzilla.wikimedia.org/36605 +comment (10Yuvi Panda) [21:35:10] got fix I think [21:35:50] New patchset: Hashar; "Make DumpFilter::$sink public again" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6877 [21:36:01] * hashar waits for 6877 to be build [21:36:11] hashar: for the visibility problem? [21:36:18] oh still awake [21:36:22] yes :D [21:36:24] qchris: yeah I have merged your dump tests earlier [21:36:34] Thanks a lot :D [21:36:34] which references some DumpFilter->sink directly [21:36:52] since it was marked as var it was legal till reedy changed visibility to protected [21:36:59] no ... yes ;) [21:37:04] hashar: https://bugzilla.wikimedia.org/show_bug.cgi?id=36603 fixed? [21:37:04] Pffft [21:37:04] so I am marking the variable public again but dump tests will need to be fixed one day [21:37:12] But the problem is not within the tests [21:37:30] saper: I am waiting for change 6877 to be fixed [21:37:31] it is the original code, the relevant passage is event marked as �hack� [21:37:34] to be build I mean [21:37:39] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6877 [21:37:45] but i do not know who introduced this hack :D [21:38:04] where is the problem? since this change is already for some time there.... [21:38:07] Ummm, ok... so yeah, theres an error I see http://wikiathletic.org/wiki/Main_Page ... well, I've disabled the extension (commented it out), but I still see the error, how do I clear that, I don't have any cache enabled... [21:38:11] Change merged: Demon; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6876 [21:38:15] New patchset: Hashar; "(bug 36603) Make DumpFilter::$sink public again" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6877 [21:38:31] 03(mod) backupTextPass.inc on line 719: Cannot access protected property ExportProgressFilter::$sink - 10https://bugzilla.wikimedia.org/36603 +comment (10Antoine "hashar" Musso) [21:38:40] saper: The problem was there. But there were no tests that made the problem visible. Now there are. [21:38:45] 03(FIXED) backupTextPass.inc on line 719: Cannot access protected property ExportProgressFilter::$sink - 10https://bugzilla.wikimedia.org/36603 +comment (10Antoine "hashar" Musso) [21:39:13] New review: Hashar; "patchset 2 add the bug number in commit message for later reference" [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6877 [21:39:16] Change merged: Hashar; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6877 [21:39:51] 03(mod) backupTextPass.inc on line 719: Cannot access protected property ExportProgressFilter::$sink - 10https://bugzilla.wikimedia.org/36603 +comment (10Antoine "hashar" Musso) [21:39:56] qchris: saper: should be fixed now using a hack :-] [21:39:58] oh, parser test fails [21:40:04] please note I am on SF timezone this week :/ [21:40:05] 03(mod) Initial Loaded page content for Mobile App - 10https://bugzilla.wikimedia.org/36017 +comment (10Yuvi Panda) [21:40:21] Where is public image upload dir? [21:40:22] hashar: I thought maintenance/backupTextPass.inc caused the problems not /tests/phpunit/... So it's not a problem with the tests ... is it? [21:40:23] Somebody needs to finish loving me [21:40:25] grrr [21:40:36] Sometimes, I absolutely hate caches and stuff [21:40:39] qchris: that is the .inc indeed [21:41:00] hashar: This was there all along. But no one tested it :D [21:41:05] qchris: but since unit tests use the .inc file, the end result is Jenkins complaining [21:41:08] who broke 1) ParserTests::testParserTest with data set #156 ('Interwiki link encoding conversion (bug 1636)', '*[[Wikipedia:ro:Olteniţa]] [21:41:08] hehe [21:41:10] "De webserver kan niet schrijven in de uploadmap (public). " [21:41:11] ? [21:41:43] feel free to rebase any change that failed in jenkins [21:42:19] alex-: looks like your upload directory is not writable by your webserver [21:42:41] hashar: where is that directory? [21:43:02] mnvm found it [21:44:22] New patchset: Hashar; "Adding new getCreator method to WikiPage class. This method retrieves the ID of the user that created the page." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6818 [21:44:39] 03(NEW) New Pages Feed - Orphan label is displayed for pages that have links - 10https://bugzilla.wikimedia.org/36606 normal; MediaWiki extensions: PageTriage; (fflorin) [21:44:43] Anyone? :L [21:44:52] * hashar rebases changes [21:45:05] ? [21:45:26] Reedy: Is that as in, ? to whats the question? [21:45:30] yes [21:45:34] * Reedy rebases hashar [21:45:39] Ummm, ok... so yeah, theres an error I see http://wikiathletic.org/wiki/Main_Page ... well, I've disabled the extension (commented it out), but I still see the error, how do I clear that, I don't have any cache enabled... [21:45:46] hashar: I still get one more parser failure... [21:45:55] 03(mod) New Pages Feed - Orphan label is displayed for pages that have links - 10https://bugzilla.wikimedia.org/36606 normal->major (10Fabrice Florin) [21:45:57] (I have excluded Dump group for now) [21:46:13] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6818 [21:46:27] Lcawte: it can't be disabled [21:46:30] Errors aren't usually cached [21:46:32] New patchset: Hashar; "Adding $this->tablesUsed to RevisionStorageTest." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6813 [21:47:01] New patchset: Hashar; "Treat truncated HTTP requests as errors." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6874 [21:47:09] Ok, so if the wikis not using the extension actively calling the extension though, why is it still throwing errors O.o [21:47:46] git rebase uk...reedy --onto sf [21:47:57] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6812 [21:48:18] Ok, so either it cleared the cache itself, or changing the code comment did it.. [21:49:43] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6813 [21:51:28] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6874 [21:51:40] 03(mod) Initial Loaded page content for Mobile App - 10https://bugzilla.wikimedia.org/36017 +comment (10Heather Walls) [21:52:40] New patchset: raindrift; "Updated PageTriage to master" [mediawiki/core] (wmf/1.20wmf1) - https://gerrit.wikimedia.org/r/6879 [21:52:59] New review: raindrift; "(no comment)" [mediawiki/core] (wmf/1.20wmf1); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6879 [21:53:01] Change merged: raindrift; [mediawiki/core] (wmf/1.20wmf1) - https://gerrit.wikimedia.org/r/6879 [21:53:37] New patchset: Catrope; "Refactored the view feedback api call + partial fix for bug 36209" [mediawiki/extensions/ArticleFeedbackv5] (master) - https://gerrit.wikimedia.org/r/6319 [21:56:39] New patchset: Hashar; "Let tablesUsed imply needsDB in MediaWikiTestCase." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6602 [21:57:49] New patchset: Hashar; "Adding test case for basic WikiPage functionality, including database interaction." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6415 [21:58:47] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6602 [21:59:01] Tim-away: https://gerrit.wikimedia.org/r/#/c/6783/ [21:59:05] Change abandoned: Demon; "Was a test." [mediawiki/tools/release] (master) - https://gerrit.wikimedia.org/r/6880 [22:00:12] sumanah: http://meta.wikimedia.org/wiki/Grants:WM_LGBT_Outreach/Wikimania_2012 & http://meta.wikimedia.org/wiki/Grants:WALRUS/Wikimania_2012 [22:00:33] hi there varnent - looking [22:00:44] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6415 [22:01:17] sumanah: aude suggested we consider going ahead with what we talked about via email to avoid appearance of coi in the grants - which harej is pondering for WM budget.. [22:01:25] ah [22:02:22] New patchset: Kaldari; "Fix for bug 36479 - don't allow users to review their own pages" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/6882 [22:02:32] varnent: ok, reply via email and I will take care of it [22:02:33] New review: Aaron Schulz; "Why not use selectRow() and what if the user is an anon?" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/6818 [22:02:43] sumanah: stupendous - ty :) [22:03:08] varnent: please also reply re my other hackathon suggestion? [22:03:13] yes - will do [22:03:35] I need to plug that chat training too.. [22:04:19] New patchset: Ryan Lane; "Initial check-in of OATHAuth" [mediawiki/extensions/OATHAuth] (master) - https://gerrit.wikimedia.org/r/6883 [22:04:35] OafAuth?> [22:05:06] varnent: saper's training tomorrow? [22:05:17] yeah [22:05:21] want to send out a reminder email [22:05:48] good idea, please do that? I was going to but it's better coming from you [22:06:00] New review: Kaldari; "If the user is anon, it returns 0 which is the same as for similar functions. Do you think it should..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/6818 [22:06:01] it'll go out today [22:07:03] <^demon> What time is it again? [22:07:46] May 8th 19:00 UTC [22:07:55] ^demon: http://doodle.com/r?url=http%3A%2F%2Ftimeanddate.com%2Fworldclock%2Ffixedtime.html%3Fmsg%3DHardcode%2BGit%252BGerrit%2BWorkshop%26iso%3D20120508T19%26ah%3D1%26am%3D30 time conversion [22:08:04] Yay, I'm getting my hostel room paid for me... ok. So I need to work out when I'm going to be able to check in... hmm, so assuming my flight lands on time, I need to get from the airport (unless a pickup service is being run by WMDE O.o) to Location X ... [22:08:05] oh come on [22:08:05] http://timeanddate.com/worldclock/fixedtime.html?msg=Hardcode+Git%2BGerrit+Workshop&iso=20120508T19&ah=1&am=30 [22:08:36] * sumanah assumes Lcawte doesn't have a question for her because he'd ask it if he did [22:08:47] * Lcawte doesn't really [22:08:58] k [22:09:50] 03(mod) backupTextPass.inc on line 719: Cannot access protected property ExportProgressFilter::$sink - 10https://bugzilla.wikimedia.org/36603 (10christian) [22:10:10] 03(mod) Inline styles in wikitext cause problems on mobile site and app - 10https://bugzilla.wikimedia.org/35704 summary (10Jon) [22:10:15] Lcawte: Which airport are you flying into? Tegel (TXL) or Schönefeld (SXF)? [22:10:44] TXL [22:10:49] There's a bus from TXL to Hauptbahnhof from where you can S-Bahn/U-Bahn to any place in the city, and SXF has trains to Hauptbahnhof I believe [22:11:02] Lcawte: http://bvg.de --> Berlin transportation authority website [22:11:29] Has a trip planner and stuff [22:12:03] <^demon> sumanah: Thanks :) [22:12:16] :) [22:12:24] Ok, I think I'll wait to respond to Rachel until the hostel location is out... because then I can actually plan the "exact time" when I'm going to be able to check in, or should I just reply with when my flights land? [22:12:44] Lcawte: that seems like an actual question. Answer: Ask Rachel! [22:13:09] She's out today seemingly [22:13:19] Really? She's responding to email re the hackathon, Reedy [22:13:26] Must be doing it from home then [22:13:34] Or she's moved... [22:13:36] Though, checkin will be whenever they allow you to :p [22:13:38] She sent an email out 50 minutes ago :P [22:13:54] So there you have it. [22:13:57] I've been here over 6 hours. She's not in the office [22:18:04] * Lcawte must find money to donate in fundraiser ... [22:18:49] New review: QChris; "And it's good that the tests lead to failures, as it marks a bug that sneaked into our code base sin..." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/4150 [22:19:31] 03(mod) Inline styles in wikitext cause problems on mobile site and app - 10https://bugzilla.wikimedia.org/35704 +comment (10Jon) [22:19:38] Hmm, booking transport to and from the airport Wednesday... I love how early I need to wake up :) [22:19:58] hey, hexmode and other people who have paid attention during today's deployment, how did it go? [22:20:03] any particular messes or miracles? [22:20:15] Lcawte: TXL, really? it's about to be closed down on june 2. [22:20:16] sumanah: nothing, at all [22:20:22] great [22:20:23] 14(DUP) hacks.css causing scroll issues in iOS app - 10https://bugzilla.wikimedia.org/36605 +comment (10Jon) [22:20:23] 03(mod) Inline styles in wikitext cause problems on mobile site and app - 10https://bugzilla.wikimedia.org/35704 +comment (10Jon) [22:20:44] Duesen_levelup: Good job I'm flying on June 1st :) [22:20:52] Duesen_levelup: forever? TXL - closed forever? [22:20:52] And flying out of BER on the 4th :) [22:21:10] Yeah [22:21:19] It's all moving ot the south one [22:21:20] "The airport is scheduled to close by 3 June 2012, the day the new Berlin Brandenburg Airport[nb 1] is set to become operational.[3][4]" [22:21:27] which has been majorly upgraded [22:21:31] um, I hope our travel agents know this [22:21:33] * sumanah emails [22:21:39] Eh? [22:21:46] The airlines won't let them book flights from a closed airport [22:21:58] Darn, Reedy was thinking the same thing as I was... [22:22:01] you would be surprised :) [22:22:07] :P [22:22:14] yeah. [22:22:35] Cool, I'm flying into an airport thats being shutdown, and I'm flying out of a brand new one... :) [22:22:59] It's not brand new [22:23:32] "Berlin-Schönefeld airport was opened on 15 October 1934" [22:23:45] <^demon> It was brand new back then ;-) [22:24:09] Reedy: is that the same airport as Berlin Brandenburg Airport then? [22:24:13] Yes [22:24:18] well, thy are renaming it, causing no end of confusion [22:24:21] Indeed [22:24:22] so, it's new in a way :) [22:24:27] New terminals, new runways I think [22:24:31] Read the WP page ;) [22:24:31] Evening all [22:24:50] I'd like to ask for feedback on something? [22:25:03] go ahead then, never ask to ask :) [22:25:07] You know #tag: can be used to make HTML tags? [22:25:10] "Schönefeld Airport is situated outside the city proper, unlike Berlin Tegel Airport. Noise pollution is, therefore, less of an issue at Schönefeld. This is the main reason that the airport will be transformed into Berlin Brandenburg Airport by 2012.[2]" [22:25:25] Currently it makes tag pairs like ? [22:25:43] They should reopen Templehof [22:26:06] I hope BER is open in time ^.^ [22:26:08] Is it possible to have "#tagc" that does ? [22:26:11] heh yeah [22:26:19] I am flying out of BER on its second day of operation [22:26:25] Qcoder00: #tag doesn't really generate html tags. it's an alternative way to call to mediawiki tag extension (custom syntax element using tag syntax) [22:26:26] Tomasz is flying out on opening day [22:26:36] OK [22:26:37] i don't think #tag works with e.g. [22:26:38] Roan, the 4th? [22:26:46] Yeah I fly out on the 4th [22:26:53] Ridiculously early, too [22:26:58] 03(mod) Images permanently disappear when renaming files on Commons - 10https://bugzilla.wikimedia.org/36440 (10material.scientist) [22:27:03] anyone want to give me a review on https://gerrit.wikimedia.org/r/6883 ? [22:27:04] I'm flying out at like 6.30 or something [22:27:18] Ah, no, 7.30 :/ [22:27:23] Qcoder00: actually - #tag *generates* , etc? i thought it was an *alternative* for using e3tc in wikitext. [22:27:28] <^demon> Ryan_Lane: +2394, -0 seriously? :) [22:27:29] Lcawte: I leave at 6:50am [22:27:34] New patchset: Kaldari; "Adding new getCreator method to WikiPage class. This method retrieves the ID of the user that created the page." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6818 [22:27:34] It is [22:27:36] i didn't know you could use it to generate wikitext [22:27:57] Duesen_levelup: It's how you do stuff with params [22:28:21] You cant pass a {{{param}}} inside a pair [22:28:27] if it's coded direclty [22:28:35] Hence using {{#tag:ref}} [22:28:41] Qcoder00: yes, i know. but you said it generates pairs of tags. [22:28:46] Can individual gadget options (enable/disable/default) be set via the API? [22:28:46] ^demon: Most of that is qrcode.js [22:28:56] I'm looking for "link to switch this feature on". [22:28:57] With a gadget. [22:29:00] New patchset: Kaldari; "Adding new getCreator method to WikiPage class. This method retrieves the ID of the user that created the page." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6818 [22:29:11] Joan: You mean the user preference for a gadget? [22:29:13] Duesen_levelup: Is there a way to specfiy it should generate rather than [22:29:14] ? [22:29:18] RoanKattouw: Essentially, yes. [22:29:25] Timezones are confusing me... Berlin (BER) Depart 7:25 am to London (LHR) Arrive 8:25 am (2hr flight)... so Berlin is an hour infront of the UK right? Ok, this is confusing [22:29:31] The default thing would be separate. You're right. [22:29:45] Joan: OK so that would be a preference, it's not special because it's prefixed with gadget-. We don't have a preferences API yet [22:29:47] <^demon> Lcawte: You're not even crossing the ocean, timezones are easy :) [22:29:48] That would be editing a gadget. I want enabling/disabling a gadget for a particular user. [22:29:50] Qcoder00: i wasn't aware that it would generate any tags, i was under the impression it would generate the corresponding html directly [22:30:00] <^demon> RoanKattouw: Isn't there a pending commit in gerrit for it? [22:30:02] RoanKattouw: Is there a bug for that? [22:30:05] Lcawte: I was once on a flight that left at 7:30pm on Friday and arrived at 10:30am on Friday, your case is easy :D [22:30:10] Joan: Maybe [22:30:13] ^demon: Not that I'm aware of [22:30:14] Duesen_levelup: Well it works is all I can say to that [22:30:15] lol [22:30:21] <^demon> I was pretty sure. [22:30:32] Surely some preferences can already be set via the API... [22:30:33] Whose responsible for #tag: ? [22:30:38] Tim. [22:30:41] Who's * [22:30:50] Joan: isn't there one in the review queue? [22:30:57] (preferences api) [22:30:59] You say that, but surely if you land in America after a 10 hour or whatever it is flight, you can just except it, especially since you have the chance to sleep... when your flight takes two hours but only an hour goes past... [22:31:00] or is that just write... [22:31:02] Reedy: I don't think so. [22:31:11] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6818 [22:31:12] https://www.mediawiki.org/wiki/Review_queue ? [22:31:18] <^demon> I thought there was one in gerrit already. [22:31:21] <^demon> I could've sworn I saw it [22:31:22] ^ [22:31:24] Indeed [22:31:30] Not sure if it was read or write [22:31:30] Oh, that queue. [22:31:30] <^demon> Unless it got abandoned. [22:31:32] OK. Ill put a note on Bugzilla [22:31:33] Is that an actual queue? [22:31:42] Or does Gerrit just have some obscure blob hidden somewhere with that info? [22:31:44] Qcoder00: i'm hazy on the details, i just recall when #tag was introduced back in the day. maybe file a feature request. but do give an example of the use case you mean. it's still hazy to me. [22:32:06] It's kind of surprising there's been no preferences API before now. [22:32:24] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=commit;h=a97f5a11348706b415883d6a3679d3ec253eb0db [22:32:25] Joan: there's a lot of surprises in mediawiki :) [22:32:26] Ah [22:32:31] Merge "(bug 18195) Allow changing preferences via API" [22:32:34] Duesen_levelup: You don't say. :-) [22:32:35] So it's write, not read [22:32:48] Well, presuambly there's some reading in that code. [22:32:49] <^demon> Reedy: So this is live already? [22:32:56] But maybe no exposure. [22:32:59] Duesen_levelup: first use of a dyanmically genarted reference {{tag:ref|Blah Blah|name={{{name}}} Second use is {{tag:ref||name={{{name}}} }} [22:33:00] <^demon> Oh, friday. [22:33:00] hi [22:33:01] 03(FIXED) Possible to mark new pages you create as reviewed - 10https://bugzilla.wikimedia.org/36479 +comment (10Ryan Kaldari) [22:33:03] Lcawte: Yeah Berlin is 1hr ahead of the UK, so when you fly home you're going back in time 1hr, so the flight seems like it's 2-1=1 hr. On the outbound it seems like 2+1=3 hrs [22:33:03] <^demon> So maybe not. [22:33:16] Thanks for the link, Reedy. [22:33:19] No [22:33:22] It was only merged 3 days ago [22:33:24] 1.20wmf3 [22:33:28] is it possible to install a mediawiki on one host, then copy it over to another and run it? possible problems? [22:33:34] Yes [22:33:48] Hard coded stuffs [22:34:04] aton`: You'll need to replicate the setup. [22:34:06] Which is usually tedious. [22:34:13] Duesen_levelup: on the first use it should generate Blah Blah but on the second use it should be with NO OTHER tag :) [22:34:19] That's the key possible problem. [22:34:27] RoanKattouw: Ah good, for a moment I thought the times of my flights were'nt already converted into local times... long days + early wake up to get to an airport for 6.30 with no parents to wake you up... how do people do it? [22:34:38] The "foo" is generated dyanmically [22:34:52] Lcawte: There is this device called an alarm clock ... :D [22:34:53] Joan: i am having problems running the setup on some remote host, the script runtime is not long enough for the database updates [22:35:00] looks ugly [22:35:03] aton`: What script? [22:35:03] Lcawte: it's when you have 5 or 6 full meals in a day... [22:35:11] Joan: i thought i download everything, do the update locally and then upload everything again [22:35:15] Qcoder00: when and where exactly does this generate tags at all? btw, is equivalent to as fare as html/xml are concerned. [22:35:17] I was up for 20 odd hours yesterday [22:35:20] Joan: database update script [22:35:22] What in God's name? [22:35:25] To do an upgrade? [22:35:30] Yes [22:35:33] RoanKattouw: I'm a heavy sleeper, I've never been able to wake up to one, I always sleep through them... unless its super loud and right nexto my ear... [22:35:38] Lcawte: Yeah flight times are always quoted in local times, which can be confusing, especially if you have to change planes in a third timezone [22:35:50] But tis was more to do with the general case than the example I gave [22:36:08] Joan: yea, since the script takes too long, it gets interrupted and breaks everything [22:36:09] Luckly when I change plane, its in the same country so no timezone change on the 2nd flight... [22:36:21] Lcawte: Where do you have a layover then? [22:36:24] Qcoder00: i still don't see when #tag would *generate* ref tags. can you give an example of when this happens? [22:36:29] Frankfurt -> Berlin [22:36:30] aton`: What script are you talking about? update.php? [22:36:31] aaah [22:36:35] But direct on the way back? [22:36:44] Duesen_levelup: I can't at the moment [22:36:44] Joan: the one that does the database updates [22:36:51] Are you re-running the installer? [22:36:53] I'll have to write some sandbox code [22:36:56] Joan: yes [22:36:57] I have a layover in Frankfurt on my way home [22:36:57] You do remember I can't see your screen, right? [22:37:00] Okay. [22:37:05] Back later [22:37:22] So you can just update the files and then run update.php from the command line. [22:37:24] Yeah [22:37:28] You shouldn't need to download or upload anything, though. [22:37:32] Joan: no shell access [22:37:42] Get a better host? :-) [22:37:55] Like having a car with no tires. [22:37:55] Joan: i would if i had the money [22:38:22] Can't you manually apply the schema change with phpMyAdmin or something? [22:38:29] yeah i could [22:38:32] I assume that's what's timing out. Though I have no idea. [22:38:34] re-run the installer [22:38:35] Is that what's timing out? [22:38:40] Isn't there debug output? [22:38:42] That's what it was rewritten for [22:38:50] There used to be like three pages of ... bullshit. [22:38:57] ^demon: what? it's a new extension? :) [22:38:57] Reedy: just re-running until its done? [22:38:57] "... checked whatever table". [22:38:59] ^demon: of course it's going to be huge [22:39:17] <^demon> ;-) [22:39:40] how about i backup the db, install it locally, run the installer locally and copy the db back to the server? [22:39:46] and then run the installer [22:40:10] sounds horrible [22:40:10] Why are you upgrading? [22:40:16] I'd just leave it the hell alone. [22:40:18] Joan: security [22:40:19] Hmm, travel insurance, I wonder if its worth getting some... since the last two times I've gone abroad, its been really close to an iceland volcano erruption, the first time I flew I couldn't fly back, so that was 2 days on a coach, the second time the volcano was like 2 days after [22:40:27] Security on a host you don't have control over? [22:40:31] I think you already lost that battle. [22:40:50] Sorry, that's unhelpful for your problem. [22:40:58] Lcawte: make sure you have an EHIC [22:40:59] There are pages on mediawiki.org with info about what to do if you don't have shell access. [22:41:04] Just search around the wiki a bit. [22:41:13] Joan: they describe phpshell and such [22:41:14] i tried it [22:41:15] Reedy: Got one, had it since the last time I went abroad :) [22:41:19] same problem... script times out [22:41:21] Making sure! [22:41:22] aton`: And still no luck? [22:41:29] it just takes too long [22:41:46] aton`: You've locked the door and the lockpick tools are running out. [22:42:21] and the house has no windows since the db update process is monolithic [22:43:21] so basically you say updating locally and uploading the db is no use? [22:44:20] New patchset: Jpostlethwaite; "(mingle-fr-2012-67) Upgrade our implementation of MaxMind minFraud" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/6573 [22:46:06] Huh, ok, travel insurance is cheap... M&S travel insurance for hte one trip, £14 GBP with a £50 excess... [22:46:31] For more than 1 or 2 trips, a yearly plan is cheaper [22:46:48] Also, re volcanos, most insurance companies won't cover it [22:47:09] Try http://www.endsleigh.co.uk/Travel/Pages/holiday-insurance.aspx [22:47:20] M&S has a 2 grand ash cloud fund :) [22:49:18] HSBC say they'll do it on a case by case basis [22:49:45] 03(NEW) Many messages missing message documentation and meaningless qqq content - 10https://bugzilla.wikimedia.org/36607 normal; MediaWiki extensions: SemanticResultFormats; (s.mazeland) [22:51:05] My mum works for HSBC, does that mean I have a higher chance? :P [22:51:14] Not that head office insurance monkeys will know that [22:52:03] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6415 [22:52:06] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6415 [22:53:13] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6813 [22:53:15] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6813 [22:53:16] New patchset: Jpostlethwaite; "(mingle-fr-2012-67) Upgrade our implementation of MaxMind minFraud" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/6884 [22:54:27] Can't get HSBC cover... they'll only cover 16 year olds unless they're accompanied... :( [22:54:29] 03(FIXED) Tracking bug for beta design launch going default - 10https://bugzilla.wikimedia.org/36189 (10Jon) [22:54:30] 03(NEW) Many parameters and other messages not documented - 10https://bugzilla.wikimedia.org/36608 normal; MediaWiki extensions: Semantic MediaWiki; (s.mazeland) [22:55:27] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: -1; - https://gerrit.wikimedia.org/r/6818 [22:56:33] 03(mod) Inline styles in wikitext cause problems on mobile site and app - 10https://bugzilla.wikimedia.org/35704 +comment (10Jon) [22:56:45] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6707 [22:56:47] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6707 [22:59:22] 03(mod) Enable autopatrolling on Yiddish Wikipedia - 10https://bugzilla.wikimedia.org/36598 +comment (10Percy Mett) [22:59:22] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6602 [22:59:24] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6602 [23:01:09] 03(NEW) Undocumented messages and parameters make translating harder - 10https://bugzilla.wikimedia.org/36609 normal; MediaWiki extensions: WikidataRepo; (s.mazeland) [23:02:34] 03(mod) Undocumented messages and parameters make translating harder - 10https://bugzilla.wikimedia.org/36609 (10MZMcBride) [23:02:34] 03(mod) Documentation is out of date, incomplete (tracking) - 10https://bugzilla.wikimedia.org/1 (10MZMcBride) [23:03:02] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6396 [23:03:04] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6396 [23:04:44] New patchset: Foxtrott; "nav slider, fixes, general cleanup" [mediawiki/extensions/SemanticResultFormats] (master) - https://gerrit.wikimedia.org/r/6885 [23:06:05] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/6712 [23:06:38] 03(mod) Activation of flood flag on it.wikisource.org - 10https://bugzilla.wikimedia.org/36600 +comment (10Snowolf) [23:06:59] New review: awjrichards; "(no comment)" [mediawiki/core] (wmf/1.20wmf1); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6870 [23:07:01] Change merged: awjrichards; [mediawiki/core] (wmf/1.20wmf1) - https://gerrit.wikimedia.org/r/6870 [23:07:18] New review: awjrichards; "(no comment)" [mediawiki/core] (wmf/1.20wmf2); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6872 [23:07:20] Change merged: awjrichards; [mediawiki/core] (wmf/1.20wmf2) - https://gerrit.wikimedia.org/r/6872 [23:07:46] New patchset: Reedy; "Don't try and update if you've nothing ot update" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/6886 [23:08:15] New review: Reedy; "(no comment)" [mediawiki/extensions/PageTriage] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6886 [23:08:16] Change merged: Reedy; [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/6886 [23:08:42] 03(NEW) Article Feedback form shows up, causing muscle memory issues - 10https://bugzilla.wikimedia.org/36610 minor; MediaWiki extensions: PageTriage; (okeyes) [23:10:00] 03(mod) Make git-review easier to install on Windows - 10https://bugzilla.wikimedia.org/35145 +comment (10Khaled El Mansoury) [23:10:00] 03(mod) Article Feedback form shows up, causing muscle memory issues - 10https://bugzilla.wikimedia.org/36610 (10Oliver Keyes) [23:10:12] New review: Jpostlethwaite; "(no comment)" [mediawiki/extensions/DonationInterface] (master) - https://gerrit.wikimedia.org/r/6573 [23:10:31] 03(FIXED) Streaming large files is unacceptably slow - 10https://bugzilla.wikimedia.org/36577 +comment (10Erik Moeller) [23:11:14] 03(NEW) Filters not saving between refreshes - 10https://bugzilla.wikimedia.org/36611 normal; MediaWiki extensions: PageTriage; (okeyes) [23:11:59] New patchset: Reedy; "PageTriage to HEAD" [mediawiki/core] (wmf/1.20wmf1) - https://gerrit.wikimedia.org/r/6887 [23:12:34] New patchset: Kaldari; "Adding new getCreator method to WikiPage class. This method retrieves the ID of the user that created the page." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6818 [23:13:20] New patchset: Reedy; "PageTriage to HEAD" [mediawiki/core] (wmf/1.20wmf2) - https://gerrit.wikimedia.org/r/6888 [23:13:30] New review: jenkins-bot; "Build Successful " [mediawiki/core] (wmf/1.20wmf1); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6887 [23:13:32] New review: Reedy; "(no comment)" [mediawiki/core] (wmf/1.20wmf2); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6888 [23:13:34] Change merged: Reedy; [mediawiki/core] (wmf/1.20wmf2) - https://gerrit.wikimedia.org/r/6888 [23:13:54] New review: Reedy; "(no comment)" [mediawiki/core] (wmf/1.20wmf1); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6887 [23:13:56] Change merged: Reedy; [mediawiki/core] (wmf/1.20wmf1) - https://gerrit.wikimedia.org/r/6887 [23:14:31] 03(mod) Filters not saving between refreshes - 10https://bugzilla.wikimedia.org/36611 (10Oliver Keyes) [23:14:52] New review: Aaron Schulz; "Gah, I didn't notice that you were just returning the rev ID. Please return the whole Revision objec..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/6818 [23:15:26] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6818 [23:16:48] 03(NEW) Default filters - 10https://bugzilla.wikimedia.org/36612 enhancement; MediaWiki extensions: PageTriage; (okeyes) [23:20:24] New review: Jpostlethwaite; "Committing this second patch set was an accident. It should be the same as the first." [mediawiki/extensions/DonationInterface] (master) C: 0; - https://gerrit.wikimedia.org/r/6573 [23:21:56] New review: Aaron Schulz; "(no comment)" [mediawiki/core] (master); V: 0 C: 2; - https://gerrit.wikimedia.org/r/6874 [23:21:58] Change merged: Aaron Schulz; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6874 [23:22:17] 03(NEW) Alt text for icons - 10https://bugzilla.wikimedia.org/36613 enhancement; MediaWiki extensions: PageTriage; (okeyes) [23:24:25] 03(mod) Search doesn't work on Opera Mini - 10https://bugzilla.wikimedia.org/36532 +comment (10Jon) [23:26:41] New patchset: Reedy; "Add table prefix to sql file" [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/6889 [23:30:37] 03(NEW) Talkpage links formatted incorrectly - 10https://bugzilla.wikimedia.org/36614 normal; MediaWiki extensions: PageTriage; (okeyes) [23:34:33] New patchset: Kaldari; "Fixing fatal error - you can't call getUser on a WebRequest object" [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6890 [23:34:38] 04(REOPENED) Cursor icons are incorrect when mousing over some sections - 10https://bugzilla.wikimedia.org/36100 +comment (10Oliver Keyes) [23:35:18] 03(mod) Cursor icons are incorrect when mousing over some sections - 10https://bugzilla.wikimedia.org/36100 +comment (10Oliver Keyes) [23:36:27] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6890 [23:38:37] New review: Reedy; "(no comment)" [mediawiki/core] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6890 [23:38:40] Change merged: Reedy; [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6890 [23:42:51] New review: Demon; "(no comment)" [mediawiki/extensions/PageTriage] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/6889 [23:42:53] Change merged: Demon; [mediawiki/extensions/PageTriage] (master) - https://gerrit.wikimedia.org/r/6889 [23:43:21] 03(NEW) Pages should open in a new tab - 10https://bugzilla.wikimedia.org/36615 normal; MediaWiki extensions: PageTriage; (okeyes) [23:43:58] 03(mod) Pages should open in a new tab - 10https://bugzilla.wikimedia.org/36615 normal->15enhancement (10Oliver Keyes) [23:48:53] New patchset: Asher; "migration for wmf ipv6 support" [mediawiki/core] (wmf/1.20wmf2) - https://gerrit.wikimedia.org/r/6891 [23:49:27] binasher: please take on two more changes [23:49:29] *tack [23:49:56] binasher: http://www.mediawiki.org/wiki/IPv6_support_roadmap#Remaining_issues [23:50:24] New review: jenkins-bot; "Build Successful " [mediawiki/core] (wmf/1.20wmf2); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6891 [23:50:39] New patchset: Kaldari; "Adding new getCreator method to WikiPage class. This method retrieves the ID of the user that created the page." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6818 [23:50:43] New review: Demon; "This should probably go in the WikimediaMaintenance extension, rather than the deployment branch." [mediawiki/core] (wmf/1.20wmf2); V: 0 C: -1; - https://gerrit.wikimedia.org/r/6891 [23:50:58] AaronSchulz: which 2? [23:51:02] 03(FIXED) Search doesn't work on Opera Mini - 10https://bugzilla.wikimedia.org/36532 +comment (10Jon) [23:51:32] 03(NEW) No way of assessing "sort by" - 10https://bugzilla.wikimedia.org/36616 enhancement; MediaWiki extensions: PageTriage; (okeyes) [23:51:40] I'm guessing the SecurePoll & GlobalBlocking bit will require a schema change but there are no table or column names [23:52:30] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6818 [23:53:11] binasher: yeah, those [23:53:15] New patchset: Kaldari; "Adding new getCreator method to WikiPage class. This method retrieves the ID of the user that created the page." [mediawiki/core] (master) - https://gerrit.wikimedia.org/r/6818 [23:53:16] the IP start/end columns are too small [23:53:58] securepoll has 11 tables.. hm, i found a vote_ip column in securepoll_votes which is a varbinary(32) [23:54:23] AaronSchulz: what do you mean by start/end columns? [23:54:42] 03(mod) Search doesn't work on Opera Mini - 10https://bugzilla.wikimedia.org/36532 +comment (10Jon) [23:54:46] <^demon> binasher: In case you didn't know, WikimediaMaintenance is an extension we threw together awhile ago to keep wmf-specific maintenance scripts out of the master tree. [23:54:47] New review: Aaron Schulz; "getOldestRevisionId should wrap getOldestRevision, not the other way around. getOldestRevision() sho..." [mediawiki/core] (master); V: 0 C: 0; - https://gerrit.wikimedia.org/r/6818 [23:55:00] binasher: lemme pull the sql files [23:55:06] New review: jenkins-bot; "Build Successful " [mediawiki/core] (master); V: 1 C: 0; - https://gerrit.wikimedia.org/r/6818 [23:55:35] New review: Reedy; "We don't usually use updatelog for anything in the cluster..." [mediawiki/core] (wmf/1.20wmf2); V: 0 C: 0; - https://gerrit.wikimedia.org/r/6891 [23:55:41] gb_range_start varbinary(32) NOT NULL, -- Needs 32, not 8 for IPv6 support [23:55:42] gb_range_end varbinary(32) NOT NULL, [23:56:18] vote_ip varbinary(32) not null, [23:56:29] binasher: those need an extra 3 chars [23:56:44] e.g., varbinary(35) [23:57:10] <^demon> Reedy: He's obviously using it in this script to avoid re-doing wikis he already did ;-) [23:57:41] Yeah, I got that much :p [23:57:58] AaronSchulz: what table are those gb columns in? [23:58:55] ah [23:58:56] binasher: the .sql files under the top dirs for those extensions [23:58:59] that's only in centralauth [23:59:21] extensions/GlobalBlocking & extensions/SecurePoll