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

prepare release 1.1.0-beta1

7124527406daf7fd5edb5f4693042dd5b0b51948 authored about 11 years ago
Merge pull request #401 from doctrine/uuid-closure

use closure to generate uuid. fix #399

7229959069fd9825f950286f634a4cd1ccbe18f9 authored about 11 years ago
do not rely on id being mapped, where possible

5c47476b22970beec4ace491e7dd48464a2201f0 authored about 11 years ago
recommend to use documentManager->getUnitOfWork()->getDocumentId(document) instead of classMetadata->getIdentifierValue(document)

5fd509f6acf53544da8b68094a785a30df03af21 authored about 11 years ago
cleaning up identifier mapping validation

b572ce7bec520564cca1c736afc04fa5331afb43 authored about 11 years ago
use closure to generate uuid. fix #399

f2dfebeb833f0cb60685d56f789ce50b5ea113d4 authored about 11 years ago
Merge pull request #400 from abinici/master

Resolving issue #398

7457a1ae7afb4294eeebec1849383da01357a931 authored about 11 years ago
Resolving issue #398 regarding wrong fallback-logic for locale when using QueryBuilder.

dfeedc71b26484ec740ad4bbff54ce4f8a8f5e69 authored about 11 years ago
Merge pull request #397 from doctrine/adjust-cli-cleanup

adjust to phpcr-utils cli cleanup

d9cb350f14fec5d3278ec43a2ebcd0f3764f7cd9 authored about 11 years ago
adjust to phpcr-utils cli cleanup

94f1c5e979ca79980e8f793be54f15261c0be3e5 authored about 11 years ago
Merge pull request #393 from doctrine/performance-tweak

batch-fetch parent and child nodes. depth is numeric and can't be null

bcb98929532db54f2efee829769baf2ff06f2e78 authored about 11 years ago
Merge pull request #395 from dantleech/fix

Fixed doc

ef94de88c20b098b12a8dbc5bb49a68a5a3b4c4f authored about 11 years ago
Fixed doc

352efd944388d6e511a0c94f9b1f30ae09450037 authored about 11 years ago
Merge pull request #363 from dantleech/join_activation

[WIP] Activated Joins and added functional test

77e5ef47ef781050f3c627049ab3657504c821b5 authored about 11 years ago
Merge pull request #375 from dantleech/early_locale_support

Allow retrieval of non-flushed document translations.

da2be8046a5758ba65bfd83fa73f0566e33abc91 authored about 11 years ago
Activated Joins and added functional test

- Implemented Primary Selector on QueryBuilder
- Allow specification of primary selector
...

a082cab183efa8ec6e31cfc7e8d94fdbc218f5f2 authored about 11 years ago
Allow retrieval of non-flushed document translations.

- getLocalesFor now takes into account pending translations
- Prevent binding a translation if i...

80314bc5588a1d14cad3d03484e46fbe7c684a96 authored about 11 years ago
Merge pull request #390 from sarcher/issue-379-tests

Resolve duplication issue when adding children to a parent's collection #379

744dd7e63d2995f42b66a35c5e77109afe8af348 authored about 11 years ago
Fixed duplication of children in parent's collection during flushing. #379

Fixed duplication of children in parent's collection during flushing. #379

Fix indentation issues

c92ebda93a3089de8fd8a21425c0f10373906f48 authored about 11 years ago
also prefetch collection members and guess at the translation child to reduce the number of calls

66ba9fd1808688511903039786283674ecdf7161 authored about 11 years ago
batch-fetch parent and child nodes. depth is numeric and can't be null

58d8403c484533b8f1505e332508201485e2d0a5 authored about 11 years ago
Merge branch '1.0'

8b36b0bf54b30c9701febecf5f19c9aa76be68e7 authored about 11 years ago
Release of new version 1.0.1

8b5985746537f015c5e8a5319b074ae321cab4ad authored about 11 years ago
Merge pull request #380 from doctrine/is_singl_value_assoc

