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 pull request #599 from dantleech/map_depth

Added depth mapping

8210438e4eabf876a75d5359133a6e602e71f174 authored almost 10 years ago by David Buchmann <[email protected]>
Added depth mapping

2b22df9b23d5393fbed83af9ac7c76a7c8ffc62b authored almost 10 years ago by dantleech <[email protected]>
Merge pull request #592 from Wepala/field-map-fix

Added getFieldMapping method

a593b1f229ab44214497d75413721911225600dc authored almost 10 years ago by Lukas Kahwe Smith <[email protected]>
deprecated getField method and replaced with getFieldMapping

42933bfb677d77ba29fe589827964916e8d225a4 authored almost 10 years ago by Akeem <[email protected]>
Added getFieldMapping method. This method is called by doctrine-extension for ORM and Mongo ODM but for some reason it's missing in PHPCR

afaf813ad9b313718a7854e6b6e3409876b0e676 authored almost 10 years ago by Akeem <[email protected]>
Added getFieldMapping method. This method is called by doctrine-extension for ORM and Mongo ODM but for some reason it's missing in PHPCR

e34226196781ed43f4b45a846ba42de5e855b570 authored almost 10 years ago by Akeem <[email protected]>
Merge pull request #589 from mellowplace/issue-573

Fix access to children of old versions of documents

c9507abc4f1f38b597d0cf4b7d1a19ec77f3cf35 authored almost 10 years ago by David Buchmann <[email protected]>
Issue 573 - fixed getting child nodes of a version of a document

fc9cd8dad71eb99ba2d56743d5000b52e9d30670 authored almost 10 years ago by Rob Graham <[email protected]>
Merge remote-tracking branch 'upstream/master'

c6f4647ddad8aff1571af36780a1387aff6fcf32 authored almost 10 years ago by Rob Graham <[email protected]>
Merge pull request #590 from doctrine/add_force

DBAL initialization now requires force option

ffc88566f5958d8e69c16f270030a2dae8ddfa9d authored almost 10 years ago by Lukas Kahwe Smith <[email protected]>
DBAL initialization now requires force option

67271eba63bb23fb61afc4669768982d0165cbc2 authored almost 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge remote-tracking branch 'upstream/master'

e911efb5c0ebec97eca616350db736f050113477 authored almost 10 years ago by mellowplace <[email protected]>
Merge pull request #587 from dantleech/exception_message

Fixed exception message

8bf0cfd802a8a4fc18872e5c0f82804d47ac449d authored almost 10 years ago by Lukas Kahwe Smith <[email protected]>
Fixed exception message

c581594036b256c4c19d613a609c3cec8a86bc59 authored almost 10 years ago by dantleech <[email protected]>
bump dev branch to 1.3-dev

ffc02293b82e0dbfc0a71bddb6988db01055ec8b authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #582 from Ocramius/feature/transactional-wrapper-api

`DocumentManager#transactional()` support

3e94ce67dd814cdbdbf233372d4fe3177e9fdafd authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #581 from Ocramius/hotfix/duplicate-objects-in-identity-map

Hotfix: Duplicate objects in identity map when using `findMany`

320c84039dfdc1a8608dfbba19ab7d34620421a8 authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Retrieved document instance should be the same one that is already in the identity map

7d6a3ce36d5c04eb791352ce13b406551cdf2042 authored about 10 years ago by Marco Pivetta <[email protected]>
Applying hotfix: currently existing identifiers are used to check against the identity map during hydration of multiple hierarchical items referencing each other

23684b712c7ea9bfc56c63c68f03af2f0ae9ef14 authored about 10 years ago by Marco Pivetta <[email protected]>
s/Comment// on `ParentTestObj` identifiers in tests, for clarity

4a452d370d99d7d928e5335642154dd905f1adc2 authored about 10 years ago by Marco Pivetta <[email protected]>
Asserting also on node name for clarity, simplifying tests, readability fixes

b7f68d0f240e8afa041c478582a153c764eafb48 authored about 10 years ago by Marco Pivetta <[email protected]>
Rewording test variables for clarity

