110 Commits (5ed6910e1cca13c3fea677a564dc13a36533f50c)

Author SHA1 Message Date
Carsten Brandt 3e79d56447
made AssetBundle tests less cryptic 7 years ago
Carsten Brandt 5e8e6840b6
Added copyEmptyDirectories option to FileHelper 7 years ago
quantum 583a2bcb9f
failing test for asset bundle publishing empty directories 7 years ago
Robert Korulczyk 31e321b9b2 Remove unused imports. (#14096) 8 years ago
sasha-ch 339c7663eb
Fixes #10346: Fixed "DOMException: Invalid Character Error" in `yii\web\XmlResponseFormatter::buildXml()` 8 years ago
Klimov Paul 04a14efd3f compatibility with PHPUnit 6.x fix 8 years ago
Klimov Paul 15561b7a2c unit test fix 8 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
Sam Mousa 8ae207c3a1
Fixes #13837: Refactored masking of CSRF tokens 8 years ago
Alexander Makarov a626440761
Reverted #13822, clarified exception descriptions 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
Nikolay Oleynikov 7a2f04ae32 Fixes #13822: Fixed `yii\web\User::loginRequired()` to throw an `UnauthorizedHttpException` instead of a `ForbiddenHttpException` 8 years ago
Alexander Makarov bc59d5da85 Fixes #13707: Fixed `\yii\web\ErrorHandler` and `\yii\web\ErrorAction` not setting correct response code to response object before rendering error view 8 years ago
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
gagatust 6397791513 Fixed whitespaces to match code style [skip ci] 8 years ago
Nikolay Oleynikov 1cb1a978f2 Remove imports of inexistent classes 8 years ago
Robert Korulczyk c8a323af81 Remove UrlRule::$trailingSlashForDefaults property. 8 years ago
Dmitry Naumenko 7206b2ba8a Added assertion in UrlRuleTest to verify #13656 8 years ago
SilverFire - Dmitry Naumenko f496567735
Fixed `yii\web\CacheSession::destroySession()` to work correctly when session is not written yet 8 years ago
Robert Korulczyk bf841b926d Additional tests. 8 years ago
Robert Korulczyk 8d4a197d19 Fix bug with creating URL in UrlRule with optional params at the beginning of pattern. 8 years ago
Robert Korulczyk 5d81af21fb Fix bug with optional params at the beginning of pattern in UrlRule. 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Kolyunya edc7a55692 Add a failing test to the `yii\web\UrlRule` 8 years ago
Carsten Brandt e82b40abee
avoid duplicate slashes on empty values 8 years ago
Carsten Brandt 456d23272c
added failing test for #13522 8 years ago
Carsten Brandt a7f8d0efb4
added test for #12697 8 years ago
ErickSkrauch c641513583
Implementation of support UrlRule with relative host definition 8 years ago
Carsten Brandt 8faedcbd7c
Refactored UrlManagerTest to cover more use cases 8 years ago
Dmitriy Bashkarev be4ebdd049 Fixes #13134: Added logging URL rules (bashkarev) 8 years ago
Herbert Maschke d4d6c1dabf Tests for 13393 (#13439) 8 years ago
Herbert Maschke a6da9d5da8 Added unit tests regarding redirection for ResponseTest (#13437) 8 years ago
Klimov Paul c73de31a90 Fixed `yii\web\MultipartFormDataParser` adds an extra newline to every value 8 years ago
Robert Korulczyk 507cc52658
Allow omit default params on URL creation 8 years ago
Robert Korulczyk 6d277ddafb Tests for create URLs with multiple domain rules. (#13351) 8 years ago
SilverFire - Dmitry Naumenko f6b9aac0bf
Ehanced `yii\web\ErrorAction` test coverage 8 years ago
SilverFire - Dmitry Naumenko 24ad05de5b
Refactored `yii\web\ErrorAction` to make it reusable 8 years ago
Alexander Makarov c33583aede
Fixed naming for #13214 as suggested by Paul 8 years ago
Klimov Paul 194577c55e Code style fix 8 years ago
Alexander Makarov 2f7c1b36b5
Fixes #12419: Added ability to remove root tag and object tags for `yii\web\XmlResponseFormatter` 8 years ago
zalatov deea3cf798 Fixes #12854: Added `RangeNotSatisfiableHttpException` to cover HTTP error 416 file request exceptions 8 years ago
Carsten Brandt 081ee7c5b1 Implemented shortcut methods for returning JSON and XML (#13101) 8 years ago
Robert Korulczyk 2d91723934 Add support for creating protocol-relative URLs. 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Alexander Makarov 0ac321370b Fixes #12856: Fixed `yii\web\XmlResponseFormatter` to use `true` and `false` to represent booleans 8 years ago
Carsten Brandt dda5543a61 added test for View::registerJsFile() 8 years ago
Robert Korulczyk 63f95fa3ad Fixes #11309: Added `yii\web\Request::getHostName()` method that returns hostname of current request 8 years ago
SilverFire - Dmitry Naumenko 3ec3ce9312 Reverted #10429 because of BC breaking 8 years ago
SilverFire - Dmitry Naumenko f3dc5c437d
Fixed replacement of alias more than once in View::registerJsFile() and View::registerCssFile(), updated tests 8 years ago