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 #96 from feychenie/master

Added new alpha-numeric ID generator

f0cfc81e6ae6fd1e40e8c265044b6e0a3bfdaf78 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #134 from ozanichkovsky/index-notice

Checking if array indexes exist before using them.

bef17d8ed9fe9f7f5aa4deab0454a6b6f26c928f authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #137 from richardfullmer/annotation-driver-segfault

Fix segfault in PHP with goto statement... switch to continue statement

808cd6af37273254e1ca504a5996df495efd707f authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #136 from epicwhale/master

Added the ObjectId / MongoId field type.

2bc3b672d99cacf6ee85dbb8412eed2e38f3c45a authored over 13 years ago by Jonathan H. Wage <[email protected]>
Fix segfault in PHP with goto statement... switch to continue statement instead

64d3689773828882e429cadce6fe2d49a74ee985 authored over 13 years ago by Richard Fullmer <[email protected]>
Added document field type 'object_id' which abstracts the MongoId / ObjectId data type. Can be annotated using @ObjectId or @Field(type="object_id")

7fa3ed4c4673d8c4cad55bd743fb3caa866ca16f authored over 13 years ago by Dayson Pais <[email protected]>
Checking if array indexes exist before using them.

This will help to avoid getting 'Undefined index' errors.

f77de742bca62a2f4362a62fb95f96bf18674baa authored over 13 years ago by ozanichkovsky <[email protected]>
Merge pull request #128 from epicwhale/master

Fixed PHPDoc inconsistencies and issues at various locations.

337bbbebc6966eaf5576fb69cef5d90f360c1f02 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #131 from ornicar/fixXmlMapping

Fix boolean mapping attributes in XML driver

c29ca9771d13e49df0ac93d7dfd8af69ebea28ad authored over 13 years ago by Jonathan H. Wage <[email protected]>
removed debug code

