Ecosyste.ms: OpenCollective

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

github.com/doctrine/phpcr-odm

Doctrine PHPCR ODM
https://github.com/doctrine/phpcr-odm

Merge branch 'master' into add-parent-annotation

c58e51033cb36a62becabb814efb67dd4833dafb authored about 13 years ago by Uwe Jäger <[email protected]>
some doc for the persist operation

49d8cd267d734b35de49144d9e6ceee18983c0cd authored about 13 years ago by dbu <[email protected]>
Merge pull request #68 from doctrine/populate_node_on_persist

Populate node on persist

b46e7998d647703917f685a9451c44e2c5912ea4 authored about 13 years ago by David <[email protected]>
change unit of work to populate @Node property on persist instead of on flush

a109ffd7bbf741f7d764b9515dff7b6c0b74f48d authored about 13 years ago by dbu <[email protected]>
no sense in having a default implementation for this

fad83af86c08f76dbadf63ca1a0571c5cda6135b authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
aligned the Collection code more with the ORM

e0fda14c2d90313d30c1efc6fded300cc9b5cbf2 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
added initializeObject() method to match the updated ObjectManager interface

da83d2eb63c673a3c6de3bf846ad5985e14d140a authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
updated dependencies

341bb70cfd583c96d0199998a2cfd4497603fdf7 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #67 from doctrine/unitofwork_refactoring

Unitofwork refactoring

9f2f632d91c45db6935a3b8dccb44cff6dd3c853 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
minor tweaks

8972b8640e006d09e0de3f108be3147f6efc4ab0 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
cosmetic tweak

a3b0a7299ac5358d7a850b9f29a79a97bb2baa03 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
do not start a new transaction if one is already open in commit()

f87b19fa6d3150c44b66b0532f9f9e84211465c5 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
mend

260b238123f261fccd2a484bb65012b6753487bd authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
updated deps

2bf66c40f86566d37cca16bc07aec524d31da540 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
removed EmbeddedDocument and EmbedOne

e2f26d7997c1d2b181dbc59598475a7024a640f5 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
refactored UnitOfWork, added DocumentManager::close(), dropped DocumentManager::flushNoSave()

ce8fd9274875ef1e019bfaac1c5f9e931f7b1e7b authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
Merge remote branch 'upstream/master'

Conflicts:
lib/Doctrine/ODM/PHPCR/UnitOfWork.php

6beaee13992a0825a5de3d20544b9d02950dee51 authored about 13 years ago by Johannes Stark <[email protected]>
Merge pull request #65 from doctrine/rollback_exception_rethrow

Rollback exception rethrow

44e380f3fee6901c03c6c5170005f8ee3fbdd835 authored about 13 years ago by David <[email protected]>
xadding parent annotation, first partial commit. exceptions on changing not thrown. and we really should use proxies for children and parent to avoid loading the complete repository

09fad597e5ac2e888b276f5bc528edb6c70e508c authored about 13 years ago by dbu <[email protected]>
Nodename annotation to map NodeInterface::getName

d04b506c6a643736943b70dc0c50567d1f857d7e authored about 13 years ago by dbu <[email protected]>
adding test for property annotations and fixing bug with double/float annotation

b45e1844fc3ffa25fecee8307a451128d8006611 authored about 13 years ago by dbu <[email protected]>
a test for property mapping in yml and xml

aff61a3aa3e0bc853b583df9676076086a7936a9 authored about 13 years ago by dbu <[email protected]>
adding annotations for the missing phpcr property types: Long, Double, Name, Path, Uri, Decimal

a6032f8dc6574e0ce269653a884eb91ea5234284 authored about 13 years ago by dbu <[email protected]>
adjusting order of properties annotations to phpcr spec for easy check. more doc comments

c2c98c0a1983eca6e9a904a335b0604a091bbc7f authored about 13 years ago by dbu <[email protected]>
rethrow any exception that was caught when doing rollbacks during flush()

6d3cc5e42f827127d8cb88faad7f7d8e6290fb93 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
fixing UnitOfWork due to unit test

5d31a37519e906077c8274887862762b1b215c70 authored about 13 years ago by Johannes Stark <[email protected]>
fixing unit test

027f861979d5d7e60361bd6193ec42a5ac975611 authored about 13 years ago by Johannes Stark <[email protected]>
set uuid for any type that is referenceable and explain what we do. document requirement on phpcr implementation in readme. fixing issue commented in 79bdb0c4a1

7dc26f31205d059c64a79b5d3b85c2777dc53d46 authored about 13 years ago by dbu <[email protected]>
cs fixes

05fe5c07b891e810b8529a841ddcc721b0e4cca7 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
cosmetic typo fix

695542af1d7d98a3e5b5867abc5bac37463bb154 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
cosmetics

79bdb0c4a1312116b6544755d26e0560dfc858a8 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
BC break: renamed isVersioned to versionable for better consistency with PHPCR

4c4411102daf28ff2b6c206b8037c22221b11265 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
undid previous change, since referrers can optionally not specify if they want to filter by reference type, so null is a valid setting

