140 Commits (abe47ca0a34264ff1fa734ff083a1166df018837)

Author SHA1 Message Date
Gediminas Šedbaras 4c61d96786 Corrected return type of BaseActiveRecord::findOne (#14798) 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
Carsten Brandt 0559a95db9 Fixed ambiguous column error in `BaseActiveRecord::refresh()` 7 years ago
Robert Korulczyk fe8a0a6a2e Enable `no_useless_else` rule in php-cs-fixer (#14420) 7 years ago
Carsten Brandt a7d2aaffd5 mention usage of deleteAll() in AR unlinkAll 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
Carsten Brandt be658f82bf
release version 2.0.12 7 years ago
leandrogehlen 17a1d91e4a
Allows override query relation in descendant class 7 years ago
viwek 49ab20139c Inserted missing * on line 972 (#14224) [skip ci] 7 years ago
Alexander Makarov 8c30bab105
Eliminated else branches in beforeSave() and beforeDelete() phpdoc examples [skip ci] 8 years ago
Carsten Brandt 0fdd5b81dd
Revert "update phpdoc annotation in BaseActiveRecord" 8 years ago
Carsten Brandt 0f78008bc7
update phpdoc annotation in BaseActiveRecord 8 years ago
Klimov Paul 319e27c45c Fixed `yii\db\BaseActiveRecord::deleteAll()` changes method signature declared by `yii\db\ActiveRecordInterface::deleteAll()` 8 years ago
SilverFire - Dmitry Naumenko 88f2348ed5
Fixed `ActiveRecord::unlinkAll()` to respect `onCondition()` 8 years ago
Robert Korulczyk 7a3a342127 Fix errors reported by apidoc extension. (#12986) 8 years ago
Alexander Makarov d28009843e #12950: Mentioned AttributeTypecastBehavior in AR afterSave() docs 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Carsten Brandt 1433d8a017 added example for relation name to AR phpdoc 8 years ago
Carsten Brandt f006db9b2b update docs of AR::update() 8 years ago
Klimov Paul ea03f56d42 `BaseActiveRecord` methods `canGetProperty()` and `canSetProperty()` improved to handle attribute list fetching failure. 8 years ago
Klimov Paul 75439d367d Fixed `canGetProperty()` and `canSetProperty()` returns `false` for `yii\db\BaseActiveRecord` attributes 8 years ago
Klimov Paul 4f7b1b0817 Fixed `yii\db\BaseActiveRecord::refresh()` may set incorrect `oldAttributes` values at some cases 8 years ago
SilverFire - Dmitry Naumenko 1e1723a741 Updated PHPDoc in BaseActiveRecord 8 years ago
Klimov Paul 143f9070af Fixed `yii\db\BaseActiveRecord::updateAttributes()` change `isNewRecord` state for the new model 8 years ago
Angel Guevara 6b6fa96319 Fix #11252 use strict comparison on hasAttribute() 8 years ago
Nikola Kovacs 9d327baa8b coding style fixes 8 years ago
raoul 60f6ecf063 `yii\db\BaseActiveRecord` now triggers event EVENT_AFTER_REFRESH` after a record is refreshed 9 years ago
Ivaylo Ushev 5921865459 Fixed: #11270 - Error when link record in one to many relation. (#11301) 9 years ago
Alexander Makarov 48a2df5d52 Fixes #11283: `ActiveRecord::unlink()` is not setting FK to `null` before deleting itself anymore 9 years ago
Alexander Makarov 5c4e2d4372 Removed unnecessary parentheses 9 years ago
Alexander Makarov 1f7134634b Use static:: instead of $this for static method calls 9 years ago
SilverFire - Dmitry Naumenko 2275156f7e PHPDoc updated 9 years ago
Alexander Makarov 8765cae71c Reverted #9656 because of BC break (reverted from commit 4a464afe9b) 9 years ago
Sam Mousa 4a464afe9b Fixes #9656: `yii\db\BaseActiveRecord` refactored in order to getting, setting and unsetring attribute values using the same approach 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
Vovan-VE c68b9a486c Fix: Issue #9814: event type EVENT_AFTER_INSERT and EVENT_AFTER_UPDATE 9 years ago
Carsten Brandt 229a39dec1 Revert "Fixes #9758: phpdoc correction" 9 years ago
Alexander Makarov 13a2b70a65 Fixes #9758: phpdoc correction 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Sebastian Chojniak 86c2e22a5b class Event is used in docs 9 years ago
Sebastian Chojniak 6ee285f321 unused imports removed 9 years ago
Alexander Mohorev 68c30c1034 Replace aliases of functions 9 years ago
Carsten Brandt 30f003381d revised AR documentation 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 9 years ago
Carsten Brandt ec76a3015a use yii\base\Event in BaseAR to fix phpdoc reference 9 years ago
Carsten Brandt 0959b5d28e updated docs about dirty attributes 9 years ago
Klimov Paul 467596633d Code optimization 9 years ago
Klimov Paul 51a442d6c8 Fixed `yii\db\ActiveRecord` does not updates attribute specified at `optimisticLock()` after save 9 years ago