18 Commits (f287b608aafaa97a41e5118f9eb7562f69da7425)

Author SHA1 Message Date
Somogyi Márton 6c1b2db9de Fix #17434: IE Ajax redirect fix for non 11.0 versions 5 years ago
Somogyi Márton 10a069a3a4 Fix #17434: Fixed Internet Explorer 11 AJAX redirect bug in case of 301 and 302 response codes (`XMLHttpRequest: Network Error 0x800c0008`) 5 years ago
Alexander Kartavenko 3601d512c2 Fixes #17070: Strip invalid character from fallback file name 5 years ago
Mikk Tendermann 81f7d381e5 Fixes #17180: Do not populate `yii\web\Response::$response` when response code is 204 6 years ago
Nikolay fd3eb699d4 Fixes #17094: Fixed response on 204 status. Now it is empty 6 years ago
Carsten Brandt 6fe809ea26 added test case for checking BC of #16772 and #14759 6 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
Alexander Makarov d38908fc13
Fixed #14469: updated RFC links 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Robert Korulczyk 31e321b9b2 Remove unused imports. (#14096) 8 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
Kolyunya a35eada199 Fix tests of a web response 8 years ago
Nikolay Oleynikov ea75068a92 Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of `Error` to the `yii\web\Response::setStatusCodeByException()` 8 years ago
Herbert Maschke a6da9d5da8 Added unit tests regarding redirection for ResponseTest (#13437) 8 years ago
Klimov Paul 194577c55e Code style fix 8 years ago
zalatov deea3cf798 Fixes #12854: Added `RangeNotSatisfiableHttpException` to cover HTTP error 416 file request exceptions 8 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Alexander Makarov 6949992246 Simplified tests directory structure a bit 10 years ago
Alexander Makarov 0eecb6ab1e Fixes #7529: Fixed `yii\web\Response::sendContentAsFile()` that was broken in 2.0.3 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Qiang Xue fa0418f8a1 Fixes #4424: Added `inline` and `mimeType` options to all file downloading methods provided in `yii\web\Response` 10 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue d9dd7292db Fixed test break. 11 years ago
Qiang Xue eb779ff6cb Fixed test break. 11 years ago
Alexander Makarov 26767735dc Renamed byte methods, moved path methods back to StringHelper 11 years ago
Alexander Makarov 5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Carsten Brandt 949dda5fdb tagged tests with @group tags 11 years ago
Qiang Xue 3ec9553654 Fixed test break. 11 years ago
Qiang Xue ad218c6719 moved HttpException to web. 11 years ago
Qiang Xue f14774dfb6 Fixes issue #276: Enable Response::sendFile() to operate on resources 11 years ago
Qiang Xue ef5afef7b2 Fixed test break. 11 years ago
Qiang Xue b455f2c97a Fixed test break. 11 years ago
Ragazzo 1f3f661292 fixed range requests, tests improved 12 years ago
Carsten Brandt a2c6d22124 refactored web/Response::sendFile() 12 years ago