User talk:Jeeputer
Index
|
||
This page has archives. Sections older than 30 days may be automatically archived by ClueBot III when more than 2 sections are present. |
Scripts++ Newsletter – Issue 26
[edit]Hello everyone, and welcome to the 26th issue of the Wikipedia Scripts++ Newsletter, covering all our favorite new and updated user scripts since 1 August 2024. At press time, over 94% of the world has legally fallen prey to the merry celebrations of "Christmas", and so shall you soon. It's been a quiet 4 months, and we hope to see you with way more new scripts next year. Happy holidays! Aaron Liu (talk) 05:06, 25 December 2024 (UTC)
Got anything good? Tell us about your new, improved, old, or messed-up script here!
Featured script
[edit]- Very useful for changelist patrollers, DiffUndo, by Nardog, is this edition's featured script. Taking inspiration from WP:AutoWikiBrowser's double-click-to-undo feature, it adds an undo button to every line of every diff from "show changes", optimizing partial reverts with your favorite magic spell and nearly fulfilling m:Community Wishlist/Wishes/Partial revert undo.
Miscellaneous
[edit]- Doğu/Adiutor, a recent WP:Twinkle/WP:RedWarn-like userscript that follows modern WMF UI design, is now an extension. However, its sole maintainer has left the project, which still awaits WMF mw:code stewardship (among some audits) to be installed on your favorite WMF wikis.
- DannyS712, our former chief editor, has ascended to MediaWiki and the
greenerpurpley pastures of PHP with commits creating Special:NamespaceInfo and the__EXPECTUNUSEDTEMPLATE__
magic word to exclude a template from Special:UnusedTemplates! I wonder if Wikipedia has a templaters' newsletter...
Improve a script
[edit]- Many of our favorite scripts such as Fred Gandt/userResourceManager, Guarapiranga/search-shortcuts, and Bradv/Superlinks haven't been updated for Vector 2022. You could be the one to change that!
- Elominius/media timer and PrimeHunter/Search sort work, yet have alien user interface design. Someone could improve them...
- BilledMammal/Move+ needs updating to order list of pages handle lists of pages to move correctly regardless of the discussion's page, so that we may avoid repeating fiasco history.
Requested scripts
[edit]We need scripts that...
- allow you to edit {{sfn}} references graphically a la Ingenuity/ReferenceEditor
- copy specific named references from other pages to help with splitting and whatnot
- make adding icons/links to the top toolbar (or other portlets) much easier
- graphically generate a {{source assess table}}
- award a Four Award
- ...and many more, all available at Wikipedia:User scripts/Requests. Thanks to the editors at US/R—including Nardog, User:Novem Linguae, User:Jeeputer, and many more!—for their work in processing userscript requests this past year.
Updated scripts
[edit]- Andrybak/Unsigned helper forks Anomie/unsignedhelper to add support for binary search, automatic edit summaries after generating the {{unsigned}} template, support for {{undated}}, and support for generating while syntax highlighting is on.
- Pour one out: DreamRimmer/User not around forks Andrybak/Not around to allow configuration precise to a number of days (from the original precision of years).
- Red-tailed hawk/cv revdel forks Enterprisey/cv-revdel to automatically add CopyPatrol reports.
- Polygnotus/Move+ updates BilledMammal's classic Move+ to add automattic watchlisting of all pages—except the target page(s)—changed while processing a move.
Newly maintained scripts
[edit]- Administrators only! Novem Linguae/UnblockReview forks the now-broken Enterprisey/unblock-review to review unblock requests with a graphical interface.
New scripts
[edit]- 1AmNobody24: Find Link provides a shortcut to its namesake tool, Edward/Find link, which helps de-WP:ORPHAN articles.
- Andrybak: Contribs ranger (pictured) generates links to a limited range of user contributions, log items, or page history. You see, it's not just contribs!
- CanonNi/VoteVisualizer is a rewrite of Pythoncoder/voteSymbols that makes everything saner to configure.
- When viewing Category:Articles missing coordinates with coordinates on Wikidata, Jeeputer/coordInserter adds links to automatically insert coordinates into the article selected.
- To satiate archaeology and curiosity (the same thing, perhaps?), JJPMaster/AfC time logger logs the time it takes for a user to review each submission to Wikipedia:Articles for creation.
- Natdog/InsertAnyChar adds a searchable list of all Unicode characters to the 2010 source editor.
What should I name Watchlyst's preference variable name for seen changes to categories?
[edit]Ey, I'm currently writing User:Aaron Liu/Watchlyst Greybar Unsin's feature on storing manually-created notification timestamps as a variable in WP's preferences storage (as in Special:Preferences) and comparing the timestamps of changes to categories against the manual timestamps to establish whether such a change counts as unread or not. The variable will have a format of "oldestUnreadChange/newestUnreadChange". I'm currently debating between the following names for this script-retrievable preference variable:
- userjs-watchlyst-read
- kinda clear, but not plural-able and not necessarily clear that "read" is in the past tense
- userjs-watchlyst-sins
- because that's what the "sin" part of my script's name means—unseen! :3
After release, changing the name of the preference variable would require keeping track of all past to maintain compatibility, so I'm asking someone first to hopefully retain a timeless name for the var. Aaron Liu (talk) 03:31, 4 January 2025 (UTC)
- Actually, the format is ${oldest time to start checking for unread changes}+"/"+${newest time to start checking for unread changes}. Aaron Liu (talk) 03:46, 4 January 2025 (UTC)
- @Aaron Liu: Hi. That's a cool feature you are implementing! "userjs-watchlyst-sins" is quite clear in my opinion.
- By the way I was about to reach you for recent UI issues with the script. are you aware of them? This is what I see right now:
- undefined: "Draft:N. Rajasekar removed from Category:Living people by DannyS712 bot, this page is included within other pages"
- "Category:Living people by" is a single link here and "by" is jumped inside the link text, but not in the link target. Jeeputer Talk 07:39, 4 January 2025 (UTC)
- Nope! Probably because category items never displayed due to the unread filter. I'll probably fix that when I implement the feature. Aaron Liu (talk) 15:41, 4 January 2025 (UTC)
- @Aaron Liu: That's great. I'll be waiting. :) Jeeputer Talk 15:44, 4 January 2025 (UTC)
- Nope! Probably because category items never displayed due to the unread filter. I'll probably fix that when I implement the feature. Aaron Liu (talk) 15:41, 4 January 2025 (UTC)