522 Commits (9176d07e62b42d96331599364dcc025cb433425b)

Author SHA1 Message Date
Carsten Brandt abc7dbbf0f added missing `@since` annotations 9 years ago
Carsten Brandt 854e186210 fixed caching issue with UrlManager::createUrl 9 years ago
Carsten Brandt 6e3da6b329 various phpdoc fixes 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Alexander Makarov 372211a865 Better type check in AssetManager 9 years ago
Alexander Makarov 6312f2adad #9249: fixed wrong condition 9 years ago
Alexander Makarov 6987358e2a #9249: better check for file/dir 9 years ago
Alexander Makarov d3e91abf00 Added `@since` tag to `yii\web\AssetManager::$hashCallback` 9 years ago
Petra Barus 2261db0a5f Adding callback for custom hash generation in AssetManager. 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Alexander Makarov 9a87271abf Fixed missing stacktrace items on PHP syntax errors of "unexpected end of file" type 9 years ago
Chris Harris 26e5b021a8 Fixes #9246: Added `yii\web\UrlRule::getParamRules()` 9 years ago
Klimov Paul 984afd3c6e `yii\web\ErrorAction` displays 404 error instead of blank page on direct access 9 years ago
zetamen df6f270a0e Fixes #9161: Fixed `yii\web\Request` ignore `queryParams` when resolve request 9 years ago
Alexander Makarov b53f50a762 Reverted #9140 9 years ago
Alexander Makarov ef27d820d2 #9140: better fix for IDEs 9 years ago
matthewyang fed6f35627 remove redefined parent property 9 years ago
Alexander Makarov 4e3b82bb25 Fixed `ViewAction::resolveViewName()` not to accept `/../` and `/./` 9 years ago
Alexander Makarov aaf931a5e8 Fixes #9070: Fixed `ViewAction::resolveViewName()` not to accept `/../` and `/./` 9 years ago
Sebastian Chojniak 025845e660 performance: unnecessary (when result is cached) getAuthManager() removed 9 years ago
Carsten Brandt 5d3532c649 fixed endless error loop in error handler 9 years ago
Alexander Makarov 9f91a02a86 Fixes #9005: added note about crossdomain jQuery requests and Request::getIsAjax() 9 years ago
Alexander Mohorev 9e3d28a3d9 Fix spelling 9 years ago
Alexander Mohorev 39cb131984 Spelling and sc fixes 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Alexander Mohorev 0c5e4b7105 PSR-2 foreach statement 9 years ago
Klimov Paul 4283f29a5a `yii\web\MultiFieldSession` created 9 years ago
Alexander Mohorev e8535eea22 Incorrect property type declared. 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 9 years ago
Carsten Brandt 0802d3eb60 added more detailed comment for #8556 9 years ago
Alexander Makarov 67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
Alexander Makarov acb7b2ebbb Fixes #8556: Extracted `yii\web\User::getAuthManager()` method 9 years ago
Klimov Paul 886e99be11 Fixed `yii\web\Response::xSendFile()` does not reset format 9 years ago
Klimov Paul 95ba06c01b Added ability to use aliases and domain relative URLs at `yii\web\AssetManager::assetMap` 9 years ago
Klimov Paul 8a506e1ee3 Added support for 'only' and 'except' options for `yii\web\AssetManager::publish()` 9 years ago
Klimov Paul b57b994a75 Fixed missing error suppression operator at `yii\web\AssetConverter::convert()` 9 years ago
Mike Grigorieff 32bc19ae9b Updated web/Controller.php, simplified code design 10 years ago
Qiang Xue 78d3a856d3 Added `Json::htmlEncode()` to support safer JSON data encoding in HTML code 10 years ago
Carsten Brandt 49ac8d790a phpdoc: added link 10 years ago
Klimov Paul 8609311738 Fixed numeric keys in $_GET transformed to 0-based, if 'pretty URL' enabled 10 years ago
Qiang Xue ebc089e6c2 Fixes #8194: Caching of the matched rules added to `yii\web\UrlManager::createUrl()` 10 years ago
Carsten Brandt c105622004 example for a link tag: issue #2803 10 years ago
Carsten Brandt 9a5abd923f cleanup after #8171 10 years ago
Philippe Gaultier be6c619de9 Fixes #8171: Allow the user to enforce the fileSize to allow sending files which are not seekable. Needed when using S3 Stream Wrapper 10 years ago
Carsten Brandt ef662b57be added missing `@since` annotations 10 years ago
Klimov Paul 91a6e4bc8e 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
Qiang Xue 92664b4b11 code optimization [skip ci] 10 years ago
Qiang Xue 739f6358cd Fixes #7637: Allow `yii\web\Request::validateCsrfToken()` to validate a manually provided token 10 years ago
tom-- 4089c29a09 old C-prefix class name 10 years ago
Steven Michaels 748e68f98d Fixing broken doc links to ContentNegotiator 10 years ago