User talk:SoledadKabocha/markBlockedPlus.js

Latest comment: 7 years ago by SoledadKabocha in topic User:ProveIt GT
This page is for my own notes regarding bug fixes. To report bugs or request features, see User talk:SoledadKabocha/markBlockedPlus.

ANI problem solved

edit

The problem was specifically with some revisions of ANI near this one, in the "Personal attack by 107.6.114.84" section, in which someone mistakenly typed a link to [[Special:Contributions/ 107.6.114.84]]. Note the extraneous space — the script was not stripping it before passing the username on to the API, causing the API to reject the query as invalid. SoledadKabocha (talk) 23:20, 18 September 2012 (UTC)Reply

Special:Contributions/this begins with a lowercase letter

edit

See worldgam3r in this XLinkBot request for an example of what this change was meant to address. --SoledadKabocha (talk) 04:06, 29 November 2012 (UTC)Reply

Extraneous User: prefix

edit

TODO: offending username is AnnaHendren. --SoledadKabocha (talk) 18:56, 16 December 2012 (UTC)Reply

Addressed by this change; for the record, this would have caused a "double-run" symptom like in the above section --SoledadKabocha (talk) 21:41, 16 December 2012 (UTC)Reply

User:ProveIt GT

edit

"User:ProveIt GT" (not linking directly to avoid a failed mention) is flagged as "redirects to other username or IP" even though it should be "redirects outside this wiki's user namespaces."

wgNamespaceIds should have mw.config.get or similar thrown around it, but I'm not confident that that's the real problem. --SoledadKabocha (talk) 01:31, 2 December 2016 (UTC)Reply

Similarly with User talk:MediaWiki message delivery (again, the link is to another page that contains the username, to avoid a failed mention). --SoledadKabocha (talk) 03:37, 7 December 2016 (UTC)Reply
  Done in Special:Diff/753436283. The problem occurred only when User:SoledadKabocha/linkclassifier2.js or its predecessor was configured with window.LinkClassifierRedirTitleAppend = true;. --SoledadKabocha (talk) 04:21, 7 December 2016 (UTC)Reply

For the record, I misunderstood what "failed mention" means. It is only for usernames that are not registered; it does not include registered users who have disabled notifications for mentions. --SoledadKabocha (talk) 18:21, 4 February 2017 (UTC)Reply