'''Enable transclusion of javascript and visual basic script files''' The embedding of javascript and visual basic script attachments with [[ParserMarket/JavaScript]] and [[ParserMarket/VisualBasic]] is not working as the their mime types are not resolved properly: '''.js files''' are identified as '''application/x-javascript''' and '''.vbs files''' are identified returns '''none''' mime type. This behaviour was tested on Windows XP with Moin 1.8 and Python 2.5. The following patch must be applied to wikiutil.py in order to resolve this: {{attachment:wikiutil.patch}} That is strange, where does windows store mimetype definitions? ---- CategoryFeatureRequest