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

Removed image document

445dfe17fccb91a0dad6f512dfb774d5e4985856 authored over 11 years ago
Merge pull request #314 from doctrine/check-nullable-on-flush

check nullable fields and throw an exception when trying to set to null

53e375ce40a59abb1963833b987399984ba4f700 authored over 11 years ago
child node-name is not required

3e5d1e579ee3d6a04ef9b1f19e8c90dc0339d1c6 authored over 11 years ago
on flush, validate non-nullable fields are not set to null. on load, never fail because a field is null

5f509a68099c057e86e2850ef56102d90a6f4966 authored over 11 years ago
Merge pull request #319 from doctrine/fixes

Fixes

a526b4f5b2108be24a811c0b120c8dc4c59b844d authored over 11 years ago
cosmetics

8b7c23a7bb8d3659f9c2d716bbc83d641b622310 authored over 11 years ago
fix tests

ec507b7dff28814ed64f840c5997b67ed120c016 authored over 11 years ago
Merge pull request #315 from doctrine/remove_cascade

implement remove cascade support for Referrers/ReferenceMany

53e6f08fda05ed34fa001c44edd72abcc4a277a4 authored over 11 years ago
Merge pull request #316 from doctrine/removed_target_document_optimization

removed targetDocumennt optimization

e17738eecb50deab1991cc8e1ab495f3e9148167 authored over 11 years ago
added targetDocument validation

a0d38710415f970617f4400f3374cd2988d095e6 authored over 11 years ago
removed targetDocumennt optimization, related to https://github.com/doctrine/phpcr-odm-documentation/issues/28

36b7c96d440c1d0886fdeafd5eb0449309bf529b authored over 11 years ago
implement remove cascade support for Referrers/ReferenceMany, fix bugs

related to repeated flushes

342e9f03f27b8aeab1cdbb3e4943e0ea2f1fea36 authored over 11 years ago
Merge pull request #313 from uwej711/fix_unitofwork

fix unitofwork to throw proper exception on untranslated fields.

2caa13c8989bcf481cf99a6e0ae2154a074a7be6 authored over 11 years ago
fix unitofwork to throw proper exception on untranslated fields.

b14fea962375ce25a2ceb8febb70b141fd2a8d34 authored over 11 years ago
Merge pull request #307 from hacfi/event_reset_test

[WIP] Add test to ensure document changeset gets overwritten after events

5057ec5748fe36254b1f06bb3eedb055429683a0 authored over 11 years ago
Merge pull request #312 from hacfi/reordering

Overwrite previously computed reorderings if they are reset in an event

5fae3554911d75abe616f87d706454d673953488 authored over 11 years ago
Overwrite previously computed reorderings if they are reset in an event

0368c630dc91aa1c9f54d614398e8a5376ede38b authored over 11 years ago
Add test reordering children & resetting the reordering in preUpdate

97b2b48ec87a357d88566bbead9fe6dda606dc6d authored over 11 years ago
Add PHPDoc to test

a8485b906bfefe992affe929b67aa221fa00b33e authored over 11 years ago
Add test changing a property & resetting it

9ab8c265bbba688ec696864715deab3cb8d5c66a authored over 11 years ago
add release subheadings in changelog

ff585f01bec9a4693e3475cfe9d55e2ae764f359 authored over 11 years ago
cleanup readme

c34cc62f19a0126897ae930de15c951e80bddabf authored over 11 years ago
prepare next release

45ba9a334c7e1c5273d9becca57c4e3d24816c9d authored over 11 years ago
Add test to ensure document changeset gets overwritten after invoking lifecycle events

339f32805fe042f39cc930a2fd6f9bf89072151e authored over 11 years ago
adding a small comment about the recalculating fix from #305

b6c163d24f73f505ce0a50477f90abf019956ac5 authored over 11 years ago
Merge pull request #304 from doctrine/fix-translations

fix various bugs around translation fallback

0d1999a843cfc70b965ccdd1d8ef3456ac73baa3 authored over 11 years ago
Merge pull request #305 from hacfi/overwrite_documentchangeset

Unset previously computed document change set if there are no changes

8fc6074e5b937d3514b323a4ad2f307026ea35ec authored over 11 years ago
fix various bugs around translation fallback

dcd021f5f952be59856298e0dae16c0605ad1360 authored over 11 years ago
Don’t remove reorderings when there are no changes of the actual data

1c46918a681448b373e7a09880b57fdd8375d06e authored over 11 years ago
Unset previously computed document change set if there are no changes

e822756df9aded507d3960bf01be4dd10b36d6bf authored over 11 years ago
dependency cleanups

bbdf4e7f130a04eeb4fecb37c787703e8eb1b202 authored over 11 years ago
Merge pull request #301 from doctrine/referrer-mapping-property

use the referring property name and not the class field name

50e0ef66723830e056bda93fabf4993f6166dfa8 authored over 11 years ago
use the referring property name and not the class field name

9b046f6caa63abcab1a28da9eb9d4d263d717c6a authored over 11 years ago
remove copy-paste invalid comment that is only true for orm

