User Details
- User Since
- Jan 30 2019, 8:58 PM (307 w, 5 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Nardog [ Global Accounts ]
Fri, Dec 20
Thu, Dec 19
One way to mitigate the problem is to make EditRecovery compare the current form values against the defaultValues instead of keeping an originalData object. That way a script would be able to modify the defaultValues to "reset" EditRecovery.
Wed, Dec 18
Tue, Dec 17
Hmm, I can't reproduce it without turning it off either anymore.
Mon, Dec 16
No, but either way I get the same error.
Sat, Dec 14
per-wiki, using $wgPhonosButtonClasses, which can be set to eg. [ 'noexcerpt' ] to preserve the current behavior;
Thu, Dec 12
Couldn't this be an abuse filter?
Wed, Dec 4
That ticket makes clear the feature tests were carefully discussed and designed. It's the linter that's out of sync, not the other way around.
It's in T178356.
Tue, Dec 3
Mon, Dec 2
Searching for "Chini.png" and "Queer Man Peering Into A Rock Pool.jpg" does accurately bring up https://en.wikipedia.org/wiki/Chini.png and https://en.wikipedia.org/wiki/Queer_Man_Peering_Into_A_Rock_Pool.jpg, so they're clearly capable of indexing wikipages ending in an apparent extension (NB Bing fails to show the latter in the main results). One wonders why that doesn't apply to the File namespace.
Nov 21 2024
Nov 18 2024
The only downside I see is that it might be confusing to select these options, and then for nothing to happen - clicking away from the dialog is an opaque requirement. As such, maybe a 'confirm' or 'update' button inside the dropdown would be helpful, to make this explicit?
Nov 16 2024
Updates don't take place as options are selected until the user clicks away from the dropdown.
This is the most straightforward (and least workflow-breaking) of the three. Updates happening in the background would likely result in rapid flashes of the list, which would be disruptive to the eye (and I imagine to the screen reader), and waste of traffic.
Nov 15 2024
It is affecting end users, unless this is unrelated:
Nov 12 2024
I haven't been a fan of "review" though. One doesn't expect it to lead to a diff (note you can't really do anything unless you have the right). "Review changes" would be at least more understandable.
someone else suggested making the header say "Action"
That would make a column headed by "Review" full of cells with just "Review". That's hardly descriptive. I'd make the cells say "Diff" (someone else suggested making the header say "Action", which would also be at least better than "Review" all the way down).
Nov 11 2024
Oct 24 2024
#1080108 appears to be the culprit.
<li> elements with "(current)" on Special:Contributions no longer have the mw-contributions-current class. The class is still in the code, so I assume this is by mistake and #1080108 had something to do with it.
Oct 23 2024
Oct 20 2024
Well, I know how to turn it on yet I haven't because I find it distracting. I just use Ctrl+Space if I want it.
@SD0001 Feel free to submit a patch of your own.
How about a toggle button too? Not all users would like it. (T61924)
Oct 19 2024
Oct 10 2024
the category existence check has already happened on the first server loading of the edit page which is the only load for live preview
Oct 9 2024
Oct 3 2024
Oct 1 2024
Sep 25 2024
This is somewhat old news but it saves so much of developers' time I think it still deserves publicity. Something like:
⚒️ You may now temporarily use the 2017 wikitext editor, even if it's not enabled in your preferences, by adding veaction=editsource to the URL.
Sep 21 2024
Sep 19 2024
Sep 14 2024
Then the problem is with Phonos, added for T345414.
Sep 10 2024
Sep 2 2024
We don't tell CodeEditor or Ace what environment the code is supposed to run. Nor should we. There is no way to tell whether a .js page is supposed to run in "the MediaWiki Javascript environment" (where globals vary by what modules are loaded btw) or it's just put on a wiki for reference or as a snippet. The strict mode prohibits undeclared variables, so the warning is correct, and explicitly declaring the globals in a comment already exists as the solution.
Not a bug. 'use strict' prohibits undeclared variables, so the linter is right to warn you about them. Just put /* globals mw,$ */ or ignore the warnings.
Sep 1 2024
Aug 28 2024
Aug 27 2024
Oh, you're right. I was looking at "diff"/"hist" instead of the timestamps.
Aug 26 2024
Aug 21 2024
Through T336763.
I'm talking about Special:PendingChanges.
If PendingChanges should be a table, surely so should this...
Do not rely on iconography alone to represent categorical information in headings
Not reproducible anymore – "diff" doesn't have a tooltip, and the tooltip for "hist" is correct. So is title= in the URL (I'm not sure if this was ever wrong).
Aug 10 2024
I guess addButton() in ipReveal.js is supposed to be for this purpose? But it's not exposed outside the module. Not only that, the automatic showing of recently queried IPs does not happen with just addButton() (it's duplicated in initOnHook.js and initOnLoad.js, why not bundle that into ipReveal.js also?).
Jul 30 2024
Fixed on my end too, must have been a temporary issue.
Jul 29 2024
Jul 24 2024
Turns out anon/!anon already work in watchlist and feedwatchlist.
Does this task also cover ApiFeedWatchlist? anon/!anon seem to be already working correctly.
Jul 23 2024
ApiQueryWatchlist, ApiFeedRecentChanges, and ApiFeedWatchlist also have anon/!anon or hideanons options.
Jul 22 2024
Fixed, the double negative failed me.
Jul 21 2024
Jul 15 2024
Jul 13 2024
Jul 11 2024
Jul 10 2024
@Jdlrobson How can I reliably do that? The radio buttons are created client-side. It also feels ridiculous to have to essentially reverse what a script has done instead of preventing it from running in the first place.
@Jdrewniak That defeats the primary benefit of a dark mode gadget, which is that you don't get FOUCs.
Jul 9 2024
Sounds good.
Jul 8 2024
Jul 4 2024
Now the CSS has a rule for .damaging.damaging.mw-changeslist-damaging-verylikelybad, with two .damaging, which thus overrode my custom CSS.