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

ensure the collection is initialized before unwrapping

8ba4a2e8897cdde9568a543c0050bfe1509bbfc9 authored about 12 years ago
Merge pull request #203 from dantleech/improved_parent_id_exceptions

Made ParentId exceptions easier to debug

af1d75045f16a50e54ac718223fb000b8d020fae authored about 12 years ago
Made ParentId exceptions easier to debug

cf596a044e0107d9f784767bc69d45dab60d608c authored about 12 years ago
Merge pull request #198 from dantleech/translatable_validation

Added validation check for translatble properties

ffa69bae25ec3c2194b0c818f24e9a8dac1e2452 authored about 12 years ago
Added validation check for translatble properties

- Check to see that the "translator" attribute has been set on the
document, if not throw an e...

591a9a10b3581d240d546acd0cbc9f509c0c0187 authored about 12 years ago
Merge pull request #197 from sveriger/file_to_string

Add __toString method

5187e22f83d4dd8e887051774fb1810be129fba3 authored about 12 years ago
Add nodename to resource

801823061e9f1f3d0618b508aaf3a2e8932c54cf authored about 12 years ago
Add 4 spaces

636d350e2c432c64f4e83971902e1517625e87a3 authored about 12 years ago
Add __toString method

e85d61f14e20c81713a292b2403be049fcabade5 authored about 12 years ago
Add __toString method

9b8ad553cad2eceefd21e172ac150c087bdd159c authored about 12 years ago
Merge pull request #196 from dantleech/dm_create_query_builder

Added createQueryBuilder() method to the Document Repository

d794314922606a63c8db321a0c5af0d8f5bd0f55 authored about 12 years ago
Updated doc block

ca59fd1e50410748b9aa45bffdabd0e147cc58b1 authored about 12 years ago
Added createQueryBuilder() method to Doc manager

- As with the ORM this method creates a query builder pre loaded with
the source

f991faf57cc68555de791130eec16f5f6aff1c23 authored about 12 years ago
Merge pull request #195 from Spea/master

Implemented two interface methods in the ClassMetadata class

6c2b95c75e0c2bb969f73ffd24490b0986cd721b authored about 12 years ago
Revert "make nodeType assignment analog to xml and yml driver"

This reverts commit cdcf39406b8bc663fe096e768e18c0e2f94e48f6.

df92d8eaeb45fb8cc21fceafbaf2c0688d65c2e0 authored about 12 years ago
update slides a bit

79f27b3659b77676ccf66e4d893fbe33696f8b55 authored about 12 years ago
Implemented association methods in ClassMetadata.

d268d6f5d763d2c4270564f160b3a718a911d111 authored about 12 years ago
Merge pull request #194 from pborreli/typos

Fixed typos and PHPDoc

4d19a979aa7baabdf7319c3f617b3915435aea54 authored about 12 years ago
Fixed typos and PHPDoc

9390534c926ba411f630ca07fcc8e8e4e6db67e6 authored about 12 years ago
disallow persisting mapped super classes, do not generate proxies for abstract classes

7994737906d24e3c06e4445a0ea8e84339a8cb21 authored about 12 years ago
make nodeType assignment analog to xml and yml driver

cdcf39406b8bc663fe096e768e18c0e2f94e48f6 authored about 12 years ago
Merge pull request #193 from dantleech/inherit-nodetype

Inherit all document class annotation properties

7b619a589130a038981d5b938faa1c45cd94c763 authored about 12 years ago
Moved default logic to AnnotationDriver

64ef9cb81054320fbb05b5ecdd5fb6bbf616f2c5 authored about 12 years ago
Merge pull request #192 from doctrine/multivalue_as_array_no_collection

use plain php arrays for multivalue properties (major BC breaks!)

b19f624a39b844f1d0fe9485e3c251701dd9729c authored about 12 years ago
Fixed typo

2115681c358373b1b754f03b3d9ad767f037f4ff authored about 12 years ago
Hopefully properly reverted .gitignore this time.

744843d3216abb9439390a6c508462d047d8cce0 authored about 12 years ago
Reverted gitignore to previous state

