90 Commits (51300fc93bf7645e0350bb91f482c28abefdc067)

Author SHA1 Message Date
Alexander Makarov 9b1ab7cd36 Fixes #4708 10 years ago
Carsten Brandt f099616967 improved IDE autocompletion for AR::find() 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Alexander Makarov a38ba3ccbf Fixes #4526: fixed error caused by substr_compare length parameter doesn't accept null in PHP 5.4 10 years ago
Klimov Paul 11f8a2d190 Using of `MongoCollection::createIndex()` provided 10 years ago
Carsten Brandt 7736853837 property code style extensions 10 years ago
Alexander Makarov 1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 10 years ago
Qiang Xue e8c6bb516f Fixes #4048: Added `init` event to `ActiveQuery` classes 10 years ago
Klimov Paul e54fc6f4c2 `yii\mongodb\log\MongoDbTarget` log target added 10 years ago
Klimov Paul 0c7010873d Issue #2337 added to CHANGELOG 10 years ago
Klimov Paul 7a937903c2 `yii\mongodb\Collection::buildLikeCondition()` fixed to escape regular expression. 10 years ago
Klimov Paul b90f88659d Unit test for MongoDB migration controller added 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
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