ReferenceOne is also single valued

a4f63ec755f8a76f854777424a99d02fe41d3adc authored about 11 years ago
ReferenceOne is also single valued

c42aabee563198f25bd105399d6848651613a79c authored about 11 years ago
Merge branch '1.0'

* 1.0:
fixed issue in getOriginalPaths() sometimes returning null

b8612e9530b6d00d1dd6ecbeabc031313f78768e authored about 11 years ago
fixed issue in getOriginalPaths() sometimes returning null

ad4384d73d890f80a263fd61e7ee9b2d2dd70768 authored about 11 years ago
Merge pull request #367 from doctrine/expand_configuration

make it possible to configure the ClassMetadataFactory class name, RepositoryFactory and default...

64cc502b5fac5dadae8df9210e5262e81f48da7b authored about 11 years ago
make it possible to configure the ClassMetadataFactory class name, RepositoryFactory and default repository class name

db32e80db7bc0d6a28543c1134f373b050acda8a authored about 11 years ago
switching master to 1.1, there is a 1.0 branch now

23259dfa325e2a590d028dac8d79d0c457fc3c7a authored about 11 years ago
Merge pull request #377 from doctrine/cleanup-file

avoid php warning in File::setFileContentFromFilesystem

acba9f838ef6dba8dd19b5f22d10d5f37543c234 authored about 11 years ago
rather throw an exception explaining what went wrong than triggering a php warning on empty filename. should we even do file_exists()?

b5a2fea4a446aed25ff9ce6a5bd0a0532ba68ca9 authored about 11 years ago
Merge pull request #378 from doctrine/target_document

we can only return a class if a targetDocument is defined

22ffef3bd0319ae3b7264b16b88b52c169ceb119 authored about 11 years ago
we can only return a class if a targetDocument is defined

2bbbc732772a60cd3251cddb28a9d5535a12146b authored about 11 years ago
Merge pull request #365 from doctrine/doctrine-info-command

expose doctrine:phpcr:mapping:info command in console and fix configuration templates

eecc40cb39632d9c2b3614d4a09982efa3fff8b9 authored about 11 years ago
expose doctrine:phpcr:mapping:info command in console and fix configuration templates

43259ecea82b89d2f2bce649015ad1c8142f4f9b authored about 11 years ago
Merge pull request #373 from doctrine/fix-autoname

allow autoname without a nodename nor id mapping

9415f88fafbefadc380671822b9a56472b9f657d authored about 11 years ago
Merge pull request #364 from doctrine/integrate-release-tool

Integrate release tool and fix current released version information

aff43a0816b2b7208d2ac14095a035b6b9244d6a authored about 11 years ago
allow autoname without a nodename nor id mapping

7313555928cb22a8f7c9a11a7e63511535ac90ab authored about 11 years ago
add some more tests on proxy behaviour

a34946ad904b80e2d08db68236667712264563ec authored about 11 years ago
fix phpdoc on classmetadata

dcd0d1e77c9490f8b0b7b0e2d7686cc912e21ebf authored about 11 years ago
Merge pull request #370 from ACSI-IT/metadatacache_translatables

Metadatacache translatables

70a5e3a17bb07892edb6738c7078e03500687673 authored about 11 years ago
less newlines

adc05ceaa1036bef54eaadc6c598257a83cfec81 authored about 11 years ago
CodingStandards + Test

fce20234eac0bce062edac31ea1c5c70a665c41d authored about 11 years ago
Update ClassMetadataTest.php

cbb710c787cfdaa29b6849a0e358280cf23f1dcd authored over 11 years ago
update testcase to match new serialized properties for translatables

69f9133b72a5ac9f3af5cbcc05a24b3da3a1ccc8 authored over 11 years ago
adding properties used for translatable documents to __sleep for serializing

d76fdc976068e7bdbf3dcb73a107aa9d69ac9b43 authored over 11 years ago
Merge pull request #362 from doctrine/querybuilder-empty-alias