b031dd9b2dc3489e95c0ceac7c4befe3fe504e84 authored about 10 years ago by Marco Pivetta <[email protected]>
#581 - s/parentComment/parent

985ceba8aaa4d588a7d6b128e46e188b0acd9ef5 authored about 10 years ago by Marco Pivetta <[email protected]>
Failing test case: proxy loading fails when objects referencing each other are loaded by the same `UnitOfWork#findMany()` call

da8b983414e8e72f6407c576e53917314f5031ad authored about 10 years ago by Marco Pivetta <[email protected]>
Basic specification for `DocumentManager#transactional()` with an invalid callback to be rejected

40a7a0dd4940d30b749ec176c96bc9bb5c1da7ee authored about 10 years ago by Marco Pivetta <[email protected]>
`DocumentManager#transactional()` should call the callback with the document manager as first passed in parameter

192e4051790f69c086e605ffb97f10a369279990 authored about 10 years ago by Marco Pivetta <[email protected]>
Implementing auto-flush support in `DocumentManager#transactional()` as per specification

afb6f2f1a6cbf0f5cb253db81befe642a57a4392 authored about 10 years ago by Marco Pivetta <[email protected]>
Minor cleanup as of @dbu's review

bac8d8c756ee6fd1be5a5e8b2136c74a39ada563 authored about 10 years ago by Marco Pivetta <[email protected]>
`DocumentManager#transactional()` should not auto-flush for invalid cases

c4c03ce7ab971c69dcddae06cf4db8ba1c96757f authored about 10 years ago by Marco Pivetta <[email protected]>
`DocumentManager#transactional()` should auto-flush for ORM consistency

d5e765468f02056900fc6207a0994c8284591a18 authored about 10 years ago by Marco Pivetta <[email protected]>
Clarifying on when `InvalidArgumentException` is thrown

60fec537a814dc7a57ba9bf43bbe17804f950732 authored about 10 years ago by Marco Pivetta <[email protected]>
Adding documentation (imported from `Doctrine\ORM\EntityManagerInterface`)

Ref: https://github.com/doctrine/doctrine2/blob/5a6bbbd6241d803b686a13a0c373e0febe656987/lib/Doc...

4c9a124983f9330bccbf9e4569bfc162da819795 authored about 10 years ago by Marco Pivetta <[email protected]>
Basic specification for `DocumentManager#transactional()` with no transaction support (silent callback execution)

95d5213906240d71f90e572e97a3e9df58bf8174 authored about 10 years ago by Marco Pivetta <[email protected]>
Basic specification for `DocumentManager#transactional()` with a callback that throws an exception

537a274a01f6b46cd4e5ba8e097897d747a77e7b authored about 10 years ago by Marco Pivetta <[email protected]>
`DocumentManager#transactional()` should also flush when no transaction support is given

6b39f075c91ce2ed310cca1de853bb16ccdb9e86 authored about 10 years ago by Marco Pivetta <[email protected]>
Basic specification for `DocumentManager#transactional()` with succesful transaction and callback execution

22e4b06f06564c93e955e25c7a7f3d92734674b7 authored about 10 years ago by Marco Pivetta <[email protected]>
Basic specification for `DocumentManager#transactional()` with succesful transaction and callback execution

a0abf2b123f43ea0a1c6fc1e9ab4b3deed482982 authored about 10 years ago by Marco Pivetta <[email protected]>
Merge pull request #583 from doctrine/adjust-to-jackalope-cleanups

getting the referenced nodes from a property no longer can index the target by uuid

d3f2c704502e7e064cc5021c9929e6fb7d3e0166 authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
getting the referenced nodes from a property no longer can index the target by uuid

5c01fd3ce4a4e031c725e9e7bbc1c8dce8e85771 authored about 10 years ago by David Buchmann <[email protected]>
cs fixes

f98092add67e0adfb30dcc93fc2062f743222a1d authored about 10 years ago by David Buchmann <[email protected]>
ignore deprecation errors

f2d82b6a204735114ab5a1597f011ed6b90bca3c authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge branch '1.1'

8d5027f50db36774dc923a603eb13bc7785120fb authored about 10 years ago by David Buchmann <[email protected]>
add missing property

