Last modified: 2013-07-15 12:27:52 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T49194, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 47194 - GettingStarted extension not at beta.wmflabs.org
GettingStarted extension not at beta.wmflabs.org
Status: RESOLVED FIXED
Product: Wikimedia Labs
Classification: Unclassified
deployment-prep (beta) (Other open bugs)
unspecified
All All
: High normal
: ---
Assigned To: Nobody - You can work on this!
: browser-test-bug
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-04-13 12:36 UTC by Željko Filipin
Modified: 2013-07-15 12:27 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Comment 1 Željko Filipin 2013-04-15 19:32:23 UTC
Works on commons.wikimedia.org:

http://commons.wikimedia.org/wiki/Main_Page?tour=gettingstarted

Does not work on commons.wikimedia.beta.wmflabs.org:

http://commons.wikimedia.beta.wmflabs.org/wiki/Main_Page?tour=gettingstarted
Comment 2 Antoine "hashar" Musso (WMF) 2013-04-16 11:51:14 UTC
The extension should be enabled by setting wmgUseGettingStarted to true. In wmf-config/InitialiseSettings.php we have:

 'wmgUseGettingStarted' => array(
    'default' => false,
    'testwiki' => true,
    'test2wiki' => true,
    'enwiki' => true,
 ),

On beta it is indeed false:

hashar@deployment-bastion:~$ mwscript eval.php --wiki=commonswiki
> var_dump($wmgUseGettingStarted);
bool(false)

> 


And is false in production too:

[hashar@fenari(mw-inst):~]$ mwscript eval.php --wiki=commonswiki
var_dump($wmgUseGettingStarted);
> var_dump($wmgUseGettingStarted);
bool(false)

> 

So I have NO idea how it ends up being enabled on the production wiki.
Comment 3 Antoine "hashar" Musso (WMF) 2013-04-16 12:00:02 UTC
The extension is not listed at http://commons.wikimedia.org/wiki/Special:Version :-)
Comment 4 Antoine "hashar" Musso (WMF) 2013-07-01 07:34:55 UTC
Željko, looks like it is working now. Browsing http://commons.wikimedia.org/wiki/Main_Page?tour=gettingstarted gave me the tooltips to lead me through the interface.
Comment 5 Željko Filipin 2013-07-01 14:51:38 UTC
No failed tests at test2.wikipedia.org:

https://wmf.ci.cloudbees.com/job/_debug-browsertests-template/181/testReport/(root)/Guided%20Tour/

3 tests fail at en.wikipedia.beta.wmflabs.org and commons.wikimedia.beta.wmflabs.org.

https://wmf.ci.cloudbees.com/job/_debug-browsertests-template/178/testReport/(root)/Guided%20Tour/

https://wmf.ci.cloudbees.com/job/_debug-browsertests-template/179/testReport/(root)/Guided%20Tour/

Looks like some guiders do not appear. Should I report this as a bug for deployment-prep or guided tour?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links