55 Commits (d5894fccc9933a47d268462962a5282a550c5943)

Author SHA1 Message Date
Carsten Brandt c82aedb86d
add a comment to explain why Url::to() is called in Controller::redirect() 6 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Alexander Makarov d38908fc13
Fixed #14469: updated RFC links 7 years ago
micro-maureen 8eabff0698 #13975: make documentation of current behaviour more clear [skip ci] 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Alexander Makarov eab3489ec7
Reverted #13393: Removed redundant call to `yii\helpers\Url::to()` in `yii\web\Controller::redirect()` (reverted from commit e5d169beb8) 8 years ago
Vladimir Kuprienko e5d169beb8
Fixes #13393: Removed redundant call to `yii\helpers\Url::to()` in `yii\web\Controller::redirect()` 8 years ago
Carsten Brandt 081ee7c5b1 Implemented shortcut methods for returning JSON and XML (#13101) 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Boudewijn Vahrmeijer 32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 8 years ago
Carsten Brandt 79a4241fff fixed rest controller PHPdoc 9 years ago
Carsten Brandt 42b8569846 Revert DI injection via controller action method signature 9 years ago
kidol 4bc2eb7945 Fixes controller DI 9 years ago
jeicd 0407407b76 fix coding style to follow PSR-2 9 years ago
mdmunir b7020065c8 Fixes #9476: Added DI injection via controller action method signature 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Mike Grigorieff 32bc19ae9b Updated web/Controller.php, simplified code design 10 years ago
Alexander Makarov af7ae33d5b Use (array) cast instead of !is_array check for both readability and performance 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Alexander Mohorev f1edafffaf PHPDoc comment doesn't contain all necessary @throws tag 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Carsten Brandt 4717571e22 improved docs about goBack() 10 years ago
Alexandr a07b4afea6 Update Controller.php 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Carsten Brandt d4ad533d48 moved error handling related methods from app to errorhandler 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Makarov 7a3fd41afc Fixes #2701 11 years ago
Christophe BOULAIN ca3b2cd057 Fix some references to removed Html::url in phpdoc 11 years ago
Alexander Makarov 2b842ecc57 Moded URL management methods from controller to Url helper, updated docs 11 years ago
Alexander Makarov 5d6c314d4e Adjusted URL helper, fixed usage 11 years ago
Alexander Makarov 92b381795b Adjusted Url helper methods 11 years ago
Alexander Makarov 3400eb5215 #2630: `yii\heplers\Html::url` moved to new `yii\helpers\Url::create` 11 years ago
Alexander Makarov 6a1816a94e Allow using string for URL in case there are no parameters 11 years ago
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Carsten Brandt 098567ce16 fixed phpdoc errors and updated properties 11 years ago
Qiang Xue 02b908bd9c Fixes #938: added `yii\web\View::renderAjax` and `yii\web\Controller::renderAjax`. 11 years ago
Carsten Brandt 4844886431 added schema parameter to createAbsoluteUrl() to force 'http' or 'https' 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt 5eed149f24 fixed links in phpdoc 11 years ago
Alexander Makarov be5afe7da8 Fixes #1572: Added `yii\web\Controller::createAbsoluteUrl()` 11 years ago
Qiang Xue c7c13a6693 Added concrete http exception classes. 11 years ago
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago
Qiang Xue 4b353c7bce Fixes #1297: CSRF not generated on error pages 11 years ago
Carsten Brandt 33f4a142ee fixes invalid value in controller redirect 11 years ago
Carsten Brandt a82330b212 reverted duplicated fix for #1244 11 years ago