Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yiisoft/yii2-mongodb

Yii 2 MongoDB extension
https://github.com/yiisoft/yii2-mongodb

Fixed inconsistencies with setting old attributes and pks

issue #2892

6c322314b33ae4d973a664122b961bdfdca0aeab authored over 10 years ago by Carsten Brandt <[email protected]>
reset dirty attributes after `afterSave`

so information about changed values is available in `afterSave`-event.

fixes #2892

c24db90f1a60887546452302a9c9d83b721099c6 authored over 10 years ago by Carsten Brandt <[email protected]>
refactored code to use Instance::ensure()

7b23d654d9f1dd3a967c7c2db2cb69761a8df29e authored over 10 years ago by Qiang Xue <[email protected]>
Turn module and application into DI containers.

2e85f02db4c6f8fd487e43822c2d1073497d0d53 authored over 10 years ago by Qiang Xue <[email protected]>
Reformat code te be PSR-2 compatible

47c26715e5ecd67424593533f465700b4df8e865 authored over 10 years ago by SonicGD <[email protected]>
MongoDB log fixed to handle Mongo objects correctly

e08c22f2d079342bdfe3ed49111f6765c2ca5754 authored over 10 years ago by Paul Klimov <[email protected]>
Note about embedded documents added to mongodb extension readme

a287403b70fb81ba789a902a293bddb3d53c0434 authored over 10 years ago by Paul Klimov <[email protected]>
yii\mongodb\file\Collection::ensureMongoId() fixed to suppress exception on invalid _id format.

dae1979bf0b06f23b4a19693912823f6fea9ba1c authored over 10 years ago by Paul Klimov <[email protected]>
yii\mongodb\file\ActiveRecord::update() fixed to save the attributes while updating file.

da92b1b232fbe4adc5c5c8a257647660adacff06 authored over 10 years ago by Paul Klimov <[email protected]>
many phpcs fixes

be6567f8d1aa54934376dcb8c57c9c52a0cf9a09 authored over 10 years ago by AlexGx <[email protected]>
Merge pull request #2613 from mongosoft/mongodb

add findAndModify() method to the Collection class

461c3c3ea6914c75238e9fa24bb8233fce5e158a authored over 10 years ago by Paul Klimov <[email protected]>
add findAndModify() method to the Collection class

d1b51d1f2863f94ec00374c4fcc75f075738c270 authored over 10 years ago by Alexander Mohorev <[email protected]>
replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)

30c5449e0f19e7f4f071dcdae35a57cf015d2308 authored over 10 years ago by Tobias Munk <[email protected]>
Merge pull request #2501 from yiisoft/unify-urls

Fixes #2426: Changed URL creation method signatures to be consistent

34b51bea11249124c331c7122e403b5bceccfedb authored over 10 years ago by Alexander Makarov <[email protected]>
updated docs about active relation

a54200dec548387d4aaf5b94ee65a4a7387d7ba6 authored over 10 years ago by Carsten Brandt <[email protected]>
Fixes #2426: Changed URL creation method signatures to be consistent

2dfe3409425bc71856b2847d9006c3fa59e77daa authored over 10 years ago by Alexander Makarov <[email protected]>
merged ActiveQueryInterface and ActiveRelatioInterface

142efb1e6e982d690f431e50df283565b740c6a0 authored over 10 years ago by Carsten Brandt <[email protected]>
made createQuery() config param optional

13b88295f45594a0a64cb8da37b1ad250e62def4 authored over 10 years ago by Carsten Brandt <[email protected]>
WIP merge ActiveRelation into ActiveQuery

allow extending only one class to add scopes, fixes #2146

TODO:

- [ ] adjust guide docs
- [ ] ...

86d09f92976eafc4ef1b630ab3d1ff0ad412dcd4 authored over 10 years ago by Carsten Brandt <[email protected]>
removed useless option

64d3918df720c0cec52c3b7a46c4a356657a65cc authored over 10 years ago by Alexander Mohorev <[email protected]>
refactoring Session component

528ccd471275795e75abb15eadcc75a9217325b8 authored over 10 years ago by Alexander Mohorev <[email protected]>
small typos

6e4985c35d285cfab038660f77296ee49f79ae2c authored over 10 years ago by Alexander Mohorev <[email protected]>
add method findOne() to the Collection class

ddfc624e6ba7c03bb3adda9661f92d2bdd2a5da0 authored over 10 years ago by Alexander Mohorev <[email protected]>
mongodb method "open" not triggered event "after open connection"