11c0553c51d02c1d8aa5ebab4d74d8255498492f authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed registration of annotation classes (closes #132, #129)

405d6b11bd8dcc16963bd98e6c9da973ba7882a3 authored over 13 years ago by Kris Wallsmith <[email protected]>
Fix boolean mapping attributes in XML driver

8881bc5d0a4db5be6efbc9ff9feb1f72ca8265ba authored over 13 years ago by ornicar <[email protected]>
- Removed entry which was IDE specific

- Added back a comment deleted by mistake.
- Added parameter type as 'string in doc block for get...

be4620fdc0ed74680439c9105d3db4ea2d0dcc3d authored over 13 years ago by Dayson Pais <[email protected]>
- PHPDoc enhancements for the find(..) function.

559bb510eb88b0eb2a179234e7485afefd9c7402 authored over 13 years ago by Dayson Pais <[email protected]>
- PHPDoc fixes for parameter types and return types. Fixed errors in FQN and relative namespaces.

d6b657049a3ac959bf30b124a1830181124c7992 authored over 13 years ago by Dayson Pais <[email protected]>
- PHPDoc block @return corrections.

570c1da4ecb18898e6b1988a932b57248141d89e authored over 13 years ago by Dayson Pais <[email protected]>
- PHPDoc block @return fix,

c68b0a1f8972e4ac87e9fdf4768894f9ac8a3bb2 authored over 13 years ago by Dayson Pais <[email protected]>
added static AnnotationDriver::registerAnnotationClasses() method

you must call this when bootstrapping your application if you want to use annotations

4b8597d56b44b0cef9856e1a12312855663eafec authored over 13 years ago by Kris Wallsmith <[email protected]>
removed calls to setAutoloadAnnotations()

b98a1dbf92fbd9c43904815f93a795896a1c5c4b authored over 13 years ago by Kris Wallsmith <[email protected]>
updated common submodule

3287b78ff39dc8df5e2d1c48cbec72c1a64ce1e1 authored over 13 years ago by Kris Wallsmith <[email protected]>
updated mongodb submodule to master

893f227fc280d90698c7037367b1e4260d2dbc7f authored over 13 years ago by Kris Wallsmith <[email protected]>
fix typo

b03d3ccaf7b1f6f890baee048dd674313cad6db3 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
fixed collection initialization issue

afb178d86bec13b9bbacb1d99ca7fc0066f187da authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Merge branch 'flushTest' of https://github.com/ornicar/mongodb-odm into flushTest

7bed024fde17fc43ebfc116dfbf1623d28c82c97 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Add FlushTest

Given 3 users, userA userB userC
userA has a relation to userB
userB has a relation to userC

Wi...

1a0e139e37cfa9fdebf04f17d0236b8ec7b99df5 authored over 13 years ago by ornicar <[email protected]>
Merge pull request #115 from doctrine/references-keys

updated references() and includesReferenceTo() queries to use as few keys as possible

6a80ef7e17bab7a5d209071411307515ce35d42b authored over 13 years ago by Kris Wallsmith <[email protected]>
updated references() and includesReferenceTo() queries to use a few keys as possible to allow lighter indexing

dca6b3f115c5c265bab43ebab16fda952a18893d authored over 13 years ago by Kris Wallsmith <[email protected]>
added @Annotation annotation to annotation classes

832c31f5002f93936021111d3baabf58972c693f authored over 13 years ago by Kris Wallsmith <[email protected]>
updated common submodule

2c38c1d04519f0e166f2fb5eebf171198f80eb36 authored over 13 years ago by Kris Wallsmith <[email protected]>
Cast 1 and -1 index values to int as mongodb is more strict now and requires it.

d9bd1d42065ea8f536bf9e823b351cecc55813a6 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #112 from ornicar/fixDocumentManagerTest

Fix document manager test

2fb78c1f482c7b8c31d6f3190f7922cd2c42bab0 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #111 from ornicar/checkDocumentIsNotNull

Check the document before creating the DBRef

9a732ac85e51de753e220f36e31e0100b163c2cf authored over 13 years ago by Jonathan H. Wage <[email protected]>
Fix document manager test

076002e9339dd29f8569932dad5f4b357dac804e authored over 13 years ago by ornicar <[email protected]>
Check if the document is an object before creating a DBRef

67e418cb62131572f1cbd75eaa5358be83cef827 authored over 13 years ago by ornicar <[email protected]>
Check the document before creating the DBRef

If the $document argument is null then the next line

$className = get_class($document);

re...

bd790beec0c38a5990aa27123859950e943753d5 authored over 13 years ago by ornicar <[email protected]>
Merge pull request #110 from opensky/add_discriminator_to_embedded_documents

add discriminator to embedded docs that are part of inheritance

4de63e9682a696f74f977bf9907286a23d790abb authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Merge branch 'idPhpValue' of https://github.com/ornicar/mongodb-odm

Conflicts:
lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php

e9065f169eb269a3ba5a588afa8b2ea6ba1c18d0 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
cast MongoId to string before registering in UnitOfWork

e3576edb209d493048b5babe20c71b54d541be54 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Merge pull request #106 from mdelanno/master

DocumentPersister::delete use fixed field name "locked"

8fb97a4740c2c12a2a5a4e7d78f0717847c39691 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Use lockField instead of fixed name "locked" on delete query

6cf521c50dd3d1cf6fa10c82e706db59fa79f845 authored over 13 years ago by mdelanno <[email protected]>
add discriminator to embedded docs that are part of inheritance

806ba3f543f6fe55be6d1a099a3b6e6d5e8d224d authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Convert ID to PHP value to register the document

f1225c7d42f5fd03a23af7ac0f221a97ad6875ec authored over 13 years ago by ornicar <[email protected]>
Merge pull request #103 from FabriZZio/patch-1

Switched test bodies for testGetEventManager and testGetSchemaManager.

e3c304a07ab7a11c766432a1fc5b39721578f410 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #104 from weaverryan/document_manager_php_doc_fix

[DocumentManager] Slight PHPDoc correction

f9d07ce5e696327a27bf929c3afcd1dc075fcd9f authored over 13 years ago by Jonathan H. Wage <[email protected]>
[DocumentManager] Slight PHPDoc correction

0a31fcb69809f5288d1c10f83e4e561ca8eb2941 authored over 13 years ago by Ryan Weaver <[email protected]>
Made the heading lines match the length of the text.

e5502da828e48ae9725baf017d7f09538cb2203a authored over 13 years ago by Wil Moore III <[email protected]>
Switched test bodies for testGetEventManager and testGetSchemaManager.

0050efe75ce742d40178b8afb9ee67a995715b4c authored over 13 years ago by Dieter Provoost <[email protected]>
(fixed) ClassNotFound: no lexer for alias u'terminal' found

- Instead of .. code-block:: terminal used "console" instead.

bc2f4aae2e6625f0043bf5dee4bb94ce9aeea712 authored over 13 years ago by Wil Moore III <[email protected]>
(fixed) best-practices.rst:7: (WARNING/2) Title underline too short.

e52d00763e925a63a5b8db27d8b9958ddef1d2be authored over 13 years ago by Wil Moore III <[email protected]>
Merge pull request #101 from doctrine/3.0.x

compat with 3.0 annotations

b9eb3bb8c9a46326d0c028e23e4b2faf232a1ce4 authored over 13 years ago by Jonathan H. Wage <[email protected]>
some tweaks

67170604edd552c682bd071c59e8cadc4aa1fd07 authored over 13 years ago by Kris Wallsmith <[email protected]>
moved notSaved to annotation

5f96aeca07bd5772eabd389c31b8a1fa23fea783 authored over 13 years ago by Kris Wallsmith <[email protected]>
isolated checks for abstract annotations

67b239817a66577194568a9342c00c664eb945b4 authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed typo

cfb3ab1578a47f5e7cf789388f9578ea1fc2f23b authored over 13 years ago by Kris Wallsmith <[email protected]>
removed remnants of @HasLifecycleCallbacks annotation

e9af24994055f94aede98593e7c2c421ee6a0a22 authored over 13 years ago by Kris Wallsmith <[email protected]>
disabled autoloading of annotations in tests and sandbox

d5c2b7029e2da972ffa451ac00a0575d3a26286d authored over 13 years ago by Kris Wallsmith <[email protected]>
updated annotation driver to use the 3.0.x reader

a803ed9ff86aaa20b1c237bec62fe66d5a1c3372 authored over 13 years ago by Kris Wallsmith <[email protected]>
removed all IndexedReader

77dcd40650cc1513d3f635fcfec39d8fe37d8213 authored over 13 years ago by Kris Wallsmith <[email protected]>
updated common to 3.0.x

60f6900db52f999cd3fc8a3247c09fb790308c79 authored over 13 years ago by Kris Wallsmith <[email protected]>
Merge pull request #99 from doctrine/annotations

Annotations Upgrade

9fee7659b6bfe5dd208266dbcd8bb5baceb2f390 authored over 13 years ago by Jonathan H. Wage <[email protected]>
updated for common 2.1.x branch

e39d233a9059680eb6c05380ae80c6d98cde0830 authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed strange reflection bug

5c75c10b44fec7efca88d1bb700ac85778fba601 authored over 13 years ago by Kris Wallsmith <[email protected]>
updated common

6b7118d6008ca3ccfa791e09a6fdd10c31f05f1e authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed document generator

cedd911cf1e6707dfac2bb2346e5467c2a8f3768 authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed old cache injection

d82f72cca453de35d06eb7df87fb73dac329b16a authored over 13 years ago by Kris Wallsmith <[email protected]>
updated common

7674c178d38ebeeb35d8ef3e0dc5818c0f5621eb authored over 13 years ago by Kris Wallsmith <[email protected]>
removed call to setAnnotationNamespaceAlias()

d6a1a00a07957ea7995697ff979edc5f30ac61e8 authored over 13 years ago by Kris Wallsmith <[email protected]>
misc fixes

24824b9d8e77bb9582bfc0e249ded697168a04f4 authored over 13 years ago by Kris Wallsmith <[email protected]>
made all annotation classes either abstract or final

db76add4aeabfeabf29ce06f1372e29569f84499 authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed sandbox annotations

0be11fd5dcf152fdf98d92490e94916c6d8f80d0 authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed typos

bb13bc37c3bac15f7958737638097adac7ad1e7c authored over 13 years ago by Kris Wallsmith <[email protected]>
updated more annotations in the test suite

03aeebb20165a014f485e5addd0d566d55be3d00 authored over 13 years ago by Kris Wallsmith <[email protected]>
added BC reader

e386cffa5df6ce8e5f24291596b6b1c8677346da authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed driver namespaces

66e5392405bd52dd8af680dcc0194e68ce80c8fa authored over 13 years ago by Kris Wallsmith <[email protected]>
updated annotations on test documents

75cf90b5cd0e9126e168d66d05f0385dac977bd5 authored over 13 years ago by Kris Wallsmith <[email protected]>
moved annotations classes

f3f11d099f77246d5e1b2f2aff36275cc37eba03 authored over 13 years ago by Kris Wallsmith <[email protected]>
updated AnnotationDriver to use the Reader interface

2ed4621a8fe8a366e68720680cc1fb2ce881d576 authored over 13 years ago by Kris Wallsmith <[email protected]>
removed calls to setDefaultAnnotationNamespace()

58128ff49c1d3451968b6f060712f5648463f22d authored over 13 years ago by Kris Wallsmith <[email protected]>
updated common submodule to 3.0.x

236cae16001dc08478a30dbd7228fae21762a6cb authored over 13 years ago by Kris Wallsmith <[email protected]>
added stub methods for compat with common

cae604c054197234447475b56bf2b7e959474603 authored over 13 years ago by Kris Wallsmith <[email protected]>
Casting index values.

b030a7eacc133796cd0458ff2537dd785c54e30b authored over 13 years ago by Jonathan H. Wage <[email protected]>
Coding standards fix

20a73062ece1fa297312abbe60c3cf6911dc0ff1 authored over 13 years ago by feychenie <[email protected]>
Added AlnumGenerator. It generates alpha-numeric Identifiers by encoding an auto incremented Integer (base 62)

3ffcf08fe355cc82a811f99040353bd4258a8f71 authored over 13 years ago by feychenie <[email protected]>
Added AlnumGenerator. It generates alpha-numeric Identifiers by encoding an auto incremented Integer (base 62)

cc693cc3091c5fa31d67bf322b1b1e93aeb9d4d2 authored over 13 years ago by feychenie <[email protected]>
Updating common.

69487c371ac0f4ea3157c4b28e609fda37e2e30f authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #91 from sheknows/doctrine_common_updates

DocumentRepository updates

b42b8901f05a9666e8c75e44b86d7a04cf39243c authored over 13 years ago by Jonathan H. Wage <[email protected]>
Updating DocumentRepository and DocumentPersister to match Doctrine common ObjectRepository

d237e9587365bef0ed78b11da5de653144944421 authored over 13 years ago by Justin Rainbow <[email protected]>
add support for embed many inside a reference many by preventing owner determination of referenced documents

74b6e1ed2630a870f3eae22e0311edea1f7c4b99 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
add test for embedded many inside reference many

f490662dce2f200f829d6d2b181b8755e70bc706 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Merge branch 'inheritance-proxies' of github.com:avalanche123/mongodb-odm into avalanche123-inheritance-proxies

de6a6cd3291f8800541243ef6e2a011b14b7a0c2 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Merge pull request #88 from avalanche123/mongodb-upgrade.

Mongodb upgrade

87ee3b9b8156fed8813d33c3b0fcc52e52845739 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merge pull request #87 from avalanche123/driver-test-fix.

add mappedBy and inversedBy to YamlDriver, update driver tests

9d7a528c5c80468e5fb048e599df4c610b3f1dcf authored over 13 years ago by Jonathan H. Wage <[email protected]>
add proxy inheritance support

33a691ef97e0b137f7a849c06f906021a0bb6a28 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
fix index in test

175af78cb01015900677b7f4bc163a4a48c9164d authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
update mongodb submodule

c65ffa0ec2ddbc6dd0077f3aeb5c0fb0264a548c authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
add mappedBy and inversedBy to YamlDriver, update driver tests

3da05e2b2c3cb5a2089c9e1ce0391ae952f868b8 authored over 13 years ago by Bulat Shakirzyanov <[email protected]>
Merged pull request #84 from henrikbjorn/xml-driver-bi-directional.

Added XmlFileDriver support for bi-directional relations.

79f9ac5b94d5ecad259dd906af0c8688b63eadb0 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Merged pull request #85 from ornicar/indexCache.

Also store mapping indexes in the cache

f69d0909430a4f069e52e0c6bc845dce3d78f299 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Also store mapping indexes in the cache

fdd5172da01a57f07e22803290169dc8d32d1c31 authored over 13 years ago by ornicar <[email protected]>
Register in identity map sooner before hydration occurs.

250c299ba6dada069f198f4fded36e69e5e42b8b authored over 13 years ago by Jonathan H. Wage <[email protected]>