GitHub / yiisoft/db-mongodb / commits
Yii Framework MongoDB extension
SHA | Message | Author | Date | Stats |
---|---|---|---|---|
c86e87de | Tiny phpdoc fix in Query::andFilterCompare() [skip ci] (#231) |
Pavel Dovlatov <m****n@y****u>
Committed by: Carsten Brandt <m****l@c****c> |
almost 8 years ago | |
9395f072 | Fixed `yii\mongodb\Command::aggregate()` does not support 'cursor' option | Klimov Paul <k****l@g****m> | about 8 years ago | |
56a34b7f | PHP 5.4 removed from Travis | Klimov Paul <k****l@g****m> | about 8 years ago | |
8fd225d4 | switch to `asset-packagist.org` | Klimov Paul <k****l@g****m> | about 8 years ago | |
dfe0c172 | remove mongodb config cat | Klimov Paul <k****l@g****m> | about 8 years ago | |
2bf212da | Fixed `yii\mongodb\file\Collection::remove()` does not removes all file chunk... | Klimov Paul <k****l@g****m> | about 8 years ago | |
5629b7f5 | unit test for `Query::distinct()` added | Klimov Paul <k****l@g****m> | about 8 years ago | |
0767984d | Added `yii\mongodb\Migration::$compact` supporting `yii\console\controllers\B... | Klimov Paul <k****l@g****m> | about 8 years ago | |
7c738661 | allow to skip `testRefreshMigration()` test for old Yii version | Klimov Paul <k****l@g****m> | about 8 years ago | |
42fd5199 | Provided support for 'migrate/fresh' command to truncate database and apply m... | Klimov Paul <k****l@g****m> | about 8 years ago | |
dfcc24f7 | Fix typos in docs (#219) [skip ci] |
Lesha701 <a****7@g****m>
Committed by: Alexander Makarov <s****m@r****u> |
about 8 years ago | |
a6e83162 | Better wording and fix typos in docs (#220) [skip ci] |
Lesha701 <a****7@g****m>
Committed by: Alexander Makarov <s****m@r****u> |
about 8 years ago | |
f6a011e6 | MongoDB links updated | Klimov Paul <k****l@g****m> | about 8 years ago | |
b8c7c8d8 | MongoDB logo added | Klimov Paul <k****l@g****m> | about 8 years ago | |
4efadb82 | prepare for next release | Paul Klimov <k****l@g****m> | about 8 years ago | |
ec67acfd | release version 2.1.4 | Paul Klimov <k****l@g****m> | about 8 years ago | |
e2a689cc | merge Merge branch 'master' of github.com:yiisoft/yii2-mongodb | Klimov Paul <k****l@g****m> | over 8 years ago | |
a18642b4 | HHVM removed from Travis | Klimov Paul <k****l@g****m> | over 8 years ago | |
6e149bb5 | merge Merge pull request #212 from yiisoft/migration-controller |
Carsten Brandt <m****l@c****c>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
2c119760 | Update CHANGELOG.md |
Carsten Brandt <m****l@c****c>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
5fd5590e | forward compatibility with Yii 2.0.12 | Carsten Brandt <m****l@c****c> | over 8 years ago | |
0a66b7fc | Fixed `yii\mongodb\debug\MongoDbPanel` overrides explain action of `yii\debug... | Klimov Paul <k****l@g****m> | over 8 years ago | |
a4d30dce | `MongoDateValidator::parseDateValue()` fixed to return timestamp from `UTCDat... | Klimov Paul <k****l@g****m> | over 8 years ago | |
53f6c432 | Fixed negative values for `Query::limit()` and `Query::offset()` | Klimov Paul <k****l@g****m> | over 8 years ago | |
60cabf86 | Send query directly to `MongoDB\Driver\Manager` |
Yura <k****a@g****m>
Committed by: Klimov Paul <k****l@g****m> |
over 8 years ago | |
98e22ca9 | Fix compatibility with PHPUnit 6 | Klimov Paul <k****l@g****m> | over 8 years ago | |
efcbcb47 | Unit test for PHPUnit 6.x fix | Klimov Paul <k****l@g****m> | over 8 years ago | |
c69b4a1f | `yiiunit\extensions\mongodb\TestCase` parent fixed | Klimov Paul <k****l@g****m> | over 8 years ago | |
dd585d05 | merge Merge branch 'master' of github.com:yiisoft/yii2-mongodb | Klimov Paul <k****l@g****m> | over 8 years ago | |
2c657aa0 | compatibility with PHPUnit < 6.x added | Klimov Paul <k****l@g****m> | over 8 years ago | |
e4e75fcb | Translated docs into French [skip ci] |
Azzeddine Faik <f****9@g****m>
Committed by: Alexander Makarov <s****m@r****u> |
over 8 years ago | |
e1b4e734 | Aggregation docs added | Klimov Paul <k****l@g****m> | over 8 years ago | |
94584a14 | merge Translated docs into French [skip ci] |
Alexander Makarov <s****m@r****u>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
c3427a05 | documentation french | Azzeddine Faik <a****k@t****m> | over 8 years ago | |
ce13ed70 | yii french doc | Azzeddine Faik <a****k@t****m> | over 8 years ago | |
87dd4072 | Fixed exception is thrown on `yii\mongodb\rbac\MongoDbManager::invalidateCach... | Paul Klimov <k****l@g****m> | over 8 years ago | |
2e55c6d5 | prepare for next release | Paul Klimov <k****l@g****m> | over 8 years ago | |
431811d9 | release version 2.1.3 | Paul Klimov <k****l@g****m> | over 8 years ago | |
e1309eaf | Fixed `yii\mongodb\rbac\MongoDbManager::getRolesByUser()` results now include... | Klimov Paul <k****l@g****m> | over 8 years ago | |
80c54ada | Fixed `yii\mongodb\file\Upload` unable to handle custom `_id` value, if it do... | Klimov Paul <k****l@g****m> | over 8 years ago | |
12c7551f | merge Merge branch 'master' of github.com:yiisoft/yii2-mongodb | Klimov Paul <k****l@g****m> | over 8 years ago | |
5e9e673e | Added missing `@since` tags | Klimov Paul <k****l@g****m> | over 8 years ago | |
eb06029d | Method `yii\mongodb\ActiveQuery::exists()` optimized avoiding redundant Activ... | Klimov Paul <k****l@g****m> | over 8 years ago | |
1c47907f | Fixed `yii\mongodb\validators\MongoDateValidator` uses seconds instead of mil... | Klimov Paul <k****l@g****m> | over 8 years ago | |
d7cfcf42 | Fixed `yii\mongodb\ActiveQuery` does not respects relational link at methods ... | Klimov Paul <k****l@g****m> | over 8 years ago | |
fad34b2b | Fix #171 : Added support for `QueryInterface::emulateExecution()` (#172) |
Paul Klimov <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
52ffd6ae | fixing unit tests | Klimov Paul <k****l@g****m> | over 8 years ago | |
aaa22672 | default timezone added to `MongoDateValidatorTest` | Klimov Paul <k****l@g****m> | over 8 years ago | |
c2f0ecf7 | Update Connection.php |
Boudewijn Vahrmeijer <i****o@d****u>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
c83512c8 | Doc improvement | Klimov Paul <k****l@g****m> | almost 9 years ago | |
304285d6 | PHPDoc fix | Klimov Paul <k****l@g****m> | almost 9 years ago | |
83bda50e | Fixed incorrect order of migrations history in case `yii\mongodb\console\cont... | Klimov Paul <k****l@g****m> | almost 9 years ago | |
a86e9243 | Fixed `yii\mongodb\Command::update()` uses `upsert` option by default | Klimov Paul <k****l@g****m> | almost 9 years ago | |
4707d279 | merge Merge pull request #166 from s1lver/fixed_translate |
Boudewijn Vahrmeijer <i****o@d****u>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
cb044edb | Fixed translate | Evgeniy Moiseenko <s****n@g****m> | almost 9 years ago | |
8f91e0be | merge Russian docs [skip ci] |
Alexander Makarov <s****m@r****u>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
56ecc565 | This first translate | Evgeniy Moiseenko <s****n@g****m> | almost 9 years ago | |
ca5db899 | This first translate | Evgeniy Moiseenko <s****n@g****m> | almost 9 years ago | |
00bcb559 | This first translate | Evgeniy Moiseenko <s****n@g****m> | almost 9 years ago | |
45991fa5 | This first translate | Evgeniy Moiseenko <s****n@g****m> | almost 9 years ago | |
2d4cb8b5 | This first translate | Evgeniy Moiseenko <s****n@g****m> | almost 9 years ago | |
0488513f | This first translate | Evgeniy Moiseenko <s****n@g****m> | almost 9 years ago | |
af1a7929 | This first translate | Evgeniy Moiseenko <s****n@g****m> | almost 9 years ago | |
2f494ad3 | This first translate | Evgeniy Moiseenko <s****n@g****m> | almost 9 years ago | |
f9a3908d | prepare for next release | Paul Klimov <k****l@g****m> | almost 9 years ago | |
4c809b59 | release version 2.1.2 | Paul Klimov <k****l@g****m> | almost 9 years ago | |
693dcb07 | merge Fixes #161: getChildRoles() throws an exception when role has no children |
Alexander Makarov <s****m@r****u>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
7f12e0bd | Fixed #136: getChildRoles() throws an exception when role has no | Pavel Dovlatov <m****n@y****u> | almost 9 years ago | |
eb181b89 | doc comment fix | Klimov Paul <k****l@g****m> | almost 9 years ago | |
31a80f8d | Added missing @since PHPDoc declaration (#157) |
Pavel Dovlatov <m****n@y****u>
Committed by: Paul Klimov <k****l@g****m> |
almost 9 years ago | |
ab8e4eff | Fixed `yii\mongodb\Query` unable to process `not` condition with `null` compa... | Klimov Paul <k****l@g****m> | almost 9 years ago | |
89ea4bee | Added `yii\mongodb\rbac\MongoDbManager::getChildRoles()` | Klimov Paul <k****l@g****m> | almost 9 years ago | |
077e3d5a | Methods `scalar()` and `column()` added to `yii\mongodb\Query` | Klimov Paul <k****l@g****m> | almost 9 years ago | |
0dcf9065 | Added migration namespace support | Klimov Paul <k****l@g****m> | almost 9 years ago | |
dc19a5ea | Fixed `yii\mongodb\Query::exists()` always returning true | Klimov Paul <k****l@g****m> | about 9 years ago | |
a3918767 | update composer.json contraints | Carsten Brandt <m****l@c****c> | about 9 years ago | |
c367beec | prepare for next release | Paul Klimov <k****l@g****m> | about 9 years ago | |
d16a0029 | release version 2.1.1 | Paul Klimov <k****l@g****m> | about 9 years ago | |
9e4a3634 | added unknown methods for fseek and ftell, according #147 (#149) |
Roman <a****n@g****m>
Committed by: Paul Klimov <k****l@g****m> |
about 9 years ago | |
7a597b0a | Fixed `yii\mongodb\ActiveRecord` and `yii\mongodb\file\ActiveRecord` looses `... | Klimov Paul <k****l@g****m> | about 9 years ago | |
2eee5827 | Fixed `yii\mongodb\ActiveFixture` fails to find default data file if `collect... | Klimov Paul <k****l@g****m> | about 9 years ago | |
6a91fb5d | Fixed `yii\mongodb\Migration::createIndexes()` triggers E_NOTICE | Klimov Paul <k****l@g****m> | about 9 years ago | |
fe0f2b0f | Doc comments for `MongoDbMessageSource` fixed | Klimov Paul <k****l@g****m> | about 9 years ago | |
22fbfefa | `fxp/composer-asset-plugin` version raised to '1.2.0' | Klimov Paul <k****l@g****m> | about 9 years ago | |
b3f6577a | Fixed `yii\mongodb\Collection::findOne()` returns `false` instead of `null` o... | Klimov Paul <k****l@g****m> | about 9 years ago | |
2babe1b6 | Doc comments fixed | Klimov Paul <k****l@g****m> | about 9 years ago | |
701b0054 | prepare for next release | Carsten Brandt <m****l@c****c> | about 9 years ago | |
e36eac27 | release version 2.1.0 | Carsten Brandt <m****l@c****c> | about 9 years ago | |
b29eefb6 | fixed file endings | Carsten Brandt <m****l@c****c> | about 9 years ago | |
28cdb46e | Fixed typo |
Alexander Makarov <s****m@r****u>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
790d4160 | Fixed changelog formatting |
Alexander Makarov <s****m@r****u>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
6bd3f706 | docs/guide-ja updated [ci skip] (#133) |
Nobuo Kihara <s****k@g****m>
Committed by: Paul Klimov <k****l@g****m> |
about 9 years ago | |
d8f0fc78 | Travis Update (#131) |
Paul Klimov <k****l@g****m>
Committed by: GitHub <n****y@g****m> |
about 9 years ago | |
c502a7ed | UPGRADE notes for 2.1 improved | Klimov Paul <k****l@g****m> | about 9 years ago | |
a10c1cfb | Guide updated | Klimov Paul <k****l@g****m> | about 9 years ago | |
13b78f15 | Doc comments updated | Klimov Paul <k****l@g****m> | about 9 years ago | |
d76e0055 | `LogBuilder` processing of `Javascript` advanced | Paul Klimov <k****l@g****m> | about 9 years ago | |
59bcf3ae | `file\Collection::remove()` enhanced | Paul Klimov <k****l@g****m> | about 9 years ago | |
e41c99b9 | Methods `listCollections()` and `listDatabases()` added to `Command` | Paul Klimov <k****l@g****m> | about 9 years ago | |
c23be06b | Extra shortcut methods added | Paul Klimov <k****l@g****m> | about 9 years ago |