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

avoid reloading translated fields when not needed. some cleanups for refresh.

839d0a72300a41d4f3f33ecfca247e4e8c2421e3 authored over 10 years ago
Merge branch 'assoc-translation'

fix #473

0de27b6ad57d6854d6b428b60b3347b00a5869c5 authored almost 11 years ago
add tests for translated assoc array

edf6471f833988f906c5c51d05cd7a13267b5d07 authored almost 11 years ago
Merge pull request #474 from ElectricMaxxx/bind-translation-event

Bind translation event

1538cc825ad026abd88d15a98de48fd2d9880f47 authored almost 11 years ago
remove un-needed stuff

3f19c128c7c3247f72c73167e91f6939cf7c6766 authored almost 11 years ago
create tests for bindTranslation

34cd4fefbfa0c34c94b7ad712f44c1d61630135d authored almost 11 years ago
add translation needs to test object

3e72d1452f7b8c52e9fbb745e168df742780a3b4 authored almost 11 years ago
put postPersist test back

b404ee995948802a06ce7f05c2e22e0cbb6d8ac0 authored almost 11 years ago
fix test

8bb8d23ac09b144627e6fc91effeff5895d320b4 authored almost 11 years ago
add test for bindTranslation event

131ad0d6a02f11fba9ee49b5414102d6f170b5f0 authored almost 11 years ago
correct to bindTranslation

04f04ebc71694abf3d18f540df83c08e8d0e5fbd authored almost 11 years ago
add postLoadTranslationEvent

32db60334afe1ad35dadcf722ea6920a8ea01885 authored almost 11 years ago
Merge pull request #470 from uwej711/check_collection

fix issue when reordering children of uninitialized parent proxy

07580c0a49713f611ae7e04182efbc3822dfbbab authored almost 11 years ago
fix issue when reordering children of uninitialized parent proxy

f5e055ebb1e79e2eb00c6e73cb29762ede2fd86c authored almost 11 years ago
Merge pull request #468 from dantleech/referrer_field_query

Supported for using referrer fields in queries

5d2e990ca7a0b73df75d3a8303d44d076b23351b authored almost 11 years ago
Supported for using referrer fields in queries

ae5487123ea7558fd788e3796cac80db490af903 authored almost 11 years ago
prepare 1.1.0-RC2

12bb5c7b6c713cfb22bcccc933a82b4d3f04693e authored almost 11 years ago
Merge pull request #463 from eXsio/patch-2

Some tests for DocumentManager

ea13fa3066efc433da9236f38e4a403e8eab6fee authored almost 11 years ago
Merge pull request #462 from eXsio/patch-1

findTranslation should be consistent with find

37812e62ac851b21c87ab92e7d0d12111ae15a79 authored almost 11 years ago
Some tests for DocumentManager

Test if DocumentManager::find and DocumentManager::findTranslation consistently are returning nu...

c01e69103cf324294f323e5f1c1e5ea435548875 authored almost 11 years ago
findTranslation should be consistent with find

If a identifier does not exist, 'find' method will return null, and 'findTranslation' will throw...

fbb7d43263e04b7213c4326b33d0665859dc3dc4 authored almost 11 years ago
BC fix for assocNulls

22d03a826ac0e6a6089326fe29d41f20ecadb726 authored almost 11 years ago
Merge pull request #457 from uwej711/assoc_with_null_values

Assoc with null values

2c0f6bea16df6d72b9b6f83c77cc6b9e75726cc2 authored almost 11 years ago
Implement null values for associative arrays

80f6f501a569812b03a6d610f422ff173d08c613 authored almost 11 years ago
Merge branch 'assign-uuid-early'

853b19b11f4fe161029b7266559862b0dbb3a9f7 authored almost 11 years ago
cleanup assign uuid on persist

d998c8bfb795b3663a6560fe72e6cef53d98cfdb authored almost 11 years ago
Set UUID on documents on persist already.

94b69f4dfbbae7382e570d9a64bc66fb2bb54684 authored almost 11 years ago
Merge pull request #453 from uwej711/allow_dynamic_locales