d4d76c745c23360cb0fdf487e959558525ab0e2b authored about 12 years ago
Docuement::$nodeType defaults to null, more tests.

- Document annotation $nodeType now defaults to NULL
- Default value now set after class loadi...

a542281c3950b658482dfb046bf9afc00b16e29d authored about 12 years ago
Only set versionable and referenceable if instance of Document

- The reason for the previous isset($meta->versionable) is that
sometimes the metadata class i...

0191d621220bec9a8c5f917d7a1c6289587a1916 authored about 12 years ago
Inherit all document annotation properties from parent class

- Added support for nodeType, versionable and customRepositoryClass.
- Tidied up logic a bit, e....

c7e4ea9d91a5cec3dc66400d68c6ff9360b55bf3 authored about 12 years ago
Inherit all annotation document properties

- Added support for the inheritance of all annotation document propeties
- Improved test

c75f4ad53e5b934f17825259d4fc51893256d014 authored about 12 years ago
use plain php arrays for multivalue properties (major BC breaks!)

using MultivaluePropertyCollection complicated usage, since it was
impossile to map plain PHP ar...

49cc75f9962a8c95760264debfdec34946807fa2 authored about 12 years ago
Merge pull request #191 from jerico-dev/inherit-translation-metadata

translation configuration should be inherited from superclasses

30631800ab0b8262bb995f2c0a5bff9641da1c80 authored about 12 years ago
translation configuration should be inherited from subclasses, see PHPCR-ODM inheritance mapping documentation

7fa2fdd83d1ad692ad006d719104d42df9e62ed3 authored about 12 years ago
Merge pull request #189 from doctrine/enable_doctrine_dbal

enable doctrine dbal testing

0e9788eec0d5cb74216cad9df542948ec340b849 authored about 12 years ago
set allow_failure

cf7baba58a52881f7644056d78ef1ddad524bee3 authored about 12 years ago
Merge pull request #190 from doctrine/private_parent_property_mapping

make it possible to map private properties of parents

25f649422012bef9ed2ed4cea71d334df9a6997c authored about 12 years ago
make it possible to map private properties of parents

716d1e32805f8509824998e06a4950f83735d85d authored about 12 years ago
enable doctrine dbal testing

00104a138a51275110137521bc5d4202644b2d55 authored about 12 years ago
Merge pull request #188 from doctrine/ignore_versioning

do not attempt to make a node versionable if the phpcr session does not support it

9941fca9713f48eb45175bd08ce0b8e6b261551c authored about 12 years ago
do not attempt to make a node versionable if the phpcr session does not support it

8ad6dcd381c0474aea1c9b2d74bfce9f62191e1d authored about 12 years ago
Merge pull request #184 from doctrine/improve-errmsg

improve error message when adding a document to an existing path

e3c2eca5d25d0e094cd408892ad4cb7259599d6b authored about 12 years ago
handle id object case

496fe0613cc57aad074562517aba2868eeeb45e5 authored about 12 years ago
skip tests that require cnd support

f9b9b6144e23838c626918fa829b58bde9072fc4 authored over 12 years ago
Merge pull request #186 from dantleech/allow-move-to-root-by-parent

Allow move to root node "/" with setParent

2cce972eaf6da71b2a6495b55eff977e8502ec03 authored over 12 years ago
Made logic more concise

ccdf78ed5d8123817ac1e258928bd1628d8b4f2b authored over 12 years ago
Allow move to root node "/" with setParent

- Would previously generate error : Path is
not well-formed or contains invalid characters: //...

052f1fe808990aa3dcd70cd2f327ef268f8f0e89 authored over 12 years ago
Merge pull request #185 from dantleech/inherit-referenceable

Make sub classes inherit the parents referenceable property

f5fb5ba3f080846826937c118985d094b49eab77 authored over 12 years ago
Referenceable child tests

- Added annotation based tests for referenceable child Documents

c270f940cc9fee7a4e3d645241261f4e626cc804 authored over 12 years ago
(re)Added mapping exception for overriding referenceable

ca47066df68bcdcfa1c86649e93338d641f50ee9 authored over 12 years ago
Removed junk from PR

