wiki.techinc.nl/includes/resourceloader
Derk-Jan Hartman 844199e67c resourceloader: Strip leading BOM when concatenating files
We read files and concatenate their contents. Files may start with a BOM character.
BOM characters are only allowed at the beginning of a file, not half way.
Stripping it should be safe, since we already assume that everything is UTF-8.

Change-Id: I14ad698a684e78976e873e9ae2c367475550a063
2016-05-31 19:47:19 +01:00
..
DerivativeResourceLoaderContext.php resourceloader: Consistently refer to the framework as ResourceLoader 2015-10-28 03:24:40 +00:00
ResourceLoader.php resourceloader: Implement modern module loading (2/2) 2016-04-13 15:43:41 +00:00
ResourceLoaderContext.php resourceloader: Remove false return from Context::getUserObj() 2016-05-10 20:39:56 +01:00
ResourceLoaderEditToolbarModule.php resourceloader: Consistently refer to the framework as ResourceLoader 2015-10-28 03:24:40 +00:00
ResourceLoaderFileModule.php resourceloader: Strip leading BOM when concatenating files 2016-05-31 19:47:19 +01:00
ResourceLoaderFilePath.php
ResourceLoaderForeignApiModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderImage.php resourceloader: Remove wfExpandUrl() from ResourceLoaderImage 2016-04-02 00:25:11 +01:00
ResourceLoaderImageModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderJqueryMsgModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderLanguageDataModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderLanguageNamesModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderModule.php resourceloader: Remove unused Module::setOrigin() method 2016-05-10 19:13:33 +01:00
ResourceLoaderOOUIImageModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderRawFileModule.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
ResourceLoaderSiteModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderSkinModule.php Fix and standardize Doxygen tags 2016-04-30 12:10:17 +02:00
ResourceLoaderSpecialCharacterDataModule.php Follow-up Idb1202579: Add special-characters-group-greekextended to RL module 2016-04-14 19:50:10 +01:00
ResourceLoaderStartUpModule.php resourceloader: Avoid Title::newMainPage() to support $wgForceUIMsgAsContentMsg 2016-04-01 23:37:09 +00:00
ResourceLoaderUploadDialogModule.php Refactor upload dialog to make it configurable 2016-05-16 21:14:58 +02:00
ResourceLoaderUserCSSPrefsModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderUserDefaultsModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderUserModule.php resourceloader: Merge 'user.groups' into 'user' module 2016-05-26 04:15:33 +00:00
ResourceLoaderUserOptionsModule.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ResourceLoaderUserTokensModule.php OutputPage: Minor clean up of <head> and HTML 2016-03-24 03:24:31 +00:00
ResourceLoaderWikiModule.php Allow specifying targets for ResourceLoaderWikiModule 2016-05-02 11:32:20 -07:00