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.
 
 
 
 
 
Klimov Paul 95ba06c01b Added ability to use aliases and domain relative URLs at `yii\web\AssetManager::assetMap` 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
AssetManager.php Added ability to use aliases and domain relative URLs at `yii\web\AssetManager::assetMap` 9 years ago
BadRequestHttpException.php
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
ConflictHttpException.php
Controller.php Updated web/Controller.php, simplified code design 10 years ago
Cookie.php
CookieCollection.php Fixes #3723: `yii\filters\PageCache` now supports caching response headers as well as non-HTML response content 10 years ago
DbSession.php Fixes #6398: Added support for specifying dependent component in terms of a configuration array for classes such as `DbCache` 10 years ago
ErrorAction.php
ErrorHandler.php CodeStyle fix 10 years ago
ForbiddenHttpException.php
GoneHttpException.php
GroupUrlRule.php
HeaderCollection.php Fixes #3723: `yii\filters\PageCache` now supports caching response headers as well as non-HTML response content 10 years ago
HtmlResponseFormatter.php Fixed header Content-Type when response is empty 10 years ago
HttpException.php
IdentityInterface.php
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
JsonResponseFormatter.php Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Link.php
Linkable.php
MethodNotAllowedHttpException.php
NotAcceptableHttpException.php
NotFoundHttpException.php
Request.php Fixed numeric keys in $_GET transformed to 0-based, if 'pretty URL' enabled 10 years ago
RequestParserInterface.php
Response.php cleanup after #8171 10 years ago
ResponseFormatterInterface.php
ServerErrorHttpException.php
Session.php Fixes #7636: `yii\web\Session::getHasSessionId()` uses a more lenient way to check if session ID is provided in URL 10 years ago
SessionIterator.php
TooManyRequestsHttpException.php
UnauthorizedHttpException.php
UnsupportedMediaTypeHttpException.php
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
User.php Fixes #5480: Added defensive code to `yii\web\User::getIdentity()` to avoid potential infinite recursion 10 years ago
UserEvent.php
View.php example for a link tag: issue #2803 10 years ago
ViewAction.php
XmlResponseFormatter.php Fixed header Content-Type when response is empty 10 years ago
YiiAsset.php