User "Krinkle" posted a comment on MediaWiki.r88053. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88053#c20233 Commit summary:
Added direct file loading functionality to debug mode for both scripts and styles, with callbacks for module state changes (changing to ready) and executing of jobs and modules awaiting dependency resolutions. These changes also provide a way to used mw.loader.implement with arrays of URLs for the scripts and styles arguments, which will make it possible to implement modules using user scripts. This probably solves bug #27023 - tests to verify that will be coming soon. Comment: Roan wrote: <blockquote><em>URLify non-file modules too, using only=scripts. This seems like the most promising way to go forward to me</em></blockquote> Seems like the logical choise to me, that avoids the work-around crap all together. btw, all of the above only applies to debug mode. Production mode is OK. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
