wiki.techinc.nl/includes/resourceloader
Bryan Davis 77e51f50e7 resourceloader: Remove $wgUser optimization that uses session
Remove optimization that avoids unstubbing $wgUser because $wgUser
is not a plain object for the current user name.

It's a stub with mFrom='session' until methods are called that need
the info, such as getName(), which then lazy loads the object based on
the session information.

We want to make load.php session-less.

Bug: T127233
Change-Id: Ica482e5d1892cb29456e6f2a91cd70017cf414c5
2016-02-23 19:45:26 +00:00
..
DerivativeResourceLoaderContext.php resourceloader: Consistently refer to the framework as ResourceLoader 2015-10-28 03:24:40 +00:00
ResourceLoader.php build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -08:00
ResourceLoaderContext.php resourceloader: Remove $wgUser optimization that uses session 2016-02-23 19:45:26 +00:00
ResourceLoaderEditToolbarModule.php resourceloader: Consistently refer to the framework as ResourceLoader 2015-10-28 03:24:40 +00:00
ResourceLoaderFileModule.php resourceloader: Add content hash to static debug urls 2016-02-20 22:40:44 +00:00
ResourceLoaderFilePath.php resourceloader: Allow skins to provide additional styles for any module 2014-07-29 00:53:41 +02:00
ResourceLoaderForeignApiModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderImage.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderImageModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderJqueryMsgModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderLanguageDataModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderLanguageNamesModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderModule.php build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -08:00
ResourceLoaderOOUIImageModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderRawFileModule.php resourceloader: Implement ResourceLoaderRawFileModule for 'mediawiki.js' 2015-05-14 22:44:36 +01:00
ResourceLoaderSiteModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderSkinModule.php Centralise url handling for urls to static resources 2016-02-02 23:26:16 +00:00
ResourceLoaderSpecialCharacterDataModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderStartUpModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderUserCSSPrefsModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderUserDefaultsModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderUserGroupsModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderUserModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderUserOptionsModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderUserTokensModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderWikiModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00