The GettingStarted task order randomization (https://gerrit.wikimedia.org/r/#/c/49975/) is ready for testing on toro.
When you refresh http://toro.wmflabs.org/wiki/Special:GettingStarted, the order of the three task categories will be randomized.
This works by using three MediaWiki messages, which currently delegate to templates.
MediaWiki:gettingstarted-task-1 - Template:Gettingstarted copyediting MediaWiki:gettingstarted-task-2 - Template:Gettingstarted clarification MediaWiki:gettingstarted-task-3 - Template:Gettingstarted adding links
Note, it is a known issue that the clarification message shows the message keys when you click that question mark.
Matt Flaschen
Awesome work Matt.
On Tue, Feb 19, 2013 at 9:11 PM, Matthew Flaschen mflaschen@wikimedia.orgwrote:
The GettingStarted task order randomization (https://gerrit.wikimedia.org/r/#/c/49975/) is ready for testing on toro.
When you refresh http://toro.wmflabs.org/wiki/Special:GettingStarted, the order of the three task categories will be randomized.
LGTM after trying it out on Toro.
This works by using three MediaWiki messages, which currently delegate to templates.
MediaWiki:gettingstarted-task-1 - Template:Gettingstarted copyediting MediaWiki:gettingstarted-task-2 - Template:Gettingstarted clarification MediaWiki:gettingstarted-task-3 - Template:Gettingstarted adding links
I assume this means we can simply have the backend Ori is building feed in to these MediaWiki messages, instead of the templates, but that if a local project wants to use templates or any other custom content, they can?
Note, it is a known issue that the clarification message shows the message keys when you click that question mark.
Speaking of: btw it seems after this change to the randomization version, the 'on hover' action is not working, though they appear on click. I figure we're just waiting for review/merge/update?
Matt Flaschen
EE mailing list EE@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/ee
Matt, this is fabulous – thanks so much for implementing this, random order makes analysts happy.
On Feb 20, 2013, at 1:08 AM, Steven Walling swalling@wikimedia.org wrote:
Awesome work Matt.
On Tue, Feb 19, 2013 at 9:11 PM, Matthew Flaschen mflaschen@wikimedia.org wrote: The GettingStarted task order randomization (https://gerrit.wikimedia.org/r/#/c/49975/) is ready for testing on toro.
When you refresh http://toro.wmflabs.org/wiki/Special:GettingStarted, the order of the three task categories will be randomized.
LGTM after trying it out on Toro.
This works by using three MediaWiki messages, which currently delegate to templates.
MediaWiki:gettingstarted-task-1 - Template:Gettingstarted copyediting MediaWiki:gettingstarted-task-2 - Template:Gettingstarted clarification MediaWiki:gettingstarted-task-3 - Template:Gettingstarted adding links
I assume this means we can simply have the backend Ori is building feed in to these MediaWiki messages, instead of the templates, but that if a local project wants to use templates or any other custom content, they can?
Note, it is a known issue that the clarification message shows the message keys when you click that question mark.
Speaking of: btw it seems after this change to the randomization version, the 'on hover' action is not working, though they appear on click. I figure we're just waiting for review/merge/update?
Matt Flaschen
EE mailing list EE@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/ee
-- Steven Walling https://wikimediafoundation.org/ _______________________________________________ EE mailing list EE@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/ee
On 02/20/2013 04:08 AM, Steven Walling wrote:
This works by using three MediaWiki messages, which currently delegate to templates. MediaWiki:gettingstarted-task-1 - Template:Gettingstarted copyediting MediaWiki:gettingstarted-task-2 - Template:Gettingstarted clarification MediaWiki:gettingstarted-task-3 - Template:Gettingstarted adding links
I assume this means we can simply have the backend Ori is building feed in to these MediaWiki messages, instead of the templates, but that if a local project wants to use templates or any other custom content, they can?
We may be able to directly use Ori's backend if he implements it as a transcludable special page (e.g. Special:GettingStartedTask/copyediting). If not, it might require a flag to switch between these modes.
Note, it is a known issue that the clarification message shows the message keys when you click that question mark.
Speaking of: btw it seems after this change to the randomization version, the 'on hover' action is not working, though they appear on click. I figure we're just waiting for review/merge/update?
Yes, I happened to do these as separate Gerrit topics.
Matt