Page MenuHomePhabricator

Use Config object instead of globals in GoogleLogin
Closed, ResolvedPublic

Description

With MW 1.23 a new Configuration class was implemented to access configuration variables/options instead of using "global $wg...":
https://www.mediawiki.org/wiki/MediaWiki_1.23#Configuration

Extension developers can use/create it's own instance of this, like explained here:
https://www.mediawiki.org/wiki/Manual:Configuration_for_developers
to use the advantage of this new implementation, too. Let's try it!


Version: master
Severity: normal

Details

Reference
bz69086

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:33 AM
bzimport set Reference to bz69086.
bzimport added a subscriber: Unknown Object (MLST).

Change 151771 had a related patch set uploaded by Florianschmidtwelzow:
Use Config and remove globals

https://gerrit.wikimedia.org/r/151771

Change 151771 merged by jenkins-bot:
Use Config and remove globals

https://gerrit.wikimedia.org/r/151771