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

handle edge case when children are mapped as references

6dbff8284d42c48117b82012cf45d4112e0667d0 authored about 12 years ago
cosmetic tweak in test

c7d6922056d54e1404f6b80eca2918f7975ce5d5 authored about 12 years ago
Add test for cascade remove of referenceMany with parent reference

e53310947bf2a15b1e2840a66123eb94900df070 authored about 12 years ago
Merge pull request #222 from dantleech/fix_single_result_array_collection

Normalized execute results to ArrayCollection

adee58b222e492a27d5b104b6a084b7e7696563b authored about 12 years ago
Fix children translation based on the parent document.

Correction the way to retrieve locale : lukas review

f8fcc872e9801f8b162c4fbfc78a23ae77f602a5 authored about 12 years ago
Fix children translation based on the parent document.

(Before the children locale was the request one)

246737e1878f85a94082805230b626abfab1959d authored about 12 years ago
Fixed terminology

5965bc58b4f4a45fe18b4472c051977b646a5108 authored about 12 years ago
Refactored to get parent classes from ClassMetadata

ecb69e9ee7facd21f663c6a39caf2316daafb758 authored about 12 years ago
Fixes some text

70bc22c76e56477ade54dec1be03841258547a54 authored about 12 years ago
Refactored a little and added test.

b8b5bf3eda75c0977f45152e0742971c09986490 authored about 12 years ago
Allow selection of extending documents

- Adds new multivalue node type property phpcr:classparents
- Popualtes this with the class name...

e92fd063035e2453077240ed017f2380fe803865 authored about 12 years ago
Merge pull request #225 from doctrine/patch-1

fixed handling of proxies in UnitOfWork::purgeChildren

f5c7fae1c88aaf1a90bbc376524aa2f157d08820 authored about 12 years ago
updated tests to new bin file name

6919392c108fc8a2b02f550b6de979d2372e7be5 authored about 12 years ago
fixed handling of proxies in UnitOfWork::purgeChildren

f9a3a149d2a619f32e58cc799f0b997e7fba6d09 authored about 12 years ago
Add test for check remove with more child level

acf92eb201243646442396dc4a4c176aed1ae5ea authored about 12 years ago
minor performance tweak in the cascade code

ccbb89329921e7468c77fccc5cd9b0b7da6f64b0 authored about 12 years ago
add the rename to the bin section of composer.json as well

5ec03375923f46ee064fac96a4c2629bd836b74f authored about 12 years ago
Merge pull request #223 from doctrine/rename-bin

avoid name clash with phpcr-utils in composer

d47a9ffe6063d7c0c65bb0e25c1ea50c696ca754 authored about 12 years ago
avoid name clash with phpcr-utils in composer

62b8587764de81e336c86aaa17528dc9451c6717 authored about 12 years ago
Normalized execute results to ArrayCollection

- Original logic used array operations that didn't work
on ArrayCollections, so refactored to ...

b7790367c80f079b774cec802b674d0a2c646713 authored about 12 years ago
added missing use statements and fixed phpdoc typos

3d22fec0b3442a4684f4c9ca4f92a0d874b98315 authored about 12 years ago
fixed some typos

e48cab1591bd3a83e042aeb4a904216108a928c6 authored about 12 years ago
call initialize() before returning the child names. in practice the collection will be initialized already anyway

6acd76b7c116a2b014efcc29a4b3370f25efb5f8 authored about 12 years ago
Merge pull request #221 from dantleech/query_builder_odm

Improved tests

c3cf25fb6867cea4ab7defc41977c9ee2a7c11e7 authored about 12 years ago
QueryBuilder can optionally accept Expr and ExprVisitor

- More test friendly
- Updated test

b0428cd3955a3608952fca3aa6c878b24c014786 authored about 12 years ago
Refactored tests to avoid implementation specific failure

694deefb75d352a44b3e0d0e9c0a8431f8b066de authored about 12 years ago
remove obsolete method, added a todo

354461d16b5d214acfcd19fe61fd78d7cc359e76 authored about 12 years ago
Fix typo

f7c1cafad19443b2ba9b7560632bc850392d77b2 authored about 12 years ago
Merge pull request #217 from dantleech/query_builder_odm

Added $qb->expr()->descendant('/path/to/parent');

18bed264773cdd5efa708eebe029968181e495e8 authored about 12 years ago
some CS fixes

e683e13a8d2d18cd4351ea057fdfadbfb5fc0aee authored about 12 years ago
Suport for

- $expr->like()
- $expr->descendant()
- $expr->textSearch()

00ca5eaedf3160e2913e772f835c1522a465d7fd authored about 12 years ago
Added $qb->expr()->descendant('/path/to/parent');

43643f2f22434e890f386ceda00b4bb3166b1a6a authored about 12 years ago
Merge pull request #216 from doctrine/refactored_classmetadata

totally refactored the ClassMetadata class to store all mappings in a single array

20e884f07425a99189d5ddfc9849e8e83eaaaa9d authored about 12 years ago
totally refactored the ClassMetadata class to store all mappings in a single array

