Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Bizley 60c91eb433
Fix BC introduced in #19188 (#19194)
3 years ago
..
mocks Fix #17875: Revert `move_uploaded_file()` function instead of `copy()` and `unlink()` for saving uploaded files when POST request 5 years ago
session Fix #18247: Added support for the 'session.use_strict_mode' ini directive in `yii\web\Session` 4 years ago
stubs Fix #18566: Throw the original exception when `yii\web\Controller::bindInjectedParams()` catches HttpException 4 years ago
AssetBundleTest.php Fix #18529: Fix asset files path with `appendTimestamp` option for non-root-relative base URLs 4 years ago
AssetConverterTest.php Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419) 7 years ago
ControllerTest.php Fix #19041: Fix PHP 8.1 issues 3 years ago
ErrorActionTest.php Fix #17694: Fixed Error Handler to clear registered view tags, scripts, and files when rendering error view through action view 5 years ago
ErrorHandlerTest.php Fix #18749: Fix `yii\web\ErrorHandler::encodeHtml()` to support strings with invalid UTF symbols 3 years ago
FakeController.php Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
FakePhp7Controller.php Fix #18450: Allow empty string to be passed as a nullable typed argument to a controller's action 4 years ago
FakePhp71Controller.php Fix #18566: Throw the original exception when `yii\web\Controller::bindInjectedParams()` catches HttpException 4 years ago
FormatterTest.php Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
GroupUrlRuleTest.php Fixes #7996: Short syntax for verb in GroupUrlRule 7 years ago
HeaderCollectionTest.php Fix BC introduced in #19188 (#19194) 3 years ago
JsonResponseFormatterTest.php Fix #18762: Added `yii\helpers\Json::$keepObjectType` and `yii\web\JsonResponseFormatter::$keepObjectType` in order to avoid changing zero-indexed objects to array in `yii\helpers\Json::encode()` 3 years ago
MultipartFormDataParserTest.php Fix #18313: Fix multipart form data parse with double quotes 4 years ago
Post.php Minor tests cleanup (#18811) 3 years ago
RequestTest.php Fix #18789: Added JSONP support in `yii\web\JsonParser::parse()` 3 years ago
ResponseTest.php Fix #18199: Fix content body response on 304 HTTP status code, according to RFC 7232 4 years ago
UploadedFileTest.php Fix #18817: Use `paragonie/random_compat` for random bytes and int generation 3 years ago
UrlManagerCreateUrlTest.php Fix #18590: Fix `yii\web\UrlManager` to instantiate cache only when it's actually needed 4 years ago
UrlManagerParseUrlTest.php Fix #18487: Allow creating URLs for non-GET-verb rules 4 years ago
UrlManagerTest.php Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
UrlNormalizerTest.php Code style fixes 7 years ago
UrlRuleTest.php Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
UserIdentity.php Add tests 7 years ago
UserTest.php Fix #19067: Fix constant session regeneration (#19113) 3 years ago
ViewTest.php Fix #18414: Fix `AssetManager::appendTimestamp()` not appending timestamp for website root in sub-directory 4 years ago
XmlResponseFormatterTest.php Fix #18783: Add support for URI namespaced tags in `XmlResponseFormatter`, add `XmlResponseFormatter::$objectTagToLowercase` option to lowercase object tags 3 years ago