114 Commits (cfe782b3f5adfcdb369e13a1dd3e376e8d53b9f0)

Author SHA1 Message Date
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
DrDeath72 0210999748
Fix #18308: Fixed `\yii\base\Model::getErrorSummary()` reverse order 4 years ago
Vladislav Pototskiy e348c0f460
Fix #18269: Fix integer safe attribute to work properly in `yii\base\Model` 4 years ago
Alexander Makarov 69b1966b4a
PHP 7.4 fixes 5 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago
Paweł Jankowiak 33fe3476c7 Fixes #16280: Fixed `yii\base\Model::getActiveValidators()` to return correct validators for attribute on scenario 6 years ago
Brandon Kelly e6f5c46cdc Fixes #15633: Deprecate some things going away/changing in 2.1 7 years ago
SilverFire - Dmitry Naumenko 072ef77ea5
Prevent source path disclosure when form is represented by an anonymous class 7 years ago
Elvira Sheina f11f818b18 Fixes #7988: Added `\yii\helpers\Console::errorSummary()` and `\yii\helpers\Json::errorSummary()` 7 years ago
Elvira Sheina 713529e042 Fixes #8752: Allow specify `$attributeNames` as a string for `yii\base\Model` `validate()` method 7 years ago
Marko Kruljac 22d453faac Fixes #14134: Fixed multiple `validateAttribute()` calls when `scenarios()` returns duplicate attributes 7 years ago
Paul Klimov d68789a195 Fixes #13779, fixes #5786 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Nikolay Oleynikov 950e895fe0 Fix phpDocumentor annotations (#13905) [skip ci] 8 years ago
Elvira Sheina 2de18cf9a5 Fixes #13087: Fixed getting active validators for safe attribute 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
Alexander Makarov 954c771fdb Code cleanup (#13113) 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
Klimov Paul 8de6a5117c Fixed `yii\base\Model::offsetExists()` throws an exception on un-existing field 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
mdmunir 67b5f4ea19 fix for unsafe validator 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Carsten Brandt 00a8a6270e revised docs about Model::load() 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
Carsten Brandt d3bd7af956 improved documentation of Model::load() return value 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
Carsten Brandt d5693cfe01 small improvements of Model phpdoc 9 years ago
Andrew Potter a0cc77d78d Update Model.php 9 years ago
Klimov Paul a4f760e798 Fixed `yii\base\Model` does not recognize scenario declared by rules using 'except' 10 years ago
Carsten Brandt 851a914f67 phpdoc tweak: Model::scenarios() 10 years ago
Klimov Paul 85ca8c3712 Added ability to specify hints for model attributes 10 years ago
Alexander Kochetov 605c2d9eca yii\base\Model::load() typo fix 10 years ago
pana1990 7aae667e28 Fixes #6618: Added Model::addErrors() 10 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Carsten Brandt 8b79293ff2 added missing `@since` annotations 10 years ago
Qiang Xue fe546cd22f Fixes #5688: Added optional `$formName` to `Model::loadMultiple()` to support customizing form name directly 10 years ago
Carsten Brandt ecb113f1d0 fixed model serializtaion example 10 years ago
Carsten Brandt 0ed6355ee1 test and docs to be clear about #4558 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Qiang Xue da544b2676 Fixes #4519: `yii\base\Model::isAttributeRequired()` should check if the `when` option of the validator is set 10 years ago
Thiago Talma 45ee387f92 It is not required by default when you set the "when" attribute 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago