36 Commits (8cfdd37475eb764caeb56559b4a068f8cae943b9)

Author SHA1 Message Date
Carsten Brandt f099616967 improved IDE autocompletion for AR::find() 10 years ago
Qiang Xue e8c6bb516f Fixes #4048: Added `init` event to `ActiveQuery` classes 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
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 fe14f0c5e3 fixed all the PHPdoc in extensions 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 44dbb2235a cleanup docs 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 f4395206b7 reset dirty attributes after `afterSave` 11 years ago
Carsten Brandt 1fdf17b59b cleanup redis AR 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
Alexander Mohorev 95ea1c20bb code style. FOREACH 11 years ago
Carsten Brandt 505762d49c updated docs about active relation 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
Qiang Xue f6dd6fa2e9 Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()` 11 years ago
Qiang Xue da9d544c54 psr-4 change. 11 years ago
Qiang Xue 41685a2409 moved extensions under yii. 11 years ago
Carsten Brandt e2b4708bbd added support for updateCounters to elasticsearch 11 years ago
Alexander Makarov 26767735dc Renamed byte methods, moved path methods back to StringHelper 11 years ago
Alexander Makarov 5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 11 years ago
Carsten Brandt 48199cfc00 renamed redis tableName() to keyPrefix() 11 years ago
Carsten Brandt d0fc987f0b fixed test break 11 years ago
Carsten Brandt ff52f28d0a adjusted elasticsearch and redis AR to use BaseAR 11 years ago
Qiang Xue a5e3c00d75 replaced inheritdoc tags. 11 years ago
Carsten Brandt 83527e85ca made Model::attributes() non static again 11 years ago
Panagiotis Moustafellos 2ff8ac3d61 fixed PhpDoc by swapping to {@inheritdoc} 11 years ago
Carsten Brandt 8ac2b7364d moved redis to extensions 11 years ago
Carsten Brandt 39ff11a374 first draft of elasticsearch AR 11 years ago
Qiang Xue a07facf434 Refactored hasMany and hasOne so that they support cross-DBMS relationship. 11 years ago
Carsten Brandt cb4504a10f refactored Model and redis AR to allow drop of RecordSchema 11 years ago
Carsten Brandt 8542448f20 refactored redis AR to relect the latest changes 11 years ago
Carsten Brandt b95c056b02 fixed problem with not closed transaction in deleteAll() 11 years ago
Carsten Brandt df22ffa304 redis AR cleanup 11 years ago
Carsten Brandt f3aa807d8f ensure atomicity of operations 11 years ago
Carsten Brandt c6c164dc71 made link() and unlink() compatible with NoSQL AR 11 years ago
Carsten Brandt 3e75c11721 cleanup and reorder methods in redis ar + added link+unlink 11 years ago
Carsten Brandt 142ea1f98f relation support and unit tests 11 years ago
Carsten Brandt 3623fc19dc refactored redis AR pk and findByPk 11 years ago
Carsten Brandt e62e84873c more API methods for redis active query: sum, avg, max, min ... 11 years ago
Carsten Brandt 7817815dd1 added more complex queries via Lua script EVAL to redis 11 years ago
Carsten Brandt 563171eba4 moved redis out of yii\db namespace 11 years ago