679 Commits (4b1f17db8ff754bef7c5ba1452a443714a888a83)

Author SHA1 Message Date
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
Carsten Brandt e49bc29aa8 Update ActionFilter.php 8 years ago
Paul Klimov 7e7db38011 Fix #11591 `ActionFilter` wildcard (#11594) 8 years ago
Evgeniy Tkachenko d0a68883c7 phpDoc of $layout updated 8 years ago
Carsten Brandt e94b68436d complete test coverage for reading /dev/urandom 9 years ago
Carsten Brandt f2f082dbab moved checks before random_bytes() to have consistent behavior accross php versions 9 years ago
Alexander Makarov 0c6c1eebd1 Better buffer usage description as suggested by @tom-- 9 years ago
Alexander Makarov 6a80a132e2 Converted constant into local variable #11285 9 years ago
Alexander Makarov 81b18e1538 Fixed variable name 9 years ago
Alexander Makarov 371440d59a More Security component enhancements 9 years ago
Tom Worster c455a3c54b Security component enhancements 9 years ago
Andrii Vasyliev e8d30f0c51 enable use of yii2 inside of phar packaged console applications 9 years ago
Joel Waldock 20de74d343 Fix spelling in Controller.php 9 years ago
Nikola Kovacs ff37be0fb8 add doc summary for getUniqueID 9 years ago
Evgeniy Tkachenko aa0bf9a3c7 phpDoc: Added null to Controller::$layout 9 years ago
mdmunir 67b5f4ea19 fix for unsafe validator 9 years ago
Carsten Brandt 191f2a4943 fixed phpdoc type names 9 years ago
Alexander Makarov 1f7134634b Use static:: instead of $this for static method calls 9 years ago
Carsten Brandt 9b5f6cb188 prepare for 2.0.7 release 9 years ago
Carsten Brandt f620f4de90 phpdoc fixes 9 years ago
Carsten Brandt e8d309dddb documentation fixes for 2.0.7 9 years ago
Evgeniy Tkachenko be4c9ae5b8 it added also to detachBehavior() 9 years ago
Evgeniy Tkachenko 187e44d3ba Update phpDoc Component::getBehavior(). 9 years ago
Tom Worster 40fc49bf16 remove obsolete @throw tags 9 years ago
Pavel b68613b746 Added support for events declared in interfaces #10108 9 years ago
Tom Worster ba19858e58 move private state var also 9 years ago
Tom Worster 83b61eae43 move "private" consts before generateRandomKey() 9 years ago
Tom Worster 358e9115ed comment lstat 9 years ago
Tom Worster e7a888ad11 use file_get_contents and not magic numbers 9 years ago
Tom Worster 1f41a2c9af Fixes #9878,9879,9880: Make `\base\Security` use `random_bytes()`, LibreSSL, mcrypt, limit OpenSSL to Windows, and to prefer `password_hash()` over `crypt()` 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago