fa0418f8a1
Fixes #4424 : Added inline
and mimeType
options to all file downloading methods provided in yii\web\Response
2014-08-30 22:13:42 -04:00
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
d9dd7292db
Fixed test break.
2014-01-08 23:21:44 -05:00
eb779ff6cb
Fixed test break.
2014-01-08 23:03:38 -05:00
26767735dc
Renamed byte methods, moved path methods back to StringHelper
2013-12-04 14:26:47 +01:00
5f2a612c78
Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods
2013-12-04 09:48:01 +01:00
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
949dda5fdb
tagged tests with @group tags
2013-09-14 12:49:47 +02:00
3ec9553654
Fixed test break.
2013-06-15 15:54:26 -04:00
ad218c6719
moved HttpException to web.
2013-06-10 17:08:26 -04:00
f14774dfb6
Fixes issue #276 : Enable Response::sendFile() to operate on resources
2013-06-10 16:37:35 -04:00
ef5afef7b2
Fixed test break.
2013-06-09 10:32:29 -04:00
b455f2c97a
Fixed test break.
2013-06-07 08:08:40 -04:00
1f3f661292
fixed range requests, tests improved
2013-05-16 17:47:22 +04:00
a2c6d22124
refactored web/Response::sendFile()
...
- better throw http exception on not satisfiable range request
- constitent header names
- fixed range end when range request is to the end
- added unit test
related to #275 , fixes #148
2013-05-15 20:39:23 +02:00