4d11c81e94983c8454855e2d4c73aa526c0c87b7 authored about 12 years ago
edge case fixes

208e861007c096bf1ad823d793a177ed76646c1c authored about 12 years ago
Merge pull request #204 from dantleech/query_builder_odm

Query builder odm

9a48d49354c46ad98c60d9252aee433fea64c789 authored about 12 years ago
Fixed switch statements

2c1e6c68df3a276855be167f390fceacc0d0d134 authored about 12 years ago
Added CHANGELOG.md

a93cebbe3030684ff5d0081651a66e918855992e authored about 12 years ago
Fixed typo and tests

- Also changed HYDRATE_* constant values to integers

fe66c233beefaeb6c464f299a7c8d3c3c35015a5 authored about 12 years ago
Merge remote-tracking branch 'origin/master' into query_builder_odm

f26356cf6725ed4b5ed208fde957475db263a1b8 authored about 12 years ago
lets try to fix travis github issues

278666a7260bc04ab6789cee9f1496d3d0ef1b9a authored about 12 years ago
lets try to fix travis github issues

4921a5fb253d5468de060f890970f10f63dc416f authored about 12 years ago
fixed previous commit

eaebc2a27cb79e88949cf6f4d3897b68ad4a3a41 authored about 12 years ago
Merge pull request #212 from sveriger/fix_load_translated_fields

Fix loading translated fields

7c8f6a7d4d0b8b09e0286e7430b5014aa05d59ec authored about 12 years ago
tweaked deps

415bb92ecfde0ec6ba33548e2f513a19a43aaaf3 authored about 12 years ago
fixed various bugs in ClassMetadata (mostly taken from DCOM-96) and resulting exposed issues in the tests

257d55dbd91bf3f110ca694c47c4cdb1b61aeb13 authored about 12 years ago
Merge branch 'odm_native_query_2' into query_builder_odm

Conflicts:
lib/Doctrine/ODM/PHPCR/DocumentManager.php
lib/Doctrine/ODM/PHPCR/DocumentRepositor...

4fc94ecd55b5eaad3d931593e0f6abf046ee6471 authored about 12 years ago
Specified Document type in test

a865310963dbddeba42b8ca2021d1f4bb9a6d936 authored about 12 years ago
Reintroduced document class methods

Renamed HYDRATE_PHPCR_NOTE to HYDRATE_PHPCR

c70d5381fb484de671fc525774f64f042cfadb98 authored about 12 years ago
Big query refactor

- PHPCR ODM Query is now heavily influenced by the ORM query

NOTE: Lots of functional tests are...

5b88a66f70006644f63e5e6dd2ca90af8b478196 authored about 12 years ago
- Removed [get|set]DocumentClass stuff

- Fixed tests
- Added getPhpcrNode to Query

46e26b7aabd3690bec32cf6d540ad8dbf8deab4e authored about 12 years ago
Commit before removing DocumentClass stuff

0d9f1f33771df3855724343179ab23e81156c187 authored about 12 years ago
Refactoring query

@at: Max results etc.

93d8c301490000fd6d7e1fde88557311aed7ba5b authored about 12 years ago
->execute() is proxy, ->getResults returns Docs

- ->execute() now does the same as it did before
- ->getResults() returns an ArrayCollecton of O...

af7ed97708034864df4bf94a62b5d1671489223a authored about 12 years ago
Query Builder uses wrapped query

- DocumentManager returns wrapper PHPCR QueryBuilder
- Query builder uses a wrapper ODM query
- ...

e9e76c8623e0d6da9f0ec594dbf8cfe991dc6c1c authored about 12 years ago
updated phpcr-utils dependency

ed602d7924859e0d294877eb9c70d3c9abd71663 authored about 12 years ago
removed unused constants and corrected some dead code inside doMerge()

b264599e7ce757dcdd78e6592e18d2df96bf8728 authored about 12 years ago
corrected implementation of ClassMetadata::isCollectionValuedAssociation()

338c225b8659c984724eb690902abb3fd95163a9 authored about 12 years ago
Merge pull request #213 from aabdou/master

Add a method to return the node of the given document

4fac0450608e719115d1bf89195bf8a12e87a2cc authored about 12 years ago
Add a method to return the node given the document

e145089c481553fb32c3ea6355434ecce917891e authored about 12 years ago
Fix loading translated fields

511372995f603f43ea9813abbf90491d26c375d8 authored about 12 years ago
Removed UPDATE|DELETE todo

494f6f87b7e1351a1523e757ac38cf7965493614 authored about 12 years ago
Updated doc block comments

9ed8f0e4f47550911d15db60597361a2573669d2 authored about 12 years ago
Support for "nt:base" if no nodeType specified.

72d5abb8658d289e6174c8330033cc06c27995eb authored about 12 years ago
Fixed document repository

c51ab40d3714b7a141ed4c8657a239edb578094a authored about 12 years ago
Refactored "from" logic

- ->from() now corresponds to the Document Class
- ->nodeType() corresponds to nodeType

72e5cdd9afcb1200e15db47fe867eed298524bea authored about 12 years ago
Prefixed PHPCR Query methods

