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 #533 from tecbot/timestamp-fallback

add fallback for timestamp in date type

41834c2d5a14f29d66900dea2c12d7840a431c5c authored almost 12 years ago
Merge pull request #535 from doctrine/gh529

Fix handling of non-ObjectId strings in IntType

7283d3540208504b6976e8e6777ff3a055ea98cc authored almost 12 years ago
Refactor UnitOfWorkTest and DocumentPersisterMock

Added some additional assertions to the NotifyPropertyChanged test and fixed some code formatting.

fc38c3f7a689dbe53ed354a1eae2fbf6d1d10462 authored almost 12 years ago
Fix persist() loop in GH453Test

Collection::forAll() stops iterating after the first callback invocation returns a falsey value,...

546163bd17ca7a14ecf5e8b773011b632d592c6d authored almost 12 years ago
Use consistent types for identifiers in tests

These tests caused exceptions before #529 was fixed. While they now pass, it's a good idea to us...

cf408b8a844190ef8f18ba22ebab0281ffed1ae1 authored almost 12 years ago
Do not schedule documents with inconsistent IDs for upsert

Documents using IdType that have identifiers invalid for a MongoId constructor were previously u...

88a7dbcd57dcb74f89a3f6aead86dbe49eb2a5db authored almost 12 years ago
Test that generated IDs are available after flush (closes #529)

Additionally, ensure behavior is not changed for alternative ID types.

8b5bb3926fba8df529f27634ce95811d71de7c8b authored almost 12 years ago
Ignore MongoId constructor exceptions in IdType

Driver 1.4+ will throw an exception if the MongoId constructor argument is invalid. Preserve exi...

e1b9f0d1b98cd0aa0918e383d06060552b593aba authored almost 12 years ago
fix also load if the database name is not equal to field name

65c0e3695cd4367028a8b5481078a97f8242e252 authored almost 12 years ago
add fallback for timestamp in date type

d1b33c8137854a6166aa80ab1038e05895441a52 authored almost 12 years ago
added also load and not saved option to xml driver

87adfb8a034e0b3118a8afa0be5a9dc989394013 authored almost 12 years ago
Merge pull request #527 from zimride/master

Use non-strict comparison for existing indexes

ecb57e843227269b3fed192dc6619f719a75dd0d authored almost 12 years ago
use non-strict equality check for existing indexes

796977fbe18c4c2c1e6380dc2746fd7f73f43122 authored almost 12 years ago
Fix some instances of monospace formatting

ba287a4f6d2e988d351f634f11d24710024decc8 authored almost 12 years ago
IntIdType can simply extend IntType

5283c180e8f6dac78e80df4ceb2d31c2e9ce7de0 authored almost 12 years ago
Add integer ID type and default to it for increment generator.

df334908aa1240ed7cd22c54bdc5eb8b011f51e8 authored almost 12 years ago
IncrementType can extend IntType until #526 is implemented

78a06c3a9ac409057c2a7a509dc3e1f50627637e authored almost 12 years ago
Clarify that increment type uses integers

This should be updated after doctrine/mongodb-odm#526 is implemented

e6018d6078bb4105d35dee59e8b8c9a501b982e8 authored almost 12 years ago
Document alternative ID generator strategies

516be3665dbf052cce8451588d58c21f0ddcbb0a authored almost 12 years ago
Merge pull request #525 from sergponomaryov/generate-proxy-classes

fixed generating proxy classes to specified dir

ce9b26a49d1dc3a2e62f917aaed2cbb37e2754ad authored almost 12 years ago
Force driver install for Travis

0162265456db59500c0badec1f9d6a2f6ede5a7e authored almost 12 years ago
fixed generating proxy classes to specified dir

946adf825c44c94631b8fdfa11c71bf2c6a678f6 authored almost 12 years ago
Merge pull request #62 from tgabi333/patch-1

Update eager-cursors.rst

a152c4bce1c7919a0620026b663d46245fb2d654 authored almost 12 years ago
Update eager-cursors.rst

fix a code sample

27153e0255f0dfebd189ee107a3e0fa0f4de5d8e authored almost 12 years ago
Remove phing build files

12a8dc8156b5624a08229742b1f564173a72d1a2 authored almost 12 years ago
Always delete unmapped indexes when updating schema (fixes #519)

c2eed605a5b2298e82817c2e1910c917200bd7d1 authored almost 12 years ago
Refactor SchemaManagerTest

67531a6bb548e63c9aede2de87cdb774b329e3a5 authored almost 12 years ago
Merge pull request #61 from robholmes/patch-2

Adding GeoNear section

09e4ca20d0325ba25e2e8455ae3194901e7e2f88 authored almost 12 years ago
Adding GeoNear section

I've added a section of documentation to show how to do spherical geometry queries, including ge...

69fbfe974810e2e9518e94b790173c3ea297b7d0 authored almost 12 years ago
Merge pull request #60 from robholmes/patch-1

Updating documentation to fix distance issue

9eb773094d32c40a8d542c254b354de8e6ac86e5 authored almost 12 years ago
Updating documentation to fix distance issue

When using the Coordinate class with properties of latitude and longitude, it appears that latit...

16be6409adcece18d4da4c1d44e6c4902b31b423 authored almost 12 years ago
Merge pull request #513 from zimride/master

Missing check of dropDups flag causes unique index drop/regeneration

2e45d398fa68f89e9b8a439f796f0955d6461f5a authored almost 12 years ago
Remove obsolete SchemaManager::getAllIndexes() method (fixes #512)

6ba642b7a2ac3feaf49216e64b9ab79e004f5023 authored almost 12 years ago
Allow booleans for field-level index mappings in YAML (fixes #510)

This also fixes support for the "sparse" mapping key, which was used for index options but ignor...

d00ed86e53b91bdd5fc412b78c9bd70ab1cf5736 authored almost 12 years ago
fix typo with dropDups check

65e1500cf4363a8ff2663be42cb891f03d14d14b authored almost 12 years ago
Implement has() and isEnabled() on FilterCollection

0dd6c2efb33a1d5829d7fcac24258ba6b5b07d9f authored almost 12 years ago
Merge pull request #508 from megazoll/fix-also-load-test

Load AlsoLoad field only when primary field does not exists

b83d53802cef9afdf6e412bce5ef84c9df465ba2 authored almost 12 years ago
Load AlsoLoad field only when primary field does not exists

ad91a367a5138801e9f6452f1df110667999b69d authored almost 12 years ago
Rename test User's sortedGroups field to include direction (#502)

0c70bc76fb707634775b97c7e741bb2b5fd1252b authored almost 12 years ago
Refactor sorted ReferenceMany collection checks (#502)

56cd6b113457571d0991d5fb92ae80ec29d19fb2 authored almost 12 years ago
Fixed issue with multiple sort on reference many owning side loading

3f5305db9b960e12e58aa164c11f83e903d622b9 authored almost 12 years ago
Check hash/coll hydration and embed/refMany types (#453)

109ee0dff80d36576e00029fb5c15c4fd1f65780 authored almost 12 years ago
Add timeout option to schema create/update commands (see: #496)

This builds upon 0fef512b189cf8fc88f25a1c10fcadb23e3f09f8, but replaces setting of the global Mo...

9d8af3cb041566f97d603dad4fcd4a2a0313cc4a authored almost 12 years ago
Merge pull request #496 from defrag/feature/timout-option-for-schema-update

Adding option to set/disable timeout in schema:update command

5edd7f5e399e53c75547a43a21f4cb23330962c8 authored almost 12 years ago
Generate add/remove methods for "many" relations (fixes #487)

Methods will have the singular form of the field name. The conversion from the plural form needs...

329768ee9086775b835ef576eee503de6e694524 authored almost 12 years ago
Allow DocumentManager to clear documents by name (fixes #408)

ec510dc327e205b1dde9334e69cfd25dfeb4660e authored almost 12 years ago
Adding option to set/disable timeout in schema:update command

0fef512b189cf8fc88f25a1c10fcadb23e3f09f8 authored almost 12 years ago
Merge pull request #58 from dao/patch-1

Update en/reference/working-with-objects.rst

5f3752ff8673f13ce177665ed28ee6fb1bc3d453 authored almost 12 years ago
Update en/reference/working-with-objects.rst

made changes requested by @jmikola

5a6baa3da84676216503da638eecca1e116457d9 authored almost 12 years ago
Update en/reference/working-with-objects.rst

- change $dm->createQuery(..) to $dm->createQueryBuilder(..)
- add section on querying with $qb...

857d54b90e5ffb4d37647fdb7b5cddc7f4340cbe authored almost 12 years ago
Merge pull request #57 from polmabri/patch-1

moved option "targetDocument" to optional attributes

95de8aaa81d36089f07228c999a78505d5925685 authored almost 12 years ago
moved option "targetDocument" to optional attributes

The option "targedDocument" is no required option of @EmbedOne and @ReferenceOne - which is also...

e1af77ff8394b0d28a02f32f691693011a72aa6d authored almost 12 years ago
moved option "targetDocument" to optional attributes

8c2a6f66a3c96c73d3e13a086f4675bf26055dd8 authored almost 12 years ago
Test latest Mongo driver in Travis CI builds

This should fix test failures on 32-bit Travis boxes (see: https://jira.mongodb.org/browse/PHP-6...

fd6da3f59e094698b12e4819f93228d281449634 authored almost 12 years ago
Merge pull request #482 from Ore4444/patch-1

Fixed a link in the readme

b47c8cb2298c477f7769a4a96609924824d118b5 authored about 12 years ago
Fixed a link in the readme

17d7a6571fa8444630ae1ab6a8ca6cec7c684ee9 authored about 12 years ago
Merge pull request #477 from Engerim/update_fix_xsd

xsd updated according to the xml-driver

b1d816273c7a75b1730f5a6ab44ad3f120b56b86 authored about 12 years ago
Merge pull request #480 from Ligio/patch-1

Update lib/Doctrine/ODM/MongoDB/Event/PreLoadEventArgs.php

261f98dd4a2af66fe71b346e5798a2a1cb3b6f75 authored about 12 years ago
Update lib/Doctrine/ODM/MongoDB/Event/PreLoadEventArgs.php

bugfix for function getData() (without $this the function always return nothing!)

e742d115185aa76d33ed03bce087b9083de0a1b0 authored about 12 years ago
Merge pull request #53 from SweepingDesign/master

Add example usage of sort for ReferenceMany annotation

c6a12cc0bee7f7e632addf9eea287d83ebed3341 authored about 12 years ago
Add example usage of sort for ReferenceMany

9256c0fca44d3a136985943c483a677c4de9f135 authored about 12 years ago
Merge pull request #52 from Sgoettschkes/multi_update

Adding documentation for the multiple method

cc5b4ef2194ab48a7b2228926f7419fc4c7da3c5 authored about 12 years ago
Adding documentation for the multiple method

77c0da64177e45f0f62cfacbf407d404a734faf4 authored about 12 years ago
xsd updated according to the xml-driver

e0c8691d0e202f3aedc70b02d10a11ec595fb710 authored about 12 years ago
Ensure alt embed/ref YAML syntax sets mapping keys (fixes #475)

4817ed04e59e5c456e1aeb86415b4971cef9882d authored about 12 years ago
Test latest Mongo driver in Travis CI builds

855bb7538efbef2ee3ead2d09c46677abfa02576 authored about 12 years ago
Regression test for filtered geoNear query (closes: #452)

32c764cdcc1185e394a52f968502ff50ab12c86e authored about 12 years ago
Update theme.

2ab62e0a2f96eed9e8407a1ae104d67d94682ff6 authored about 12 years ago
Merge pull request #448 from jgornick/issue/447

Update custom ID generator to allow a custom mapping type

9cd0670d04cba8c2f22d40e41ccba4556b7dc7b0 authored about 12 years ago
Merge pull request #464 from doctrine/fix/435

Try a fix for #435

2ba5e8ad3cc5d073e641a52655f1d9021551d5cd authored about 12 years ago
Merge pull request #51 from Sgoettschkes/issue46

Adding description of the behaviour of the hash mapping type

e46a1c1fcf57148c34ac6d357e21275b7e8e4925 authored about 12 years ago
Merge pull request #472 from doctrine/bson-types

Always insert hash-mapped types as objects

c4ff54835da02ec37879bcb014de3158b45203c6 authored about 12 years ago
Test against 1.3.2 branch of PHP driver

a0be929acdf132e6b4d838da801283b247468de2 authored about 12 years ago
Ensure hash types are inserted as objects, not arrays (fixes #453)

c2bd47579fb54200ba15728d98520b92e77f60d8 authored about 12 years ago
Allow documents with unset collections to be merged (fixes #467)

f8b457a8659a2d6424da61bc71ddc7e9b188053e authored about 12 years ago
Merge pull request #461 from Spea/master

Implemented two interface methods in the ClassMetadata class

a6346dfe24653b94e135a42d5568dae8ca66a2d6 authored about 12 years ago
Depend on stable doctrine/mongodb release 1.0.x

bb3d899dafe91bca9cd3ef9239aeaad003430acd authored about 12 years ago
Tweak tags/authors in composer.json

4cea424ef5d4fb4019368d6058efea8e5a6ae404 authored about 12 years ago
Make Yaml component an optional dependency

c17ee1c30c869763e327de905f10f92b8b37e2c3 authored about 12 years ago
Try a fix for #435

afe6e92543eac6104694048fb6a1b49cd1cc7f91 authored about 12 years ago
Correct spelling mistake ("Driver" => "driver")

4fe9e20efd7d8b830fe9715bbe27c4c2f49df9d9 authored about 12 years ago
Implemented association methods in ClassMetadata.

a9dfc68f05c735f484ceded635e6cc315b2a48dd authored about 12 years ago
Adding description of the behaviour of the hash mapping type

eefbea6d87d4739f0e5fcffbea41eadde79a04bd authored about 12 years ago
Require doctrine/mongodb <1.0.0-beta3 for PHP driver <1.3.0 compatibility

29c6b58c9e65f5717aaea147600c702a4083b9c8 authored about 12 years ago
Adding a first hint on how to map arrays

dcfb08ecdb73ad66c1a7f4af3ef5736cceaafec4 authored about 12 years ago
Merge pull request #456 from DenisGorbachev/patch-3

Fixed type hinting in method docblock

205de81707fea1e6e7d4ed735ffd7a93d454949b authored about 12 years ago
Merge pull request #457 from DenisGorbachev/patch-4

Fixed a typo

e11ce0fc5067dd1e3683119fdca9f25c851529aa authored about 12 years ago
Merge pull request #454 from megazoll/patch-1

Fix typo

792b932253c3ea4198cc84001298b6cfa5cbf9f6 authored about 12 years ago
Merge pull request #50 from pborreli/typos

Fixed typos

4ce91202824144f5e44dc88c8c5b709342eeafc8 authored about 12 years ago
Fixed typos

14729df3d8527dfb462bae35d2a032a02b23bcf1 authored about 12 years ago
Fixed a typo

39eb5a165a3fe79e11bd026efb15fb094aaf4093 authored about 12 years ago
Fixed type hinting in method docblock

1fcd04e5bf362a6b4e72b5f71c4a0490d81f2be7 authored about 12 years ago
Fix typo

11d031b3da2a1cc53243243afe4cfc8f9d0deef5 authored about 12 years ago
Added custom id generator custom mapping type support.

afc213eedd38abcc2afd682253aea14437b35ad5 authored about 12 years ago
Fix associative array detection in CollectionPersister (fixes #440)

75eee822369b8f8bd73aaa98490981f54950504a authored about 12 years ago
Merge pull request #48 from NewbridgeGreen/47-addOr-documentation

Fixes #47 - Adding documentation for addOr function

c012961ab39143e8b93b04bf6981b49473fb1e14 authored about 12 years ago
Fixes #47 - Adding documentation for addOr function

85c75921700ff589ce45bb9610aee803222e0356 authored about 12 years ago
Merge pull request #438 from userfriendly/patch-1

allowed symfony 2.2

86aab67d1c73783679ab27c7cb8c313b6a180861 authored over 12 years ago
allowed symfony 2.2

388a378576df3b73139bdb6bcf6d744f395340a2 authored over 12 years ago
Merge pull request #430 from ludofleury/configuration-namespaces

Add getDocumentNamespaces method to the Configuration

3f6779f5abaf5ee2d278e40d930e90d714074aae authored over 12 years ago