Jump to content

User talk:Perhelion: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Latest comment: 7 years ago by TerraCodes in topic UnknownError
Content deleted Content added
Gestrid (talk | contribs)
TerraCodes (talk | contribs)
m reply
Tag: 2017 source edit
Line 39: Line 39:
Your userstatus script sometimes throws two of <code>UnknownError</code> in the console. The first error is thrown by the line <code>var request = indexedDB.open(us.name);</code> and the second error is thrown by the line <code>indexedDB.open(us.name);</code>. --'''[[User:TerraCodes|<span style="color:#ff7f00">Terra</span>]]'''&nbsp;<span style="color:red"><small>❤</small></span>&nbsp;<sup><small>([[User talk:TerraCodes|<span style="color:grey">talk</span>]])</small></sup> 07:07, 10 May 2017 (UTC)
Your userstatus script sometimes throws two of <code>UnknownError</code> in the console. The first error is thrown by the line <code>var request = indexedDB.open(us.name);</code> and the second error is thrown by the line <code>indexedDB.open(us.name);</code>. --'''[[User:TerraCodes|<span style="color:#ff7f00">Terra</span>]]'''&nbsp;<span style="color:red"><small>❤</small></span>&nbsp;<sup><small>([[User talk:TerraCodes|<span style="color:grey">talk</span>]])</small></sup> 07:07, 10 May 2017 (UTC)
:{{ping|TerraCodes}} You're probably gonna have to give an example or two of when the error is thrown to help narrow down what exactly in those two lines of code is causing it. <b><span style="font-family:Oswald;color:black">—</span> [[User:Gestrid|<span style="font-family:Oswald;color:maroon">Gestrid</span>]] ([[User talk:Gestrid#top|<span style="font-family:Oswald;color:black">talk</span>]])</b> 16:46, 10 May 2017 (UTC)
:{{ping|TerraCodes}} You're probably gonna have to give an example or two of when the error is thrown to help narrow down what exactly in those two lines of code is causing it. <b><span style="font-family:Oswald;color:black">—</span> [[User:Gestrid|<span style="font-family:Oswald;color:maroon">Gestrid</span>]] ([[User talk:Gestrid#top|<span style="font-family:Oswald;color:black">talk</span>]])</b> 16:46, 10 May 2017 (UTC)
::Go to any page where the script would show up (like [[User:Perhelion]] or [[en:User:Gestrid]]) and after the page finishes loading, the errors show up in my console. --'''[[User:TerraCodes|<span style="color:#ff7f00">Terra</span>]]'''&nbsp;<span style="color:red"><small>❤</small></span>&nbsp;<sup><small>([[User talk:TerraCodes|<span style="color:grey">talk</span>]])</small></sup> 17:34, 10 May 2017 (UTC)

Revision as of 17:34, 10 May 2017

Invitation

A gummi bear holding a sign that says "Thank you"
Thank you for using VisualEditor and sharing your ideas with the developers. My apologies if you're getting this message more than once, and/or not in your favorite language.

Hello, Perhelion,

I am contacting you because you have left feedback about VisualEditor at pages like mw:VisualEditor/Feedback in the past. The Editing team is now asking for your help with VisualEditor. Please tell them what they need to change to make VisualEditor work well for you. The team has a list of top-priority problems, but they also want to hear about small problems. These problems may make editing less fun, take too much of your time, or be as annoying as a paper cut. The Editing team wants to hear about and try to fix these small things, too. 

You can share your thoughts by clicking this link. You may respond to this quick, simple, anonymous survey in your own language. If you take the survey, then you agree your responses may be used in accordance with these terms. This survey is powered by Qualtrics and their use of your information is governed by their privacy policy.

More information (including a translatable list of the questions) is posted on wiki at mw:VisualEditor/Survey 2015. If you have questions, or prefer to respond on-wiki, then please leave a message on the survey's talk page.


Thank you, Whatamidoing (WMF) (talk) 17:40, 3 April 2015 (UTC)Reply

2016 Community Wishlist Survey

Hi,

You’re getting this message because you participated in the 2015 Community Wishlist Survey and we want to make sure you don't miss it this year – or at least can make the conscious choice to ignore if it you want to. The 2015 survey decided what the Community Tech team should work on during 2016. It was also the focus of Wikimedia hackathons and work by other developers. You can see the status of wishes from the 2015 wishlist at 2015 Community Wishlist Survey/Results.

The 2016 Community Wishlist Survey is now open for wishes. You can create proposals until November 20. You will be able to vote on which wishes you think are best or most important between November 28 and December 12. /Johan (WMF) (talk) via MediaWiki message delivery (talk) 11:17, 14 November 2016 (UTC)Reply

New English Wikipedia permission

Hello. I'm just letting you know that English Wikipedia recently introduced a new user permission called "New Page Reviewer". Currently, User:Perhelion/userstatus.js does show the permission, but it shows up as New pages patrol/Reviewers instead of New pages reviewer. It links to the page Wikipedia:New pages patrol/Reviewers on English Wikipedia. I'm not sure if you already handled this permission in your code or not (I don't know JavaScript.), so I thought I should let you know just in case. Gestrid (talk) 07:54, 14 December 2016 (UTC)Reply

Hello @Gestrid:, thanks for attention, unfortunately this group names are read dynamically from API (If the page don't changes it is read fast from the cache). But I could do something with name, as I did it also with # in the name, I simply truncate the name to the first part. The only current other group with this slash are m:Board elections/2008/en. (In German is also a group with #) So the result is "New pages patrol". Would this be okay? But if it really hurts and there are more problematic groups I could save some names separately (as before for the most). Greetings User: Perhelion 21:34, 14 December 2016 (UTC)Reply
No, it's ok. I was just letting you know in case you had to do something to your plugin. Gestrid (talk) 21:58, 14 December 2016 (UTC)Reply

UnknownError

Your userstatus script sometimes throws two of UnknownError in the console. The first error is thrown by the line var request = indexedDB.open(us.name); and the second error is thrown by the line indexedDB.open(us.name);. --Terra  (talk) 07:07, 10 May 2017 (UTC)Reply

@TerraCodes: You're probably gonna have to give an example or two of when the error is thrown to help narrow down what exactly in those two lines of code is causing it. Gestrid (talk) 16:46, 10 May 2017 (UTC)Reply
Go to any page where the script would show up (like User:Perhelion or en:User:Gestrid) and after the page finishes loading, the errors show up in my console. --Terra  (talk) 17:34, 10 May 2017 (UTC)Reply