253461aa67e2a37ebd542290b8d669c8e5c5351a authored over 12 years ago
Merge branch 'master' into phpcr-77

Conflicts:
lib/Doctrine/ODM/PHPCR/Mapping/ClassMetadataFactory.php

af2f0e3cb854977432ef9f39770757908805d388 authored over 12 years ago
Mapping exception when child doc. tries to change referenceable to false

77845a6abd0a59a50a62b2e35e2871d0b2e85803 authored over 12 years ago
Make sub classes inherit the parents referenceable property

d89a3ec3b5caf587ad98fde6bde78cc31b6e5129 authored over 12 years ago
properly escape backslashes in strings, add docu comment, use statement

52eca52e7449f4767afed591eed7fcf3b8f1041a authored over 12 years ago
improve error message when adding a document to an existing path

27084429040fdc480de20b96fc4f18f4c8bc1699 authored over 12 years ago
cosmetics

c0664db84d956759533bedda803ead7254913eba authored over 12 years ago
improve error handling

8dfb2c173ffe46ee92bfd60c6e75e4bc2cda4d1d authored over 12 years ago
added LocaleChooserInterface::setLocale()

b01c176cfe913b8c6196979132ed79dd3d5f5bd7 authored over 12 years ago
Merge pull request #183 from doctrine/remove_translation

expose removeTranslation()

a55a20435eb70889fad6b453b066f6c9a3080f00 authored over 12 years ago
expose removeTranslation()

e275d4c6d03431a67400c89b8e7c7d82d5d313f0 authored over 12 years ago
Merge pull request #182 from doctrine/isDocumentTranslatable

added isDocumentTranslatable(), tweaked getLocalesFor(), exception cleanups

1114c2558c5a8279e12642021faa6eb32f64983c authored over 12 years ago
added isDocumentTranslatable, getLocaleFor() can now also account for

fallbacks, unified translated related exceptions

359b07742bebfe96680bf6fc3db90ffd00e8b990 authored over 12 years ago
fix command return values

294d424af5f6272862392190e93f49c40dfeb893 authored over 12 years ago
also allow 2.2

4840bb54b86d98253555325036c83de76ca20fd7 authored over 12 years ago
added missing method to the LocaleChooserInterface

6f0d93e7a40e5f466b764f401b85fb3579a3fdf2 authored over 12 years ago
typo fix

234fe3e348ca06046c15f5716df57f16c2c3ba50 authored over 12 years ago
Merge pull request #181 from doctrine/ignore_untranslated_children

by default ignore untranslated children

1bc743ab13d9bd83706bd88ade585fbb25e97fb7 authored over 12 years ago
introduced a specialized exception for missing translations

fe0b9115af98b257c790afdd1a342513179a4117 authored over 12 years ago
made it possible to adjust the fallback rules at runtime

bf6c299f37f64337bf31c7bf0885cb2a2dc4c47c authored over 12 years ago
added support to set ignoreUntranslated to false in ChildrenCollection

c7aadb7366357804b08833daa1cc4ca41d71cf9f authored over 12 years ago
by default ignore untranslated children

0713d2616b7de8a4d825fc73bcd885620341238b authored over 12 years ago
some more sanity checks and fixing an outdated doc comment

a7acec04dd68781f8fea901bc3b13b5e02c3a195 authored over 12 years ago
Merge pull request #180 from doctrine/hashmaps

added support for hashmaps (PHPCR-56)

96ce1bab8ebf3726530845451034139cf35f78b1 authored over 12 years ago
implicitly enable multivalue when assoc is set

8cdeef4a0169c5d55d19c4523563925d8cea04f6 authored over 12 years ago
implicitly define the keys name when the configured value is empty

8db9656d0d7c0cdaaad266ce7089407e48407716 authored over 12 years ago
added support for hashmaps (PHPCR-56), added finalization step to the class metadata validation (partially covers PHPCR-60)

5f5f0ea65f564608c47c6555c73df530362ed519 authored over 12 years ago
typo fixes

c62988dc103b35b7e2f2dcc50bd4e1acc64d14c1 authored over 12 years ago
moved the slides here

