796 Commits (564cae8cc9ec93fecca0fe2f82b96b48c0067461)

Author SHA1 Message Date
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
artur e1509bfe73 Fix methods references 9 years ago
SilverFire - Dmitry Naumenko 2d68840898 `yii\base\Module::getLayoutPath()` fixed code style 9 years ago
Luis Hernández d08ef83e2a Controller->viewPath can be set, fixes #10086 9 years ago
SilverFire - Dmitry Naumenko 035a9ce0a8 Added `yii\filters\auth\AuthMetod::optional` property 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
jeicd c2f83da8d8 Fix phpdoc 9 years ago
Nikola Kovacs a7ef39ca6b fix typo in documentation 9 years ago
namlier cf2c722a1f update comments in \yii\base\Controller 9 years ago
Carsten Brandt 00a8a6270e revised docs about Model::load() 9 years ago
Carsten Brandt abc7dbbf0f added missing `@since` annotations 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5 9 years ago
Sebastian Chojniak 9012aa66bf Fixed documentation according to Chg #4911 9 years ago
adinata 8ced2ba96a Fixes #8933: Yii is now able to properly handle HHVM fatal errors 9 years ago
Carsten Brandt d3bd7af956 improved documentation of Model::load() return value 9 years ago
freezy 6a4436f95b [Fixes #9177] Password Hash Cost setting for Security component 9 years ago
tom-- e0d2d2cc88 Improve summary description of Action class 9 years ago
onedevlink c4ab9a0891 Fixed typo in base/Security file and docs 9 years ago
Alexander Mohorev 68c30c1034 Replace aliases of functions 9 years ago
Alexander Mohorev 39cb131984 Spelling and sc fixes 9 years ago
Alexander Mohorev d34d890a32 PSR-2 if-else statement 9 years ago
Alexander Mohorev 38ca276e1f PSR-2 try-catch statement 9 years ago
Alexander Mohorev 0c5e4b7105 PSR-2 foreach statement 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 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
Mohamad Mohebifar b2e8bf2552 Update PHPDoc Comment 9 years ago
Carsten Brandt 1fe171b328 only close output buffer if it is still open 9 years ago
Carsten Brandt d5693cfe01 small improvements of Model phpdoc 9 years ago
Andrew Potter a0cc77d78d Update Model.php 9 years ago