a755a3bb0c0b6ec0e8f2dca2f6cdc5b85e6d2876 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
undid previous change, since referrers can optionally not specify if they want to filter by reference type, so null is a valid setting

0ec70f42652c2e9202078f0cb7336e5f7c087bb4 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
updated to doctrine common master (aka 2.2-dev)

70ff58c50c59b53709a3b61555052d7c1a28fd9b authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
fixed some incorrect annotation validation rules

19a9f642a6cb3e7393ffa503157c42b77a5856d5 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
notice fix

a3a17bc7d956ac21ecaab803ef96446ca483a882 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
default name with the property name

02745938a813611a3bd0b9d65401794ee61870ca authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
fixed incorrect referenceable annotation and missing alias

514b551466d5fa9eb15ed82bbefaf11c0f1fdb67 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
whitespace fixes

74adeea10e8ae2b0a68d8ce4c9dd2667dd372b60 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
fixed several mistakes in the recent addition of annotation validation rules

4289341212bdf79ca252f6b176a36fae243d349e authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
updated jackalope

974c97b79f8fb9bfc8140a009098155bd5d210ba authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
making exception about missing alias annotation more telling

84c85c0a9351699e6ec2e71982ba35d81598644d authored about 13 years ago by dbu <[email protected]>
see https://github.com/doctrine/mongodb-odm/pull/80

e8e7d7dd08b9da192f5e88b34b7589aa79addef2 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
CS fixes

8aaae6caf51640acfb8c48267b3d1d53eb5096a4 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
updated status and removed bogus support for ArrayField (this is multivalue in PHPCR)

3f68baab3acf2bd9d560f588d52338ab52d829f7 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
updated readme

cc2e271e71cbe7e77b09dbebe1eda34da7e18337 authored about 13 years ago by David <[email protected]>
updated annotations to only use @Annotation on final classes

4a0824572daea93f4a78a13690cc4adf696506f0 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
updated annotations to the doctrine common 2.2 syntax for better validation

d7d695f5aefae62400532ddbcc1ebde50b84cd00 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
updated jackalope

f642d371b2278651f6367fafb5da97790baae2c3 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
added @Annotation

d66af5605ac157af4170211639fd8bd875985222 authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
added isTransient() to ClassMetadataFactory

5d39d150950492dbedf345b8b509f831ae1ebf6e authored about 13 years ago by Lukas Kahwe Smith <[email protected]>
fixed previous commit

98d4e1478611f5d28402e04be03e67aeb8dfb26c authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
fixed handling of node type in createQuery()

db0a457f1cfe6afd747befe2ceeb0d1d3cc1d3d9 authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
removed flush() call in checkin()/checkout()/restore()

f8aced3ad5e5ca52da022184d9b164d058ecbe99 authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
fixed usage of getTransactionManager()

d2056a3281a217090642dd8e7b887618c85890e4 authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
updating to latest jackalope

e8994c3d55b6d8e99a6296cbe82429696ba3eedc authored over 13 years ago by dbu <[email protected]>
Merge pull request #60 from doctrine/unitofwork_fixes

Unitofwork fixes

787c0126de8fb4770d1a533269e4078964d5b00f authored over 13 years ago by David <[email protected]>
minor fixes

1956f003b04bc9330b1d406ccd48e26cda96982a authored over 13 years ago by Johannes Stark <[email protected]>
bugfix

9a879f48ceb9c488acc890602ce8e153ece07bbb authored over 13 years ago by Johannes Stark <[email protected]>
fixed faulty changes form previous commit

0fc2aa4d602225dda496c330062453a21eb9e58f authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #62 from starkj/referrers

minor fixes

bf0cee5a5ca9d018371152788deeeca5ca92df55 authored over 13 years ago by David <[email protected]>
minor fixes

68e36913a1e67a3fd8be98fd160397ca14555069 authored over 13 years ago by Johannes Stark <[email protected]>
Merge pull request #61 from starkj/references

bugfix

45a7cf65149f3191c1fb23dbc971396292a02d56 authored over 13 years ago by David <[email protected]>
bugfix

1be87404cda68b037ca2b36fca5e4fd2f112f11f authored over 13 years ago by Johannes Stark <[email protected]>
fixed handling of transactions, CS fixes, removed unused code

688fda8e2bddb3b9342d00537aab8dc38b785a9f authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #59 from starkj/referrers

Referrers

b554c05ed4d91e3b9f50b7ef06de003a13dc0783 authored over 13 years ago by David <[email protected]>
updating README

c40787c74e01b914765ac222e0f786ac0c71a8d6 authored over 13 years ago by Johannes Stark <[email protected]>
updating to latest version of jackalope

9df0d325c916bada043d43e9e077c28087f32e74 authored over 13 years ago by dbu <[email protected]>
fix typo

0d0becd412d88bbe93113c8255e78462fdf3b99f authored over 13 years ago by Johannes Stark <[email protected]>
Merge remote branch 'doctrine/master' into referrers