allow setting of the locales dynamically

2d9f7fb82c573be1fe140d5069fd0462c83adf82 authored almost 11 years ago
fix method name and added explanation for method

8ad4b47fcdcd45f3ff98f4d65c12b86aaecb7f71 authored almost 11 years ago
allow setting of the locales dynamically

1db123293d99b3cd3a55e7ad7f2a9fb45f5fea10 authored almost 11 years ago
Preparing release candidate 1 for version 1.1.0

4544450af1bd84b90c5afbf3441d8fa9b5882707 authored almost 11 years ago
Merge pull request #452 from doctrine/refresh-proxy

use ClassUtils::getClass when refreshing a document to not fail on proxies

9b77d43856e15a2866907e95ef460690c334d332 authored almost 11 years ago
use ClassUtils::getClass when refreshing a document to not fail on proxies. fix #439, #436

fd6e617908e8dd853da93ead03783ec98597cfeb authored almost 11 years ago
Merge pull request #432 from sarcher/illegal-nodename-characters

Make sure that node names do not contain illegal characters

063782a00d3418c81ec40be86a41e932a3375575 authored almost 11 years ago
Now validating the correct destination nodename on moves

0dbf3ea9b944b9c5c592e3f3fc1f14f8995ac6e6 authored almost 11 years ago
Merge branch 'master' of git://github.com/doctrine/phpcr-odm into illegal-nodename-characters

d5a300ef000383cda3c258c4e14b1a817e3c64d7 authored almost 11 years ago
Make sure that node names do not contain illegal characters, fixes #408.

f2bd39bf01e7a0a9b442e62b38db2a99755ffdea authored almost 11 years ago
allow to configure the fallback locales for one language

b37e43d1484313598ffa9524af02e1cb98a04dc2 authored almost 11 years ago
fix accidentally committed bad debug code

8b3aabdb401a22371ac543913f41fc0f93eacdc7 authored almost 11 years ago
Fix renaming a document that is in a children collection. fix #376

893ff6762d82d1cd34c6bd98c7adfb033163651e authored almost 11 years ago
only call isDirty on persistent collection. fix #416

f098ee53e2d9567396bfe98d9229d252f51b4ea7 authored almost 11 years ago
document getChildNodename method

e2b1095973ffa57472a53fdd3b9048411f1d3a8a authored almost 11 years ago
clean up child/children persist auto-cascade. fix #388 #434

d8af41e2ceb79505a8bc3e7a0ccd969413efba91 authored almost 11 years ago
better validation in ClassMetadata and sanity check move by assignments in UoW

04f807e5d1f63a76afe931445b33c2ca1c941a31 authored almost 11 years ago
query translated children. fix #402

185b97dcda4431ba96d22ce683d0a999f4864cf0 authored almost 11 years ago
uuid fields for xml/yml driver, test for all uuid stuff

created item in xsd file

add identifier to test model

added fieldName key to mapping for xml d...

9d9ee9c187982d1c64b1b6fb59d7b3655a26709f authored almost 11 years ago
Test to demonstrate #388 - cascade insert does not work with autoname

da554ee1cf3d7d2bcd603059d64ed3e919bf0934 authored almost 11 years ago
cs fixes in test

c7ab9de27157506d0a07b306f869015bbe3ca883 authored almost 11 years ago
clean up the functional tests around children and parent

aad19b0b08544c91159863d6912ed57aaf5f04cb authored almost 11 years ago
Merge pull request #446 from doctrine/id-strategy-child

better validation in ClassMetadata and sanity check move by assignments in UoW

3efc2e3706f4047eda89df54b88320a3bebce9e7 authored almost 11 years ago
Merge pull request #449 from doctrine/checknodename

Fix renaming a document that is in a children collection

f8d9207b10aeeaf497af97015961aca2e281397a authored almost 11 years ago
better validation in ClassMetadata and sanity check move by assignments in UoW