95eb0169da7bb5e726fb73dcf704c3785a98dc02 authored over 10 years ago by Alexander Mohorev <[email protected]>
yii\mongodb\Collection::mapReduce() fixed to handle 'inline' output correctly.

5d218160d9d0e608cc3fa2512e5e952a9355dce8 authored over 10 years ago by Paul Klimov <[email protected]>
Removed unused namespace imports

84c4eaaf652c9ba8887060b01c59129f338ab034 authored over 10 years ago by Alexander Makarov <[email protected]>
Merge pull request #2279 from Ragazzo/fixtures_controller_improvements

Fixtures controller improvements

51d91a7d54c387c370df573a4b551757d4eefb04 authored over 10 years ago by Qiang Xue <[email protected]>
renamed ActiveRecord::create() to populateRecord()

- refactored elasticsearch AR to make type and index available in
instantiate(), issue #1313

...

2fa335ea65948336e472b4e293e36723c24a4862 authored over 10 years ago by Carsten Brandt <[email protected]>
fixed active fixtures classes

8e415f8fbf7c73c8cb3e33d86ecf7d2f80a3b3f0 authored over 10 years ago by Mark <[email protected]>
fixed doc links

3049792344be79e5e3e8eb78011ed24bb32704da authored over 10 years ago by Carsten Brandt <[email protected]>
updated phpdoc properties

a288e60b3a7e7db9337c9d8edb9e35f137fca38f authored over 10 years ago by Carsten Brandt <[email protected]>
Renamed `ActiveRecordInterface::createActiveRelation()` to `createRelation()`

8aec647ee628c65e59ed09c83302ac6dfda43914 authored over 10 years ago by Qiang Xue <[email protected]>
Added doc.

5643d764b013da6edf32bbdff9ca3b45b5332943 authored over 10 years ago by Qiang Xue <[email protected]>
data file removed

54d9b1ddd70ec0af386e097ab58263735349edf8 authored over 10 years ago by kate-kate <[email protected]>
local data variable and some code style fixation

a4c3509d3eb3be9e668242901f7a67071f239b1d authored over 10 years ago by kate-kate <[email protected]>
using batchInsert

dde20b109d0398ddb519e6017362f655fcee63db authored over 10 years ago by kate-kate <[email protected]>
refactoring according to the new version

bcd80640ecb663c1b0af6e42aac705a2c8da47a7 authored over 10 years ago by kate-kate <[email protected]>
active fixture for mongodb extension

01ed6d45c416b8b3520d3a55a0a224bccf22e553 authored over 10 years ago by kate-kate <koalaester@gmail,com>
reworked fix for #1993

08e3fd6a3fdf140dd1be6329d76550f013057fe1 authored almost 11 years ago by Carsten Brandt <[email protected]>
afterFind event in AR is now called after relations have been populated

fixes #1993

2c3541037c2db2096d715eaadb3380c3d8c9143d authored almost 11 years ago by Carsten Brandt <[email protected]>
Documentation for "mongodb" extension improved.

ad48812ae2552a55db9da19aa937241b40127af7 authored almost 11 years ago by Paul Klimov <[email protected]>
Doc comments for MongoDB Session updated.

90f339e42c51420c18a939736f9e7915d3d75f81 authored almost 11 years ago by Paul Klimov <[email protected]>
Doc comments for MongoDB Cache fixed.

85e12d98c39de63a46cdbe7380c48efe6b1d5fc0 authored almost 11 years ago by Paul Klimov <[email protected]>
Unit test for MongoDB Cache advanced.

0a2e56702720d4699175318c640f96ba48f32fd4 authored almost 11 years ago by Paul Klimov <[email protected]>
Merge branch 'master' of github.com:yiisoft/yii2 into mongodb-cache

b2a0568d81d089677c471963fb2ff79ecf475c29 authored almost 11 years ago by Paul Klimov <[email protected]>
MongoDB Cache class added as draft.

21bea1d391640c8fd5e517271c6247b80ec00076 authored almost 11 years ago by Paul Klimov <[email protected]>
MongoDB Session class added.

0dcfbb5cfb0d32bb3c73d845dc7327a879a826b1 authored almost 11 years ago by Paul Klimov <[email protected]>
psr-4 change.

7498e2c30675925da8276b5fcd64ec71549a1644 authored almost 11 years ago by Qiang Xue <[email protected]>
psr-4 change.

d9802aacce5c4331696dc059f04c0478af876491 authored almost 11 years ago by Qiang Xue <[email protected]>
adjust directories for PSR-4.

4cf356df8d9ef1faa7f8c4e4e030d84f12df31a7 authored almost 11 years ago by Qiang Xue <[email protected]>
Merge pull request #1872 from tanakahisateru/i18n-ja

