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

Add getDocumentNamespaces method

952128896225090d64e0d1d5bd0ded0c3f7ef68e authored over 12 years ago
Don't include same id many times in $in fixes #409

dc8c322afac89b3b02d58d1013098c815c21f189 authored over 12 years ago
Fix issue with preparing newObj. fixes #385

e714de8aa2bc30d8b7f7b2406426ffc7912f8683 authored over 12 years ago
Add test for #267

3732163ff2aa43f00a7958ad0fca4ed27efe480c authored over 12 years ago
Handle if type is only set to file. fixes #247

bc62751d21ff15f6122d5a22bc107a45032ca5e7 authored over 12 years ago
Fix too much string casting. fixes #245

8e3cb5b6140f20ff61e1bba13cc46466c5757b02 authored over 12 years ago
Use id abstraction instead of (string) $mongoId. fixes #231

befb8e2b7c8f860d3a92659b2950a6064c3cbafd authored over 12 years ago
Revert "Merge pull request #318 from tystr/dbref-prepare-query"

This reverts commit d5c28e319b0b3480a4d10066c5c59d968e559f90, reversing
changes made to 063d0152...

f6dd6670daf05e46332a6227e446cec0a5e30013 authored over 12 years ago
Merge pull request #357 from romainneutron/master

Fix findAndModify hydration after initialization and "new" option

61c5675e154348539bca9b9381e4db9abc414cc3 authored over 12 years ago
Merge pull request #318 from tystr/dbref-prepare-query

Automatically handle querying by referenced document's id, if it is a DBRef

d5c28e319b0b3480a4d10066c5c59d968e559f90 authored over 12 years ago
Merge pull request #404 from tlync/fix-set-strategy-with-embedmany

Fix wrong $set behavior with embed many collections

063d0152511fe3e581db3cba1dd72a9a7ad00875 authored over 12 years ago
Coding standards fix.

72be5773e96f11b6af55069968eb6b3b5e7501df authored over 12 years ago
Merge pull request #387 from Angerslave/master

Fix #386 - prepareQueryElement and complicated set impossibility

defa6d8331eae7077e46279b38de76ca90ddc54a authored over 12 years ago
Fixed issue with sort on reference many owning side loading. fixes #403

72318c519eee1a61dd182a54004972d5e1617f54 authored over 12 years ago
Merge branch 'master' of github.com:doctrine/mongodb-odm

a8b40034ac44ba3f3abe26dc59c501ee425ea66f authored over 12 years ago
Fix sandbox UserRepository.

cb6a6c266b0cc375bb25989a328748e2222bead7 authored over 12 years ago
Merge pull request #423 from BilgeXA/uuid-strategy

Moved default UUID salt into generator

f381adbed023bb293a4fa0a2244f872800491fa5 authored over 12 years ago
Fix internal query that does not work when using discriminatorMap and no targetDocument.

33e0bc0478eb57fab0b396c609dc70b9ea8b2e35 authored over 12 years ago
Set default salt in generate() call removing the need for an exception.

4af19fb4e11c0eff127b0f77dddd672cf4b60d6a authored over 12 years ago
Moved default UUID salt into generator. A class should store its own default values because this makes the class easier to use.

53cf6496bf6db34c777cd9617b854571e06cd897 authored over 12 years ago
Merge branch 'alnumgenerator-optimize'

cbf45c34c2663f184afd907ec944c2cecc8dc2ac authored over 12 years ago
Fixed code formatting.

Added comments for setters.

86649b61eb9880c135bd125b6e66a3b96ff70524 authored over 12 years ago
Faster algorithm with support for larger numbers.

6565f32d88f8f1003def847e02b3a6b70ad1c6c2 authored over 12 years ago
Revise the mapping type notes from #43

1fcc5d26e71d7468ad37bd738dd218b55d371b32 authored over 12 years ago
Merge pull request #358 from doctrine/uow-date-comparison

Use DateType in UoW to skip equivalent date values

4a5457eb713b12d6124db9817c634533d8018044 authored over 12 years ago
Merge pull request #401 from asafdav/master