ce5cf8c5f45dccb2bb3d2a87b6150be9117be6ca authored almost 11 years ago
fix accidentally committed bad debug code

c026edf3e3fa102243915726fe740dac614519a0 authored almost 11 years ago
Fix renaming a document that is in a children collection. fix #376

980f0c61944a8a2289609afc960c4a43981ffa13 authored almost 11 years ago
Merge pull request #448 from doctrine/cleanup-hierarchy-tests

clean up the functional tests around children and parent

8dcfc025d9892ed3dd8f81c46a2f9bd9a3bdc286 authored almost 11 years ago
clean up the functional tests around children and parent

38d9fd6af88de99b670e9b624ed5c6569b338893 authored almost 11 years ago
document getChildNodename method

929e3846b1cc8c25c5c521f953bb40e93ad8ddc4 authored almost 11 years ago
Merge pull request #433 from doctrine/id-strategy-children

fix cascade inserts

f477cfb821aef1ad69a2975a32edd51d9145b637 authored almost 11 years ago
clean up child/children persist auto-cascade. fix #388 #434

1c803af0fe49455fcff234d762c548dad381a518 authored almost 11 years ago
Merge pull request #445 from doctrine/adjust-fallback-locales

allow to configure the fallback locales for one language

3a838b23b60bdce63c608767c63b2453a86a59e3 authored almost 11 years ago
allow to configure the fallback locales for one language

1f25e7fb703c97762b664913280b79c50808d34d authored almost 11 years ago
Merge pull request #409 from doctrine/query-children

query translated children

7968e8feff0dc08691b467a0ff07038896e917f2 authored almost 11 years ago
query translated children. fix #402

42b4c40427230483e82e28f60718938ae90fb746 authored almost 11 years ago
Merge pull request #438 from ElectricMaxxx/uuid-driver-fix

uuid fields for xml/yml driver

3d3ca10b213d09b43632150f7b3493bc175f5c65 authored almost 11 years ago
uuid fields for xml/yml driver, test for all uuid stuff

created item in xsd file

add identifier to test model

added fieldName key to mapping for xml d...

f7127dcbe5e51170ebbb20d279e67b14325d0797 authored almost 11 years ago
Test to demonstrate #388 - cascade insert does not work with autoname

ffe26c22dc13fbe398786b53ea0587710e68ba28 authored almost 11 years ago
cs fixes in test

8cd62a93f499db6e7b2448a907b101fad0fe3518 authored almost 11 years ago
Merge pull request #421 from doctrine/ensure-persistent-collection

only call isDirty on persistent collection

3760542b95a7903541a5aaad25836b780f9210b8 authored almost 11 years ago
Merge pull request #424 from dantleech/issue-407-qb-ns-alias

Allow the namespace alias to be used in query builder

28c3f218f67ec63f39bbdd338bffe0cf0913acdf authored almost 11 years ago
Allow the namespace alias to be used in query builder

Allow namespace aliases (e.g. FoobarBundle:Bar) to be used
in the query builder.

Fixes #407

9c4714f198599124479b9f502110522d3db1dce7 authored almost 11 years ago
Merge pull request #422 from doctrine/mapping-info-validate

make doctrine mapping info command validate the metadata

8d20f48c52d1c6004ae149860a2bd6357f01d982 authored almost 11 years ago
cleanup id test. ref #419

1de851574c82badd6c0b185f625412494677a0f7 authored almost 11 years ago
Merge pull request #419 from sarcher/find-returns-null

DocumentManager::find() correctly returns null when a lookup by UUID is unsuccessful

ecba8695ee8a564ab8432f7c365d2eed13020b32 authored almost 11 years ago
Refactoring small change to DocumentManager::find() and related test -- #419

3dfaa1927d330ef3ee458e9efd9bc204ce063690 authored almost 11 years ago
Fixed DocumentManager::find() to correctly return null when a lookup by UUID is unsuccessful -- #418.

c75c5f4868c5208b902a7ac0fcc30ab21b314365 authored almost 11 years ago
make doctrine mapping info command validate the metadata. fix #385

