Fork me on GitHub

Wikimedia IRC logs browser - #wikimedia-tech

Filter:
Start date
End date

Displaying 271 items:

2018-05-02 12:07:41 <TheDaveRoss> is there any way to get a notification when a particular dump has been run?
2018-05-02 12:08:09 <Reedy> Not really
2018-05-02 12:08:51 <TheDaveRoss> ah, a pity, thanks
2018-05-02 12:09:27 <Reedy> TheDaveRoss: What sort of notification would you like?
2018-05-02 12:09:50 <Reedy> It's probably worth filing a task, as there might be a way around it
2018-05-02 12:10:03 <Reedy> Uh, a way to implement it
2018-05-02 12:10:07 <TheDaveRoss> really anything would be of use, whether on wiki, email, RSS, etc
2018-05-02 12:10:10 <Reedy> Such as a mailing list, and when jobs finish, automated emails are sent out
2018-05-02 12:10:18 <Reedy> Have you got an account on phabricator?
2018-05-02 12:10:22 <TheDaveRoss> yes
2018-05-02 12:10:34 <Reedy> Want to file a request for it? :
2018-05-02 12:10:36 <Reedy> :)
2018-05-02 12:10:54 <TheDaveRoss> I suppose I could do that
2018-05-02 12:11:22 <Reedy> If you don't ask, you won't get etc
2018-05-02 12:11:53 <TheDaveRoss> true. Is Ariel still the point person on that?
2018-05-02 12:17:02 <Reedy> Yup. But if you tag it Dump-Generation, it'll find its way to the right place
2018-05-02 12:21:22 <TheDaveRoss> So tagged. I am always hesitant about bug filing since inevitably as soon as I enter one I find the duplicate that I couldn't find in the hour I spent searching
2018-05-02 12:22:33 <Reedy> 2 is better than 0
2018-05-02 12:30:18 <DanielK_WMDE_> hm... 12:12:08 PHP Warning: file_put_contents(/src/coverage.html): failed to open stream: No such file or directory in /home/jenkins/workspace/mwext-phpunit-coverage-patch/src/extensions/Babel/vendor/mediawiki/phpunit-patch-coverage/src/CheckCommand.php on line 228
2018-05-02 12:32:31 <DanielK_WMDE_> https://gerrit.wikimedia.org/r/c/430350/#message-2c9ed0c5_0b48e4fc
2018-05-02 12:32:31 <DanielK_WMDE_> ideas?
2018-05-02 14:44:33 <Nudin_WMDE> Technical Advice IRC meeting starting in 15 minutes in channel #wikimedia-tech, hosts: @Tonina_WMDE & @Lucas_WMDE - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting
2018-05-02 15:01:57 <Lucas_WMDE> Alright, welcome to this week’s Technical Advice IRC meeting :)
2018-05-02 15:02:20 <Tonina_WMDE> Hello! \o/
2018-05-02 15:03:25 <Lucas_WMDE> Bencemac: I believe you had some pre-announced topics, which one would you like to discuss first?
2018-05-02 15:03:34 <Bencemac> Greetings!
2018-05-02 15:04:44 <Bencemac> Maybe T189376. Is it possible that AWB using IE's core?
2018-05-02 15:04:44 <stashbot> T189376: Ignoring letters using acute accent - https://phabricator.wikimedia.org/T189376
2018-05-02 15:05:37 <Tonina_WMDE> Bencemac: regarding AWB we are not able to reproduce the issue due to lack of Windows software :) It's really nice that you opened a phab ticket on their workboard. Hopefully they will take a look soon. Other than that AWS has an IRC channel where you can try asking #AutoWikiBrowser
2018-05-02 15:06:59 <Bencemac> I see.
2018-05-02 15:07:01 <bawolff> https://en.wikipedia.org/wiki/Wikipedia:AWB/MW <-- it can work on linux :P
2018-05-02 15:07:10 <Gopa> Hello This is my first meeting :)
2018-05-02 15:07:32 <bawolff> (Not that I expect you to try that, setting it up on linux is probably a lot of work
2018-05-02 15:07:39 <Tonina_WMDE> hello Gopa
2018-05-02 15:07:48 <Bencemac> Hi! Unfortunately, IE doesn't work on Linux. :)
2018-05-02 15:07:58 <Gopa> Tonina_WMDE: Hi
2018-05-02 15:08:25 <Lucas_WMDE> Bencemac: can you perhaps try if you get the same behavior in Internet Explorer as well, when you move the cursor there?
2018-05-02 15:08:40 <Tonina_WMDE> Gopa: you got a question for us? :)
2018-05-02 15:08:45 <Gopa> I am struck at this can any one help me out ? https://gerrit.wikimedia.org/r/#/c/418585/
2018-05-02 15:08:54 <Tonina_WMDE> let's see
2018-05-02 15:09:05 <Gopa> Tonina_WMDE: Thanks a lot
2018-05-02 15:11:25 <Tonina_WMDE> Gopa: you mean regarding Thiemo's comment on the last patch?
2018-05-02 15:11:42 <Bencemac> I cannot now, I don't have IE. Tacsipacsi said that he can reproduce the bug, so I'll give a try with AWB's IRC:
2018-05-02 15:11:47 <Gopa> Tonina_WMDEYes
2018-05-02 15:12:38 <bawolff> Gopa: On line 77, you need to pass a ->numParams() to the wfMessage()
2018-05-02 15:13:08 <bawolff> I think you'd want to pass ->numParams( 0 )
2018-05-02 15:13:11 <Lucas_WMDE> yeah, similar to classes/Hooks.php L561
2018-05-02 15:13:42 <bawolff> So the line would be wfMessage( 'lqt-newmessages-n' )->numParams( 0 )->text()
2018-05-02 15:13:43 <Gopa> Thanks I will check it out
2018-05-02 15:14:32 <Gopa> Number zero ? or some variable?
2018-05-02 15:14:33 <bawolff> What you have currently, would look like "New messages ($1)" since without specifying ->numParams(), the $1 will never be changed
2018-05-02 15:14:58 <bawolff> In that code path, its immediately after marking all messages read, so the user should have no new messages at that point
2018-05-02 15:15:23 <Gopa> bawolff: Ohh
2018-05-02 15:15:29 <Lucas_WMDE> in that case, a literal 0 would be appropriate
2018-05-02 15:16:55 <bawolff> [On a different topic] - from wikitech-l - https://gerrit.wikimedia.org/r/#/c/7738/ ... poor patch is from 2012(!)
2018-05-02 15:17:36 <Lucas_WMDE> wow, I didn’t notice that when I saw the patch earlier
2018-05-02 15:17:43 <Lucas_WMDE> four-digit change number…
2018-05-02 15:18:06 <Lucas_WMDE> but unfortunately I don’t have +2 rights in core :)
2018-05-02 15:18:12 <Lucas_WMDE> who wants to be the hero?
2018-05-02 15:21:02 <bawolff> Lucas_WMDE: I could merge it, but I'd like to hear someone who speaks an actual RTL language say its ok first
2018-05-02 15:21:10 <bawolff> because I don't speak any RTL languages
2018-05-02 15:21:42 <bawolff> oh, Huji said it was good
2018-05-02 15:21:44 <Lucas_WMDE> doesn’t eranroz satisfy that requirement?
2018-05-02 15:21:47 <bawolff> that's probably good enough for me
2018-05-02 15:22:06 <bawolff> I thought he was the patch author
2018-05-02 15:22:29 <bawolff> In any case, between the two of them, that's good enough
2018-05-02 15:23:28 <bawolff> I'll just give it a quick test to make sure
2018-05-02 15:24:32 <Gopa> From yesterday I am not able to open login page due to some database issues I guess The error message was https://ibb.co/fHhw17 If you have any Idea that would be helpful to me Thanks
2018-05-02 15:24:44 <bawolff> Lucas_WMDE: I guess we should change the invlid to invalid? I agree that's a super weird abbreviation
2018-05-02 15:25:19 <Lucas_WMDE> yeah, I think a typo is more likely :)
2018-05-02 15:25:34 <bawolff> Gopa: Sounds like DB load balancer is misconfigured
2018-05-02 15:25:42 <Lucas_WMDE> if you want I could upload a new version that fixes it, then you don’t need to +2 your own patch set
2018-05-02 15:25:46 <bawolff> e.g. you have the wrong database name for centralauth db or something like
2018-05-02 15:25:54 <bawolff> Lucas_WMDE: That'd be great :)
2018-05-02 15:26:16 <Gopa> Oh I will check it out Thanks
2018-05-02 15:28:37 <Lucas_WMDE> bawolff: pushed
2018-05-02 15:30:18 <Bencemac> In connection with T169964, what can I do?
2018-05-02 15:30:18 <stashbot> T169964: Counter of the numbers of the pages on a category shows negative result - https://phabricator.wikimedia.org/T169964
2018-05-02 15:30:53 <bawolff> Thanks. Just doing a quick test of it, and then I'll +2
2018-05-02 15:31:15 <bawolff> Bencemac: Run updateCategoryCounts.php
2018-05-02 15:31:31 <bawolff> Or, i mean, get someone to do that for you
2018-05-02 15:34:05 <Bencemac> bawolff: As an editor, the problem is not a big deal (-2, who cares?). But in a different view, the software is wrong because it should not do that.
2018-05-02 15:34:29 <Gopa> Hey I have small Idea on wiki pages If willing can you please go to this https://www.mediawiki.org/wiki/User:Gopavasanth#IDEA
2018-05-02 15:34:47 <bawolff> Our category counts don't happen in the same transaction (for performance reasons since the count is non-critical), which means sometimes db make a boo-boo and they get out of sync
2018-05-02 15:35:46 <Bencemac> I know it. Would I care about it or would I let it go?
2018-05-02 15:37:20 <Bencemac> let it go / let it go / can't holdit back anymore :D
2018-05-02 15:37:40 <bawolff> Bencemac: Its really not a big deal to get someone to run the script
2018-05-02 15:37:44 <Gopa> I would like to listen to your views on my Idea, Sorry If I am wrong in any ways.
2018-05-02 15:37:47 <bawolff> especially if the wiki is not english
2018-05-02 15:38:30 <Bencemac> Could you give me a manual or something?
2018-05-02 15:38:47 <Bencemac> i don't find it on MediaWiki.
2018-05-02 15:39:01 <bawolff> Gopa: There has been some previous attempts in that direction that didn't work out so well
2018-05-02 15:39:24 <bawolff> Gopa: See Extension:ArticleFeedback and Extension:ArticleFeedbackToolV5
2018-05-02 15:39:58 <Gopa> Oh Thanks for letting me know this Sure I will go to that links
2018-05-02 15:41:26 <Lucas_WMDE> Bencemac: I don’t think you can run that script yourself, someone with production access will need to do that
2018-05-02 15:41:32 <bawolff> Bencemac: Sorry, i got mixed up, its actually called recountCategories.php https://www.mediawiki.org/wiki/Manual:RecountCategories.php
2018-05-02 15:41:34 <Lucas_WMDE> I’m not sure what the process for requesting that is… probably a Phabricator ticket
2018-05-02 15:41:59 <bawolff> You know, i think I can just do that
2018-05-02 15:42:05 <Lucas_WMDE> or that :D
2018-05-02 15:42:41 <Bencemac> I know Tgr, he can help if it is necessary.
2018-05-02 15:43:14 <bawolff> This is on huwiki
2018-05-02 15:43:18 <tgr> o/
2018-05-02 15:44:24 <tgr> how long does that take?
2018-05-02 15:45:32 <tgr> I mean does that need scheduling in the deployment calendar or does it finish in a couple minutes?
2018-05-02 15:46:10 <bawolff> I'm not sure. I'm reading what the script does now
2018-05-02 15:47:39 <johnc> Hi, I'm trying to use the Wikidata Tools plugin for Google Sheets and for some reason it can't load any info from Wikidata (columns previously loaded fine), is there something broken at the moment?
2018-05-02 15:47:42 <tgr> huwiki has 60K categories
2018-05-02 15:48:24 <bawolff> And about 2 million categorylinks
2018-05-02 15:49:12 <Bencemac> Whoa, a familiar face! Hi Tgr!
2018-05-02 15:49:42 <tgr> hey Bencemac
2018-05-02 15:49:42 <bawolff> There's a related bug T170737
2018-05-02 15:49:43 <stashbot> T170737: Run recountCategories.php on Wikimedia wikis - https://phabricator.wikimedia.org/T170737
2018-05-02 15:52:18 <bawolff> tgr: So my totally rough guess, is the script will take around an hour to run on huwiki
2018-05-02 15:52:54 <bawolff> or somewhere in the range of 20 minutes to maybe an hour and half (Very rough guess)
2018-05-02 15:53:39 <bawolff> So i think it might be fast enough
2018-05-02 15:55:15 <bawolff> I'm not sure how strictly the 1 hour limit is interpreted
2018-05-02 15:57:18 <Gopa> Lucas_WMDE: Thanks for Helping me out in that previous patch.
2018-05-02 15:57:28 <Lucas_WMDE> Gopa: you’re welcome :) I hope someone will merge it now
2018-05-02 15:57:51 <Lucas_WMDE> Bencemac: aah, we’re almost out of time and I wanted to talk to you about the huwiki tool!
2018-05-02 15:58:04 <Lucas_WMDE> so I’m not sure how hard it would be to write a dedicated tool for that
2018-05-02 15:58:35 <Lucas_WMDE> but I recall hearing that some other wiki (Commons, I think?) changed their infobox template so that it would automatically compare the parameter data with Wikidata
2018-05-02 15:58:46 <Lucas_WMDE> and do something (extra style, maintenance category, not sure) if they were different
2018-05-02 15:58:57 <Bencemac> That would be great.
2018-05-02 15:58:58 <Lucas_WMDE> that might be easier to implement
2018-05-02 15:59:15 <Lucas_WMDE> but I can’t find anything about that right now… perhaps someone in #wikidata remembers?
2018-05-02 15:59:43 <Lucas_WMDE> but in any case, that only covers the infobox, not the lead section
2018-05-02 15:59:52 <Lucas_WMDE> unless you use templates for biographical data in the lead section as well
2018-05-02 16:00:55 <Bencemac> FYI, Edgars2007 said that she/he would make the tool (maybe). T185423
2018-05-02 16:00:55 <stashbot> T185423: Make a tool to find articles with different birth and death dates in lead section, infobox and Wikidata - https://phabricator.wikimedia.org/T185423
2018-05-02 16:01:16 <Lucas_WMDE> OK
2018-05-02 16:01:17 <Bencemac> At more than 95% we don't.
2018-05-02 16:01:28 <Lucas_WMDE> just wanted to mention this alternative approach
2018-05-02 16:01:44 <tgr> hat was ruwiki I think
2018-05-02 16:01:54 <tgr> *that*
2018-05-02 16:01:57 <Bencemac> If you find it, could you ping me? I'd be greatful. :)
2018-05-02 16:02:04 <Lucas_WMDE> ah, that’s possible
2018-05-02 16:02:07 <bawolff> [16:01] wikibugs_ (CR) Huji: "Holy blank! Someone actually merged this!! It has been waiting for such a long time. Made my day!" [extensions/Cite] - https://gerrit.wikimedia.org/r/7738 (https://phabricator.wikimedia.org/T15673) (owner: Eranroz)
2018-05-02 16:02:12 <Lucas_WMDE> another early wikidata adopter wiki
2018-05-02 16:03:03 <Lucas_WMDE> Bencemac, tgr: this PDF seems to mention it https://commons.wikimedia.org/wiki/File:Wikidata-infoboxes-short.pdf
2018-05-02 16:03:18 <Bencemac> Thanks your help, I have to leave. Have a good night! (or day)
2018-05-02 16:03:45 <Lucas_WMDE> and I think that wraps up this Technical Advice IRC Meeting! (we’re already a few minutes over time, oh noes)
2018-05-02 16:03:57 <Lucas_WMDE> thanks to everyone who participated, I think this was a very productive meeting today :)
2018-05-02 16:30:05 <freephile> Are there recommended ways to rename a wiki? By rename, I mean change the name of the database (or table prefixes) and corresponding $wgSiteName plus settings files in a farm?
2018-05-02 16:32:22 <Reedy> No
2018-05-02 16:34:06 <freephile> @Reedy, how does WMF manage things like https://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php and wgConf.php
2018-05-02 16:34:17 <Reedy> Manage?
2018-05-02 16:34:25 <Reedy> They're in a git repo
2018-05-02 16:34:34 <freephile> Are they simply editted, and tested in dev environments
2018-05-02 16:34:44 <Reedy> No
2018-05-02 16:35:07 <freephile> Right, I was just wondering if there was any sort of administrative script or interface to the files
2018-05-02 16:35:12 <Reedy> They aren't testing
2018-05-02 16:35:15 <Reedy> *tested
2018-05-02 16:35:15 <Reedy> https://github.com/wikimedia/operations-mediawiki-config
2018-05-02 16:35:21 <bawolff> Well they are sort of in betawiki
2018-05-02 16:35:29 <bawolff> but its so different from production to be next to useless
2018-05-02 16:36:08 <mutante> freephile: you can git clone the repo, edit them with any editor and then upload them to Gerrit for code review to suggest changes
2018-05-02 16:37:06 <mutante> freephile: git clone https://gerrit.wikimedia.org/r/operations/mediawiki-config
2018-05-02 16:37:11 <freephile> Reedy: thanks for the link to the repo... I'm trying to learn how it's done at WMF to replicate
2018-05-02 16:37:21 <Reedy> It's not a good example
2018-05-02 16:37:47 <freephile> Yeah, lot's of historical baggage, and the largest possible example
2018-05-02 16:38:06 <bawolff> A good example of how not to sanely do things
2018-05-02 16:39:20 <freephile> waves hi to bawolff:
2018-05-02 16:39:33 <bawolff> Hi
2018-05-02 16:39:58 <bawolff> tgr: Wow, that script finished in like under 20 seconds
2018-05-02 16:46:01 <CristianCantoro> question: when registering a new account on https://wikitech.wikimedia.org the UNIX shell name is the same as the LDAP user name?
2018-05-02 16:47:20 <mutante> Christian75: not necessarily, no
2018-05-02 16:47:58 <mutante> it can be but doesnt have to be
2018-05-02 16:49:54 <CristianCantoro> ok, re this request: https://phabricator.wikimedia.org/T193616 I am creating an account called CristianCantoro_SUL
2018-05-02 16:50:04 <CristianCantoro> and wanted to create an LDAP user with the same name
2018-05-02 16:50:12 <CristianCantoro> but it says the name is already taken
2018-05-02 16:52:31 <mutante> CristianCantoro: i can't confirm an LDAP user with the name CristianCantoro_SUL exists
2018-05-02 16:52:47 <mutante> but there is always confusion around them because an LDAP user has at least 3 different fields
2018-05-02 16:52:50 <mutante> cn, sn and uid
2018-05-02 16:52:55 <mutante> and they can all be different
2018-05-02 16:53:53 <mutante> CristianCantoro: i _do_ see a user called "cristiancantoro"
2018-05-02 16:54:05 <mutante> and that is also a shell user name. looks like this:
2018-05-02 16:54:11 <mutante> uid: cristiancantoro
2018-05-02 16:54:18 <CristianCantoro> that should be me
2018-05-02 16:54:22 <mutante> cn: CristianCantoro
2018-05-02 16:54:28 <mutante> sn: CristianCantoro
2018-05-02 16:54:35 <mutante> omeDirectory: /home/cristiancantoro
2018-05-02 16:54:41 <CristianCantoro> that's me
2018-05-02 16:54:59 <mutante> so that exists in LDAP
2018-05-02 16:55:44 <mutante> but that's the only one i see
2018-05-02 16:55:59 <mutante> and that seems normal to me as well, because "SUL" has no relation to LDAP
2018-05-02 16:56:48 <CristianCantoro> mutante: I know, I made a mess because I did not realize that wikitech was not using SUL and then I tried to log in Phabricator and then see the request above
2018-05-02 16:57:07 <mutante> it's normal to have 2 seperate users, i also have 2 users
2018-05-02 16:57:15 <mutante> one is LDAP and one is wiki
2018-05-02 16:58:01 <mutante> i am not sure i understand what is happening in the ticket but i can confirm for you what currently is in LDAP
2018-05-02 16:58:08 <mutante> if that helps
2018-05-02 17:01:11 <bawolff> Gopa: I don't have the rights to merge https://gerrit.wikimedia.org/r/#/c/428068/ . You'd have to ask someone like Reedy, hashar, or addshore
2018-05-02 17:07:24 <CristianCantoro> mutante: if I request a LDAP account in https://toolsadmin.wikimedia.org/register/ldap I get this https://i.imgur.com/FZ7KHQe.png also "cristiancantoro-sul" or similar does not work
2018-05-02 17:07:42 <CristianCantoro> mutante: I have created two accounts on phabricator by mistake
2018-05-02 17:08:11 <CristianCantoro> one is the main (CristianCantoro) which is associated to my LDAP account, CristianCantoro is also my username on the projects
2018-05-02 17:08:44 <CristianCantoro> the other (CristianCantoro_SUL) is associated to my mediawiki/Wiki* account (CristianCantoro)
2018-05-02 17:09:24 <CristianCantoro> I wanted to merge them and/or discard CristianCantoro_SUL on Phabricator and associate my Mediawiki/Wiki* account to my CristianCantoro account on Phabricator
2018-05-02 17:09:30 <CristianCantoro> but that is not possible
2018-05-02 17:12:15 <mutante> CristianCantoro: "already in use OR invalid" i guess it's the invalid part because of the space?
2018-05-02 17:12:30 <mutante> CristianCantoro: i didnt know toolsadmin.wm.org was a place to register LDAP users
2018-05-02 17:13:01 <CristianCantoro> mutante: also "cristiancantorosul" does not work
2018-05-02 17:13:12 <CristianCantoro> mutante: which is the "canonical" place?
2018-05-02 17:13:54 <mutante> CristianCantoro: i thought it was still https://wikitech.wikimedia.org/
2018-05-02 17:14:44 <mutante> CristianCantoro: better report it to andre__ my information is maybe outdated
2018-05-02 17:15:42 <CristianCantoro> mutante: when I created the account "CristianCantoro_SUL" I have put as UNIX shell name: "cristiancantoro-sul"
2018-05-02 17:17:55 <mutante> CristianCantoro: i can confirm that exists in LDAP
2018-05-02 17:18:00 <mutante> uid: cristiancantoro-sul
2018-05-02 17:18:06 <mutante> cn: CristianCantoro SUL
2018-05-02 17:18:15 <mutante> sn: CristianCantoro SUL
2018-05-02 17:19:03 <mutante> so yes, you have 2 LDAP users
2018-05-02 17:19:25 <mutante> one is UID: cristiancantoro and one is UID: cristiancantoro-sul
2018-05-02 17:19:50 <mutante> since you already have 2, does it mean no more issue?
2018-05-02 17:19:58 <mutante> you didnt want to create a 3rd one, right
2018-05-02 17:28:04 <CristianCantoro> mutante: I changed browser and I was able to login in Phabricator with "cristiancantoro-sul" and then linked the account correctly
2018-05-02 17:28:27 <mutante> CristianCantoro: woohoo, glad to hear that :)
2018-05-02 17:28:44 <CristianCantoro> if I told you that I have understood what happened i would be lying
2018-05-02 17:29:56 <mutante> CristianCantoro: same here :)
2018-05-02 18:08:48 <Gopa> bawolff: Ok no worries Thanks ;)
2018-05-02 18:43:05 <mooeypoo> Anyone knows of any examples of a grunt job running Mediawiki (extension) phpunit tests? I know how to set it up to run phpunit in general, but running inside mw and triggering the mediawiki test runner is different
2018-05-02 18:43:12 <mooeypoo> I wonder if there are any examples of this already
2018-05-02 19:42:19 <legoktm> mooeypoo: uh, why would you have grunt trigger phpunit?
2018-05-02 19:50:56 <stwalkerster> OK, probably a silly question, but how do I search the global rename log by old username via the API? I can see there's a field to do it on the Special:Log GUI, but I can't see a way from the API. (My query is currently: action=query&list=logevents&letype=gblrename )
2018-05-02 19:54:57 <Reedy> It doesn't look like you can
2018-05-02 19:57:58 <stwalkerster> hmm, that's roughly the conclusion I'd come to, but was hoping to be wrong :) Cheers
2018-05-02 19:59:41 <Reedy> stwalkerster: It doesn't work anyway, does it?
2018-05-02 19:59:58 <Reedy> if you put &oldname=foobar into the query...
2018-05-02 20:00:34 <stwalkerster> No, I tried that
2018-05-02 20:00:46 <Platonides> Reedy: it works
2018-05-02 20:00:50 <Platonides> (in the GUI)
2018-05-02 20:01:08 <stwalkerster> Just get the "Unrecognised parameter" warning, and the same resultset as before
2018-05-02 20:01:25 <Platonides> seems you will need tp do that starting by a feature request, stwalkerster ;)
2018-05-02 20:01:29 <Reedy> I wonder how much his feature is used in MW
2018-05-02 20:01:33 <legoktm> I think that textbox is hardcoded to the UI
2018-05-02 20:01:34 <Reedy> LogEventsListGetExtraInputs etc
2018-05-02 20:01:41 <Reedy> legoktm: It's done via a hook
2018-05-02 20:02:04 <legoktm> Reedy: I wrote it ;)
2018-05-02 20:02:15 <Reedy> legoktm: Well why didn't you implement it in the API? :P
2018-05-02 20:03:04 <legoktm> :< no idea, probably no one asked at that time. GlobalRename + SULF was a crazy time
2018-05-02 20:03:14 <Reedy> heh
2018-05-02 20:03:39 <Reedy> Of course, this is only a feature CA seems to use
2018-05-02 20:03:57 <Reedy> But a couple of simple enough hooks in core... Some subscribers in CA
2018-05-02 20:04:01 <Reedy> Handful of messages
2018-05-02 20:04:10 <Reedy> It doesn't alter the output, just the output filtering
2018-05-02 20:04:48 <Hauskatze> Reedy: can you please merge https://gerrit.wikimedia.org/r/#/c/430326/ ? thanks
2018-05-02 21:10:47 <mooeypoo> legoktm: I am dropping what I wanted since I think it's not quite worth it in my specific case, but the idea was that when you run "grunt test" locally, it should also run tests for you; we do qunit tests with grunt, but I figured why not also have grunt trigger the php testing too
2018-05-02 21:32:39 <legoktm> mooeypoo: we could theoretically do it with composer (which I think makes more sense than grunt/js)
2018-05-02 21:34:29 <mooeypoo> legoktm: good point, yeah
2018-05-02 21:34:56 <mooeypoo> might be good in general, btw.. the command to run tests for an extension that use the mw-core tests is not very straight forward to remember how to do
2018-05-02 21:35:06 <mooeypoo> I am still not sure how to run parser tests on a specific input
2018-05-02 21:38:42 <legoktm> php tests/parser/parserTests.php --file=....
2018-05-02 21:38:47 <legoktm> (https://www.mediawiki.org/wiki/Parser_tests)
2018-05-02 21:41:07 <James_F> Unlike unit tests, which have the memorable `sudo -u www-data php tests/phpunit/phpunit.php --wiki wiki path/to/tests/to/run` ;-)
2018-05-02 21:41:14 <mooeypoo> hm why didn't i find this... O.o I may have been confusing concepts when searching. The phpunit tests are also not completely straight forward in vagrant; I managed to run individual test files but not a whole folder for some reason
2018-05-02 21:41:49 <mooeypoo> Also, they failed locally even though they clearly pass in CI, but that's a different issue I probably have specifically with local installation or osmething
2018-05-02 21:41:51 <mooeypoo> (in vagrant)
2018-05-02 21:42:05 <bawolff> James_F: See, that's why things are simpler when not in vagrant :P
2018-05-02 21:42:23 <legoktm> mooeypoo: which test is failing and how?
2018-05-02 21:42:24 <bawolff> I've always had problems running full phpunit tests
2018-05-02 21:42:31 <bd808> deletes the git repo and let's y'all fend for yourselves
2018-05-02 21:42:33 <bawolff> I think last time i tried was mediawiki 1.17 though
2018-05-02 21:42:34 <mooeypoo> bawolff: except when you need multiple wikis :P or... ORES... or... VE... or... or or or
2018-05-02 21:42:45 <mooeypoo> bd808: DONT. YOU. DARE. <3
2018-05-02 21:42:45 <James_F> Vagrant is wonderful
2018-05-02 21:42:59 <bawolff> If you just don't use optional features, things are soo much easier
2018-05-02 21:43:01 <mooeypoo> You're giving me a panic attack just suggesting it
2018-05-02 21:43:11 <bawolff> Also if you just don't turn on your computer, all your computer problems go away
2018-05-02 21:43:27 <bd808> bawolff comes up with the real solution!
2018-05-02 21:43:33 <bd808> computers are the worst
2018-05-02 21:43:48 <mooeypoo> bd808: btw, I had to go back to VirtualBox :\ lxc started making really weird errors that seem to exist for others online (with variation) but no one has clear solutions and nothing worked. <sigh> but, knock-on-wood, it's working for now.
2018-05-02 21:44:51 <bd808> mooeypoo: :sad face: Most of the 'issues' with mw-vagrant are really problems with the virtualization service(s)
2018-05-02 21:46:17 <mooeypoo> legoktm: Kartographer extension, I run 'php tests/phpunit/phpunit.php --wiki=wiki extensions/Kartographer/tests/phpunit/KartographerTest.php' and I get tons of failures for testTagData but clearly these passed the last time we merged anything on master..... right?
2018-05-02 21:47:02 <mooeypoo> bd808: yeah I know, but those are, unfortunately, what makes it work.... or not work

This page is generated from SQL logs, you can also download static txt files from here