User talk:GhostInTheMachine/Scripts++
Scripts++ Newsletter – Issue 19
News and updates associated with user scripts from the past month (December 2020).
Hello everyone and welcome to the 19th issue of the Wikipedia Scripts++ Newsletter:
|
- Voting in the m:Community Wishlist Survey 2021 is ongoing until December 21, 2020. There are 15 proposals in the "bots and gadgets" category that may be of interest.
- A script to help list discussions at WP:ANRFC (request)
- A script to allow undoing edits despite conflicting intermediary edits (request)
- ...and many more, all available at Wikipedia:User scripts/Requests
- The Watchlist Expiry feature worked on by the Community Tech team has been enabled on Wikipedia. For scripts that include watching or unwatching pages, developers may want to update their code to take advantage of the new functionality. See the documentation on mediawiki.org.
- As noted in the prior issue, Enterprisey's links-in-logs script has now been implemented as part of MediaWiki core. By my count, this is his third script that was replaced by implementing the code in MediaWiki core or an extension, along with link-section-edits and abusefilter-hide-search. Additionally, his reply-link script is being converted in part to mw:Extension:DiscussionTools. Are there any other scripts that might be worth integrating directly in MediaWiki? Thoughts would be welcome at Wikipedia talk:Scripts++.
As always, if anyone else would like to contribute, help is appreciated. Stay safe, and happy holidays! --DannyS712 (talk) 00:19, 18 December 2020 (UTC)
Scripts++ Newsletter – Issue 20
News and updates associated with user scripts from the past month (January 2021).
Hello everyone and welcome to the 20th issue of the Wikipedia Scripts++ Newsletter:
|
- As a reminder, the legacy javascript globals (like accessing
wgPageName
without first assigning it a value or usingmw.config.get('wgPageName')
instead) are deprecated. If your user scripts make use of the globals, please update them to usemw.config
instead. Some global interface editors or local interface administrators may edit your user script to make these changes if you don't. See phab:T72470 for more.
- For people interested in creating user scripts or gadgets using TypeScript, a types-mediawiki package (GitHub, NPM) is now available that provides type definitions for the MediaWiki JS interface and the API.
- A GitHub organization has been created for hosting codebases of gadgets. Users who maintain gadgets using GitHub may choose to move their repos to this organization, to ensure continued maintenance by others even if the original maintainer becomes inactive.
- A script to ease reviewing Good Article nominations
- A script to help manage Z number templates
- ...and many more, all available at Wikipedia:User scripts/Requests
As always, if anyone else would like to contribute, including nominating a featured script, help is appreciated. Stay safe, and happy new year! --DannyS712 (talk) 01:17, 3 February 2021 (UTC)