User "Brion VIBBER" posted a comment on MediaWiki.r85944.

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

Related to bug 28470 (Doxygen not updating)

Move require_once( MWInit::compiledPath( 'includes/normal/UtfNormalDefines.php' 
) ); to Setup.php

Might want relocating in Setup.php though

Comment:

Note that r87748 restores the original version of the require_once line 
(without the MWInit::compiledPath call added in r85327 which caused it to 
simply break 100% on the generator, test, and benchmark code which does not 
depend on the rest of MediaWiki). This doesn't seem to have any problems with 
regular MediaWiki -- as the file is already now included from Setup.php -- but 
it might have some effect on HipHop builds, untested. Please double-check 
affected features.


_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to