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

Deep clone converter dependency on QueryBuilder, so constraints are reset when cloning a QueryBuilder instance.

6554732b062a14c9289352681050c6d4604adf3a authored about 9 years ago by Steffen Brem <[email protected]>
Release of new version 1.3.0

62bbd2f469c464ad6c300fb9fa7712c8e004396c authored about 9 years ago by David Buchmann <[email protected]>
Merge pull request #677 from doctrine/composer-cleanup

cleanup composer.json, use RMT version that supports symfony 3

0832243d3d983060f85ac31470fde5ea35b6d94d authored about 9 years ago by David Buchmann <[email protected]>
cleanup composer.json, use RMT version that supports symfony 3

35f9170179904d4b84f350331f2fc1838e784382 authored about 9 years ago by David Buchmann <[email protected]>
adjust version

922c239354c2fcc53bf6c4f680ac6081bf83244b authored about 9 years ago by David Buchmann <[email protected]>
Merge pull request #675 from doctrine/tweaks

Tweaks

e7b96d4432f9dcba54b1610c011d1f9326ade2e7 authored about 9 years ago by David Buchmann <[email protected]>
tweak composer settings

96b76f56684195321fbb0780f4943d51a587e22d authored about 9 years ago by Lukas Kahwe Smith <[email protected]>
tweak travis setup

f233460786af5cd00da4c6b8e15c9771a298b31c authored about 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #667 from sarcher/left-join

Specify unique node types via mapping to allow proper outer joins

ec40d241b0964667c616106bd5740b058cda02d1 authored about 9 years ago by David Buchmann <[email protected]>
Style and documentation fixes; removed explicit selectors.

0b86153e5e56853e280dfa488bb9a8831584cc59 authored about 9 years ago by Shane Archer <[email protected]>
Style correction and fix to existing test.

14ab621202891b4cb053aee3dc21a4ee2a409015 authored about 9 years ago by Shane Archer <[email protected]>
Specify unique node types via mapping to allow proper outer joins -- #658.

0b6413489be13fedc950fc486c1b80b38df19e43 authored about 9 years ago by Shane Archer <[email protected]>
Console command for verifying unique node type mapping.

db6b8b57dacbe96edfcf93d9966400171226581b authored about 9 years ago by Shane Archer <[email protected]>
add additional info to command doc

2edc45854301a862d840c97eeeb675eaa31a077b authored about 9 years ago by David Buchmann <[email protected]>
fix typos

13df8facf156ab67e9570b12dc15d902ee69fbd6 authored about 9 years ago by David Buchmann <[email protected]>
Merge pull request #669 from doctrine/remove_transactional

remove DocumentManager::transactional() since it was causing issues with fixture loading

65b938890f92f41b392e4294b3c1d58aba1c8f39 authored about 9 years ago by Lukas Kahwe Smith <[email protected]>
remove DocumentManager::transactional() since it was causing issues with fixture loading

41477663ddc62759f89c4640d2d69dd8e1307472 authored about 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #655 from doctrine/translation-conversion

add a tool to convert translations

64cc5e1c7e7ddf7f899fcc0f6ee7b96a6129b8cb authored about 9 years ago by Lukas Kahwe Smith <[email protected]>
only convert exact matches to avoid problems

67cd6be897997438378ebc24cfd1095c31bddca8 authored about 9 years ago by David Buchmann <[email protected]>
use none for not translated and name constants for strategies

f310d6ac2f63c29c3799bce853823c6c68b0c25e authored about 9 years ago by David Buchmann <[email protected]>
adjust command test

37a7eee2dcd40ae8701a720e0fe5430bebc03ec5 authored about 9 years ago by David Buchmann <[email protected]>
allow to specify current translation strategy

233d7521be579fef2b655ddac093e19918ec7474 authored about 9 years ago by David Buchmann <[email protected]>
add a tool to convert translations

7ea2efb63239ac04ec4243a6feb4d2d9a2e00935 authored about 9 years ago by David Buchmann <[email protected]>
Merge pull request #664 from doctrine/proxy_for_parent_nodename_classes

Proxy for parent nodename classes

ccb47713b53508fcc4355ba4b46acfa09cb7ae05 authored about 9 years ago by David Buchmann <[email protected]>
fixed handling of proxies without an identifier mapping