8a4c25597d7935fe6662228219d99d068b31f647 authored almost 11 years ago
only call isDirty on persistent collection. fix #416

1cceaf2ca6df6fadc3936cbe70cfcb5cc4316e49 authored almost 11 years ago
cleanup phpdoc

7c538cb85ab9cc12a4d530affdd0f9f7b7ff2d1b authored almost 11 years ago
Merge pull request #415 from doctrine/commands-cleanup

cleanup document class migration command, add missing generate proxies command

690aa1e523f9f50bcb392817e0d0bc7d3ea14db1 authored almost 11 years ago
Merge pull request #411 from doctrine/find-classname-validation

properly validate className and return null if not possible

1fea5417f4a423f9d12e013d74fa5345ec1ecaae authored almost 11 years ago
properly validate className and return null if not possible. fix #386

882bb657954574b8934c33127cedb056ac81046c authored almost 11 years ago
make the migrate class command use the DocumentClassMapper. Add the missing proxies command.

50dfc3d06c3cbb73cb0c2dadc2af7f0609e4b748 authored almost 11 years ago
cleanup for #412

14bc2e8d13dde204096a58a8d4b97ead834fae79 authored almost 11 years ago
Merge pull request #414 from doctrine/migrate-class-cmd

moved DocumentMigrateClassCommand here from DoctrinePHPCRBundle

87499ca697320fc9d6702b97bd7df349ff9b45fd authored almost 11 years ago
moved DocumentMigrateClassCommand here from DoctrinePHPCRBundle

a67129122236f158ac7c333d8240a5d1680b91c7 authored almost 11 years ago
Merge pull request #412 from gnat42/master

split annotations into separate files

b480ca40cd41a5f9a8966a6954bfb62473f0c5d8 authored almost 11 years ago
remove newline at end of file

7bda81a1edf9dcc62d56113245cfabd9df47cd45 authored almost 11 years ago
style fixes as per github comments

0723b36675f527e0c8730fc6f55a24f282395d5f authored almost 11 years ago
split annotations into separate files

Allow the phpcr annotations to be used without modifying the app/autoload.php
file. The Doctrine...

cdf494212c76f3a150a9c220207bc6f9368bd8c2 authored almost 11 years ago
some missing phpdoc

c9241c456d7caa9be2503e111b3fc66e136afe31 authored almost 11 years ago
phpdoc cleanup

39a52394229a36126120d4b62c8fb2680413da9b authored almost 11 years ago
Merge pull request #406 from doctrine/metadata-cleanups

cleanup class metadata to make isCollectionValuedAssociation work

0c43b9bb68feea45e4c96e09c2f99f21727d81e7 authored about 11 years ago
cleanup class metadata to make isCollectionValuedAssociation work

ec7f9ecdeca714655768cea68a574ebb20427961 authored about 11 years ago
Merge pull request #404 from doctrine/translation_inheritance

improve exception message when no translator is defined for a translateable document

8ef9469cf6aa0b5ed162cf025698d414bd17c5fe authored about 11 years ago
improve exception message when no translator is defined for a translateable document

9a854fdc7ab63a37523d4edaa2c61b630ec66872 authored about 11 years ago
Merge pull request #403 from dantleech/issue-394

Renamed selectorName to alias where selectorName related to the ODM

a6bc8dad5281e0133f176a6f76157b874b18172a authored about 11 years ago
Renamed selectorName to alias where selectorName related to the ODM

a3c80e4b3c9289a0a3c38e9acad5073987968ec8 authored about 11 years ago
prepare release 1.1.0-beta1

f572e115b0a5eb7d270832913214da5abe133fcd authored about 11 years ago
prepare release 1.1.0-beta1

3484c9c12583117332fc31d7a4a37d9d5557db84 authored about 11 years ago
Merge pull request #368 from doctrine/id-mapping-cleanup

cleaning up identifier mapping validation

2a2a3d19b5a6178d851bd6a5f677329717243f79 authored about 11 years ago