9d4fcfdf19f1971145dde47b689aac0f05182039 authored over 12 years ago
made the register system node type command more useable

5b5c17d0dae087b20a151daaade9cb908eb38907 authored over 12 years ago
remove property in case of an empty reference many collection

f0a336065371932893b4af32d7f84b476a128310 authored over 12 years ago
Merge pull request #179 from simensen/reference-test

Added test showing potential problems with ReferenceManyCollection

79acc23d0f0c0808c427010d4716a8c9ebcbd361 authored over 12 years ago
Always create a ReferenceManyCollection even if no reference nodes

If this is not done then collections that are empty will be `null`
when the document's class imp...

7a1e4ac7a3b28640b737c2068aaee54ee9806bd0 authored over 12 years ago
Assert not null, not just count === 0

It appears that empty arrays are being rehyrdated as null. There
were checks for "empty arrays" ...

b2122e2cb532fed3e8a2e458bd27696f586a5b59 authored over 12 years ago
Set to references collection to empty array instead of null when empty

When setting to null this would cause the property to be deleted
which would result in the value...

c5ecb3556c1dd405402f7f5ea218eab96d43e19a authored over 12 years ago
Empty list of references should remove the property entirely

This was causing unexpected results when a reference collection
was going from any entries to em...

0c289b6ef2c844514c09ba160b9cfe2c3b3a3d1f authored over 12 years ago
Add multiple references, then delete them all at once

The idea being to test to ensure that removing all references
from the collection will be persis...

b4ed8dc37379e1783cbbc95edc57549688f50d27 authored over 12 years ago
Added test for adding multiple references

Ensure that adding multiple references is persisted as expected.

fc6e0c5bff77ef4c59eb51019083f0d21440d9c5 authored over 12 years ago
Added additional test for checking collection state w/ multiple references

The `testRemoveMultipleReferences` test is similar to `testRemoveReference`
except that it adds ...

19273ad8e7769195b70a2d6b0433689eb5a48276 authored over 12 years ago
Fixed inconsistency with count method after initialization

dbdcc047a32893fcfd1b19706c4115ed27def4ab authored over 12 years ago
Added test showing potential problems with ReferenceManyCollection

079174b30b8f7a358b3a11f192687e6cc4125d3b authored over 12 years ago
Merge branch 'master' of git://github.com/doctrine/phpcr-odm

* 'master' of git://github.com/doctrine/phpcr-odm:
Corrected documentation link in README
Re...

5e5f93a19b985e1ceebc39a01c97656d2cf8643c authored over 12 years ago
Fix XmlDriver problems when used in context of libxml_disable_entity_loader()

see https://github.com/doctrine/couchdb-odm/commit/7e877e6d9b359eb6f9384b7af3de7a97415801bb

ae6a36974481dab1330ca2e2339e6396df5b9569 authored over 12 years ago
Merge pull request #178 from piotras/master

Require phpcr-midgard2 >=1.3

7de78baeb1cdc22e3c61a0131ba51418719100d1 authored over 12 years ago
Merge pull request #177 from simensen/readme

Corrected documentation link in README

1d8deb586f63ada0bfc614bfcf19fd15dd9cca3d authored over 12 years ago
Corrected documentation link in README

37d02b0aeeb2b73ae69a21070d40886dc821c364 authored over 12 years ago
Require phpcr-midgard2 1.3 at least

52688dd1b838934841d2407ab509d3266489a720 authored over 12 years ago
Merge pull request #173 from piotras/master

Install midgard dev version, set MySQL default non strict mode

6eb21890f8e38aa93f371b9d22909accb5c535a8 authored over 12 years ago
Merge pull request #176 from simensen/phpcr-bin-usability

Getting phpcr bin usable when installed via Composer

573fdbd3d2bdbaef193ed67199b085242dd97cc8 authored over 12 years ago
Getting phpcr bin usable when installed via Composer

The phpcr bin is now installed when phpcr-odm is installed
via Composer.

The entire process is ...

13875c38a65451afb5271bf2ac86a32ad7ef7b3d authored over 12 years ago