https://bugzilla.wikimedia.org/show_bug.cgi?id=50204
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #11 from [email protected] --- Looks properly fixed with the 2013-07-18 rollout of wmf10 to enwiki that included this fix, plus and later that day the changes to restore GettingStarted after CentralAuth/SUL2 changed. SELECT LEFT( timestamp, 8), COUNT(*) FROM GettingStartedNavbar_5588671 WHERE wiki = "enwiki" AND event_action = "page-save-success" AND event_funnel = "returnto" GROUP BY 1; +---------------------+----------+ | LEFT( timestamp, 8) | COUNT(*) | +---------------------+----------+ | 20130702 | 1 | | 20130718 | 17 | | 20130719 | 235 | +---------------------+----------+ -- 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
