569 Commits (7d703165d1d690c3df01e7a4581b63b35d0b9b99)

Author SHA1 Message Date
Qiang Xue 7b1cef269d Fixes #3996: Traversing `Yii::$app->session` may cause a PHP error 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Qiang Xue 209dd7e600 Fixes #3956: Flash messages set via `Yii::$app->session->setFlash()` will be removed only if they are accessed 10 years ago
Alexander Makarov dfa0bc8d06 Fixes #3897: Raised visibility of `yii\web\View::registerAssetFiles()` to protected 10 years ago
Qiang Xue 6b799d392d Fixes #3358: Removed automatic CSRF meta tag generation by `View`. Added `Html::csrfMetaTags()` and its call to main layout files 10 years ago
Alexander Makarov 4ad1b6c1d5 Fixes #3640: All cookies are not httpOnly by default in order to increase overall security 10 years ago
SonicGD b2246d19ce fix align 10 years ago
SonicGD bf73fd81c1 Set expire to null so CookieCollection::has work 10 years ago
Klimov Paul 8ac309849d Url encoding for the route param added 10 years ago
Sergey Gonimar 9b31870286 Fix ErrorHandler 10 years ago
Carsten Brandt c8f6baf5ba Update Response.php 10 years ago
Carsten Brandt ee2b968b7f fixed argument display in errorHandler 10 years ago
Qiang Xue 313437f3c0 Fixes #3284: Added support for checking multiple ETags by `yii\filters\HttpCache`. 10 years ago
Klimov Paul 1641e057a9 `VarDumper::export()` applied over framework. 10 years ago
Carsten Brandt ad6b191081 improved docs about flash messages 10 years ago
Alexandr a07b4afea6 Update Controller.php 11 years ago
Alexandr 06e0c50699 Update ErrorAction.php 11 years ago
lynicidn 3829b3a5ad changed comments #3446 11 years ago
Carsten Brandt 7511de6cab added errorInfo to exception views 11 years ago
Qiang Xue a2aa20f183 simplified errorhandler registration. 11 years ago
Qiang Xue af7530663d Fixes #3383: Added `$type` parameter to `IdentityInterface::findIdentityByAccessToken()` 11 years ago
Alexander Makarov 340278b59c Fixes #3183: fixed regression after #3175 11 years ago
Qiang Xue 4fcd5003de Fixes #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper 11 years ago
Carsten Brandt 4f9e4e2c78 ensure assetmanager and baseurl to handle relative urls correctly 11 years ago
Carsten Brandt 6fe63a217f view did not use the correct assetmanager 11 years ago
Michael Härtl 1e3989e5d1 Fix call to AssetConverter::convert() in AssetBundle 11 years ago
Ceana Razvan 48635c2d3e Update Response.php 11 years ago
Qiang Xue cbcc7b6a48 Fixes #2264: `CookieCollection::has()` will return false for expired or removed cookies 11 years ago
Carsten Brandt 91965fd391 phpdoc formatting issues 11 years ago
Alexander Makarov 178417da9b Added title for trimmed strings 11 years ago
Qiang Xue 520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 11 years ago
Alexander Makarov dad88c78b4 Fixes #2837: Error page now shows arguments in stack trace method calls 11 years ago
Qiang Xue 507a6f1068 Added `yii\web\UrlManager::addRules()` to simplify adding new URL rules 11 years ago
Carsten Brandt 76d8e2b5b3 code style, fixes #3140 11 years ago
Carsten Brandt d1aa19c8fe added emphatises to phpdoc in asset bundle 11 years ago
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Qiang Xue 664d2aa007 Supported adding a new response formatter without the need to reconfigure existing formatters 11 years ago
Qiang Xue a6136e1b16 Renamed `yii\web\User::checkAccess()` to `yii\web\User::can()` 11 years ago
Qiang Xue 055455d814 updated error handler and requirement checker links. 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Qiang Xue 134d3d4610 Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Qiang Xue 586f5b87b0 Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
Qiang Xue c4af1569a3 typo fix [skip ci] 11 years ago
Qiang Xue aec1b8172b Added `HtmlResponseFormatter` and `JsonResponseFormatter` 11 years ago
Carsten Brandt 93d18dcbdd Update IdentityInterface.php 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Qiang Xue 48e67e8b89 renamed `PrefixUrlRule` to `GroupUrlRule` 11 years ago
Qiang Xue a15a3835c7 Moved all filter classes to namespace `yii\filters` 11 years ago
Qiang Xue 50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 11 years ago