f0abd7f64c28c86620f117a1c960240d367649b6 authored over 11 years ago
Merge pull request #299 from dantleech/fix_phpcr_property

Fix bug preventing PHPCR property names being used from mapping

000b4d705d14ef6f642f2a0506ac8f8994178b49 authored over 11 years ago
Fix bug preventing PHPCR property names being used from mapping

- PHPCR property names mapped by "property" were not being used by many
of the reference logic...

5bd65acebc62fe1436f35a79f514e04d91b82f83 authored over 11 years ago
Merge pull request #298 from doctrine/cleanup-lifecycle-callbacks

remove non-lifecycle-callbacks from schema, validate lifecyclce callbacks

126a55924bbef38c5ec4ce8b8351bb44d9c69ead authored over 11 years ago
remove non-lifecycle-callbacks from schema, validate lifecyclce callbacks

f3bd427da06097497e60dfd92d68341eb7682202 authored over 11 years ago
loadClassMetadata is not a lifecycle callback, only an event

4dc43b5130e47cf7e1a0903049cc1fe60dad973b authored over 11 years ago
Merge pull request #296 from doctrine/respect-referrer-class

filter referrers by referringDocument class

c2dd61df1c34ae9671014b6cffae88eb7e53baea authored over 11 years ago
filter referrers by referringDocument class

455afa0ee2597fa9c8f88c4363432d2f665d45c9 authored over 11 years ago
Merge pull request #295 from doctrine/path-helper

replace dirname/basename calls with phpcr-utils PathHelper

cd9100d23c435d257b255db471e871e2eb1b4dae authored over 11 years ago
replace dirname/basename calls with phpcr-utils PathHelper

eeea152ff3415bf7b596a52b9e22836187389274 authored over 11 years ago
cleanup tests a bit

4d019838b7487b3d04b9c766922f873c4888cd46 authored over 11 years ago
also run on php 5.5, doctrine dbal tests are no longer allowed to fail

e350ee10df16393a5ffe91a4674c4f188a46fd36 authored over 11 years ago
updated for latest jackalope releases

44634b895dbda3c8df26d969098cb247ee485a2f authored over 11 years ago
fix xml schema for mapped-superclass

cf0a9b97b701aafa15f8e0eae657950548d4241d authored over 11 years ago
Merge pull request #294 from doctrine/inherit-document-options

inherit document level options and allow mapped-superclass to have all options

22ca2a46a421c352f36dfaac3e05ca9ee4c55fcb authored over 11 years ago
inherit document level options and allow mapped-superclass to have all options. fix PHPCR-77

d3524c9e086a83be275db7bb9a631e902456fb38 authored over 11 years ago
removed test for CONTAINS() as this is an implementation specific advanced feature better covered via the PHPCR API test suite

90cb840d3e8af58626d9966e42c5c49515899751 authored over 11 years ago
fix phpdoc of ChildrenCollection

03e50944add811e15d2cd1ebd1c73423ad97726c authored over 11 years ago
fix tests for Doctrine DBAL

a4aceef9cef976a8c7207ec4516fa841d8e9523f authored over 11 years ago
typo fix

f37246814e0c96426bb9304e97dd3e4999ce9751 authored over 11 years ago
fix tests

f095a767c815efc5af2d166d00f3117d4f2b93f4 authored over 11 years ago
fix tests

926bcbbf4800391e4fab90bef5fa6cb30e28e907 authored over 11 years ago
update test version

65a489334fec5c70cf8ccff89adbbc4026e32f47 authored over 11 years ago
Merge pull request #292 from doctrine/choice-insteadof-sequence

use xs:choice instead of xs:sequence

91a8f76b538670393addd6451c2116ba11b83a33 authored over 11 years ago
use xs:choice instead of xs:sequence

2b67d391b0e250f793813c8b5f68283990691ac1 authored over 11 years ago
disabled midgard

d14d111fb1e7f3eaf69f907fec964a08332d09f8 authored over 11 years ago
Merge pull request #291 from doctrine/proxy_move_by_assignment

highlight bug that causes proxy objects to lost when moving by assingment

d3ae6ef4166f16c78acb2f368ec0a57e8814e244 authored over 11 years ago
fix updating of the identity map when moving documents

9823d4d0ed198cb436b85b0d96c153152350c06b authored over 11 years ago
fix move by assignment on proxies

e25c20d537b4f3a795ef21d2c8a1c30817cc3381 authored over 11 years ago
Merge pull request #289 from fazy/changelog-update

Updated CHANGLOG to match new CMF project format

3a3e4f9b8f259ecbc729e31299c11c3d643f2d5a authored over 11 years ago
fix missing image

914968452c4f429de7dee4eea24bb6a8819b8647 authored over 11 years ago
Changelog: fixed typo missed in last commit

2bc4c9f750ab0c62f069e5cb14e82412c47a7016 authored over 11 years ago
Changelog tweaks: grouped items for 2013-01-13

