I want to add a functionality in my wiki so that users can vote other user's replies in SructuredDiscussions .(just like it is in Extension:Comments)
Is it possible ?
please guide me ...
Previous discussion was archived at User talk:Mattflaschen-WMF/Archive 1 on 2015-07-10.
Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of Use for details.
See the answer that you already received on User talk:Ciencia Al Poder#Regarding integration of Extension:VoteNY and 'Flow'.
I want to add a functionality in my wiki so that users can vote other user's replies in SructuredDiscussions .(just like it is in Extension:Comments)
Is it possible ?
please guide me ...
@Falcopragati See the answer that you already received on User talk:Ciencia Al Poder#Regarding integration of Extension:VoteNY and 'Flow'.
Hi Matthew,
I see that you did some work with the Growth team (https://www.mediawiki.org/wiki/Growth), specifically: https://github.com/wikimedia/mediawiki-extensions-GuidedTour/blob/master/extension.json#L4
Here's the thing: I need to reach some data on guided tours for a recent campaign that we've run in WMDE. However, I can't figure out where to look for the data that I need, so I thought it would be the best to reach someone from the Growth team and ask for advise.
Please advise.Regards,
Goran S. Milovanović, PhD
Data Analyst, Software Department
Wikimedia Deutschland
@GoranSM Sure. Basically, you need to set shouldLog to true in the tour (if this is false or omitted, no data will be recorded; example with true is here), then you can get data from the relevant EventLogging schemas. See the list of schemas.
If you're not familiar with accessing EventLogging, you can start here.
The tables have names that are the schema, plus underscore, then the ID. E.g. GuidedTourGuiderImpression_8694395 . So basically:
If one of the first 2 steps fails, you will need to request access on Phabricator. If you have issues, you can ask here, or in #wikimedia-collaboration (if more GuidedTour-focused) or #wikimedia-analytics (if more EventLogging-focused) on Freenode.
@Mattflaschen-WMFThank you so much. I have access to production and routinely use MariaDB replicas - I work as contractor Data Analyst for WMDE. Your suggestion on how to track the guided tours data:
"... you need to set shouldLog to true in the tour (if this is false or omitted, no data will be recorded; example with true is here)..."
is exactly what I was looking for.
Again: thank you very much!
I'm sorry, so very sorry, that I did an insulting to you in that gerrit patch page, my brain couldn't control my hand in that time. I also promise that in the future, even if such -2 happened again, I either don't pay attention to that, or if that affects my UI experience, I will try to persuade the corresponding developer team(s) on Phabricator or public discussion pages such as VisualEditor/Feedback. I kindly know that unlike Phabricator, anyone's comment on gerrit can't be removed, and may make one untrusted.
Please read what I wrote on my talkpage and over at User talk:MSchottlender-WMF
If you disagree with some of my improvements then you can discuss them on that talkpage.
https://www.mediawiki.org/w/index.php?title=Talk:Code_of_Conduct/Draft&diff=prev&oldid=2402196
Please apologize to everyone involved and never try to do something like that again. Thank you. ~~~~
Oh and please delete flow, it is a stupid idea and a waste of money.
You participated earlier in discussion about the "Conflict of interest" section of the draft Code of Conduct for technical spaces. There was not consensus to approve an earlier version of this section. I'm contacting you to let you know the draft has been updated, and we are now discussing whether to finalize the new version.
Please participate here.
Thank you,
The "Conflict of interest" section was not approved earlier.
There has been further discussion on it, aiming to solve those issues. Please participate in the sub-sections of Talk:Code of Conduct/Draft#Finalize "Conflict of interest" section? and make sure your concerns are being addressed.
Thanks.
User:Mattflaschen-WMF 03:55, 28 September 2016 (UTC)
FULLPAGENAME - Topic:Tb72ghabbl04qv3y
PAGENAME - Tb72ghabbl04qv3y
BASEPAGENAME - Tb72ghabbl04qv3y
SUBPAGENAME - Tb72ghabbl04qv3y
SUBJECTPAGENAME - Topic:Tb72ghabbl04qv3y
ARTICLEPAGENAME - Topic:Tb72ghabbl04qv3y
TALKPAGENAME - :Tb72ghabbl04qv3y
ROOTPAGENAME - Tb72ghabbl04qv3y
Hello Matt
I have seen your edit, as well as the code, and it seems like the Grade C comment section in the code was wrong.
Instead of "Firefox 3+" it probably should be "Firefox <4", or perhaps "Firefox 3.*". Similarly for the others, "Opera 10+" ''would'' include Opera 10.5+…
What do you think?
It's intentional. My understanding is it means basically, "The no-JS experience is intended to work and provide essential user actions in Firefox 3+, etc.". It does not mean Firefox 3+ deliberately gets the no-JS experience. It might sometimes get no-JS (e.g. due to a transient network failure), but normally as you note it doesn't. In some cases e.g. IE >= 6 < 9 we do deliberately serve all Grade C browsers of that type no-JS (unless the Grade C is also Grade A), but not for Firefox.
@Krinkle and I discussed this leading up to that edit. This is my understanding from that discussion.
Ah, I see. The «no-javascript run-time» includes more than simply not loading javascript, so eg. Firefox 10 would usually be Grade A, but if it had javascript disabled, it would get Grade C support, and it should work, too.
Thanks