User "Catrope" posted a comment on MediaWiki.r97021.

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

RTLDebug: Optimize JS + fix error in ResourceLoaderModules
* Added remoteExtPath so that the extension is also loaded property in more 
exotic setups (ie. non standard wgExtensionAssetsPath, surprised it worked at 
all without that)
* Rewrite javascript to not select stuff in the <head>, and use jQuery's .css() 
and strict comparison to speed up the giant loop
* Using context instead of globals in the BeforePageDisplay hook

Comment:

A missing or incorrect remoteExtPath only breaks scripts in debug mode. In 
production mode, the only thing you would notice is 404s for images referenced 
in CSS styles (because image URLs will be rewritten wrong), unless the images 
are @embed-ded in which case only IE6 and 7 will get the 404s.

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

Reply via email to