19 Commits (48f6e380dfcb6d9f04c9cb0e6227c225955aca16)

Author SHA1 Message Date
Carsten Brandt 2cab70b064 Ensure consistent behavior in ActiveRecord::afterSave() 10 years ago
Carsten Brandt fe14f0c5e3 fixed all the PHPdoc in extensions 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 c73cfe147f Fixed inconsistencies with setting old attributes and pks 11 years ago
Carsten Brandt f4395206b7 reset dirty attributes after `afterSave` 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
AlexGx 1982efbdfe many phpcs fixes 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
Alexander Mohorev c56bf509c1 small typos 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 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
Paul Klimov 9b5f3fab99 Extension "mongo" renamed into "mongodb" 11 years ago
Paul Klimov 380d1d02fb Method "\yii\mogo\ActiveRecord::equals()" fixed. 11 years ago
Klimov Paul ca608a81a4 Mongo file Active Record updated. 11 years ago
Klimov Paul aa3a6dbe74 Doc comments at Mongo updated. 11 years ago
Klimov Paul deffc7f2de Mongo Active Record reworked to extend BaseActiveRecord. 11 years ago
Klimov Paul 27a1c63e26 Mongo "_id" processing advanced. 11 years ago
Paul Klimov a39b2d3799 Default options setup added to Mongo Collection operations. 11 years ago
Paul Klimov 9c7d2b23c2 Mongo Active Record and Active Query fixed. 11 years ago
Klimov Paul 37664fff9b Mongo Active Record created as draft. 11 years ago
Carsten Brandt 83527e85ca made Model::attributes() non static again 11 years ago
Carsten Brandt 324e10694d updated sphinx active record with changes from DB AR 11 years ago
Carsten Brandt 8be4f3778a updated properties of extensions 11 years ago
Carsten Brandt f017ba357f refactored unit tests. put common AR tests in trait 11 years ago
Carsten Brandt e15860c3fa more on elasticsearch Query interface added facet search 11 years ago
Carsten Brandt c6347d6d01 polished elasticsearch AR api, added mget and fixed AR::equals() 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 77840adf65 Made ActiveRecord::isPrimaryKey() public 11 years ago
Qiang Xue 42a58870fe moved db interfaces and traits back to yii/db. 11 years ago
Carsten Brandt 65338972c7 refactored ActiveRecord classes to use Interfaces and traits 11 years ago
slavcodev b0b1c27c85 Fix phpDoc var tag format 11 years ago
Taras Gudz 9b95a81b0c Fixed the rest phpDocs [skip ci] 11 years ago
Carsten Brandt 913eb62294 updated phpdoc and fixed generator read/write-only annotation 11 years ago
Carsten Brandt 0bc8cbf158 php-doc 11 years ago
Carsten Brandt c4468ac315 forgot to remove strtolower from __get and __unset 11 years ago
Carsten Brandt a23c54acb8 made relation names in AR case sensitive 11 years ago
Carsten Brandt 90839ceb5d Proposal for accessing populated relations 11 years ago
Carsten Brandt d8b94d647b made AR attribute manipulation behave consistent to hasAttribute() 11 years ago
Alexander Mohorev 18fbd7510a Missing return statement 11 years ago
Carsten Brandt 0146596647 add relationClassName to AR to allow different relation classes 11 years ago
Qiang Xue 6c6dd01122 Fixes #1052: unset related data when ActiveRecord::refresh() is called. 11 years ago
Qiang Xue fb8e818204 Dropped support for supporting default namespace for classes of related models. 11 years ago