Added support for "set" strategy in loadReferenceManyCollectionInverseSide

aa94b38350d516b1347c6d2b595e5ebe04342252 authored over 12 years ago
Merge pull request #402 from extr3m0/master

Added support for custom ID generators

1052a8f9582555833cc747eb7a5245bb8e9e3d15 authored over 12 years ago
Merge pull request #412 from yvann/master

There was an issue when using the @distance field for geospatial queries and metadata cache

56a24c6facd9da41f7b35578161163edf4d71033 authored over 12 years ago
Add test coverage for ReferenceMany on gridfs files.

b747850c55cfdba87efa64424df599480cbfb69d authored over 12 years ago
Merge pull request #418 from analogic/patch-3

Unset parentAssociation while detaching document

140b3e2baa2f5eec738a3f4141f8c464cf822ec3 authored over 12 years ago
Merge pull request #45 from iampersistent/master

fixes in xml embedded mapping

07269b2950c5fd85758c7edc9aa77e2620381cef authored over 12 years ago
fix the documentation for xml embedded mapping

fa913af587ad204c202457553e78f2cd94040ec0 authored over 12 years ago
Unset parentAssociation while detaching document

Current code is not allowing detached objects cleared by garbage collector. (UoW eating all memo...

082d67e930faadac286a0aa1d20a86559ce00b74 authored over 12 years ago
Merge pull request #417 from adrienbrault/improv-travis-file

Cleaner Travis CI file

bee032c2439d15b24483128d7994604db0a871c6 authored over 12 years ago
Cleaner Travis CI file

075f4c8ce8247b4f71894e77d3c148139cf8c5e8 authored over 12 years ago
Serialized distance field only if it exists and added tests

a1e5cf471b587ff607aa3338a3c716401e2da81c authored over 12 years ago
Merge pull request #44 from barelon/patch-2

Correctly order annotations alphabetically

9d192fec7d4b688b8ebf004399da8215e52c0778 authored over 12 years ago
Correctly order annotations alphabetically

`@Int`, `@PreLoad` and `@ReferenceOne` were not at their correct places in the alphabetical listing

055236ee4f5f04de3f2baec049cf1a43046a23f8 authored over 12 years ago
Serialized the distance field

425379296405f1c35e1cae44ad3bcb26504e2d94 authored over 12 years ago
Require mongodb service in Travis CI

76a75f24e125fd01640c151710e2809059dc814a authored over 12 years ago
Merge pull request #42 from mvriel/patch-1

Added documentation for expireAfterSeconds

0af92a974f0d8c86f294abe21994f65d1bf12882 authored over 12 years ago
Merge pull request #43 from Sgoettschkes/doctrine_mapping_types_explained

Doctrine mapping types explained

70ac4254cc39c11f07c92284726e819980e4c06a authored over 12 years ago
A first version as to special types are mapped within mongodb odm

2e54b33bb0cb5b923493e249447b5151282713f4 authored over 12 years ago
Fix wrong set strategy with embed many collections

ae4e4cc1d767e54eccd8d418ace64f030b1a7d7e authored over 12 years ago
Added support for custom ID generators.

e2e58f49fd72aeb7637509724fd0699ee8540529 authored over 12 years ago
Added support for 'set' startegy

ec69eaa2c5fc825a797bcb38e5eb20f4187a8949 authored over 12 years ago
Merge remote-tracking branch 'upstream/master'

cad3900134ec2e2a5f36ccdbb94e3ec3dc098c64 authored over 12 years ago
Remove phpstorm files

66780d16b98b1115af298adc1d1d67aff6f534ab authored over 12 years ago
Remove phpstorm files

d252793a09bc5c168d35a250a4b397c538f72ed1 authored over 12 years ago
phpstorm files

32c4f38da24c81b4a14d313c3e87c30e7bc0fd40 authored over 12 years ago
Merge pull request #397 from mvriel/expireAfterSeconds-index-option

Added support for the expireAfterSeconds option for an Index

43f678b345a46d8399d86305a3d6947b3d19cfca authored over 12 years ago
Added documentation for expireAfterSeconds

ca72374ec261f7f4ec1249cf0c29aa6c344edb08 authored over 12 years ago
Added support for the expireAfterSeconds option for an Index

This option allows documents to expire after a given amount of seconds.

The `expireAfterSeconds...

394619ee0ddd2e953d1cda62642e1d9683bfd6c0 authored over 12 years ago
Fix strict standards notice.

70521c1c654ef6a42a7e88ed9bb98f9d3fe9fc0c authored over 12 years ago
Speed up UoW computeAssociationChanges() for large batch insertions

Profiling an insertion test of 50,000 documents with associations revealed that 44% of execution...

6653a60619172fdef9c9669c815c053cb409d938 authored over 12 years ago
Merge pull request #41 from DenisGorbachev/patch-4

Update en/reference/indexes.rst

436e4dce875bcde678e606079d49faf7bd3a37df authored over 12 years ago
Update en/reference/indexes.rst

47b8d412bc5365d85bd6a4580e33cac9b0fa4362 authored over 12 years ago
Use canonical version for branch alias

6c1eb69404866721c6e55e6ecb309fa8b989be17 authored over 12 years ago
Add upper constraint for doctrine/mongodb dependency version

a04a81be1eb2b98f5e11c316fbe62dee15b3c402 authored over 12 years ago
Alias dev-master as 1.0-dev in composer.json

84f6da6a933c2b1a6973840c6e69f4b8ba9587ff authored over 12 years ago
CS: Single-line use statements, don't use global classes

1feb4f9406f1b2fe0c6d6a698a62819e75637506 authored over 12 years ago
Clean up doc blocks and add missing license headers

Remove project URL, license and source control version from doc blocks. Make since tags consiste...

40b593c1bcda36c4e4cb59322afd69e1183a0a47 authored over 12 years ago
Fix CS in annotation classes

eb643f152f9697685f65e6da8ba7e50c12c38d58 authored over 12 years ago
Fix #386 - prepareQueryElement field name is collection row pointer

71a1618495541b5d724446a702ee0483f292b8e1 authored over 12 years ago
Making annotations PSR-0 autoloadable

1a427689845179c4546bccc0da852bcd7d036a6c authored over 12 years ago
Fix bad references to DBAL classes in custom field type example

d9a13b33f0fa8a3ee3ae25bb42a016fcc56adcd4 authored over 12 years ago
Update comments on custom field type example

cf4a22f98c109e9efe20e89a52500e00db8e84f9 authored over 12 years ago
Merge pull request #34 from khepin/custom_types

Custom type only works with closure

d401a8870fb0aa719da9de7a2a8487c57ac92b72 authored over 12 years ago
Merge pull request #390 from pierrre/master

Fix #389

612229ac4fe65337352d0b4ba2dbdbd662d195de authored over 12 years ago
Add fix for #389

f1665fa1a5865d7b50fe42931057eb6cb2c93e48 authored over 12 years ago
Add fail test for #389

2040ce687831dfb4d7126ae30c684aa3585c3423 authored over 12 years ago
Specify upper bounds on dependency versions

Conflicts:

composer.json

2e5fa7cafd96240fc49783e4e02d1e577a1d34ac authored over 12 years ago
Use version dependency for doctrine/mongodb

4f199dfb611ae5d75768e0d4522bcf0d8dc1a4e4 authored over 12 years ago
Fix #386 - prepareQueryElement and complicated set impossibility

3cb50b2e06dea1ca6a752f9d5a6fbb8b0125e4d7 authored over 12 years ago
Fix DB conversion for MongoTimestamp objects

f0bb4c6404a95bc8c12474dee7a09923bbff3b45 authored over 12 years ago
Merge pull request #379 from tlync/fix-clearcache-command

Invalid argument error in doctrine:mongodb:cache:clear-metadata

56e0aed475ec862e213207c2be0180069951119d authored over 12 years ago
Fix invalid argument error in doctrine:mongodb:cache:clear-metadata command.

There is bug when cache entries were successfully deleted in the command.
Latest(2.2) doctrine's...

88ed0d45b3d5da1921654d5920ce730de37e09cc authored over 12 years ago
Revert "Remove unnecessary code that uses deprecated mongo extension method."

This reverts commit 242a3f5288950378b7652f17480e592485bcec39.

a545be290054725342348247cbc548cc93e8de27 authored over 12 years ago
Don't load reference where id is not set yet.

0601520d74777e265c3126571e3b7650a3260a7d authored over 12 years ago
Adding description of some php types to Doctrine Mapping Types

First example for #39

a877acb60fd9049b8b70689ceaab760009fc48b3 authored over 12 years ago
Remove unnecessary code that uses deprecated mongo extension method.

242a3f5288950378b7652f17480e592485bcec39 authored over 12 years ago
Update test suite driver to 1.2.12

Also remove suppression of deprecation notices, which was added for the 1.2.11 driver.

c51c505fa47fd1ce001d89c0d2efa969621b798c authored over 12 years ago
Merge pull request #370 from stof/older_common

Made the ODM compatible with Common 2.2 again

71c5d648025bd459d10ee3c6e10790db007f8164 authored over 12 years ago
Made the ODM compatible with Common 2.2 again

e3730444ad802d08be761f9d23d8e1aea7eb4ba4 authored over 12 years ago
Merge pull request #350 from stof/common_mapping

Common mapping

48add00366dbb407b47dd6e00d62e67c7e2d5637 authored over 12 years ago
Added a dedicated MappingException extending the Common one.

6220a2335261899473efcf97bf0df38ced91af80 authored over 12 years ago
Merge pull request #365 from doctrine/find-where-reduce

[Query] Do not test $where criteria being set by reduce JavaScript

846e8f54ac7c35ed6be91444f0e540a746d48caf authored over 12 years ago
Update travis.yml to test against multiple driver versions

New drivers can be easily added, but we'll skip 1.2.10 due to GridFS segfaults

926d0848980b023e539d7a27a7444b43ea6cdeab authored over 12 years ago
Ignore E_DEPRECATED warning in tests for driver version 1.2.11+

f5b500af72d535fafd1309744db31016eb6daf8c authored over 12 years ago
Merge pull request #364 from doctrine/bindata-custom

Fix BinDataTest for PECL driver 1.2.11+

d2ea591e3eb9851c8ffcb0880874835ce0221fe2 authored over 12 years ago
Fix BinDataTest for PECL driver 1.2.11+

See: https://jira.mongodb.org/browse/PHP-408

ee64632e621260d1e2c72acf6ab9cab5f65dcfac authored over 12 years ago
Fix `PHP Fatal error: Using $this when not in object context`

7cbae36202074fc1b64c00d32b69d4aefff54b57 authored over 12 years ago
Removed the PHPDriver in favor of the Common StaticPHPDriver

d0a31eba8733061a7e55f8dffd53e760814a8341 authored over 12 years ago
Removed unused use statements

7254d017a4e0b814847763ea0972430cd62e26ef authored over 12 years ago
Removed unused methods in the exception class

15e602c480847f4f3511f52814f96932cb59ce47 authored over 12 years ago
Removed unused abstract class

All file-based mapping drivers now use the abstract FileDriver available
in Common.

a93c71f438a50f972e2d780628b05c26ea4e1a21 authored over 12 years ago
Fixed the annotation driver

609b92f05b8b4ea5ded04e29bfb2a45b105c62f8 authored over 12 years ago
Refactored the mapping drivers to use the base drivers from Common

583f6fdbc9994af3573ae3be7c08ab7133bffbf2 authored over 12 years ago
Updated the composer constraint to require Common 2.3.*

The abstract classmetadata factory changed between 2.2 and 2.3

eba5d74a991a48d611ba4583171fb7c7a322c212 authored over 12 years ago
Refactored the class metadata factory to use the code of Common 2.3

50e8d3ddb9918ff6831952d8df524c3252a90f55 authored over 12 years ago