User Details
- User Since
- Sat, Feb 14, 10:48 PM (3 w, 2 h)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Raushan 31 [ Global Accounts ]
Sun, Mar 1
Hello!
I noticed spellcheck.py was missing from the current scripts folder, so I followed the link - https://phabricator.wikimedia.org/diffusion/PWBO/browse/master/spellcheck.py - provided in T236642 to find the original code. I have now ported the script to the Core branch, updating the Python2 code to Python 3 standards (including fixes like handeleArgs to handle_args, print " " to print (""), xrange to range, AttributeErrors etc.). Additionally, I implemented the feature requested in T57110 by adding a 'p' ( similar to q for quit) option to ignore a specific word for the rest of the page.
I have uploaded the patch to Gerrit for review: https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1246857
As a newcomer, I’ve made as many changes and corrections as I could based on my current understanding of the codebase. I look forward to your feedback!
Fri, Feb 27
Hello!
I was browsing through older tasks, and this one caught my eye. I’d love to give it a try.
If no one is working on this, can I go ahead and start exploring the spellcheck.py logic?
Tue, Feb 24
Hello, is anyone still working on this. if not, I'd like to give it a try
Mon, Feb 23
I have completed the task of adding a test for background colors in ui_tests.py. This is the link to the patch: https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1242465
Hello,
I am a student developer, I have just started working on this.
I will share the patch details once the test runs successfully.
Thank You.
Sun, Feb 22
I have successfully uploaded the patch for tests/djvu_tests.py to Gerrit. The link to the patch is :https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1241825
Hello, I'm a student interested in contributing to this patch. I've already set up my local environment and started migrating assertRaises to assertRaisesRegex in tests/djvu_tests.py.
I'll be uploading a patch for review shortly.
Thanks.
Fri, Feb 20
Tue, Feb 17
I have uploaded a patch for this task: https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1240077 I replaced the legacy <strong> tags with <span> in Special:Contributions. You can see the clean diff in the attached screenshot. Ready for review!
Hi! I've successfully completed this task.
Summary of changes:
- Modified the PHP logic to wrap the '(username removed)' text in a <span> tag with the class history-user-removed instead of the legacy <strong> tag.
Hi! I’m a student developer currently learning JavaScript and CSS. I’d like to take a look at this task as my first contribution to Wikimedia. I'll start by setting up my environment and checking the current progress. Please let me know if there are any specific docs I should check out first! Thanks!
Sat, Feb 14
Hi! I'm a student dev. I'm taking this on as my first task to learn the workflow. I'll be working on a fix tonight