User "Khorn (WMF)" posted a comment on MediaWiki.r94809.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94809#c21078
Commit summary:

r94720 r94771
Uncomments the 'LoadExtensionSchemaUpdates' hook in ContributionTracking.

Comment:

Ha! Er, sort of... 
Using this technique, I am able to get it to populate the correct database. 
However, the tables from ALL my loaded extensions are also created in my 
ContributionTracking Database. DatabaseUpdater's constructor does this before 
it's done: <pre>wfRunHooks( 'LoadExtensionSchemaUpdates', array( $this ) 
);</pre> Makes sense to call the first time... 

If I can conditionally NOT do that when constructing my local DatabseUpdater, 
though, everything seems to work as expected. Suggestions?

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to