User Details
- User Since
- Dec 22 2014, 6:53 PM (515 w, 1 d)
- Availability
- Available
- IRC Nick
- polybuildr
- LDAP User
- Unknown
- MediaWiki User
- Polybuildr [ Global Accounts ]
Mar 12 2020
Hello to you too! :) Not really monitoring this, but when I saw it was you I had to come say hi!
Here's the original task where you can see @Yaron_Koren authored the proposal: T90238
Dec 11 2016
@FilipGCI, I don't think that's what happens. The %20 kind of escaping is for use in URLs (such as php's urlencode), but this is escaping for HTML (< gets converted to < and other things like that). Take a look at https://www.mediawiki.org/wiki/Manual:Messages_API#Output_modes_and_escaping.
@Legoktm, @Aklapper: Could you please resolve the conflict between this task and T152852? @FilipGCI says that the GCI task was claimed by them (https://gerrit.wikimedia.org/r/#/c/326282/). I haven't registered as a GCI mentor, so I don't know what's happening there.
Sep 9 2016
@Robotnikman, hmm, weird. Can you check the browser console and let me know if you see any errors there? Javascript or otherwise?
Sep 7 2016
@Robotnikman, that's rather surprising, because SmiteSpam was built and tested on a wiki using the Vector skin. However, it hasn't been tested in some time and something big may have changed. Can you give me further details, such as your MediaWiki version and anything that appears in the webserver's error log?
Jun 28 2016
Jun 27 2016
Just remembered something from my experience last year, and I thought it would be relevant to share. From the IRC office hours before the start of GSoC and Outreachy last year:
Hi, I was a GSoC student last summer, and while I haven't mentored a student for GSoC, I did do a little mentoring for the previous Google Code In. Having had a great experience working with the Wikimedia community, I introduced @darthbhyrava to it.
May 7 2016
Mar 22 2016
@Anomie raised an issue in the Gerrit patch:
Mar 20 2016
Mar 18 2016
Should be fixed now as long as the version you're using is master.
Let's move the patch's discussion to Gerrit. I've uploaded a new patch - should fix this.
@Yaron_Koren, could you please check that the patch submitted works for you? After that, I'll merge. :)
That's odd. Will look into this and fix ASAP. Thanks for reporting!
Mar 10 2016
Mar 9 2016
Mar 3 2016
We weren't able to syntax-highlight the code blocks on GitHub, but T128705: MediaWiki-Codesniffer README looks broken in Diffusion is interfering with that. This task looks resolved to me. @Legoktm, @bd808?
@Legoktm, @Addshore maybe this can be a microtask for T89682: Improving static analysis tools for MediaWiki?
Mar 2 2016
Feb 25 2016
This task needs a few updates. PHPCS is now voting in several repositories (including core, iirc).
Jan 19 2016
Sorry, while phpcs.xml works for individual repositories, we should probably be changing this in ruleset.xml using <exclude-pattern> I think.
I'm guessing we just need to add it to the ignored patterns in phpcs.xml?
Jan 6 2016
I've also opened an issue upstream: https://github.com/squizlabs/PHP_CodeSniffer/issues/851
Dec 30 2015
I do intend to, yes. Would you prefer it if I attempted to get it merged upstream and then just bump the version here?
Dec 29 2015
Submitted a patch - it's an edited version of Squiz.WhiteSpace.SuperfluousWhitespace.
If I remeber correctly there exists a sniff for this, but I have not the name at the moment.
Thanks a lot @Qgil, for making this happen! :)
Dec 19 2015
Dec 12 2015
It's been a month now, are there any updates? I'm sorry for asking so frequently, but I was really looking forward to interning at the WMF this summer.
Dec 10 2015
Dec 9 2015
Great work, @Sanjay311999.
Dec 1 2015
This task is rather vague and it's probably a good idea to not propose this for GCI.
Nov 24 2015
As per the discussion at T103800, since T467: RfC: Extension management with Composer was declined, the easiest way is to not autoload anything via composer.
@Aklapper, done. I hope that's satisfactory?
Nov 21 2015
I'd like to propose and mentor this task for Google-Code-In-2015.
I'm going to propose and mentor this task for Google-Code-In-2015.
I'm going to propose and mentor this task for Google-Code-In-2015.
Nov 12 2015
Sorry for the ping, but have there been any updates from WMF HR and Engineering?
Oct 26 2015
That's a big oops.
Oct 25 2015
Oct 24 2015
Oct 23 2015
Oct 20 2015
Any updates on this?
Oct 17 2015
@Paladox, I'm not sure I understood the issue correctly. Is this to do with the fact that there are certain global variables without a wg prefix that codesniffer should not complain about?
Oct 15 2015
Any updates on this?
Oct 11 2015
Oh, that's great! Looking forward to good news on Wednesday, then.
Oct 9 2015
@Qgil, any luck finding the actual owner?
Oct 8 2015
Oct 6 2015
@Amire80, you are AWESOME! :D
Oct 5 2015
Oct 2 2015
Is the only issue it being a verb? If so, we could go with "View previous versions", couldn't we?
Oct 1 2015
Sep 28 2015
Doing jsonlint using Grunt is a little weird, actually. The only JSON file that I can see in the repo is the package.json file. In order to use npm test, which will then get Grunt to lint the package.json file, the package.json file has to be valid in the first place. :P
Sep 27 2015
The project was already using js-yaml as a dependency, so I gave this a shot by putting in a js-yaml config.yaml as the npm test script.
If that's what you're looking for, js-yaml is a very easy-to-use node module. Running js-yaml file.yaml prints out the JSON for the YAML in the file and the return status code of js-yaml tells us whether there was an error or not. Errors get logged to console too, of course.
You're looking for some configuration of npm modules such that when you run npm test, the YAML files get linted?
Sep 26 2015
I tested this by updating CodeSniffer, and the issue was gone. Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed's code has changed and no longer checks for T_CONSTANT_ENCAPSED_STRING, so the issue no longer occurs. The CodeSniffer dependency was updated in rMCSN9a1a1acc5e8c: Update squizlabs/php_codesniffer to 2.3.4, but we still have to cut a new version ( T113516: Release version 0.4.0 of mediawiki/tools/codesniffer ). Once that is done, we can update core's version of mediawiki-codesniffer and we should be good to go.
@Legoktm and I spoke about this on IRC a while back - we do need to update to v0.4.0 also because of 62bddfe5ed8b2 and 0735677425.
Closing as invalid since we're unable to reproduce it. Feel free to re-open if it occurs again!