Add Japanese Language

b594e0092df0901b0aba6407ade7d52dda61bcc7 authored almost 11 years ago by Qiang Xue <[email protected]>
Merge pull request #1895 from creocoder/yii2-advanced-app-environment-fixes

Yii 2 advanced app environments fix

746dfa2e20a51a58416aa21bc3a004c20b8433f1 authored almost 11 years ago by Qiang Xue <[email protected]>
added CHANGELOG line for message translations

93fe5f7c3950a13bc4b899603e5a9dd0792698ac authored almost 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #1765 from yiisoft/elasticsearch-pk-refactoring

[WIP] Changed elasticsearch AR primary key handling

f6530314e2e264c190715de175d8392b133f3958 authored almost 11 years ago by Carsten Brandt <[email protected]>
Yii 2 advanced app environments usage fix

b4c60c142c6727db93297cc86a07ac05127eed26 authored almost 11 years ago by Alexander Kochetov <[email protected]>
Doc comments at "yii\authclient\widgets\Choice" fixed

6f9850774d386bf5eaf4d34ee96f09de2b38c875 authored almost 11 years ago by Klimov Paul <[email protected]>
Merge pull request #1890 from kartik-v/patch-11

Typo fix for onCondition example

98f3df5ffb40865ba9733497f6cd5a20fafcf52b authored almost 11 years ago by Alexander Makarov <[email protected]>
Typo fix for onCondition example

392f24a99b07bb1d37850774e689fa7c93612b5f authored almost 11 years ago by Kartik Visweswaran <[email protected]>
Touching up beginning sections

Still need to edit/complete rest.

833db337f1d72aad823d339d45e3f68e69125f50 authored almost 11 years ago by Larry Ullman <[email protected]>
Add Japanese translation for command messages

813069a2def41ad23f725105e3eddb96c89792eb authored almost 11 years ago by Hisateru Tanaka <[email protected]>
Add Japanese Language

a455ef2b7e7ddc3ada38933473d0b26efbf2346c authored almost 11 years ago by Hisateru Tanaka <[email protected]>
removed get() shortcut from find()

35b5bd8ef41040929661d381928fa3d9deb44c4a authored almost 11 years ago by Carsten Brandt <[email protected]>
updated docs

3a86270de90b51a94bc86cde0ae1ce0b1d2ace2d authored almost 11 years ago by Carsten Brandt <[email protected]>
fixed test break

31fece562e2e1e1e0cd731e377a6faa30fcb4e1e authored almost 11 years ago by Carsten Brandt <[email protected]>
Merge pull request #1863 from gimox/gimox

Italian typo Fix

a8498358e01435a3e9e5c76388b5f36747e26d0b authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1882 from vova07/1874-ro-lang

Romanian language. Fixes #1874

a4eb54cb079db2add6317f355dbe5461366860ad authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1867 from qiansen1386/master

Add Chinese translation

22e7f9c78598baa0b284b23bcae6eb03c18b4791 authored almost 11 years ago by Alexander Makarov <[email protected]>
Romanian language. Fixes #1874

572a2508a515945f4075dfa163b43955df1dea58 authored almost 11 years ago by vova07 <[email protected]>
Merge pull request #1880 from lucianobaraglia/spanish-message-translation

Added spanish translation

9daac9643ec9a7c7e5d01f733f1ad6928118c982 authored almost 11 years ago by Qiang Xue <[email protected]>
Added spanish translation

ee93c952301fa07564a241fb369210c677d7c8fe authored almost 11 years ago by Luciano Baraglia <[email protected]>
Merge pull request #1879 from lucianobaraglia/master

Typo in MessageController [skip ci]

fcb968d80428f8ade3400740d82ad4b510069368 authored almost 11 years ago by Qiang Xue <[email protected]>
Typo in MessageController [skip ci]

d40065cdc23c47761c3b1d91e8725725645f2369 authored almost 11 years ago by Luciano Baraglia <[email protected]>
And a bit more human-friendly extensions doc

967442e382e91346a19087b5e86a5aab51bce14e authored almost 11 years ago by Alexander Makarov <[email protected]>
Made extensions guide more human-friendly and more specific

ce1c702424296078463c769c3196bf1c2238503b authored almost 11 years ago by Alexander Makarov <[email protected]>
Updated extension guide to suggest stricter naming of packages

d863c9eff5b61923ead56bc397c0511e090ff82e authored almost 11 years ago by Alexander Makarov <[email protected]>
Merge pull request #1877 from plusodinminus/patch-2