9d705e75452f3a15a3c676815af4aec0c41135c0 authored about 10 years ago by Uwe Jäger <[email protected]>
Added test for issue 573

https://github.com/doctrine/phpcr-odm/issues/573

0f463cf74d2f8da8c6b4c1282be948e4cb2903af authored about 10 years ago by Rob Graham <[email protected]>
Release of new version 1.2.0

0ef13d146e7b78a0822337a73e872e0172020200 authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Release of new version 1.2.0-rc6

7eb6e413a498cd86338902ad0e46ef61c7ace1ad authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #572 from doctrine/rename_bind_trans_event

replaced pre/postBindTranslation events with a postCreateTranslation

e08f80f65abecc887e8a1931f31b0b38ca01c6d4 authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
replaced pre/postBindTranslation events with a preCreateTranslation

554598f7ffc18eac79f5a02705a793e7cbb3286d authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #570 from doctrine/make_findTranslation_consistent

no longer refresh translations on a load translation call

c8e2d1353e293a01b9778c23ae0cf6231b6f43b5 authored about 10 years ago by David Buchmann <[email protected]>
no longer refresh translations on a load translation call, also no longer unload translations after a flush()

a3ec655b8201f724d4cfc42dd929fef5aff411a0 authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
fix changelog

859960c8efea1181533249a9f2851564caf9242e authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Release of new version 1.2.0-rc5

e84ed0eee5561ecaafbc61bce99781342a77ec75 authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
fix version

840b92ff480b1db62f48ef125407dcd50de37c5c authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #566 from doctrine/fix_trans_update

improved DocumentManagerTest::testFindTranslationAndUpdate

b86e51dd77bb077e3335326c3945174b11426e5f authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
fix issue that caused translated fields to not be updated introduced in 1.2.0-rc4

40beb0178fc4b665b5cea4e28cfc0b324411612d authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
improved DocumentManagerTest::testFindTranslationAndUpdate to actually do modifications

e1c1bde72ff629e24be7061ed21c2cf810fe9286 authored about 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #565 from he-li/#563

Check keys instead of values

16eaca39df7b8495fc35c0958de0bbd51f5808a3 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Check keys instead of values

Fixes #563

c6c2067236ee5fc5efa6e45b88c0deba72c8d512 authored over 10 years ago by He Li <[email protected]>
Merge pull request #560 from doctrine/hhvm

enabled testing against hhvm

ee55db70ce94a86962da45df8b91e040c680a010 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
enabled testing against hhvm

d16a4dd35053d378c3e9d2d9b728a355e4e2bd6f authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
updated dependencies

1cf31df6f8160889661c3426363d363f981a8d12 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
added missing phpdoc

d991c2c8805af6af0da39033e12ca5f357ccb1ec authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #558 from dantleech/improve_qb_validation_2

Only throw exceptions in one place

2afdeea38e400140c07e4ae185ff2f8bb9ce0862 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Only throw exceptions in one place

a1bfd59acf181b526b75bdb074e87119c14cccd0 authored over 10 years ago by dantleech <[email protected]>
Merge pull request #555 from doctrine/changeset-translatable

fix changeset calculation with translated documents

83863d7e460c112aff1497abc4fdfb9c7b93cde2 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #553 from doctrine/improve_qb_validation

Improve qb validation

7c6adeea44fc773ff7216791c05b72a86fbdfd92 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
make it possible to load multiple translations from a previously persisted documents

702a8856aec74e99cfbe7156bcabb372995311de authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
specifically handle order by error cases in the QB

9bab892f98abe2a7fe6639fe75a6d32848b04263 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
fix logic to determine if there were changes in translations

d8839de0cc79b4fd3cfbf72ffa5f2cecfcb26f62 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
test for changeset calculation with translated documents

7fe68c8d50f327d7f0c3bd7f648e52ebfb7d0753 authored over 10 years ago by David Buchmann <[email protected]>
Merge pull request #554 from dantleech/improve_qb_validation

Fixed validation

8fc1db1b54e5f1408eac143a08846f64649f7df4 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Fixed validation

