74 Commits (898499ed44a75444a48abd54aa1070a6df0b3d9b)

Author SHA1 Message Date
Carsten Brandt 7736853837 property code style extensions 10 years ago
Qiang Xue e8c6bb516f Fixes #4048: Added `init` event to `ActiveQuery` classes 10 years ago
Jared Feng 746f9adc77 fix typo in phpdoc of yii\redis\Connection [skip ci] 10 years ago
Carsten Brandt 1085f1bd9b cleanup after #4092 10 years ago
Vladimir Zbrailov f9febd0087 unify changedAttributes of afterSave in extensions 10 years ago
Carsten Brandt 2cab70b064 Ensure consistent behavior in ActiveRecord::afterSave() 10 years ago
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
savvot 5655a5fc5a yii\redis\ActiveRecord::deleteAll() refactoring - code style updated 10 years ago
savvot 3aceaa01d2 yii\redis\ActiveRecord::deleteAll() refactoring - code style updated 10 years ago
savvot a5506e64a2 yii\redis\ActiveRecord::deleteAll() refactoring - no need to write to socket 2 times when nothing found 10 years ago
savvot 4866ce3cbb yii\redis\ActiveRecord::deleteAll() refactoring - no need to write to socket 2 times when nothing found 10 years ago
Carsten Brandt 3e4ec22004 update changelog 10 years ago
Carsten Brandt b7e493fca0 Tabs to spaces to be consistent 10 years ago
Carsten Brandt fe14f0c5e3 fixed all the PHPdoc in extensions 11 years ago
Qiang Xue f4c38faf74 prepare for next release. 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Alexander Makarov 75154d351d Refactored AR find 11 years ago
Carsten Brandt 865b71ef5e cleanup CHANGELOGs 11 years ago
Carsten Brandt 44dbb2235a cleanup docs 11 years ago
Qiang Xue 54e08f3f01 fixed build break. 11 years ago
Qiang Xue 8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and `ActiveRecord::createQuery()` to simplify customizing ActiveQuery classes 11 years ago
Carsten Brandt cc0d5b6f94 added CHANGELOG lines 11 years ago
Carsten Brandt f4395206b7 reset dirty attributes after `afterSave` 11 years ago
Carsten Brandt 1fdf17b59b cleanup redis AR 11 years ago
Qiang Xue b25f1f65d7 added more ignores. 11 years ago
Qiang Xue 8c2e39235f Turn module and application into DI containers. 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Luciano Baraglia 269d1303a9 Code style fixes 11 years ago
AlexGx 1982efbdfe many phpcs fixes 11 years ago
AlexGx a94b2778b0 fix phpDoc LuaScriptBuilder build @throws 11 years ago
Alexander Mohorev f849623359 code style. FOR 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Alexander Mohorev b2f1b00bf2 code style. operator IF 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Alexander Mohorev 6e7edfdf5b short array syntax 11 years ago
Carsten Brandt db8685ccad fixed a bunch of typos and errors 11 years ago
Tobias Munk 825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 11 years ago
Carsten Brandt 505762d49c updated docs about active relation 11 years ago
Carsten Brandt cb8237c1b7 merged ActiveQueryInterface and ActiveRelatioInterface 11 years ago
Carsten Brandt e76fb238d4 added missing use statement 11 years ago
Carsten Brandt 3b40d44909 made createQuery() config param optional 11 years ago
Carsten Brandt 1708a36d95 WIP merge ActiveRelation into ActiveQuery 11 years ago
Alexander Makarov 4a201c7ad5 Removed unused variables 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Carsten Brandt 16e1aff41b renamed ActiveRecord::create() to populateRecord() 11 years ago
Qiang Xue f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 11 years ago
Carsten Brandt b312b853dc added redis version req to readme 11 years ago
Carsten Brandt 796284cba1 reworked fix for #1993 11 years ago
Carsten Brandt 81d23332df afterFind event in AR is now called after relations have been populated 11 years ago