Page MenuHomePhabricator

Ikaruseijin (Ikaruseijin)
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Sunday

  • No visible events.

User Details

User Since
Jan 6 2015, 3:09 PM (588 w, 2 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Ikaruseijin [ Global Accounts ]

Recent Activity

Oct 11 2025

Ikaruseijin created T407041: Media Viewer Settings Not Available.
Oct 11 2025, 12:31 AM · MediaViewer

Jul 7 2016

Ikaruseijin added a comment to T85923: Anonymous user's decision to disable Media Viewer is forgotten after two weeks.
In T85923#2429254, @Tgr wrote:

According to what I have done the number is "2600025."

Thanks! Can you also check what number this website gives (in the "Results will appear below" section)?

Jul 7 2016, 4:11 AM · MediaWiki-Core-Preferences, Multimedia, MediaViewer

Jul 5 2016

Ikaruseijin added a comment to T85923: Anonymous user's decision to disable Media Viewer is forgotten after two weeks.
In T85923#958482, @Tgr wrote:

I don't use Safari myself but googling it says that you can open the console with Option+Cmd+C. After that just copy/paste encodeURIComponent(JSON.stringify(localStorage)).length in the window that opened and press enter.

Jul 5 2016, 8:10 AM · MediaWiki-Core-Preferences, Multimedia, MediaViewer

Jan 6 2015

Ikaruseijin added a comment to T85923: Anonymous user's decision to disable Media Viewer is forgotten after two weeks.
In T85923#958186, @Tgr wrote:

Thanks for taking the time to report this!

I always use https: connections, never anything else.

I presume you always use the same domain as well? There is no way to make browsers store data for multiple domains, so if you disable on en.wikipedia.org and go to de.wikipedia.org, you have to disable again - that's a security limitation that we have no realistic way of circumventing.

Apart from that, the settings should stick forever. They use localStorage, not cookies - the two mostly behave the same, but there are a few differences. A few things two check:

  • please test your localStorage quota here and how much space is used by running encodeURIComponent(JSON.stringify(localStorage)).length. Theoretically running out of space should not cause anything like this (setting a value in localStorage should either fail immediately or last indefinitely) but still worth checking.
  • do you see any pattern in when the settings are lost? Does it correlate to the deploy cycle? MediaWiki uses localStorage to cache javascript files, maybe that pushes other content out somehow (although again that should not happen).
  • please try to set something unrelated to MediaViewer in localstorage and see if it shows the same behavior. The easiest way is to enable web font downloading in the language selector and seeing if it sticks for several weeks. (According to the spec User agents should expire data from the local storage areas only for security reasons or when requested to do so by the user. Most browsers do that, but mobile Safari is known to ignore the spec in some cases, especially if it is running out of disk space. I haven't found anything definite about desktop Safari.)
Jan 6 2015, 10:15 PM · MediaWiki-Core-Preferences, Multimedia, MediaViewer
Ikaruseijin added a comment to T85923: Anonymous user's decision to disable Media Viewer is forgotten after two weeks.

No I am not logged in most times, I only made an account to complain about the Media Viewer, so I have no need to be.

Jan 6 2015, 5:36 PM · MediaWiki-Core-Preferences, Multimedia, MediaViewer
Ikaruseijin created T85923: Anonymous user's decision to disable Media Viewer is forgotten after two weeks.
Jan 6 2015, 3:25 PM · MediaWiki-Core-Preferences, Multimedia, MediaViewer