Ecosyste.ms: OpenCollective

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

github.com/doctrine/mongodb-odm

The Official PHP MongoDB ORM/ODM
https://github.com/doctrine/mongodb-odm

Merge pull request #960

4836468d5161eae543c9d0e20ef74f01b4876eaf authored about 10 years ago
Note missing getter/setter methods in introduction docs

247fb09bbeb186e1c63f232f2f71ba466c6bf374 authored about 10 years ago
Merge pull request #948

f640e30d37dd996f1ddeffd8555988999aecf68d authored about 10 years ago
Refactor DocumentRepository::matching() patch and test (#948)

42741cdc210da01840586db9573fed102c2e5c78 authored about 10 years ago
Allow DocumentRepository::matching() to accept Criteria w/o "where"

7f245b8f8aaef721c7b1f1c3c0c2a1c68995c286 authored about 10 years ago
Merge pull request #966

924f4cb5aea0b1c3352e5df36f652b56f5d1fb04 authored about 10 years ago
Fix typo @ReferenceMany to @ReferenceOne

e20330e2b064327ec837f0e4e0112d51f768f5ff authored about 10 years ago
Merge pull request #981

b00177ce241214cfaf2eb2a01885d964a55a8ed8 authored about 10 years ago
Always initialize PersistentCollection before update

This is a non-functional change, since setCollection() will initialize the PersistentCollection ...

a097f55ade0a3428e43707bf8db1fe3bff4de5b2 authored about 10 years ago
Regression test for #921 (replaces #963's test)

This test was originally created shortly after #921 was reported, although it was never publishe...

819577f8b884b9587022eda8adcf012d5e265650 authored about 10 years ago
PersistentCollection may still be dirty after initialization

This restores the isDirty assignment, which was erroneously removed in bd573cb7def6ab22df8c465b0...

f3f289866293c8173b7e3429c7cacd3fed3ab0be authored about 10 years ago
Add test for issue #963

fb9a4a82a5b2aa59f289224e6fba47a3054989a6 authored about 10 years ago
Fix PersistentCollection init state during flush()

Fixes #921 and #963

ed2467443ff702008b40e27a1fb5e5b8666c4d0e authored about 10 years ago
Merge pull request #1013 from doctrine/regression-tests

Add regression tests for non-reproducible bug reports

dcea4d3cf0b01aaa79b51f16a7d95f4ef725ef69 authored about 10 years ago
Add regression tests for non-reproducible bug reports

Related to: #832 and #928

901b5cfa429499ab05dd8e46886c0114914b166d authored about 10 years ago
Merge pull request #1012 from doctrine/bindata-test

Fix BinDataTest for driver 1.6+

679143797884da0082e95f3b1b034c63b914f57c authored about 10 years ago
Fix BinDataTest for driver 1.6+

Driver 1.6+ validates that binary data for the RFC4122 sub-type is 16-bytes.

d82c773f0a79f0c70c0ca8386525584fb5f6523d authored about 10 years ago
Merge pull request #1 from robholmes/embeddedPrimingFix

Fix code to match coding standards required by doctrine/mongodb-odm team

db3c71197df88775120a23b912defeb5ac3d1db5 authored about 10 years ago
Fix code to match coding standards required by doctrine/mongodb-odm team

a308e8e2200b26990f4b5e35fb1fb3e952535e39 authored about 10 years ago
Merge pull request #1006 from doctrine/file-notsaved

Functional test for NotSaved and GridFS metadata fields

23152aa353c7790af2970f204580e689fad494bf authored about 10 years ago
Functional test for NotSaved and GridFS metadata fields

This tests the File annotation example that was added in 621a4481c9fe8f71fc12fdd01ebd1f9d501f438...

87756f6b9a0450760aba6e5a3316fcbbdf5eae45 authored about 10 years ago
Merge pull request #1005 from doctrine/docs

Documentation cleanup

92b32ee2a4e4742b77b9e95961c53e240fd30619 authored about 10 years ago
[docs] Revise annotation references

Large changes to embed docs, GridFS files, and indexes. Additionally, the following outstanding ...

621a4481c9fe8f71fc12fdd01ebd1f9d501f4381 authored about 10 years ago
[docs] Revise DBRef link

Prefer the MongoDB documentation over PHP's MongoDBRef utility class.

c8a0ed26f3cc515dee00da170e9c414113ba1295 authored about 10 years ago
Merge pull request #1004 from doctrine/uuid-rfc4122

Create BinData type for RFC 4122 UUIDs

31542dcacccd7b69db9b5395fd85429ff693111b authored about 10 years ago
Changelog entry for 4122 UUID binary data type

4eae30e3a7f2e798506f1e1ec1f0e0b92ab23fe2 authored about 10 years ago
Create BinData type for RFC 4122 UUIDs

This is the preferred binary data sub-type for UUIDs, as the driver enforces size validation. Th...

79e95b6b24bf4a8f68d729c921332c87bfa3cf6d authored about 10 years ago
[docs] Revise BinData annotation and mapping documentation

34d492f34bb75e8d8872cea84a0b97c6e5d07a8a authored about 10 years ago
Merge pull request #973

113adb38a0311a73b28aa011c3acc83e047e9abc authored about 10 years ago
Fix binary mapping type names

The documentation on the names of binary mapping types is wrong/outdated. This PR fixes the issue.

35223d1d6d18857921a748213b5289d87c69d2bf authored about 10 years ago
Merge pull request #990

613be17a85b1a64aaa457c857a745edf0c821bb5 authored about 10 years ago
[Docs] Document Version annotation

Fixes #982. Documentation for locking strategies are still missing (see: #429).

7944d1a775f22b18392cd989eb4ac34232178e24 authored about 10 years ago
Merge pull request #1000

311659c2e208829abe9419299a308959c3bd996b authored about 10 years ago
[doc] Fix incorrect namespace in YAML code sample

865bbf7644e99fc8beed1291164e91e72b1f0d02 authored about 10 years ago
Fix error in example console code

`HelperSet` is an object not a function and should be instantiated with the `new` operator.

39f8e560831c980ecbae0201b3fcbaf8f4c0a6f0 authored about 10 years ago
Fix embedded documents on inherited referenced documents

3c1d6e8c44823f1d2021808038aa15f713e6cad4 authored about 10 years ago
Test case for ticket #872

19342031b798239715283a0c0a31f86c84c2f2b6 authored about 10 years ago
Added doumentation for UnitOfWork->getDocumentChangeSet

f50157e45f7e6efd25e5b9a2afabd0203f61971d authored about 10 years ago
Added docs

294da136806eb3a99c295d43b994b0dc292c8995 authored about 10 years ago
Allow usage of capped collections via XML driver

7c4c0cafe2be44c1d751a006a7c10432a7c436fd authored about 10 years ago
Do not set customRepository for EmbeddedDocument

af1e7fe33b1e2736507c3d9d32daa44f99aa0852 authored about 10 years ago
Added a unit test. All unit tests pass including the new one.

f353062ecaec99cbfb1cab292b1404cc5e3ac1ba authored over 10 years ago
Fix for issue #624. Allows for the priming of references in embedded documents. This commit has debug code removed, code organization streamlined, and extraneous comments have been removed. An explanatory passage has been added.

7aaa484362ad0b8399df448cf32e4a4941c73ffe authored over 10 years ago
Fix for issue #624. Allows for the priming of references in embedded documents. This still has the debug code inside.

60dcf27b9b9382295701a89e241e32625d035f51 authored over 10 years ago
Merge pull request #956 from doctrine/instantiator

Use Doctrine Instantiator for ClassMetadata new instance creation

29bdaa310f791fc0ec439fe2935348dfce4797c3 authored over 10 years ago
Link pull request reference in changelog

44bc0ef9dd417a3c1d6d6310b87d9b1a77c7c965 authored over 10 years ago
Use Doctrine Instantiator for ClassMetadata new instance creation

As mentioned in the changelog, __clone() methods will no longer be invoked. This is a BC break f...

1fec1cbc19ad24018937cd8d793ce8719f31a1af authored over 10 years ago
Test against PHP 5.6 and latest driver releases for each minor version

ada5971ad7e4aa086c413ffd85d1269435ac8a46 authored over 10 years ago
Merge pull request #951

096b5ef69cf69bb87efc6075119e96ff392cec84 authored over 10 years ago
Fix orphan-removal in XML driver

e22f13251d884fe3bd4b48d83bea736dc720504e authored over 10 years ago
Merge pull request #947 from ifdattic/patch-1

Fix typo: duplicate "stored"

01146e1fa8a3c855d6f22f2c459666ce8e445e9d authored over 10 years ago
Fix typo: duplicate "stored"

d07a1aaf950884766ec18f6fb5ac69d46b7a751a authored over 10 years ago
Merge pull request #942

10e7e22a200b6d1e1565651486534b12267dd9f0 authored over 10 years ago
Regression test for #942 (discriminator not set on insert/upsert)

bae06b47324845811f933359deda66aad7c39ff9 authored over 10 years ago
Ensure discriminator field is always set on insert/upsert

Previously, if the discriminator value was not set (e.g. no map defined), the discriminator fiel...

fc6d5508cb2ae86434a89cd65500aed21b589909 authored over 10 years ago
Merge pull request #903 from doctrine/remove-isCascadeCallbacks

Remove obsolete "callbacks" cascade option

6f812184f3fe645da4902fc20148eccf0a9539bf authored over 10 years ago
Remove obsolete "callbacks" cascade option

Removes "callbacks" from the $mapping['cascade'] array and the $mapping['isCascadeCallbacks'] bo...

07da55455b2ab2d917f9c82c82dafdf0f431b392 authored over 10 years ago
Merge pull request #936

Fix remove cascade through uninitialized Proxy objects

20ac9aad848c669f458d56e2e7c684178629f728 authored over 10 years ago
Fix remove cascade through uninitialized Proxy objects

Corresponding ORM fix: doctrine/doctrine2@acaf08d4b751f1fc9772de5c0e0c5d8371722f17

See: http://...

47a5f0e2d2d184d08e71d53a01dcc2c709efa2e6 authored over 10 years ago
Merge pull request #935 from doctrine/cleanup-xsd

Remove redundant use="optional" attributes in XSD

df63567541215dad95b8bbcf6f70609d9b012053 authored over 10 years ago
Remove redundant use="optional" attributes in XSD

0145e3eefd23e544dc7e841c0b4001e8aeaddd3c authored over 10 years ago
Merge pull request #934 from doctrine/require-target-document

Simple references should require target document

34323e6af1f15f958ea23746f10a658860f197c7 authored over 10 years ago
Simple references should require target document

492522205c9d91dd816ac4cd27bee7579f43a166 authored over 10 years ago
Merge pull request #926

3e8e2870bbc79f278fa1af9b4fe61f45be04891a authored over 10 years ago
Make "target-document" optional for associations (in XSD)

fa1e386e0cc085d469e4de0e4597fb5adeca1eac authored over 10 years ago
Merge pull request #931 from doctrine/pb-cleanup

PersistentCollection and PersistenceBuilder cleanup

b29521eb51e213d44525ad86ebd4538723da4cf4 authored over 10 years ago
OC refactoring for PersistentCollection

This removes an assignment of isDirty to true after iterating through "NEW objects"; however, si...

bd573cb7def6ab22df8c465b0d79003d26e28046 authored over 10 years ago
Remove unreachable code in PersistenceBuilder

Many-type associations are skipped earlier in the function, so these blocks are no longer reached.

f35df909317a0aefbfbb4a52071911a39e92bf88 authored over 10 years ago
Merge pull request #930 from doctrine/doc-resolve-target-document-listener

Document ResolveTargetDocumentListener

e6a8ff4c63c4147ae67084cad1f4b67480781999 authored over 10 years ago
Document ResolveTargetDocumentListener (fixes #904)

77815d51975bf8d41ca6ec9f845dbe5a76d35937 authored over 10 years ago
Merge pull request #923 from ZCJ/master

Update inheritance-mapping.rst

66b78196b53d2984d6ed389806224823cd6b9b12 authored over 10 years ago
Update inheritance-mapping.rst

"discriminatorMap: type" -> "discriminatorField: type"

de5c9208bae1e9d1f654abc6d30883bf78bf8a71 authored over 10 years ago
Merge pull request #913 from doctrine/filter-docs

Document filter class usage and configuration

c2f6fccd266ca5cce022e0571acf55511dd75741 authored over 10 years ago
Document filter class usage and configuration (fixes #899)

c9e029d0f8034f570b6fb6938833ca33a92eb23c authored over 10 years ago
Rename array key for filter class option in Configuration

a25006e7e53ff262f0203610e878847e0d31e033 authored over 10 years ago
Merge pull request #908

8b7ae05b8af4eaa4cc2e26e16bc4a41d380b9a62 authored over 10 years ago
Ensure BsonFilter::$parameters is initialized

d2b6fdd40738c30862d435737f3ff7fa8b8efd22 authored over 10 years ago
Clean up filter doc blocks in Configuration

f2120e83fb063d760efc1bc65aede03ef4a5dc85 authored over 10 years ago
Support filter parameters in Configuration

1051abc657f6bf6be3598c0454193c5dc6687b13 authored over 10 years ago
Merge pull request #814

f650a3848e26adfb0a6ba91bef94f64c95b50fdc authored over 10 years ago
Document Priming References and hydration

Updated to explain potential pitfall with disabling hydration while enabling primed references.
...

9eb0f73c808b500a4683c9ce6f8a3a9ed257cc17 authored over 10 years ago
Update changelog for 1.0.0-BETA11

d6110fa6840370fc49c5492cb6a30d8432ddfa8d authored over 10 years ago
Add ResolveTargetDocumentListener section to 1.0.0-BETA10 changelog

e60c18ced99fbc4152ed4187964dfa4e7b92dfbf authored over 10 years ago
Merge pull request #888

a6bd9a83374dcaa6612cadd8bd56b0e8bb8706d9 authored over 10 years ago
Ensure "cascade" mapping is set for ResolveTargetDocumentListener

ResolveTargetDocumentListener expects $mapping['cascade'] to be set, while it previously may not...

cf7e10ebedefedca5791e83095d7bbd18c5cdbf5 authored over 10 years ago
Merge pull request #897

df791278dc41a213849276eff1f27b8ab837979d authored over 10 years ago
Rewrite #897 fix and test to be consistent with ORM

This makes the test more in line with the corresponding ORM fix in doctrine/doctrine2@d473824279...

f96aa69737c0c18c53bc4f329537c52528395a4e authored over 10 years ago
Fix undefined index error recomputing changesets for documents without one

864a5450924a32232a4acd48b0a7102700f5e29a authored over 10 years ago
Merge pull request #893

1703f4c06ce9935117f8e2918a3354bd6579d39e authored over 10 years ago
Fix the "Erroneous data format for unserializing" error message

1dce88a400107e5ba393825ecfcc6988e4d63df1 authored over 10 years ago
Use existing ReflectionClass for ClassMetadata new instance creation

5b067d8701c98358d7f7ee872b01f4b9e204c217 authored over 10 years ago
Merge pull request #900 from doctrine/fix-references-test

Fix ReferencesTest failure with Doctrine Common 2.4.2

0314e9c62beff45005d57338157dbc2eee90cf18 authored over 10 years ago
Use PHPUnit expectedException annotation

77c9de75a6e89106305ff2217820c49068658187 authored over 10 years ago
Remove test for ReferenceOne with null identifier

This test was originally added alongside a ReferenceMany test in d1b0ed3571048d382c58d81acbf5fce...

013c869992130d7ea362112fedea92d29f1c2a6f authored over 10 years ago
Merge pull request #815

9828ad004fcbd37f0bd7bb5ade98ec40c3bb7f55 authored over 10 years ago
Added references() and includesReferenceTo() to Query Builder reference

3ab81e868ae073df7db9ae06c22d531da0e3fb0b authored over 10 years ago
Revise docs for query builder reference method examples

dbec24425033594ce42ead625293b8b132404b9f authored over 10 years ago
Merge pull request #876

36d054456c27b5c087e1ab458adb9a798a935de0 authored over 10 years ago
Added missing GENERATOR_TYPES

7404c2381a59c09b21c1c881bcb07d66494d63bc authored over 10 years ago
Merge pull request #894 from doctrine/doc-console-commands

Remove Version class refs and revise console command docs

468fd990cbb857ebfd232d8ee4c4bb9a118e11a9 authored over 10 years ago