- Changed method names to reflect that they operate on Phpcr queries.

1621467bf9128b73d7cda0880565ef5c28098fff authored about 12 years ago
Added functional test

7b6fa6d3893cc9683d29225a78698fc4b282564d authored about 12 years ago
Merge pull request #211 from doctrine/use_default_locale

use the chooser default locale when loading translations for a NULL locale

0b95666513c204308bef68faf862ca3f35a84f3b authored about 12 years ago
use the chooser default locale when loading translations for a NULL locale

9e80c5783b1cc505199290a97ae0ec10a26e6b0b authored about 12 years ago
tweaked exception messages in doMerge()

9ded3bc7893da88a1a9d8e794d4080fbdd3f608c authored about 12 years ago
always include the id in objToStr()

c3f9e5a68b7b49efbde831d8c29826da6cfce4ae authored about 12 years ago
Removed unused use statements

126d30fa0ad150f5cbf439d8bf4060e776b796ce authored about 12 years ago
Functional test and not supported exceptions

- Removed Parameters as they are not supported by Jackalope.

8c13700fbf8224fbee8e1fb9a1d77879aeca9f2a authored about 12 years ago
Merge pull request #210 from doctrine/tweak_obj_to_str

improve UnitOfWork::objToStr() to be able to provide an id/path in more cases

694b6807141c8a50ad5beb069a8c04e2e1de0d61 authored about 12 years ago
improve UnitOfWork::objToStr() to be able to provide an id/path in more cases

b48a0b0b53132f902f794a74e055af6238e8ee23 authored about 12 years ago
Merge pull request #205 from doctrine/merge_support

Merge support

e61d76663a6ddac0986d20ce359f6184d5d9aeb5 authored about 12 years ago
added support for merge()

see http://doctrine-project.org/jira/browse/PHPCR-13

7983e6bfa5fb72f1c947e0b543c0304ef8f9b27a authored about 12 years ago
Merge pull request #209 from doctrine/cascade_and_annotations

fixed handling of the cascade mapping option with annotations

8020120d66c9a1147477e02d7c350eec8001babb authored about 12 years ago
fixed handling of the cascade mapping option with annotations

34fd44f379e46f80c287d3148ae7967344f770e3 authored about 12 years ago
Merge pull request #207 from doctrine/parent_mapping

fix parent mapping to contain the cascade option

f08db326709b0f99e2a8e067f3ce11845af812d5 authored about 12 years ago
fix parent mapping to contain the cascade option

5fa5ed81d4692ca4d55906027a78386c2a0a0601 authored about 12 years ago
fix missing return statement

add7f91f83a28054d43a1c3515b8495719747c6f authored about 12 years ago
Merge pull request #206 from dantleech/set_uuid

Set Uuid in executeInserts

604017088597e948b015888ef0a636a0201f65e7 authored about 12 years ago
Corrections

f52ca72b13a68ed8992a7bedcf13fc627106df86 authored about 12 years ago
Set Uuid on document on insert.

- Also throw Exception if Uuid is designated more than once.

cf93471e61050652fdabb14f89e222bfb892aa89 authored about 12 years ago
do not initialize on unwrap

8bfe1a3085cc8ed8dff04afc0ffe88486fb9c4d8 authored about 12 years ago
added explicit mapping tests for cascade

64dfdc74209bbb7630ecc50c8af6a20fc84c79ff authored about 12 years ago
Fixed up tests

b2de8f10e2d61a9bc63aeae754fdf18edc1b8581 authored about 12 years ago
Fixed up QueryBuilder

fd4be93f49f7145a1b09ac409e0a0b31afc33932 authored about 12 years ago
Removed .swp

1c1da200da6e43750c9c61e45f9e185e652b62dc authored about 12 years ago
Cleaned up QueryBuilder (a little)

32cee0a650f7f129bf2f9e48f655aab7cfa45fff authored about 12 years ago
Rest of ExpressionVisitor implementation

9f722f6efbc43249e8de05ac8712f4bedf019e73 authored about 12 years ago
Expression visitor: Comparisson

9c614c5e9bc044b79151b216f49c8850ee4fed00 authored about 12 years ago
ODM Query Builder implementation

- Follows closely the ORM QueryBuilder

b2230d3641ade05a7d1594f8e43e097cf023ae3e authored about 12 years ago
First attempt

7adce1d34920dec160768515bda239c3507dee8c authored about 12 years ago
Merge pull request #200 from doctrine/cascade_support

added support for CASCADE as per CouchDB/ORM etc

80c96cdff798e4609ee92e1ed57803b9db795921 authored about 12 years ago
cosmetic tweaks

bf675421e1d53f0caf5a4c7bbe0bab5f01b80aa5 authored about 12 years ago
ported some tests for cascading from CouchDB ODM

15b80a12181ef59e0d5c072d52e0ccd25b2a4389 authored about 12 years ago
ensure the collection is initialized before unwrapping

8ba4a2e8897cdde9568a543c0050bfe1509bbfc9 authored about 12 years ago