bfd45d6dd81db77b3f2a08a6180dd28175c1ecd3 authored about 9 years ago by Lukas Kahwe Smith <[email protected]>
added test to illustrate issues with generation of proxies that do not have an id field mapped

cb260c53f95cae183cc75daf6ac4a87598d9d8bf authored about 9 years ago by Lukas Kahwe Smith <[email protected]>
Release of new version 1.3.0-rc3

7cd7c32aabb7ff46aec6dda1f7e7d0784afc4d24 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge branch '1.2'

Conflicts:
CHANGELOG.md
lib/Doctrine/ODM/PHPCR/Tools/Console/Command/GenerateProxiesCommand.ph...

4d3f7ea2a86c6deee29c3f6113e54408b3517d08 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
fixed CVE-2015-5723 in the Proxy generator

9beaa8f20c05b21c58d9f86a8df6dbffcbcd4a85 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #656 from doctrine/fix-dm-interface

fixing DocumentManagerInterface

66c7e00ab15fd14270052470074b75e8a3d04eed authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
we need at least php 5.3.9 to avoid a bug in older versions about overriding an interface method with an optional argument

fa76d05e9f0deb0c0cc59f01d82f3d7534624ecb authored over 9 years ago by David Buchmann <[email protected]>
fixing DocumentManagerInterface

5b411adb42cfb32c01e2d257c77cb8f2be01ca5a authored over 9 years ago by David Buchmann <[email protected]>
Release of new version 1.3.0-rc2

db4d7ab87877d0c70bd694e6c9b6577316d4ec58 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
CS fixes

12d172121a8ecc369350d70a8acc3b5d85c03b55 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
fix styleci

b244b7eeeeb78f54c37008c651f2541fe08c5d01 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #652 from doctrine/styleci

added .styleci.yml

718955afb25fc193d26c54074b52d2660112f119 authored over 9 years ago by David Buchmann <[email protected]>
remove double semi colons

23c1300e8ded89e087bf3804119f6161b4d3f360 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
some manual idention fixes, enabled duplicate_semicolon fixer

60d02ff7d07a784311703813804c4c75a2debec7 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
apply CS fixes from styleci.io

96521a0778bcce4a3d01bcfc5fd077946455aa42 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
added .styleci.yml

847bc4a2a0b33035c07560117d5713fac2ac8f99 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Release of new version 1.3.0-rc

7a4131e72504091b7d8e2cf203d03dc185331699 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
fix version

e0000b9d8166e248bacceb9ed415e1306c88f4ba authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
RMT will add the release version to the changelog

2ad1f4b80681f7e8a8179f7b7be0ae4177760464 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
merge instead of overwrite mixins by default. fix #640

we add a flag replace-mixins to reproduce the old behaviour if really needed.

0bf143026954cc9438dffb5ebea1c30bc10d0a7e authored over 9 years ago by Uwe Jäger <[email protected]>
hhvm-nightly is not supported on travis anymore

569286e2eaf85addd8a332f73f01795d0e4aef8b authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #636 from doctrine/symfony-3

allow symfony 3 components

b539e82b2379da83a4d42261cb278e32e10de131 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
allow symfony 3 components

2d45f523d202e7ddd16d1605037fb7a0d658ee99 authored over 9 years ago by David Buchmann <[email protected]>
Merge pull request #622 from doctrine/allow_sub_localizations

Allow sub localizations

9b6378c77136496b463fe9d27b69383e218e441c authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
updated changelog

630db24f5b063da4e7bf278c861387d581bde599 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
next minor release is 1.3.0-rc1 not 1.3.0

b6ef2ac5fe4f9f8dbbf4b637dd3c8cc2d2d6aeb3 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
cleanup regex for localized attributes and cleanup tests

434d7d26f7422e5e247dd3ad5e552e872ba307dc authored over 9 years ago by David Buchmann <[email protected]>
More flexible locale parsing

0cefc8d338943f43881d2510a3fcd74fbd4f31f5 authored over 9 years ago by dantleech <[email protected]>
added tests for sub regions