e0ad9f018c58c91bb8342684a732d763a3362699 authored over 10 years ago by dantleech <[email protected]>
pushed field/orderby validation into the QB

5fa4e2cf0e1a7704c3b03a7c3dfc94407dce0665 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
typo fix

a56b8307f21b32c3900f3d6348283a0c5ec724ee authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
fixed tests

2416752362ccdf9e3d09e1aee62f7bff66434acb authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #552 from WouterJ/patch-2

Fixed link

07c5d00cde0e6feb03f5f6a2ffb09f641551bf2b authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Fixed link

8fd7f75dd9401777f636fa5f61a7fa7456513ca4 authored over 10 years ago by Wouter J <[email protected]>
Release of new version 1.2.0-rc3

3f4f1f24fdb226adf022155ffb9fd761dafbc6cd authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #549 from doctrine/ElectricMaxxx-refactor-findMany-with-manyTranslations

refactor find many with many translations

4acd129c53bf507f154a9c30ce708429ec853c4a authored over 10 years ago by David Buchmann <[email protected]>
fix minor issues with the refactoring

848470afd7756c8a3ade238fa62f45b971312c23 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #550 from doctrine/optimize-less-nodes-then-ids

optimize findMany()

7a00c367f3e71eb64bc74b7875efcb409cabfaae authored over 10 years ago by David Buchmann <[email protected]>
optimize findMany()

3d7cf81d1ef849aac2bf081d68c403f26e56518a authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
CS fixes

98be6744ec1295582b33ca14d2c6d1b5715586b6 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
fix almost all tests

8f9ff28ed0b055a20c245bda0298161611f90e2f authored over 10 years ago by ElectricMaxxx <[email protected]>
fix some tests

e674acf944858dbd13db503d70ae3582048eac35 authored over 10 years ago by ElectricMaxxx <[email protected]>
first, to just show the mechanics

c2b9672fa9c062859baa712798ac7029f2dc7c08 authored over 10 years ago by ElectricMaxxx <[email protected]>
fix DM

d095c2c00b31afdd91119f1dd3c0f0cd0c19ce0a authored over 10 years ago by ElectricMaxxx <[email protected]>
prepare 1.2.0-rc2

24000ccc93a50f7123dfb87874e3ae0f6531d1cc authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
add allow-label to RMT config

3700d63243bd14da78d70c9b0702f00b0e01f922 authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #546 from ElectricMaxxx/less-nodes-then-ids

remove not found uuids from documents to fetch

031f53a9d07d31af3ec3c909b167a9f1cbc9e1be authored over 10 years ago by Lukas Kahwe Smith <[email protected]>
add referencable attribute

37c7324bccb3e5a8ca993185ef5284f8a1cd1be8 authored over 10 years ago by ElectricMaxxx <[email protected]>
fix var names

0fc6af591da8896b4b18accdcd00ad4f246cb9bb authored over 10 years ago by ElectricMaxxx <[email protected]>
add id check

3055e399bc1faf662ca1a5d5ebc2342e3ed707c5 authored over 10 years ago by ElectricMaxxx <[email protected]>
add two more asserts

8ed3f40a5f0bf44a76042f5cb1ce540092dcfc10 authored over 10 years ago by ElectricMaxxx <[email protected]>
fix test finally

498c40c7097e114fe118c882bb2f87e11e1f8c4e authored over 10 years ago by ElectricMaxxx <[email protected]>
fix test

a41325f1663b2a4119523e1e2c1e77069927e130 authored over 10 years ago by ElectricMaxxx <[email protected]>
create test case

b6a6587d9d5231594fb4a68e71c2ebf3963b92d6 authored over 10 years ago by ElectricMaxxx <[email protected]>
compare count nodes and ids

4c662b7a9bacba42452a2ba903661c5978ddabbe authored over 10 years ago by ElectricMaxxx <[email protected]>
move + refactor

1e4a93b79cfec2c81a7ce9fce54a5d7ff3f14c1e authored over 10 years ago by ElectricMaxxx <[email protected]>
remove to much uuids from list

f0fd39fcfff5628e8bccb6205283a48abb8d4960 authored over 10 years ago by ElectricMaxxx <[email protected]>