summaryrefslogtreecommitdiffstats
path: root/system/helpers/download_helper.php
AgeCommit message (Expand)AuthorFilesLines
2018-02-05Changed to include Content-Disposition parameters in variablesytetsuro1-6/+6
2018-02-05change variable nameytetsuro1-3/+3
2018-02-05Determine exactly whether converted filename is falseytetsuro1-1/+1
2018-02-05change use direct convert_to_utf8 methodytetsuro1-2/+2
2018-02-05refactor use Utf8 classytetsuro1-6/+3
2018-02-05change filename. convert to utf-8ytetsuro1-1/+16
2018-02-05fix rfc6266ytetsuro1-1/+1
2018-01-09Annual copyright updateMaster Yoda1-2/+2
2017-02-15Do not fail if the array pointer is after the elementvlakoff1-0/+1
2017-02-14Don't duplicate is_file and filesize checksZach Ploskey1-10/+5
2017-01-06Merge pull request #4825 from gxgpet/developAndrey Andreev1-9/+3
2016-12-31Update copyright data to 2017Master Yoda1-2/+2
2016-11-01strict comparison of 1.George PETCULESCU1-1/+1
2016-11-01fixed when $filename is an array with a different count than 1.George PETCULESCU1-1/+6
2016-11-01Fixed coding style (this time for real)gxgpet1-2/+2
2016-11-01if download helper receives a numeric array now it won't workGeorge Petculescu1-0/+5
2016-10-31fixed coding style (2)George PETCULESCU1-1/+1
2016-10-31fixed coding styleGeorge PETCULESCU1-1/+1
2016-10-31single entry restriction if $filename is an arrayGeorge Petculescu1-1/+1
2016-10-31download helper should be able to offer a download by reading a local file an...George Petculescu1-7/+21
2016-09-30- download helper uses better file buffering when the content of a local file...George Petculescu1-9/+3
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-07-17[ci skip] Fix #3778Andrey Andreev1-15/+6
2015-02-04Adjusted returns/return types to suggestionsGabriel Potkány1-5/+5
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-02-112013 > 2014darwinel1-1/+1
2014-01-28Fix #2845Andrey Andreev1-1/+1
2013-01-29Replace is_file() with the faster file_exists()Andrey Andreev1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-11-22Added support for stream-like downloads of existing files to force_download()Andrey Andreev1-3/+38
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-24Fix #1146Andrey Andreev1-6/+3
2012-08-14fix issue 1706Michiel Vugteveen1-1/+4
2012-06-16Spelling fixes - `wether` to `whether`Alex Bilbie1-1/+1
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from co...Andrey Andreev1-8/+1
2012-06-04Direct return from mimes config, instead of using global $mimes;Phil Sturgeon1-2/+2
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/helpersAlex Bilbie1-1/+1
2012-05-17Clean up the helpersAndrey Andreev1-1/+1
2012-04-27Fix docblocks A-HTimothy Warren1-10/+10
2012-04-23Tweak to comments to conform to style guide.Sam Li1-1/+1
2012-04-23Added fix for issue: https://github.com/EllisLab/CodeIgniter/issues/1277Sam Li1-0/+3
2012-03-26Remove access description lines and cleanup the download, language, number, p...Andrey Andreev1-2/+1
2012-03-11Fix erroneus regex from previous commitAndrey Andreev1-1/+1
2012-03-11Added an Android <= 2.1 specific check to force_download()Andrey Andreev1-7/+19
2012-03-10Removed quotes from the Content-Type header to support mime-type detection on...dododedodonl1-1/+1