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
[MODM-117] Adding test for issue.
cb1cbd2e81b8912dd5959f1d6275443679959a86 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
cb1cbd2e81b8912dd5959f1d6275443679959a86 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
[MODM-118] Renaming Proxy#load() to Proxy#__load() to avoid conflicts.
bfda83d678af1e2104ce4fba62f9dd47185b210e authored almost 14 years ago by Jonathan H. Wage <[email protected]>
bfda83d678af1e2104ce4fba62f9dd47185b210e authored almost 14 years ago by Jonathan H. Wage <[email protected]>
[MODM-119] Adding missing strategy property to Field annotation.
b9bd2dcbab3c8ea2ef537fa1301525b3004ba795 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
b9bd2dcbab3c8ea2ef537fa1301525b3004ba795 authored almost 14 years ago by Jonathan H. Wage <[email protected]>
moved submodule pointer, updated ODM\Cursor to call parent methods
afa17ea761d19a45571bf4295d02e50db3776455 authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
afa17ea761d19a45571bf4295d02e50db3776455 authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
more configuration updates
ef56458c43db2fb68cf9b35ac1983d001ef9e42c authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
ef56458c43db2fb68cf9b35ac1983d001ef9e42c authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
added missing ClassLoader entry
1427db024627cec7cf3a57fa796ee77fee4c8439 authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
1427db024627cec7cf3a57fa796ee77fee4c8439 authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
Merge branch 'fix-tests-asserttype' of https://github.com/igorw/mongodb-odm into igorw-fix-tests-asserttype
a0667bb05867b101333c6031daeedff80f937b8a authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
a0667bb05867b101333c6031daeedff80f937b8a authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
Fix bug creating instance DocumentManager with nullable config
34315dd9d501da55778bb9074ffc5fc0d095e1b9 authored almost 14 years ago by Patrik Votocek <[email protected]>
34315dd9d501da55778bb9074ffc5fc0d095e1b9 authored almost 14 years ago by Patrik Votocek <[email protected]>
Fix PHPUnit assertType deprecation warnings
PHPUnit 3.5.6 deprecates assertType in favor of assertInternalType and
assertInstanceOf. It will...
Removed debug code.
32305a2b1d564cad71d62447899b82b86a1d3b2a authored about 14 years ago by Kris Wallsmith <[email protected]>
32305a2b1d564cad71d62447899b82b86a1d3b2a authored about 14 years ago by Kris Wallsmith <[email protected]>
cleaned up spacing issues
f8917de671823366bdddeefe59991e66be5ebaba authored about 14 years ago by IamPersistent <[email protected]>
f8917de671823366bdddeefe59991e66be5ebaba authored about 14 years ago by IamPersistent <[email protected]>
Builder->expr() now returning Doctrine\ODM\MongoDB\Query\Expr instead of Doctrine\MongoDB\Query\Expr
3ea861eb080e16c418305a19e692a0541aa40028 authored about 14 years ago by IamPersistent <[email protected]>
3ea861eb080e16c418305a19e692a0541aa40028 authored about 14 years ago by IamPersistent <[email protected]>
Improving how query arrays are prepared, specifically how php types are converted to mongodb types.
edddf17a958a92b4f212f9a77ecf648f90c104d0 authored about 14 years ago by Jonathan H. Wage <[email protected]>
edddf17a958a92b4f212f9a77ecf648f90c104d0 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Add tests to demonstrate issues when searching one or all values of a collection field
9bab865c18923b5cc7ccdff37e62adb7963e93ba authored about 14 years ago by ornicar <[email protected]>
9bab865c18923b5cc7ccdff37e62adb7963e93ba authored about 14 years ago by ornicar <[email protected]>
Fixing issue with Query and logging.
592c70be56fb47f6619a67e06c7d59628ecc167a authored about 14 years ago by Jonathan H. Wage <[email protected]>
592c70be56fb47f6619a67e06c7d59628ecc167a authored about 14 years ago by Jonathan H. Wage <[email protected]>
Adding if to ClassMetadataFactory that is in orm but not in mongodb odm.
2e8071a4dc68b027f9695f9ce372f994c66ed1cc authored about 14 years ago by Jonathan H. Wage <[email protected]>
2e8071a4dc68b027f9695f9ce372f994c66ed1cc authored about 14 years ago by Jonathan H. Wage <[email protected]>
Improving query preparation.
ed19e4b4c812f51467941d63b3bda6a2345749de authored about 14 years ago by Jonathan H. Wage <[email protected]>
ed19e4b4c812f51467941d63b3bda6a2345749de authored about 14 years ago by Jonathan H. Wage <[email protected]>
Add two tests for Query, the second one demonstrating the bug described below
Issue with $in and referenced document.
Be 2 documents, User and Account. User references one Ac...
Fix DocumentPersister::loadReferenceManyCollection should call Uow::getById with the root document name
Conflicts:
lib/Doctrine/ODM/MongoDB/Persisters/DocumentPersister.php
7a9bf5d00fca341a3117844d962a8d46bfe599ee authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fixed typo description
ec62ccb131ea82972dafee969c1550bb9f1608d5 authored about 14 years ago by hirocaster <[email protected]>
ec62ccb131ea82972dafee969c1550bb9f1608d5 authored about 14 years ago by hirocaster <[email protected]>
Fixing tests so not all databases are dropped when running tests.
2921262120c975a82db528f68696987b006804ac authored about 14 years ago by Jonathan H. Wage <[email protected]>
2921262120c975a82db528f68696987b006804ac authored about 14 years ago by Jonathan H. Wage <[email protected]>
[MODM-100] Fixing discriminatorField and discriminatorMap for mapping drivers
e62d265453ccac90d102188cda5240708fd4dda4 authored about 14 years ago by Jonathan H. Wage <[email protected]>
e62d265453ccac90d102188cda5240708fd4dda4 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fixed var name again :)
b66b3faad87c1f1107c9bb91ea1e9b2a8163c35a authored about 14 years ago by Kris Wallsmith <[email protected]>
b66b3faad87c1f1107c9bb91ea1e9b2a8163c35a authored about 14 years ago by Kris Wallsmith <[email protected]>
Fixing wrong var name.
e5efb80803fd18aa176e263a1f7dad9ee9153fe5 authored about 14 years ago by Jonathan H. Wage <[email protected]>
e5efb80803fd18aa176e263a1f7dad9ee9153fe5 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Merge branch 'master' of github.com:doctrine/mongodb-odm
bbe6a4028b73652c73752e3d19f095db820e00af authored about 14 years ago by Jonathan H. Wage <[email protected]>
bbe6a4028b73652c73752e3d19f095db820e00af authored about 14 years ago by Jonathan H. Wage <[email protected]>
Added LoggableCursor.
db3622edeac8e731421c887ba51712796d0919dc authored about 14 years ago by Kris Wallsmith <[email protected]>
db3622edeac8e731421c887ba51712796d0919dc authored about 14 years ago by Kris Wallsmith <[email protected]>
BC break: updated $qb->references() to work with ReferenceneOne fields, added $qb->includesReferenceTo() for ReferenceMany fields, abstracted DBRef array creation to DocumentManager for better reuse
7e2b360580019f6f5538f5b468962fd8194e575e authored about 14 years ago by Kris Wallsmith <[email protected]>
7e2b360580019f6f5538f5b468962fd8194e575e authored about 14 years ago by Kris Wallsmith <[email protected]>
Fixed indentation.
f802e876a26cd0d64d17e28b5898a44198878f24 authored about 14 years ago by Kris Wallsmith <[email protected]>
f802e876a26cd0d64d17e28b5898a44198878f24 authored about 14 years ago by Kris Wallsmith <[email protected]>
Added phpunit.xml to .gitignore.
309c35373c15b64ce75da5b2dbc8b773be522b89 authored about 14 years ago by Kris Wallsmith <[email protected]>
309c35373c15b64ce75da5b2dbc8b773be522b89 authored about 14 years ago by Kris Wallsmith <[email protected]>
Throw exception when hydrator dir and namespace is not configured.
187170f03c1b8b730b58034ac0d5e92510d3ebda authored about 14 years ago by Jonathan H. Wage <[email protected]>
187170f03c1b8b730b58034ac0d5e92510d3ebda authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fixing geo location and uncommenting tests.
2195de3d1874b540b6d20149844909d422ffa7d8 authored about 14 years ago by Jonathan H. Wage <[email protected]>
2195de3d1874b540b6d20149844909d422ffa7d8 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Removing Hydrator as only HydratorFactory is needed. May need more refactoring but this is a good intermediate change.
15cd9dabd9e39e607198c66306b56a5a72c6da88 authored about 14 years ago by Jonathan H. Wage <[email protected]>
15cd9dabd9e39e607198c66306b56a5a72c6da88 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Renamed all "setDB*" methods "setDatabase*" to match their getter counterparts.
d5f4e4d0925bf2a3e0aed0004320a56fed35d217 authored about 14 years ago by Kris Wallsmith <[email protected]>
d5f4e4d0925bf2a3e0aed0004320a56fed35d217 authored about 14 years ago by Kris Wallsmith <[email protected]>
added dockblocks
97ac3180a30472c92b0403f5b2c9b7041fa33270 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
97ac3180a30472c92b0403f5b2c9b7041fa33270 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
Fixing php error.
bc02033c5a2dd37d3d9c22eb4b628b796c000e7e authored about 14 years ago by Jonathan H. Wage <[email protected]>
bc02033c5a2dd37d3d9c22eb4b628b796c000e7e authored about 14 years ago by Jonathan H. Wage <[email protected]>
Exposing ability to refresh documents from queries.
794280b154fefcc591fbec97324bd0506b20cf47 authored about 14 years ago by Jonathan H. Wage <[email protected]>
794280b154fefcc591fbec97324bd0506b20cf47 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Move persistence builder test to PersistenceBuilderTest.php
72055a44418e8b1dce095239dd6fe9112cdfa16d authored about 14 years ago by ornicar <[email protected]>
72055a44418e8b1dce095239dd6fe9112cdfa16d authored about 14 years ago by ornicar <[email protected]>
Add 2 tests about persistence builder and ReferenceOne.
a69251164395fbfb05d4e15c9485b8063d1cb217 authored about 14 years ago by ornicar <[email protected]>
a69251164395fbfb05d4e15c9485b8063d1cb217 authored about 14 years ago by ornicar <[email protected]>
Fix variable name in PersistenceBuilderTest
e7bea88b57615509d9bfc4c9ad11b0063eb19a65 authored about 14 years ago by ornicar <[email protected]>
e7bea88b57615509d9bfc4c9ad11b0063eb19a65 authored about 14 years ago by ornicar <[email protected]>
Fixing issue with MongoId being stored in UnitOfWork#documentIdentifiers
be1f84656c20d2f1cb203258e7f5c91b1e9efd88 authored about 14 years ago by Jonathan H. Wage <[email protected]>
be1f84656c20d2f1cb203258e7f5c91b1e9efd88 authored about 14 years ago by Jonathan H. Wage <[email protected]>
adding Hydrators to version control
509016da80822a124c72a5bc389140484370f7cb authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
509016da80822a124c72a5bc389140484370f7cb authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
Fixing.
06118641760466ac11a5e7c7210131bc6d14d4aa authored about 14 years ago by Jonathan H. Wage <[email protected]>
06118641760466ac11a5e7c7210131bc6d14d4aa authored about 14 years ago by Jonathan H. Wage <[email protected]>
Making new hydration feature optional so you can still use the slower generic/abstract hydrator. Also fixed sandbox.
eb4c194172655f5941e4554d33488fc3efa9d8e3 authored about 14 years ago by Jonathan H. Wage <[email protected]>
eb4c194172655f5941e4554d33488fc3efa9d8e3 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Adding hydrated data instead of trying to modify and unset fields in the original data.
93c5b361c960f91093400da32a60916a466fc68d authored about 14 years ago by Jonathan H. Wage <[email protected]>
93c5b361c960f91093400da32a60916a466fc68d authored about 14 years ago by Jonathan H. Wage <[email protected]>
Implementing HydratorFactory which allows us to custom generate a hydrator for each document. Improved performance quite a bit. Idea taken from mondongo.
1c51fa032dd4ce227e268956ac3361536f1c38a5 authored about 14 years ago by Jonathan H. Wage <[email protected]>
1c51fa032dd4ce227e268956ac3361536f1c38a5 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Using php_uname('n') if salt is not specifically set.
efe7b6881b9a1bbb33a306de1abd6b6f5ede5e84 authored about 14 years ago by Jonathan H. Wage <[email protected]>
efe7b6881b9a1bbb33a306de1abd6b6f5ede5e84 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fixing issue with id generators and serializing ClassMetadata. IdGeneratorFactory is not needed afterall.
9b1085a8dd96cb6c330ddd44e63ac37435c6164f authored about 14 years ago by Jonathan H. Wage <[email protected]>
9b1085a8dd96cb6c330ddd44e63ac37435c6164f authored about 14 years ago by Jonathan H. Wage <[email protected]>
Exposing setting the salt from the id mapping.
622441dc3bbcd67aaa46c7727546aef9c05e923d authored about 14 years ago by Jonathan H. Wage <[email protected]>
622441dc3bbcd67aaa46c7727546aef9c05e923d authored about 14 years ago by Jonathan H. Wage <[email protected]>
Merge branch 'demeter_refactoring'
Conflicts:
lib/Doctrine/ODM/MongoDB/Query/Builder.php
lib/Doctrine/ODM/MongoDB/Query/Query.php
updated builder and query to be compatible with mongo library
44d21f4b35a0c13c1c40453b0854413083e73eea authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
44d21f4b35a0c13c1c40453b0854413083e73eea authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
Removing onUpdatePrepared and a few minor tweaks.
dae46d7885624f11d2f2d874ebcbc01d02dd90d1 authored about 14 years ago by Jonathan H. Wage <[email protected]>
dae46d7885624f11d2f2d874ebcbc01d02dd90d1 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Removing onUpdatePrepared and adding comments.
813ca6b665274b80d9652825fbcf936fc0b135b0 authored about 14 years ago by Jonathan H. Wage <[email protected]>
813ca6b665274b80d9652825fbcf936fc0b135b0 authored about 14 years ago by Jonathan H. Wage <[email protected]>
moved unit of work on persisten collection constructor as a dependency
5f62c5ffd658e6a0ac5190732babfa0ae168140d authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
5f62c5ffd658e6a0ac5190732babfa0ae168140d authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
made unit of work primary dependency of DocumentRepository
181ee45db447df1caea6948f95fa25e36173bba1 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
181ee45db447df1caea6948f95fa25e36173bba1 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
added hydrator to DocumentPersister constructor
7bcf1210bfb256c7717d83c34dc0b2ac87990d73 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
7bcf1210bfb256c7717d83c34dc0b2ac87990d73 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
moved event manager to persister's depoendecies
0ff89406681b080b394311fbad0b629c4332e01a authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
0ff89406681b080b394311fbad0b629c4332e01a authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
updated MongoDB\ODM\Query(Builder) to match MongoDB\Query(Builder)
078d158aaa5cd421f7bc726a16d457e8f77de28f authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
078d158aaa5cd421f7bc726a16d457e8f77de28f authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
moved configuration to be primary dependency of ClassMetadataFactory
da006ea533559ef8610cc8d9d7dd9b8b9f0442aa authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
da006ea533559ef8610cc8d9d7dd9b8b9f0442aa authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
Eliminating a few extra lines of code.
eaf38abd8f18a1ec578f8836b36226bb24a14acd authored about 14 years ago by Jonathan H. Wage <[email protected]>
eaf38abd8f18a1ec578f8836b36226bb24a14acd authored about 14 years ago by Jonathan H. Wage <[email protected]>
fixed configurable class metadata
9d946bfe4768b1cf70cc19f78ddac21132ca809d authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
9d946bfe4768b1cf70cc19f78ddac21132ca809d authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
fixed class metadata factory instantiation
6033c179fa770326187de4ac8da25d6b23a2cf5e authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
6033c179fa770326187de4ac8da25d6b23a2cf5e authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
removed unnecessary calls to configuration
cf7dada7657582bdc9f474f3b9216d6867928ea0 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
cf7dada7657582bdc9f474f3b9216d6867928ea0 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
replaced Configuration with direct injection
c6ccbac666bfe0bc61de8d50b12222aee41264bf authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
c6ccbac666bfe0bc61de8d50b12222aee41264bf authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
more dependency rearrangement
63da525dd0a77572f62d61765ac25a9055b730e1 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
63da525dd0a77572f62d61765ac25a9055b730e1 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
removed unnecessary method call
0f8909f1b4e235dd8a452d7dff8aa6b92b2050d5 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
0f8909f1b4e235dd8a452d7dff8aa6b92b2050d5 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
switched to short ternary, rearranged assignment
fe57212ed3f50005a65b7b6ee4dfea4badd4fbc6 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
fe57212ed3f50005a65b7b6ee4dfea4badd4fbc6 authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
Now that embedded and reference many are the same related to lazily initializing the collection we can consolidate the hydration code for the two types of associations.
674db5567479d1e67955be7a5ef54d9a70979f69 authored about 14 years ago by Jonathan H. Wage <[email protected]>
674db5567479d1e67955be7a5ef54d9a70979f69 authored about 14 years ago by Jonathan H. Wage <[email protected]>
updated mongo submodule
be6810c8a788e9273df67bb90654600d9597a80e authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
be6810c8a788e9273df67bb90654600d9597a80e authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
Making hydration of embedded many lazy similar to how reference many works except we already have the data so we don't have to go to the database to initialize like a reference. We only have to hydrate the data lazily.
cf2ecfd1401e9e7296d8cfaa079f98094e7cef2f authored about 14 years ago by Jonathan H. Wage <[email protected]>
cf2ecfd1401e9e7296d8cfaa079f98094e7cef2f authored about 14 years ago by Jonathan H. Wage <[email protected]>
Making the ClassMetadataFactory class name configurable to match the orm and also changed ClassMetadataFactory construct to a setDocumentManager call.
6143e4217a9ccdc8aa29bf3f0943b378f4389a28 authored about 14 years ago by Jonathan H. Wage <[email protected]>
6143e4217a9ccdc8aa29bf3f0943b378f4389a28 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Merge branch 'master' of github.com:doctrine/mongodb-odm
36b7094b16072d4a412486f3f97c6021295d507f authored about 14 years ago by Jonathan H. Wage <[email protected]>
36b7094b16072d4a412486f3f97c6021295d507f authored about 14 years ago by Jonathan H. Wage <[email protected]>
Update to make odm work with latest doctrine mongodb later.
e80f94d932827740791621505d4c3669a5e50f82 authored about 14 years ago by Jonathan H. Wage <[email protected]>
e80f94d932827740791621505d4c3669a5e50f82 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fix MongoDB submodule url
5c7a94dd3af144005987e9f007c50e4297299278 authored about 14 years ago by ornicar <[email protected]>
5c7a94dd3af144005987e9f007c50e4297299278 authored about 14 years ago by ornicar <[email protected]>
Upgrading doctrine-mongodb vendor.
9a2b78d8de66c9a3d3d8c198bb16fcd495622cb7 authored about 14 years ago by Jonathan H. Wage <[email protected]>
9a2b78d8de66c9a3d3d8c198bb16fcd495622cb7 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Code cleanup, using public properties instead of methods where possible to improve performance, doc blocks.
c375e785d3956c44a34236c97903e20844b423a8 authored about 14 years ago by Jonathan H. Wage <[email protected]>
c375e785d3956c44a34236c97903e20844b423a8 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Cleanup and doc blocks.
58211790a55f27e7b3b43af7b90468f787d7f6ef authored about 14 years ago by Jonathan H. Wage <[email protected]>
58211790a55f27e7b3b43af7b90468f787d7f6ef authored about 14 years ago by Jonathan H. Wage <[email protected]>
Moving method.
0b6086c270348cebd379c736610012ca94635e9b authored about 14 years ago by Jonathan H. Wage <[email protected]>
0b6086c270348cebd379c736610012ca94635e9b authored about 14 years ago by Jonathan H. Wage <[email protected]>
Cleanup.
bad0e14be17dacd49ece85718cae14bee6e6cd47 authored about 14 years ago by Jonathan H. Wage <[email protected]>
bad0e14be17dacd49ece85718cae14bee6e6cd47 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Removing old file.
5f995946319df0bfe0de11d24c784e551f7a55d2 authored about 14 years ago by Jonathan H. Wage <[email protected]>
5f995946319df0bfe0de11d24c784e551f7a55d2 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Removing query builder from odm core and extending builder from Doctrine mongodb standalone library.
73d7b81b1ea98585d80093836377618f4c388f7e authored about 14 years ago by Jonathan H. Wage <[email protected]>
73d7b81b1ea98585d80093836377618f4c388f7e authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fixing issue with mapped file that is named something other than file.
474f68bb650d4ebbc2dc57678c521c80606347f2 authored about 14 years ago by Jonathan H. Wage <[email protected]>
474f68bb650d4ebbc2dc57678c521c80606347f2 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Adding doc blocks.
9a7c804ea0080bad4998aba79135a951b6912ed9 authored about 14 years ago by Jonathan H. Wage <[email protected]>
9a7c804ea0080bad4998aba79135a951b6912ed9 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Updating doctrine mongodb layer to latest version.
a24a32a34cb8f61156d76f2d6623688a80e90520 authored about 14 years ago by Jonathan H. Wage <[email protected]>
a24a32a34cb8f61156d76f2d6623688a80e90520 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Merge branch 'master' of github.com:doctrine/mongodb-odm
Conflicts:
tests/Doctrine/ODM/MongoDB/Tests/MongoGridFSFileTest.php
Refactoring MongoDB ODM to use new standalone connection layer.
40552d866f9a5af92b13d2991ffdbbcd877100d9 authored about 14 years ago by Jonathan H. Wage <[email protected]>
40552d866f9a5af92b13d2991ffdbbcd877100d9 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fix typo in QueryBuilder
1055722e5da7584ebe7c6d3df788f446ac71a0da authored about 14 years ago by ornicar <[email protected]>
1055722e5da7584ebe7c6d3df788f446ac71a0da authored about 14 years ago by ornicar <[email protected]>
Update Symfony\Component\Console to latest version
28a040d5807a9a2beea85397d9427829bffb92a4 authored about 14 years ago by Fabien Potencier <[email protected]>
28a040d5807a9a2beea85397d9427829bffb92a4 authored about 14 years ago by Fabien Potencier <[email protected]>
fixed file path on Windows
258e54deb31c358c26cf66d57ea6ca02279251ff authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
258e54deb31c358c26cf66d57ea6ca02279251ff authored about 14 years ago by Bulat Shakirzyanov <[email protected]>
Renaming variable.
ee771ba96c8a9110b4d2014b5b019fab83e26358 authored about 14 years ago by Jonathan H. Wage <[email protected]>
ee771ba96c8a9110b4d2014b5b019fab83e26358 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fix for embedded document indexes.
30d7a38b97af5673f2a5276a28b9d9eea7762ad0 authored about 14 years ago by Jonathan H. Wage <[email protected]>
30d7a38b97af5673f2a5276a28b9d9eea7762ad0 authored about 14 years ago by Jonathan H. Wage <[email protected]>
A few code tweaks and comments.
756d48b9b4c7c5d6ff704fab15bdc5f58f9bb1ea authored about 14 years ago by Jonathan H. Wage <[email protected]>
756d48b9b4c7c5d6ff704fab15bdc5f58f9bb1ea authored about 14 years ago by Jonathan H. Wage <[email protected]>
Renaming DataPreparer to PersistenceBuilder.
4f66b74f89875cd3830fa4bdeaa8420433e78e88 authored about 14 years ago by Jonathan H. Wage <[email protected]>
4f66b74f89875cd3830fa4bdeaa8420433e78e88 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Refactoring expression building to a Query\Expr class and implemented it in QueryBuilder. Refactored getSingleResult() to not convert iterator to array and just return the first result.
ca77a7022deafe6c4521dad4480b443fb7f15958 authored about 14 years ago by Jonathan H. Wage <[email protected]>
ca77a7022deafe6c4521dad4480b443fb7f15958 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fix so initial version comes from default value of property.
0fd37ae16f40373948e4a1f374d1f1e83a358b7b authored about 14 years ago by Jonathan H. Wage <[email protected]>
0fd37ae16f40373948e4a1f374d1f1e83a358b7b authored about 14 years ago by Jonathan H. Wage <[email protected]>
Fixing argument to match orm.
182f14e1e5ebe66a5d0885b25d44c36f04f4bda1 authored about 14 years ago by Jonathan H. Wage <[email protected]>
182f14e1e5ebe66a5d0885b25d44c36f04f4bda1 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Ripping out DQL and fixing a few things in QueryBuilder
134b7ae418d33697fcb6a6dc73a34a8ec4d32904 authored about 14 years ago by Jonathan H. Wage <[email protected]>
134b7ae418d33697fcb6a6dc73a34a8ec4d32904 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Refactoring API to match ORM and implementing optimistic and pessimistic locking
daedacfbfddca96c3d75d19acdf50b9e1ca1be56 authored about 14 years ago by Jonathan H. Wage <[email protected]>
daedacfbfddca96c3d75d19acdf50b9e1ca1be56 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Adding doc blocks.
6b8d399f9b24969be6e011495a3734d760a3e033 authored about 14 years ago by Jonathan H. Wage <[email protected]>
6b8d399f9b24969be6e011495a3734d760a3e033 authored about 14 years ago by Jonathan H. Wage <[email protected]>
Adding test for an issue someone described to me in person.
d20c225a40f7ef0952a5c4b0a0f000eb03aa06bd authored about 14 years ago by Jonathan H. Wage <[email protected]>
d20c225a40f7ef0952a5c4b0a0f000eb03aa06bd authored about 14 years ago by Jonathan H. Wage <[email protected]>
Implemented id generator strategies and got rid of the old custom id stuff. Also implemented uuid and increment id generator.
4645babd9ab1cb4ee2473f662744dc60a3582243 authored about 14 years ago by Jonathan H. Wage <[email protected]>
4645babd9ab1cb4ee2473f662744dc60a3582243 authored about 14 years ago by Jonathan H. Wage <[email protected]>