541 Commits (ffa3a595916b4936f7459fbc0e69e5b83235818e)

Author SHA1 Message Date
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
nainoon 3a313ac652 Fixes #9874: Fixed outputting exception stacktrace in non-debug mode when `Response::FORMAT_RAW` is used 9 years ago
Alexander Makarov 0712bad090 Fixes #9846: Fixed `yii\web\User::loginRequired()` should throw 401 not 403 (reverted from commit 4e715f9d65) 9 years ago
spikyjt@gmail.com 4e715f9d65 Fixes #9846: Fixed `yii\web\User::loginRequired()` should throw 401 not 403 9 years ago
jeicd c2f83da8d8 Fix phpdoc 9 years ago
jeicd 0407407b76 fix coding style to follow PSR-2 9 years ago
Alexander Makarov fbe5bb7d20 Fixed generation of canonical URLs for `ViewAction` pages 9 years ago
Kevin LEVRON bc543db206 fix doc 9 years ago
mdmunir b7020065c8 Fixes #9476: Added DI injection via controller action method signature 9 years ago
Carsten Brandt 73d6f32234 fixed name conflict between class and file name for UnprocessableEntityHttpException 9 years ago
Boudewijn Vahrmeijer dd818e17df Fixes #9754: Fixed `\yii\web\Request` error when path info is empty 9 years ago
janfrs 194b80b00e Fix comment msg UnprocessableEntity #2106 9 years ago
janfrs 07199cbf61 Change to since 2.0.7 on UnprocessableEntity #2106 9 years ago
janfrs 7562fe940e Add Unprocessable Entity Exception as in #2106 9 years ago
bpteam 703f374a85 Fixes #9596: Fixed `\yii\web\UrlManager::createAbsoluteUrl(['site/index', '#' => 'testHash'])` losing hash 9 years ago
Carsten Brandt 5a069d1a3c Fixed inappropriate error response on invalid JSON request 9 years ago
Alexander Kochetov 223b0bea5d Fixes #9369: `Yii::$app->user->can()` now returns `false` instead of erroring in case `authManager` component is not configured 9 years ago
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