953cff1483652a56229435b36edf4ab5dfcde4b1 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Allow sub localizations{

76cc41da5bacbad33e841ba2a68f0d947dbcfa07 authored over 9 years ago by dantleech <[email protected]>
Merge pull request #647 from doctrine/translated_property_changelog

Added CHANGELOG note about translated property

89a4325ae7dd25dafc5d19d4da842560b8e08b2f authored over 9 years ago by dantleech <[email protected]>
Added CHANGELOG note about translated property

310ff229e68db2b0ab7586cbfc5791c2014ed9ef authored over 9 years ago by dantleech <[email protected]>
Merge branch '1.2'

Conflicts:
tests/Doctrine/Tests/ODM/PHPCR/UnitOfWorkTest.php

e5c857930fcab744f87ec7f90c12a990f8a11e66 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
tabs to spaces

6620e107ae597e524caa4219f03a59b911dfe0bd authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
moved changelog entry to the correct version

c4544c4fe718880deb5e7c0178b0fd14b7ef8459 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #644 from coudenysj/1.2

Allow changeset computations of removed documents

92f4aea9e658f263c9028ae89c270ced8182caf3 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
DBAL initialization now requires force option

fb77d6051d91a921b1bdfa73e6cd7e8539d40616 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #643 from WouterJ/php_7

Fix PHP 7 compatibility

b77778e866f773d80ff8c3e72fb0cc80cccdf5fc authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Comment trigger_error

efa20c2361e88025853c657a5e2c972d13719be8 authored over 9 years ago by WouterJ <[email protected]>
Allow changeset computations of removed documents (fixes #637)

Signed-off-by: Jachim Coudenys <[email protected]>

1d7a0556abb69e5a561f6772701b80b6cd3cf0c6 authored over 9 years ago by Jachim Coudenys <[email protected]>
Remove autoloading the annotatino file

b241431ef0a127547c7e6eb3e41ce7cf9b6f5c69 authored over 9 years ago by Wouter J <[email protected]>
Fix test

a455243eed7b855984b722522ef2983d3f90977b authored over 9 years ago by WouterJ <[email protected]>
Fix tests

5b8c625ee948184f249364919966be4f3e2df20e authored over 9 years ago by WouterJ <[email protected]>
Fix tests to not use deprecated file

1eeccda1c2b5bc5381c2102c5bbc685745db317b authored over 9 years ago by WouterJ <[email protected]>
Add deprecation triggers

609cf7aad7bcedc32aa1ed745eeb863902130a31 authored over 9 years ago by WouterJ <[email protected]>
Deprecated type annotations in favor of @Field(type="...")

31cdb8d7c98f0dc19b2f5d419ab1ce4641d189c1 authored over 9 years ago by WouterJ <[email protected]>
Merge pull request #642 from doctrine/expanded_php_build_matrix

expanded PHP build matrix

32cfae89db8895d8309bbe44f45908c77fbd7c24 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
expanded PHP build matrix

d38d1d400c0f9e1d9cc1541110980f28e759525f authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #638 from doctrine/abstract_query_converter

Introduced BuilderConverterBase to allow an extension point

f4d57d012176e88ae9ae06a772cfec6f5e32fdb9 authored over 9 years ago by David Buchmann <[email protected]>
Added base query builder converter

- Introduced ConverterInterface
- Type hint interface not base class
- Removed "Builder" prefix ...

dcffd9be28027d184be4652f0ad382bde875d1ea authored over 9 years ago by dantleech <[email protected]>
Merge pull request #633 from doctrine/decorator

added DocumentManagerDecorator (BC break in several internal classes)

b3d6a98d8dddad178e73aa3ec5de7368f6ada2f0 authored over 9 years ago by David Buchmann <[email protected]>
added DocumentManagerDecorator (BC break in several internal classes)

1ce94cbe59316f89c64a0a258771821110d7c5cf authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Merge pull request #634 from doctrine/test-minimal-requirements

test lowest version

3f68f7c957c5ad760f7556998325ff1b8353af72 authored over 9 years ago by David Buchmann <[email protected]>
test lowest version, specify requirements to get working lowest versions

7dd3eec1aaec9bc128682414a707e98675e22b71 authored over 9 years ago by David Buchmann <[email protected]>
Merge pull request #629 from doctrine/validate-uuid-referenceable

Verify that uuid is only mapped on referenceable documents

392daaeacef9540f1c75c5e356d892619e16d059 authored over 9 years ago by Lukas Kahwe Smith <[email protected]>
Verify that uuid is only mapped on referenceable documents

7002cdca7aa7675a28c0468afcf0f9da0e2430de authored over 9 years ago by David Buchmann <[email protected]>
Merge pull request #630 from uwej711/ignore_null_references

ignore null elements in reference / referrers collection when cascading ...

53e71f716b28b109a39a285a2d226c85a53c353a authored over 9 years ago by David Buchmann <[email protected]>
ignore null elements in reference / referrers collection when cascading remove

e65315ffe08bfd9ab73eaf6c785a0c33f8033a99 authored over 9 years ago by Uwe Jäger <[email protected]>
Merge pull request #618 from doctrine/fix-qb-phpdoc

cleaning up phpdoc on query builder

5e346e07cc91c835d164f19ae14c1173ea2c3dc6 authored over 9 years ago by David Buchmann <[email protected]>
Merge remote-tracking branch 'origin/1.2'

1a1ac6a5afd3d70a575e816cd9e1428a716760f8 authored over 9 years ago by David Buchmann <[email protected]>
Merge remote-tracking branch 'origin/1.1' into 1.2

Conflicts:
composer.json

67fb14792dcfb8d1728f77ebcbd1c113dc4f8e7b authored over 9 years ago by David Buchmann <[email protected]>
Merge pull request #626 from doctrine/fix-deps

Fix deps

3999da4d412eb760d1c8f5543ee7baf296602e99 authored over 9 years ago by David Buchmann <[email protected]>
use symfony bridge to avoid deprecations

25ecf6497fce9409d519b2b42c076fd8ccd01a9f authored over 9 years ago by David Buchmann <[email protected]>
should depend on `doctrine/common ~2.4` instead

8b619028ea15eb48847d76e251b2306422d7a225 authored over 9 years ago by Khang Minh <[email protected]>
cleaning up phpdoc on query builder

60942e04705c4699d4255c633eff32fd63e458bc authored over 9 years ago by David Buchmann <[email protected]>
Merge pull request #615 from doctrine/pre_bind_translation

Added preBind translation

d3c78087fe50d84d5fdc1f91ae88d9595ad232fb authored over 9 years ago by David Buchmann <[email protected]>
Added preBind translation

b8e351956dac777c75e92224e3483832e8d43bc8 authored almost 10 years ago by dantleech <[email protected]>
Merge pull request #614 from uwej711/fix_typehint

fix #613 for queries with join from is a source

69cfbdc21b394a8fc89b1c7de5462e783695826f authored almost 10 years ago by David Buchmann <[email protected]>
documented BC break

d8862c4eca2fcb9517b52e4bfc097ee32d971020 authored almost 10 years ago by Uwe Jäger <[email protected]>
fix #613 for queries with join from is a source

b103c24e6dc3f2da32de06056641e19beb8d0319 authored almost 10 years ago by Uwe Jäger <[email protected]>
Merge pull request #609 from dantleech/fixed_depth_inheritance

Fixed depth inheritance

5205725c81d5e6ef7a1e99f6c99385845238517c authored almost 10 years ago by David Buchmann <[email protected]>
Fixed depth inheritance

534da57e56ffbc9c75c63a7ca4b117f0f7848435 authored almost 10 years ago by dantleech <[email protected]>
Merge pull request #603 from dantleech/translated_props

Read translated custom property name

cf7b1e3a28f95b5fc317e6f04553a326ed1b9389 authored almost 10 years ago by David Buchmann <[email protected]>
Read translated custom property name and handle null fields

31a5c397cee0dc5c7c0e6f649501f053f131ed8a authored almost 10 years ago by dantleech <[email protected]>
Merge pull request #602 from dantleech/translated_props

Fixed translated property name mapping

4e470ba102b3ff3b98ea431dc17d37438cebdd62 authored almost 10 years ago by David Buchmann <[email protected]>
Fixed translated property name mapping

96e6ddcf353a95418d4e753d135b572baaed40f7 authored almost 10 years ago by dantleech <[email protected]>