summaryrefslogtreecommitdiffstats
path: root/application/config/mimes.php
AgeCommit message (Collapse)AuthorFilesLines
2014-02-11"BASEPATH check" consistencydarwinel1-1/+2
As described in issue #2870 + A change in the „How to create a library” example in the user_guide
2014-02-112013 > 2014darwinel1-1/+1
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015.
2013-10-14Fix #2682Andrey Andreev1-1/+1
2013-10-04Exra bmp mimesDmitry Babenko1-2/+2
Mimies source http://filext.com/file-extension/BMP
2013-09-21[ci skip] Remove an EOF empty lineAndrey Andreev1-1/+1
2013-09-20Update mimes.phpvkeranov1-1/+2
Added mime type for tar.Z archives
2013-06-06Add mimes pdf application/force-downloadckdarby1-1/+1
2013-02-28[ci skip] Add application/x-zip for OpenOffice docs in ↵Andrey Andreev1-2/+2
application/config/mimes.php
2013-02-08[ci skip] Remove unnecessary string casts in PaginationAndrey Andreev1-1/+1
2013-02-05Added 'application/x-zip' mimetype for docxLasha Krikheli1-2/+2
2013-02-01Added some mime types, for newer or older files.kaoz701-3/+3
2013-01-28Remove unnecessary defined('ENVIRONMENT') checksAndrey Andreev1-1/+1
As suggested in issue #2134 & PR #2149
2013-01-27Fixing issue with commadontforget1-1/+1
2013-01-26Add webm mime typerebornishard1-1/+2
http://www.webmproject.org/about/faq/
2013-01-21[ci skip] Add text/plain as a valid MIME for js,css,*html,xmlAndrey Andreev1-6/+6
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-10-24Add zsh, 7zip, cdr, wma and jar to mimes.php (rel #1919, #1926)Andrey Andreev1-1/+6
2012-10-02Added .dot and .dotx mimes. Fixes #1803Alex Bilbie1-0/+2
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-10-02Added 'binary/octet-stream' as PDF mime. Fixes #1840 and #1828Alex Bilbie1-1/+1
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-08-21docx mimetype addedMichiel Vugteveen1-1/+1
2012-08-15Removed invalid 'application/vnd.ms-excel [official]' mime type from xlsOllie Rattue1-1/+1
2012-08-15Working mime types for xls and xlsx file extensionsOllie Rattue1-2/+2
2012-07-23Fix issue #1644Andrey Andreev1-1/+1
2012-06-15mimes.php: zip, rar, php from pull #1472Andrey Andreev1-2/+3
2012-06-07Add ics files support to mimes.php (issue #1441)Andrey Andreev1-1/+2
2012-06-04Direct return from mimes config, instead of using global $mimes;Phil Sturgeon1-130/+130
Global variables are generally a terrible idea, especially for something as simple as this. The mimes.php now returns an array instead of just injecting a variable name into the global namespace.
2012-03-26Clear some spaces and fix some inconsistencies in application/ php filesAndrey Andreev1-2/+3
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-02-29updated branchMichiel Vugteveen1-2/+2
2012-02-29docx and xlsx was already fixesMichiel Vugteveen1-2/+2
2012-02-29Merged in 2.1-stable changes.Phil Sturgeon1-2/+2
2012-02-28mime types doc, docx, xlsx fixesMichiel Vugteveen1-3/+3
2012-01-03Some additions to mimes.phpAndrey Andreev1-6/+7
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-11-23docx and xlsx have a zip/application mimetypeMichiel Vugteveen1-2/+2
2011-11-08Added the mime type for pptx. The new Power point format.mpmont1-0/+1
2011-10-27Fix #537 issue: replace new wav mimetypeBo-Yi Wu1-3/+3
2011-10-21fixing typo in attribution blockDerek Jones1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-0/+26
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change
2011-10-07Fix #537 issue: replace new wav mimetypeBo-Yi Wu1-2/+2
2011-08-31fixes some typoMarcosCoelho1-1/+1
2011-08-24whitespace updatesKevin Hoogheem1-5/+5
per Phil updating some whitespace issues
2011-08-24MIME Type Adds/ChangesKevin Hoogheem1-8/+42
Updated MIME Types with certs and new audio/video files as well as added extra types for some existing files.
2011-08-13Fixed conflicts.Phil Sturgeon1-1/+1
2011-08-10Added application/x-csv as a mime.Phil Sturgeon1-1/+1
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-4/+4
broke the Typography class's string replacements, for instance
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵Derek Jones1-4/+4
broke the Typography class's string replacements, for instance
2011-04-25Fixed double-space typo.Razican1-4/+4
2011-03-08Added 'json' to config/mimes.php.Phil Sturgeon1-1/+2
2011-02-09Fixed issue #41: Added audio/mp3 mime type to mp3.Phil Sturgeon1-1/+1