mediawiki-extensions-Visual.../modules/ve-mw/init/targets
Roan Kattouw 9b3316a360 Fix the "you are now logged in/out" warning
It would tell you you were logged out when you were actually
logged in, and when I looked into it, I found lots of broken
things, including lots of confusion between the current
anon-ness and username and the new anon-ness and username.

ve.init.mw.Target:
* Check the new isAnon value, not the old one
* Pass the username to the event, rather than just anon-ness

ve.init.mw.ViewPageTarget:
* Use the passed username (new username) rather than the
  username from mw.config (which is updated, but confusing)

Change-Id: Icf406d49100d81e87c677fd6b57ff93cc29f601f
2014-11-21 18:23:11 -08:00
..
ve.init.mw.MobileViewTarget.js Merge "Switch 'disallowQuotedKeysInObjects' jscs rule on and fix up" 2014-08-25 18:00:07 +00:00
ve.init.mw.ViewPageTarget.init.js mw.ViewPageTarget.init: Simplify hideLoading and pushState 2014-11-19 02:58:17 +00:00
ve.init.mw.ViewPageTarget.js Fix the "you are now logged in/out" warning 2014-11-21 18:23:11 -08:00