Author: mike.lifeguard+bugs
Description:
When you get edits for an IP, if the action is an account creation, please provide user links for that account. This is a usability issue for when you need to move fast.
Author: mike.lifeguard+bugs
Description:
When you get edits for an IP, if the action is an account creation, please provide user links for that account. This is a usability issue for when you need to move fast.
Status | Subtype | Assigned | Task | |
---|---|---|---|---|
· · · | ||||
Resolved | Dreamy_Jazz | T132892 CheckUser UI revamp | ||
Resolved | Dreamy_Jazz | T21964 Provide a link to the user on account creation | ||
Resolved | Dreamy_Jazz | T145265 Store check user data action text in structured format | ||
· · · |
mike.lifeguard+bugs wrote:
(In reply to comment #1)
I'm asuming this for accounts creating other accounts.
Yes, that's correct.
This isn't really doable the way the new user log message is set up and cu log items are recorded (it still uses an actiontext field whereas RC uses type/action/params to avoid those problems).
mhershberger wrote:
Unassigning default assignments. http://article.gmane.org/gmane.science.linguistics.wikipedia.technical/54734
I'm not sure if this is still an issue? When you "get edits" from an IP, user accounts created do show the talk, contribs and block links. Unless we want to add more (cf. 50893a2c66a9). Thanks.
The links are shown for the user who "created" the account (object), but not for the user account which "was created" (subject).
If I (User:Huji) create an account User:Huji2, you will see those links for User:Huji, but the part that reads "create account User:Huji2" is plain text with no links to the User:Huji2's user page.
This is because getPlainActionText() does not link the username in the returned text. Either this waits for the cu_changes to become structured or the plaintext representation wikilinks the username.