prevent empty alias in querybuilder

68eff10926ef8bee2cb5322a83a69698770297ca authored over 11 years ago
prevent empty alias in querybuilder. fix #336

bea88b9ffa44b3912a5c66206c518f8fedee6ae2 authored over 11 years ago
typo fixes

b94284a1e206726fb4408878788ecf6c16bfbd75 authored over 11 years ago
fix phpdoc

902bb910a6f7edca8135c57406ec3bd53e6e682c authored over 11 years ago
Integrate release tool and fix current released version information. fix #357

8505f75e62afc6e4e5c70715c6ca707ef5075e62 authored over 11 years ago
prepare for the stable release :)

dff0f022f9ac389d319b609049b26da2e6181106 authored over 11 years ago
use the latest doctrine dbal version

984985444675ca839d6a72e0ec3b375948a063c1 authored over 11 years ago
its instanceof it seems

735550243ba999d4e53a94cd3ac7d67f9631495e authored over 11 years ago
use jackalope/jackalope-jackrabbit:1.0.0-RC3

6a5824496f7f64abfc27c330ab8753be650888cc authored over 11 years ago
use jackalope/jackalope-doctrine-dbal:1.0.0-RC3

f092e80af17dfa8a825f458a2b308c0838c4c21d authored over 11 years ago
cosmetic tweak in the slides

ba5fc71c8ec86d04c4a8383992f0243caa33e05a authored over 11 years ago
fix travis setup

e39e0e5b28336db5bd8a31cefc7d604bec4a9a8c authored over 11 years ago
fix travis setup

0ecfcfd42b68b98dbf4d1c2c519c52a6dc5508ee authored over 11 years ago
fix travis setup

14381dde3e16d43e610c0973ec26991eeb9c86c4 authored over 11 years ago
fix travis setup

51c81d8d5f49ee338fe97f0cf2ef94d70d6d6c18 authored over 11 years ago
prepare 1.0.0-RC3

d2cfe0320f6ddd3045092b186dcd2968e2704e49 authored over 11 years ago
Merge pull request #354 from doctrine/exception-cleanup

clean up exceptions handling

5286d169e19cfdf84e11a29881c09f98791296dc authored over 11 years ago
clean up exceptions handling. fix PHPCR-71

89a6e5c6dce2f38b25a5648ae2d57b766bbca79f authored over 11 years ago
Merge pull request #355 from doctrine/improve-id-generator-exception

improve exception reporting in id generator

f2d93cabe2f375938412cf0aecd546c3b7119a60 authored over 11 years ago
cosmetics

52c71fdb5871f42035ed7b4b43637382b907f8d2 authored over 11 years ago
cleanup id generators

ed04ceb5e895c491993bc2f5c5861e26d88ea324 authored over 11 years ago
improve exception reporting in id generator

a107ca7ea49ded950d0482d8efdd40683bada5c5 authored over 11 years ago
Merge pull request #353 from doctrine/qb_attribute_translation_strategy

make the QB able to automatically handle the attribute translation strategy

df352fc9358eba08804be24c8aeea304931e24ad authored over 11 years ago
make the QB able to automatically handle the attribute translation strategy

fdfe2e24589ee4a8ccf4982b6aa4f1632e433dd8 authored over 11 years ago
fixed a refactoring error and a few comments

e37cfce89a2d346324fe0bd2e860ea34182a4d30 authored over 11 years ago
prepare 1.0.0-RC2

1071841582fa585cc58931daac75ab8ff00ce609 authored over 11 years ago
Merge pull request #351 from doctrine/finalize-mapping-cleanup

cleanup id strategy logic and validation step

c01f784ad055780e221868f9fe10645a6e98059b authored over 11 years ago
Merge pull request #349 from doctrine/where_simplification

allow whereOr() and whereAnd() calls without a preceding where() call

bb39bc2efd094e8b8017b1347e212672294cc59e authored over 11 years ago
cleanup id strategy logic and validation step. fix PHPCR-60