d3181d87c07e60b28a3c5fe7d913f05b23120235 authored over 13 years ago by Johannes Stark <[email protected]>
removed option "all" for referenceType, new test, text fixes

f11fcf86c107fdb794fc7cfb90056025e5563d02 authored over 13 years ago by Johannes Stark <[email protected]>
added support for hard and weak referrers

5fb699f3934e760f273a67fa46e195ab1b264d19 authored over 13 years ago by Johannes Stark <[email protected]>
doing the code cleanup brian proposed

8785fa3143f7b8afeb0b0040a8ee6ad7f6c254d0 authored over 13 years ago by dbu <[email protected]>
referrer annotation

42c24a3d919e8c83743ddeb0031c6fea71b61fcb authored over 13 years ago by Johannes Stark <[email protected]>
Fix metadata loading of builtin documents

The wrapped metadata driver ensures that metadata for the builtin
documents is loaded. Still the...

f2f9870e80dc0fd8aaa4a875046209e9d4d8604d authored over 13 years ago by Uwe Jäger <[email protected]>
doing the code cleanup brian proposed

33b14c1fcbf094692ff3907fa395a31532119b36 authored over 13 years ago by dbu <[email protected]>
Merge pull request #56 from uwej711/add_driver_for_builtin_documents

Fix metadata loading of builtin documents

b6862452a0a8820f4ccb13394f662d45ad6cffec authored over 13 years ago by David <[email protected]>
Merge pull request #58 from starkj/references

moved test classes in separate files due to performance issue

48eb30b04a6d9c6e0b7789abc8617db90fe11b05 authored over 13 years ago by David <[email protected]>
moved test classes in separate files due to performance issue

3e4ce9aca56a8d6fb343ad923fd19eadee6cf363 authored over 13 years ago by Johannes Stark <[email protected]>
Merge pull request #57 from starkj/references

fixing tests

77a6f73c5ad4c0e83bbbaa79a8c5e7db7e614672 authored over 13 years ago by David <[email protected]>
fixing tests

92fa57eec56587855564159bff7feced64f4741e authored over 13 years ago by Johannes Stark <[email protected]>
Merge pull request #52 from starkj/references

References

1083b5087afc55b6700b149889d65c6422998f95 authored over 13 years ago by David <[email protected]>
Fix metadata loading of builtin documents

The wrapped metadata driver ensures that metadata for the builtin
documents is loaded. Still the...

6bb83b938f6432874aff67e6976a3282db1a4c8a authored over 13 years ago by Uwe Jäger <[email protected]>
Merge remote branch 'doctrine/master' into references

a8b5761f8bd1828e3452e5c9378b65d8934f3eb8 authored over 13 years ago by Johannes Stark <[email protected]>
removing debug annotation

3ec49446108ba9d2b2cc808980016a22e8b1f4e5 authored over 13 years ago by dbu <[email protected]>
updating to fixed jackalope and switching to Session::refresh instead of Session::clear. fixing a test - hopefully

4b917992b9e3ac3c9198088c625661d042058c08 authored over 13 years ago by dbu <[email protected]>
update jackalope

542fda7cb0a59a20866e11672496428dfa078294 authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
added optional type parameter to quote()

5b974b04091de7639cbd73d2d03fdefec8419d05 authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
doc block fix

639c1494f02cddb27cdeeaf232e87d852e8557fb authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
removed require of DoctrineAnnotations.php

use AnnotationRegistry instead

0e595b453797778452d78dcbb10cd44015785c96 authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
typo fix

2e93dd831562042da9370ee52b7fac09e8d75e21 authored over 13 years ago by Lukas Kahwe Smith <[email protected]>
removing comma again

b0031c158686bcf497d8f19b094cc0df7bee696b authored over 13 years ago by Johannes Stark <[email protected]>
Merge remote branch 'origin/references' into references

fa319be02600576c405b0737409877247db4eca4 authored over 13 years ago by Johannes Stark <[email protected]>
trailing whitespaces removed ;-)

3eae7319098d5f299c4e19b02c4aac84a7d2b769 authored over 13 years ago by Johannes Stark <[email protected]>
adjusted to latest jackalope api

9770c25996031e4994fd677c97b1fb1b1f5054ab authored over 13 years ago by Johannes Stark <[email protected]>
some changes according to the comments of beberlei

f43f6d1bf77c4b7c9b4c6851c6be473c9ea6b72f authored over 13 years ago by Johannes Stark <[email protected]>
more tests, issue with deleting one out of many references fixed

61919d25fa1ed0e2cdd15a5554209eedd489c6ac authored over 13 years ago by Johannes Stark <[email protected]>
bugfix, load referenced documents only once if you access them by their id and later by their reference

0d4f2d420523f52dc1be2739378fcfee23b9080a authored over 13 years ago by Johannes Stark <[email protected]>
get referenced nodes within one call to increase performance

898727b1828abd4f1dfa4742c2cdb0ef1c71a390 authored over 13 years ago by Johannes Stark <[email protected]>