707 Commits (deea1829dbf0752ea83d46ad7ac534be8d0bfeaf)

Author SHA1 Message Date
Carsten Brandt 4b9e48b8dc
improved docs: link term "path alias" to the guide 7 years ago
Paul Klimov 0beb59305c Fixes #13058: Fixed caught exception thrown during view file rendering produces wrong output 7 years ago
Carsten Brandt 6301daecf7
reverted wrong phpdoc change from #13905 8 years ago
Nikolay Oleynikov 950e895fe0 Fix phpDocumentor annotations (#13905) [skip ci] 8 years ago
Sam Mousa 8ae207c3a1
Fixes #13837: Refactored masking of CSRF tokens 8 years ago
Nikolay Oleynikov ea75068a92 Fixes #13813: Fixed PHP 7 compatibiltiy by adding support for passing instances of `Error` to the `yii\web\Response::setStatusCodeByException()` 8 years ago
Гордиенко Владислав Юрьевич 29b5f33722 Adjusted conditions nesting in yii\base\Event 8 years ago
Charles R. Portwood II 953a0bba2b Fixes #13650: Improved `yii\base\Security::hkdf()` to take advantage of native `hash_hkdf()` implementation in PHP >= 7.1.2 8 years ago
Elvira Sheina 2de18cf9a5 Fixes #13087: Fixed getting active validators for safe attribute 8 years ago
Andrew Nester 953c4a8e5a Fixes #13407: Added URL-safe base64 encode/decode methods to `StringHelper` 8 years ago
Nikolay Oleynikov 323568c2e9 Remove trailing spaces from sources and tests (#13621) [skip ci] 8 years ago
Dmitry Klyukin 4e9d903fed Fixes #11404: `yii\base\Model::loadMultiple()` returns true even if `yii\base\Model::load()` returns false 8 years ago
Carsten Brandt 25b78aa615 Fixes #13508: Fixed duplicate attachment of behavior BC break 8 years ago
Carsten Brandt c19b2f7dc8
release version 2.0.11 8 years ago
Brandon Kelly 5609e918de Fixed some malformed @var tags (#13468) [skip ci] 8 years ago
Alexander Makarov 920877c815
Fixed WidgetEvent construction 8 years ago
user57376 7c1693479f
Fixes #12000: Added EVENT_INIT to widget 8 years ago
Alexander Makarov 767400da19
Fixes for #13457 as commented by @cebe 8 years ago
Alexander Makarov f20c0177af Fixes #7435: Added `EVENT_BEFORE_RUN`, `EVENT_AFTER_RUN` and corresponding methods to `yii\base\Widget` 8 years ago
Carsten Brandt c1c11d06ae
Revert "Fixed some comment issues (#13392) [skip ci]" 8 years ago
Hao 652d05f0b8 Fixed some comment issues (#13392) [skip ci] 8 years ago
Carsten Brandt 65e4a28800 consistent behavior for Yii::$app->controller and ->action (#13167) 8 years ago
Carsten Brandt 48c806fe1c added unit test for DynamicModel::load() 8 years ago
Carsten Brandt 4735d4da6b Update DynamicModel.php 8 years ago
Alexander Makarov 954c771fdb Code cleanup (#13113) 8 years ago
SilverFire - Dmitry Naumenko 437825be70
Implemented Container::setDependencies(), Container::setDefinitions 8 years ago
Carsten Brandt b8b3aeeb00 update deprecated phpdoc messages 8 years ago
Robert Korulczyk 9cb7125921 `@return bool` in `ErrorHandler::handleError()` 8 years ago
Robert Korulczyk 7a3a342127 Fix errors reported by apidoc extension. (#12986) 8 years ago
Robert Korulczyk 450eefaa50 Some phpdoc fixes from scrutinizer. 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
Alexey Rogachev e8c16a09fa Fixed some typos (#12847) 8 years ago
Robert Korulczyk 5308aa1eee Fixes #12619: Added catch `Throwable` in `yii\base\ErrorHandler::handleException()` 8 years ago
Paul Klimov 8d05bd9479 `yii\base\Application::$version` converted to `yii\base\Module::$version` virtual property, allowing to specify version as a PHP callback 8 years ago
Alexander Makarov 8a452bcc2e Fixes #10587: Latest used controller instance was not available in `Response::EVENT_AFTER_SEND` handler 8 years ago
Almir Bolduan 6c1fe1a137 Update Security.php 8 years ago
SilverFire - Dmitry Naumenko eb02b362be Revert "Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility" 8 years ago
SilverFire - Dmitry Naumenko f7bd7c2b6b Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility 8 years ago
Klimov Paul 48b0b962b8 Added `yii\base\Event::offAll()` method allowing clear all registered class-level event handlers 8 years ago
Alexander Makarov dbe284c618 Changed formatting of phpdoc. See #12409 8 years ago
Roman Grinyov f0c44bca91 Cosmetic changes 2 (#12409) [skip ci] 8 years ago
Carsten Brandt e97c798a4f fixed wrong docs about behaviors 8 years ago
Roman Grinyov ba43ef370d Cosmetic changes 8 years ago
Roman Grinyov 00e4470c42 Cosmetic changes 8 years ago
Alexander Makarov 9f71bf400e Fixes #12038: Introduced `yii\base\ViewNotFoundException` which is thrown when views file doesn't exists, used it in `ViewAction` 8 years ago
Klimov Paul 8de6a5117c Fixed `yii\base\Model::offsetExists()` throws an exception on un-existing field 8 years ago
Carsten Brandt 93f6ddfbe9 document the fact that widgets use output buffering 8 years ago
Hisateru Tanaka 9585939d9f Fixes #11723: Fixed PHP 7 + XDebug error handling displaying "Expected array for frame 0" 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago