"GrafZahl" posted a comment on MediaWiki.r107162. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107162#c28484
Commit summary for MediaWiki.r107162: Do not unconditionally set global variables that might be used by other extensions, too GrafZahl's comment: OK, in [[Register globals]] it says that users should always configure extensions ''after'' inclusion of the setup file. Conceivably, this will work only if all globals "belong" to at most one extension, as otherwise you'd have to separate the <code>require</code> directives from the setting of the vars. Therefore, I will implement [[#c28482|my comment above]]. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