ca07f99534a74abf043716e75cccafd9064cccac authored over 11 years ago
adjust tests to expect andWhere without Where works

81293cc8d12696670c15f696795891cf08bcc014 authored over 11 years ago
Merge pull request #350 from doctrine/cleanup-changelog

cleanup the changelog

868945122864888c07f6ab12c2de7186dfded8a9 authored over 11 years ago
cleanup the changelog

54c2ea4f3c45609d7ab3793b99b3d0e797f8af4b authored over 11 years ago
allow whereOr() and whereAnd() calls without a preceding where() call

34c5f5db3a9a3c7d1d862d0c76259affc710ab05 authored over 11 years ago
Merge pull request #347 from doctrine/fix-locale-chooser

fix the locale chooser interface to not lie and the getDefaultLocalesOrder

72499fa1e14ee638b47809198254b1709014a349 authored over 11 years ago
Merge pull request #346 from doctrine/handle-insertion-errors

be more helpful when a user is confused and doing weird things

87c844405b636a51372c8bfb9b1459deadb42980 authored over 11 years ago
fix the locale chooser interface to not lie and the getDefaultLocalesOrder

e6cd5128f2dc577faec615af7612fbd31eb415f3 authored over 11 years ago
be more helpful when a user is confused and doing weird things

9f11731de1a577f9acb937d87323798c3abb0add authored over 11 years ago
Merge pull request #345 from doctrine/persist-referrers

additional test about referrer mapping

04da5670234895a0d25304289b0560a5725c43f4 authored over 11 years ago
harden the ReferrerTest

d9b14204644b76eaf6e01112debb89df67ee0f20 authored over 11 years ago
additional test about referrer mapping

93cabccf5454a87dbe867cf689c6afd5538fcc56 authored over 11 years ago
Merge pull request #344 from doctrine/remove-legacy

remove deprecated things prior to going stable

7eb9ff908b7ae83a50ce5ccaecc03a39fda373b1 authored over 11 years ago
remove deprecated things prior to going stable

4e892f24a7a5f75592fd90806a6214d2180d933a authored over 11 years ago
Merge pull request #343 from doctrine/fix-nodetype-mapping

yml and xml driver should not prevent inheriting nodetype setting from parent document

cfec4020ce57f72553ed546d1cb2a7b1b503e664 authored over 11 years ago
yml and xml driver should not prevent inheriting nodetype setting from parent document

743db6c8547130b1b9e64eae5d141ea322d20837 authored over 11 years ago
Merge pull request #342 from doctrine/file-folder-cleanup

do not duplicate mixins on file and folder, test creation and last modificatin works

33a2732b5aa9ef7ebeffa412ad018183d7b21095 authored over 11 years ago
Merge pull request #341 from doctrine/test-mixin-inheritance

test mixin mapping inheritance

aa074ca32de523883d0fc30678b7e8f04e099a8a authored over 11 years ago
do not duplicate mixins on file and folder, test creation and last modification works

ac15f54b0b7930b74ed59656a1328050572a9ebe authored over 11 years ago
test mixin mapping inheritance

eb19fd71ca8e75a24dd5778f091d803e362113e2 authored over 11 years ago
Merge pull request #339 from doctrine/abstractfile-mixin

make AbstractFile mapped and add the mixin

3c7e8837b2726d310113f7fd22875b8893317167 authored over 11 years ago
correct changelog

1609d6cb3be0e425fa56a776332504653cbb5a44 authored over 11 years ago
Merge pull request #340 from rmsint/hierarchy_interface

Add HierarchyInterface for nt:hierarchyNodes

57e35776587bfc764ea78b99475a689e212ace4e authored over 11 years ago
Add HierarchyInterface for nt:hierarchyNodes

79d0809b32b5b12533ef385f09509344ac44c8e0 authored over 11 years ago
make AbstractFile mapped and add the mixin

ee3362bff5a8dab02d09fb85b1d7dfca41a99163 authored over 11 years ago