For anonymous users, we can’t save the “don’t show this again” option, so we don’t want to show them the pulsating dot at all.
Description
Details
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Only show pulsating dot to logged-in users | mediawiki/extensions/Wikibase | master | +4 -1 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | Goal | Arian_Bozorg | T285156 [GOAL] Add termbox language code mul to reduce redundancy in Wikidata Labels and Aliases | ||
| Open | None | T312097 [EPIC] MUL - Default values for labels and aliases | |||
| Resolved | Release | None | T329661 [Milestone] v0.4 of the `mul` language code (test.wikidata.org) | ||
| Resolved | • Manuel | T316769 [STORY] MUL - Add link to help page about “multiple languages” in the desktop termbox in editing mode | |||
| Resolved | Lucas_Werkmeister_WMDE | T342872 Only show pulsating dot to logged-in users |
Event Timeline
Regarding T328454: [TECH][IPM] Investigate ramifications of IP masking on Wikidata related extensions, I assume we want to treat temporary accounts as logged-out and not show them the pulsating dot. Though I’m not sure we can make that distinction yet. (Edit: we can, see patch.)
Change 942437 had a related patch set uploaded (by Lucas Werkmeister (WMDE); author: Lucas Werkmeister (WMDE)):
[mediawiki/extensions/Wikibase@master] Only show pulsating dot to logged-in users
The key issue is: Whomever we show the pulsating dot to needs to have the means to disable it (logged in or not). So far, most straight forward and the easiest solution for this was to only show it to logged-in users.
According to T326816, “The temporary account user will not be able to set preferences”, so I think excluding temporary accounts is the right thing to do.
Change 942437 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] Only show pulsating dot to logged-in users