88 Commits (54e6b82dd6843eac80daf98a9db847fd71dfcc52)

Author SHA1 Message Date
Alexander Makarov cba52e3c5e Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use 10 years ago
Qiang Xue 231111da48 guide WIP 10 years ago
Qiang Xue 5205eabe3e prepare for next release. 10 years ago
Qiang Xue d2b864da84 prepare for 2.0.0-rc release. 10 years ago
Carsten Brandt 7e0c6353f7 optimized redis AR insert 10 years ago
Carsten Brandt ece300ac30 removed null value adjustment in redis ActiveQuery 10 years ago
Carsten Brandt df22616c76 finished fix for redis null and boolean value storage 10 years ago
Carsten Brandt 1e5c48957d composer.json tabs -> spaces 10 years ago
Carsten Brandt e40fd9d623 added branch alias to composer.json 10 years ago
Alexander Makarov f7fc1faa97 Fixed condition building for booleans 10 years ago
Alexander Makarov 7c7783a548 Booleans are now stored as 0 or 1 in Redis 10 years ago
Alexander Makarov 660fa46127 Fixed storing and loading null-values in Redis 10 years ago
Carsten Brandt f099616967 improved IDE autocompletion for AR::find() 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
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