Type fix

a5378e413941cd41fb967870a297df853984ec8c authored almost 11 years ago by Alexander Makarov <[email protected]>
Updared extensions guide to include info about PSR-4 autoloading

77dda5e67d36f2a6c427e4943299dc22e64a7880 authored almost 11 years ago by Alexander Makarov <[email protected]>
Type fix

c2c47a99ae1f3bea55cf07be1e51a1ae1174f76f authored almost 11 years ago by Алексей <[email protected]>
Merge pull request #1873 from nineinchnick/polish-translation

Added polish translation

7dd0d97c6e51e8fd52ab443ae92cbb00babf606c authored almost 11 years ago by Alexander Makarov <[email protected]>
fix languages list in messages config

4ac4bff457193980b1ae8280a0d5d62cdc2069a8 authored almost 11 years ago by John Was <[email protected]>
Merge branch 'master' into polish-translation

Conflicts:
framework/yii/messages/config.php

53781a5e20ad2e70b8155b6149b8c1721ac1015d authored almost 11 years ago by John Was <[email protected]>
added polish translation

2ed2cca0e9308a8e5fa5e0da35c40d6677470f73 authored almost 11 years ago by John Was <[email protected]>
Merge pull request #1871 from Theill11/danish-translation

Added translations for danish language

9952b56f052010ae501fdb741aff80025db8c958 authored almost 11 years ago by Qiang Xue <[email protected]>
Added translations for danish language

3010cbdff498799233126024311fb8b4b430bbaa authored almost 11 years ago by Johnny Theill <[email protected]>
Update yii.php

ac5b6b34a23dce0cd35d8d396b89c86011497403 authored almost 11 years ago by 东方孤思子(钱森) <[email protected]>
Correction of chinese core message translation.

Signed-off-by: qiansen1386 <[email protected]>

148fee982ae386e29292175eb7f396271c082783 authored almost 11 years ago by qiansen1386 <[email protected]>
Polish Chinese translation. Symbols

Signed-off-by: qiansen1386 <[email protected]>

f8f8903a7e6ea6b6869e2f3d733790875114b8e3 authored almost 11 years ago by qiansen1386 <[email protected]>
Continue to polish chinese Translation. Fix all the issue mentioned by @samdark. Removed all comments.

Signed-off-by: qiansen1386 <[email protected]>

fff8e62113fee51be9e3e238034483ba6dae0c6d authored almost 11 years ago by qiansen1386 <[email protected]>
polish the Translation

7f2280ac0adba075aa3f4d37815c3ef29e292143 authored almost 11 years ago by 东方孤思子(钱森) <[email protected]>
Add Chinese translation

Signed-off-by: qiansen1386 <[email protected]>

b405969d3e766b5506ee4d7e9271f799a9d0120e authored almost 11 years ago by qiansen1386 <[email protected]>
Edited existing content, sketched out "Creating Your Own Behavior"

Undoubtedly will need to update “Creating Your Own Behavior” to reflect
changes in Yii 2.

9edeb37e53cea7b63990a5bd19c94e49ddba9646 authored almost 11 years ago by Larry Ullman <[email protected]>
Updated copyright on title

I assume you’d want this to be updated to 2014.

1c692bce25c730b58c62972147a57ac9923606b6 authored almost 11 years ago by Larry Ullman <[email protected]>
Fixes #1866: fixed German translation message

e0a8e06136ec691964ba893be3393623c275f3a6 authored almost 11 years ago by Alexander Makarov <[email protected]>
Fixed italian translation

d0731ab270f9aec6644c96aa8c0826676909c20c authored almost 11 years ago by gimox <[email protected]>
Added missing translation for Russian messages

dfc079f679a17e8129f33dae9bff75827898b47d authored almost 11 years ago by Alexander Makarov <[email protected]>
fixed german translation

319bca8616f27c4cae633943740572dd5a8939c5 authored almost 11 years ago by Carsten Brandt <[email protected]>
Better names for PHP error-exceptions

5fc01bce6905ca3530527cf7ab546fb7d900f583 authored almost 11 years ago by Alexander Makarov <[email protected]>
fixed de translation

9fb50b911a5313115cf76a2b7fb21817e7b35c63 authored almost 11 years ago by Carsten Brandt <[email protected]>
Update Language Translation

eb4cdd68351ef336237028f129016c58f576ae73 authored almost 11 years ago by gimox <[email protected]>
Changed Mongo → MongoDB in exception messages and logs

65b2aa82a604637a53e72672e4608db4e62ad15f authored almost 11 years ago by Alexander Makarov <[email protected]>