https://bugzilla.wikimedia.org/show_bug.cgi?id=47590
--- Comment #1 from [email protected] --- GettingStarted.hooks.php sets a flag $isWelcomeCreation if the user has just created an account, regardless of what page the user is shown. ext.gettingstarted.openTask.js uses it for isNew (good), but also uses it to determine isGettingStarted(). This predates the JS code that switches the browser history state from create account form to Special:GettingStarted. So I think isGettingStarted() doesn't need to check cfg.wgIsWelcomeCreation any more. (If necessary it could check for something defined in ext.gettingstarted.accountcreation.js, which is only sent to the browser if it's the Special:GS page.) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