a6908c770f1a2b16c4606cbd66bf1a247d02dad8 authored over 11 years ago
Updated CHANGLOG to match new CMF project format

fb9519e6e37c3e1cfc5939044eb8ea5e5d45d8ca authored over 11 years ago
fix exception messages a bit

13a9ba70d540ca42858bfeab262a658f09881095 authored over 11 years ago
Merge pull request #288 from doctrine/event_class_refactor

Event refactoring to use doctrine commons 2.4 events where possible

3853a3e924a8683a1a575489d0923332581dfc9e authored over 11 years ago
trigger deprecation errors, adjust tests and add TODO comments

551ee1a63955a923ed776246dfcf2b79a13cafce authored over 11 years ago
Merge remote-tracking branch 'origin/master' into event_class_refactor

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

af7ea0ce1a6ceae4cb9a2b130a7d62cbccdb55c4 authored over 11 years ago
issue fixed, fix PHPCR-110

cf9665869930ec0d2b51a96b9d145167b4376af2 authored over 11 years ago
Merge pull request #286 from doctrine/target-document-optional

fix/hack for target-document

6ee1b95c4996d93d12377a7c75975ddf1fb8e87c authored over 11 years ago
make yml work too

6d8e55ec0de4047fe71a4b281726cb272531011a authored over 11 years ago
Merge pull request #287 from Ocramius/DCOM-96-squashed

DCOM-96 compliance - proxy generation as of doctrine/common#168

50b1dc82cd44c0d52b4f3f71d7f76fee9484c46c authored over 11 years ago
DCOM-96 compliance - proxy generation as of doctrine/common#168

e797721e9a2d84cee8b9754b2e0d07fd42fc6c0f authored over 11 years ago
fix/hack for target-document

0a4625829e1452dc6e73799fb1b5e3e38c1681e1 authored over 11 years ago
Merge branch 'cleanup-xml-mappings'

6474d87de2f4ec24835b9c10c215f8443160c78f authored over 11 years ago
Merge pull request #279 from doctrine/cleanup-xml-mappings

cleanup xml mapping names

27d27df3c4c42f5832f1fefb152acfa853aba0fa authored over 11 years ago
cleanup schema, use github for schema location

bbea51a42583711735689823c23770ec08f47625 authored over 11 years ago
fixed use of PropertyType::convertType

5bafcadbcb270143c7eba0540e93a6fc4c605d08 authored over 11 years ago
make xml and annotations more consistent

f182c5549b0ab6b4322bc78c82a115d4b685cb8d authored over 11 years ago
composer prefers alpha over beta, help it choose the right thing

9b949d3853ee25668668382577f85909cf4c0245 authored over 11 years ago
Merge remote-tracking branch 'origin/master' into cleanup-xml-mappings

0f5d2774fba6d6af7a3707c9a51d57e8e5d71b04 authored over 11 years ago
fix tests

af3d485cec343508783c9b3cdc3f99fbc7e61346 authored over 11 years ago
Merge pull request #281 from doctrine/fix-language-fallback

properly do language fallback again

00f1c40f1585ca28384e81bf560789239f8b9ef1 authored over 11 years ago
cs fix

0f13f739a955d36b69ec5b3816360acfbd134879 authored over 11 years ago
Merge pull request #284 from dantleech/fix-command

Fixed command

726d3a42b65783d85b6a20ace6ff71caaa5e3d97 authored over 11 years ago
Fixed command

b54dc17881ac2c1040219df07f7f6ce32a98a982 authored over 11 years ago
Merge pull request #278 from doctrine/fix-reorder

fix reorder to allow multiple reorders on one node

e4d723fb7c7b244390829149c54093a7a71d4ee9 authored over 11 years ago
finalize xml schema

6ea16bba3d732bce63c67c5035dbc0fdc76e6d2e authored over 11 years ago
cosmetics

5858970c01a35a42c4ea7ccf19c4503c146b31e0 authored over 11 years ago
Merge pull request #283 from doctrine/fix_factory

updated repository factory

50154951c52af27d2ea00dc2e2e06f4fad1e71f0 authored over 11 years ago
another metadata cache fix

fd78226eedb16acc9fb1adfb21f4ae125b7e8814 authored over 11 years ago
Merge pull request #282 from doctrine/metadata_cache_fixing

Metadata cache fixing

360327c4d586d31d4754c1f8bec42d4d00f5bec2 authored over 11 years ago
updated repository factory

22fe5dbfee5e411fa494b9b3f764c0e1a3c604a3 authored over 11 years ago
ensure that identifiers and references are handled when waking up

efee216134aefaf4907da93f0ed1e57dc797c01f authored over 11 years ago
properly do language fallback again

a95dc6ff0d32c281698118a5646e5ebcdc9f0cf7 authored over 11 years ago
startig the xsd schema

87da0dc1eb32f91d33e0354bbd12d17d911af7d4 authored over 11 years ago
Merge pull request #280 from dantleech/samenode

PHPCR-107: Added support for sameNode as eqPath

30600d7403e27dcdca259cedf53ec23ac0b26566 authored almost 12 years ago