76 Commits (ee9f7ed4011de50d8f44652e23a3a18f9eeadd8e)

Author SHA1 Message Date
Alexander Makarov 0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 10 years ago
Klimov Paul bb1a964cb8 Fixed multiple entries of base migration in history for MongoDB 10 years ago
Klimov Paul 5f8524652d Docs about mongodb migration usage adjusted 10 years ago
Klimov Paul d011675b77 mongodb/CHANGELOG updated 10 years ago
Klimov Paul 3253bf316c Data manipulation methods added to `yii\mongodb\Migration` 10 years ago
Klimov Paul 407ce75880 `yii\mongodb\console\controllers\MigrateController` created 10 years ago
Klimov Paul 3d7a91e12b `yii\mongodb\Migration` created 10 years ago
Klimov Paul c3ffce2178 Issue #3778 added to mongodb/CHANGELOG 10 years ago
Klimov Paul f37a6fdacb Docs about MongoDB gii generator usage added 10 years ago
Klimov Paul 5c9c0829de Gii generator for MongoDB Active Record created. 10 years ago
Carsten Brandt 3e4ec22004 update changelog 10 years ago
Carsten Brandt b7e493fca0 Tabs to spaces to be consistent 10 years ago
Alexander Makarov edc92a86df Added missing changelog line for mongodb fix 11 years ago
Alexander Makarov 3af22ece0a Fixed mongodb to use non-deprecated method of determining if there's an active connection 11 years ago
Carsten Brandt fe14f0c5e3 fixed all the PHPdoc in extensions 11 years ago
Alexander Makarov c7c708d454 Removed unused imports 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
Alexander Makarov 75154d351d Refactored AR find 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 c93231e26b improved session error handling 11 years ago
Dirk Adler 0320670822 Changes mongodb build and condition, fixes #2868 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 8e11ad0360 refactored code to use Instance::ensure() 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
Paul Klimov bc73a2481c MongoDB log fixed to handle Mongo objects correctly 11 years ago
Paul Klimov f56616394e Note about embedded documents added to mongodb extension readme 11 years ago
Paul Klimov 866ba85010 yii\mongodb\file\Collection::ensureMongoId() fixed to suppress exception on invalid _id format. 11 years ago
Paul Klimov 8d5536ac12 yii\mongodb\file\ActiveRecord::update() fixed to save the attributes while updating file. 11 years ago
AlexGx 1982efbdfe many phpcs fixes 11 years ago
Alexander Mohorev 61cacdfc81 add findAndModify() method to the Collection class 11 years ago
Alexander Mohorev 95ea1c20bb code style. FOREACH 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
Alexander Makarov 43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 11 years ago
Carsten Brandt cb8237c1b7 merged ActiveQueryInterface and ActiveRelatioInterface 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 c65b171e98 removed useless option 11 years ago
Alexander Mohorev 8a6418a9c2 refactoring Session component 11 years ago
Alexander Mohorev c56bf509c1 small typos 11 years ago
Alexander Mohorev 8f9c54a149 add method findOne() to the Collection class 11 years ago
Alexander Mohorev 75ea33ac64 mongodb method "open" not triggered event "after open connection" 11 years ago
Paul Klimov 08131477a2 yii\mongodb\Collection::mapReduce() fixed to handle 'inline' output correctly. 11 years ago
Alexander Makarov dd26d39dd8 Removed unused namespace imports 11 years ago
Carsten Brandt 16e1aff41b renamed ActiveRecord::create() to populateRecord() 11 years ago