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.
 
 
 
 
 
Alexander Makarov aaf931a5e8 Fixes #9070: Fixed `ViewAction::resolveViewName()` not to accept `/../` and `/./` 9 years ago
..
Application.php Fixed incorrect URL config processing at `yii\web\Application::handleRequest()` and `yii\widgets\Menu::items` if route element is not a first one 10 years ago
AssetBundle.php phpdoc: added link 10 years ago
AssetConverter.php Fixed missing error suppression operator at `yii\web\AssetConverter::convert()` 9 years ago
AssetConverterInterface.php reverted breaking PHPdoc codestyle changes 11 years ago
AssetManager.php Added ability to use aliases and domain relative URLs at `yii\web\AssetManager::assetMap` 9 years ago
BadRequestHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
CacheSession.php Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
CompositeUrlRule.php property codestyle framework 10 years ago
ConflictHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
Controller.php PSR-2 spaces, commas, etc 9 years ago
Cookie.php property codestyle framework 10 years ago
CookieCollection.php link to PHP classes just as we do with normal classes 9 years ago
DbSession.php `yii\web\MultiFieldSession` created 9 years ago
ErrorAction.php property codestyle framework 10 years ago
ErrorHandler.php fixed endless error loop in error handler 9 years ago
ForbiddenHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
GoneHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
GroupUrlRule.php renamed `PrefixUrlRule` to `GroupUrlRule` 11 years ago
HeaderCollection.php link to PHP classes just as we do with normal classes 9 years ago
HtmlResponseFormatter.php Fixed header Content-Type when response is empty 10 years ago
HttpException.php property codestyle framework 10 years ago
IdentityInterface.php Spelling and sc fixes 9 years ago
JqueryAsset.php Adjusted dependency versions to stable ones. 10 years ago
JsExpression.php Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
JsonParser.php property codestyle framework 10 years ago
JsonResponseFormatter.php Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Link.php property codestyle framework 10 years ago
Linkable.php Reformat code te be PSR-2 compatible 11 years ago
MethodNotAllowedHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
MultiFieldSession.php `yii\web\MultiFieldSession` created 9 years ago
NotAcceptableHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
NotFoundHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
Request.php Fixes #9005: added note about crossdomain jQuery requests and Request::getIsAjax() 9 years ago
RequestParserInterface.php reverted breaking PHPdoc codestyle changes 11 years ago
Response.php Fix spelling 9 years ago
ResponseFormatterInterface.php Reformat code te be PSR-2 compatible 11 years ago
ServerErrorHttpException.php Fixes #5001: `yii\rest\CreateAction`, `yii\rest\UpdateAction` and `yii\rest\DeleteAction` should throw 500 error if the model operation returns false without validation errors 10 years ago
Session.php PSR-2 foreach statement 9 years ago
SessionIterator.php link to PHP classes just as we do with normal classes 9 years ago
TooManyRequestsHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
UnauthorizedHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
UnsupportedMediaTypeHttpException.php reverted breaking PHPdoc codestyle changes 11 years ago
UploadedFile.php old C-prefix class name 10 years ago
UrlManager.php Fixes #8194: Caching of the matched rules added to `yii\web\UrlManager::createUrl()` 10 years ago
UrlRule.php Fixes #6871: Fixed the bug that using defaults and hostnames in URL rules may cause an out-of-range index issue 10 years ago
UrlRuleInterface.php Spelling and sc fixes 9 years ago
User.php performance: unnecessary (when result is cached) getAuthManager() removed 9 years ago
UserEvent.php Reformat code te be PSR-2 compatible 11 years ago
View.php example for a link tag: issue #2803 10 years ago
ViewAction.php Fixes #9070: Fixed `ViewAction::resolveViewName()` not to accept `/../` and `/./` 9 years ago
XmlResponseFormatter.php Fixed header Content-Type when response is empty 10 years ago
YiiAsset.php new asset WIP: renabled asset publishing 10 years ago