Commit Graph

8 Commits

Author SHA1 Message Date
5816aa3084 execute consistently 2020-10-25 21:34:52 +00:00
984c9702ec The great MIMEing 2020-06-25 00:42:34 +01:00
63b2601e67 Mime type handling overhaul
Changed mime type map to deal with the reality that certain file types have multiple extensions and/or multiple mime types, as well as constants supporting all of the data. Created new functions using the updated mime type map to resolve mime types and extensions. Updated various items around the project that determine mime/extension to take advantage of the new functions.
2020-06-03 19:47:40 +01:00
a887077ac8 remove redundant escapes 2020-01-28 00:16:22 +00:00
9eb5acf2dc use strict types 2020-01-26 16:27:56 +00:00
6b2304af93 format 2019-11-27 12:13:04 +00:00
95ef5940fc consistently use colon parameters 2019-11-27 11:47:38 +00:00
ac6ded877f Added dependency support for extensions
Separated a few extensions that had multiple extension classes in the same file
2019-08-07 16:32:44 -05:00