User Details
- User Since
- Apr 9 2019, 9:29 PM (301 w, 19 h)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Þjarkur [ Global Accounts ]
Jan 28 2021
Jan 26 2021
Oct 5 2020
Sep 11 2020
Bot flag given
Aug 24 2020
Apr 9 2020
I've uploaded a patch for this. The change removes the focus from the "Discard edits" button. It does however also give the button a red text and gray background instead of white text with red background.
Apr 1 2020
I'm seeing this happen on MediaWiki.org, test.wikipedia.org, and the Icelandic Wikipedia, but not the English Wikipedia.
Feb 21 2020
This fixes the problem for me:
In resources/src/mediawiki.page.gallery.slideshow.js, change line 351 from params.iiurlheight = this.imageHeight; to params.iiurlheight = Math.round(this.imageHeight); and line 353 from params.iiurlwidth = this.imageWidth; to params.iiurlwidth = Math.round(this.imageWidth);.
Dec 22 2019
Dec 2 2019
Since namespaces can be filtered out with other options, couldn't we just always join on the associated page? I can't think of a situation where you'd only be interested in the linked page and not the associated page (that couldn't be solved by filtering all namespaces).
Aug 25 2019
Jun 19 2019
Jun 18 2019
It's fairly confusing to have the query stall with no indication of stalling in the user interface. However, clicking on the button Explain will show: "Error: Hmm... Is the SQL actually running?", so the system does seem to be aware that it's not actually running any query. Maybe the status task could check the status in the same manner that the Explain task does?