Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doctrine/persistence

The Doctrine Persistence project is a library that provides common abstractions for object mapper persistence.
https://github.com/doctrine/persistence

Fix PhpFileCache to work with var_eport() only. FilesystemCache is using serialize()/unserialize().

190d71dfe489c2d57fd9166b0e22a427ce361e8d authored over 12 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #164 from Ocramius/cleanup/chained-driver-orm-sync

Porting 'default driver' functionality from ORM

ea392e5c2c34014fb07bd275a0386882281323cf authored over 12 years ago by Benjamin Eberlei <[email protected]>
Porting 'default driver' functionality from ORM

ddd1e535def1fae33edb0c7abefff1d90f1e1a47 authored over 12 years ago by Marco Pivetta <[email protected]>
Merge pull request #162 from stof/root_entity_found

Moved the check on mapped superclasses to an dedicated method

b471f8339b0984d6340703a74be6e3021fb24bb8 authored over 12 years ago by Benjamin Eberlei <[email protected]>
Simplified the mock object

2fc6983bcd0c09475bbfc18bc1fec4225ce14ac0 authored over 12 years ago by Christophe Coevoet <[email protected]>
Fixed the phpdoc

ca8019b420c61f14b2615b5367d865cdf5b19573 authored over 12 years ago by Christophe Coevoet <[email protected]>
Merge pull request #163 from simensen/document-merge

Document that merge() returns an object.

d172a03967e1a2bd7211628aba1b245a353bd47b authored over 12 years ago by Benjamin Eberlei <[email protected]>
Document that merge() returns an object.

0ba7f667b84e310949c5edba95777968df54d4fc authored over 12 years ago by Beau Simensen <[email protected]>
Moved the check on mapped superclasses to an dedicated method

The previous logic was specific to the ORM and could not be reused for
the MongoDB ODM.

4d2e43ab934180154d5c7e275a0e5f7ed3ee56bc authored over 12 years ago by Christophe Coevoet <[email protected]>
Merge pull request #154 from chx/psr0annotations

PSR-0 annotation reader, try #2

019e453466b3576f5f8deac0990064473bc099ff authored over 12 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #151 from FabioBatSilva/DCOM101

[DCOM-101] Implement FilesystemCache / PhpFileCache

6b22afab5cc0cc48ee92f3ea68709f628afd030d authored over 12 years ago by Guilherme Blanco <[email protected]>
Merge pull request #149 from doctrine/DDC-1637

[DDC-1637] Refactored towards Criteria API, implement ordering/slicing

5abd41cc756078326bdd6f2187848d33e20307d8 authored over 12 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #150 from Ocramius/feature/abstract-classmetadata-factory

Updating interface to allow passing parent class names to the process of...

0ced0b3de07a6ec97529dbd51651592ec7d311e0 authored over 12 years ago by Guilherme Blanco <[email protected]>
Updating interface to allow passing parent class names to the process of loading class metadata

a3a014aa08aef8bf823400853d9e812e7217f707 authored over 12 years ago by Marco Pivetta <[email protected]>
Merge pull request #138 from doctrine/isTransient_alias_support

added support for namespace alias in isTransient()

cb170db490c39a0fd071181ba44ebce8f4e344dd authored over 12 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #131 from Ocramius/classmetadatafactory-orm-sync

Syncing changes of ORM ClassMetadataFactory in common

701a31de660b210ccd586cc72d24af7ea8a8b939 authored over 12 years ago by Benjamin Eberlei <[email protected]>
Adding missing import causing fatal

9b8dfb9fee0aa1c735a6c50fcf65e3a72d1e2596 authored over 12 years ago by Marco Pivetta <[email protected]>
Syncing changes of doctrine/doctrine2#315 in common

This change allows usage of proxy class names when requesting class metadata

bd584c28d179484ae95a993b54743f5ac04c8437 authored over 12 years ago by Marco Pivetta <[email protected]>
LGPL => MIT license

6b2bae7867f6783af5f502116bd09a16933320b2 authored over 12 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #136 from rdohms/phpdocblock-review

Reviewed PHP DocBlocks

51c513f54892cc0cf1b5f0e67160f6e4f46ad94b authored over 12 years ago by Benjamin Eberlei <[email protected]>
added support for namespace alias in isTransient()

2c64dcd64adfa3b0a53eed23cc7fa2793dfd9937 authored over 12 years ago by lsmith77 <[email protected]>
More reviews.

46f2faa816e3e8b0c75efc2039d494cdd61b53dc authored over 12 years ago by Rafael Dohms <[email protected]>
Making a few corrections based on a review.

8e9159761d4c09bf5b471a19f55e200982ea2914 authored over 12 years ago by Rafael Dohms <[email protected]>
Reviewed PHP DocBlocks

Fixed missing docblocks
Fixed a few spelling mistakes
Fixed bad class references
Fixed wrong var...

b88eab9b5a76bfa167c5f7b40e44549b85fbf121 authored over 12 years ago by Rafael Dohms <[email protected]>
Merge pull request #125 from sobstel/master

Fix for CacheProvider serious performance issue

8af9dd6f16ac5598cbe45fe4e7f87d9473cbfa82 authored over 12 years ago by Guilherme Blanco <[email protected]>
Merge pull request #96 from vicb/travis/setup

[Travis CI] Install php extensions for Travis

d18ef36746c9023215b781d7399a387ed9141dc2 authored almost 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #109 from import/RedisCache

RedisCache driver implementation

0eefb602f23f33cec6d941deeec04e137ab81378 authored almost 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #124 from dlsniper/improve-apc-contains-114

Improve APC contains() enhances #114

6a3eee585239b4cffc27721a854c856a599cedbd authored almost 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #126 from cowboy129/master

Fix memcache expire bug

23ac1bd964ce3e8d9ad9961f93e7d0fba67d91cc authored almost 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #98 from Ocramius/file-driver-as-orm-behavior

File driver as orm behavior

e1ce3d718da2ba7410f2ab89ed3a603f815f4dd8 authored almost 13 years ago by Benjamin Eberlei <[email protected]>
Fix newb-bug by @jmikola and merged by me. Stupid.

c1451651396b02ab4a7c123e025fcfd800d952d1 authored almost 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #111 from jmikola/patch-2

[Persistence] Add clear() to ObjectManager interface

de530dac4ea1b73c4448268cca5863149798d1f8 authored almost 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #112 from vicb/cache2

[Cache] Fix a bug with TTL > 30 days in memcache(d) providers

0ba1381c95694319070f7c36e9bbfd5e3a1df4d4 authored almost 13 years ago by Johannes <[email protected]>
Merge pull request #104 from FabioBatSilva/annot-const

[DCOM-94] Support for constants on annotations

2fdb9adcec42474e14e886812e0179270eb70919 authored almost 13 years ago by Johannes <[email protected]>
[Persistence] Add clear() to ObjectManager interface

5e847c5e79d81996f4b567df5794e90d9aec17b1 authored almost 13 years ago by Jeremy Mikola <[email protected]>
Merge pull request #107 from FabioBatSilva/ddc1660

DDC-1660

970754944639f0c8942169a995ffd3ef205175f2 authored almost 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #110 from jmikola/patch-1

Fix typo in LifecycleEventArgs::getEntity() docs

9a99735eef0204d93f44123aed495cc5c2a2bb37 authored almost 13 years ago by Christophe Coevoet <[email protected]>
Fix typo in LifecycleEventArgs::getEntity() docs

12ce1091d24bf665f7343ae076415f886601b7a3 authored almost 13 years ago by Jeremy Mikola <[email protected]>
Removing skipped check

cc9316fdbe065d292454ceeb7dd7b8b32c91abe9 authored almost 13 years ago by Marco Pivetta <[email protected]>
Fixing comments

1039303f3d1bae124edfda9a413c967bf1a8f54f authored almost 13 years ago by Marco Pivetta <[email protected]>
Moving exceptions raised by ORM when no mapping is found to Doctrine\Common\Persistence\Mapping\Driver\FileDriver

e6b9c91aebdd2ee8f1a66309df259b18f8a2b239 authored almost 13 years ago by Marco Pivetta <[email protected]>
Fixing failing test caused by hardcoded DIRECTORY_SEPARATOR

9505b2dd9f93bc48eb07b0694867a79556a83950 authored almost 13 years ago by Marco Pivetta <[email protected]>
Merge pull request #97 from hhamon/dead_code_cleanup

Dead code cleanup

8e7eee24f1e3fc921b866bb45da6aa2a27d5a13c authored almost 13 years ago by Guilherme Blanco <[email protected]>
[Persistence] added phpdoc.

8c1f8a677bf35614a1a48ba3461f0f9eb69f656a authored almost 13 years ago by Hugo Hamon <[email protected]>
[Persistence] removed unused local variable $fileName in StaticPHPDriver::getAllClassNames() method.

9e35a4fdfabe85aa5d82fb4050b599e20f26e97d authored almost 13 years ago by Hugo Hamon <[email protected]>
Merge branch 'juznovo' of https://github.com/juzna/doctrine-common

Conflicts:
lib/Doctrine/Common/Annotations/AnnotationRegistry.php

8aba8cc2cacbaba449c8286334a1e761951f4eea authored almost 13 years ago by Alexander <[email protected]>
DCOM-93 - Another refactoring, this time removing the builder again, but having ClassMetadataFactory be responsible for wakeup reflection.

69b55c7760b62db5157fd6772f230c84e360ef18 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Revert "DCOM-93 - Seperate builder from metadata"

This reverts commit de7a3f3c4e46906c02f93cad4770a8dfcf306cf7.

0dd5d519c4f98e8260d47025e391b812ac846277 authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-93 - Seperate builder from metadata

a191110dc534e61a0da7c25e05f91517c3edc9c0 authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-93 - Add simple static reflection service

6aee59422b7c1b4182cbb55d0e00eb76fe7e47aa authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-93 - Move initialization up before driver loading

fccf194a03bc6b3d55d0725ebb82b573c2d978b5 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #89 from doctrine/DCOM-93

DCOM-93 - Add ReflectionService and RuntimeReflectionService, change Cla...

4975ceb899076de3276a9befa7dfa94f96e671ac authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-93 - Move ReflectionService to Mapping subnamespace to make clearer where it belongs.

184b6f4023dfe327493172cf2576eccbc4013d2f authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-93 - Fix typo in method name

b695f5aa60513860f42021805f9d6195c9fc7f9b authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-93 - Fix typo

be073a43437124c1498f776d41df4afd49835afc authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-93 - Add ReflectionService and RuntimeReflectionService, change ClassMetadata to use it and ClassMetadataFactory to delegate reflection init/wakup to metadata. This way we can remove the ClassMetadata + ClassMetadataInfo double madness in all the managers.

c43050e35bdddbf67f7474f95b780995eb9e9944 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Fix tests

8739d939e42269eafd4f9ec323530d0500de1cb5 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Add ClassMetadata#getIdentifierFieldNames

af0ee1d3f0c913d09bcbef9ee4cf4aee1fd39d50 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Make test more robust against filesystem problems, enhance ClassLoader::classExists() to include check for interfaces.

b6de3724002af0b7a617dc2e5ba251d6a51cf56c authored about 13 years ago by Benjamin Eberlei <[email protected]>
Remove trailing whitespaces

1d7628d814594b06d95dd675b89c34afd67ff12e authored about 13 years ago by Benjamin Eberlei <[email protected]>
Fix failing tests

f5f0feb6724f3578e7bfdd209992b0baf9e6b145 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Add ObjectManagerlib/Doctrine/Common/Persistence/Mapping/ClassMetadata.phpcontains() and ClassMetadatalib/Doctrine/Common/Persistence/Mapping/ClassMetadata.phpgetIdentifierValues() to persistence interfaces

76637078f68a8ad92de827e7d41c3804e7d351cc authored about 13 years ago by Benjamin Eberlei <[email protected]>
Upgrade Build Commons

ec3bc5e648d50d154f7fdaf6114ce9d2d4663759 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Fix Next version

0c3a9658ebaf08e34e9ffb63cf2805ab66e7e347 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Bump dev version to 2.2.1

7be8c145965ae7e56751751fb20f1141c45d4e4e authored about 13 years ago by Benjamin Eberlei <[email protected]>
Update build commons

b927996ccbc7f85885c8a54bc3bf180d5f27a6c1 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Fix Doctrine Common Version

8ac7c4ea256196b3b15625e6069e7f56fd40e040 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #70 from lsmith77/get_class_name

added ObjectRepository::getClassName()

6d238ef88f056cfa39efd3441e76e0cd8c677c9b authored about 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #79 from elHornair/master

Permission settings help

0eec890069c931f131e0d8f705e371619dbb39f7 authored about 13 years ago by Guilherme Blanco <[email protected]>
Merge pull request #84 from stof/phpdoc

Fixed phpdoc for the persistence interfaces

c998bfc0a0be96ed237cd0c31bd0d7c58961beec authored about 13 years ago by Johannes <[email protected]>
Fixed phpdoc for the persistence interfaces

372486727c348188c1a77d1c7e562baa719e8de8 authored about 13 years ago by Christophe Coevoet <[email protected]>
Merge pull request #83 from doctrine/Proxy

DCOM-84 - Improve proxy names

7832eb92b60d8f739f9dd5ae4005479b995f7b2c authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-84 - fix some style

0c2afa0803e0ca39f385c1e7f32b6fca6456c731 authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-84 - Refactor proxy interface and Debugging, decoupled from ORM\Proxy

5a1338ff1504ba5ab1d8719164fd338610609e79 authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-84 - Improve proxy names

90d2501d119d18b391f017800d78640296636275 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #81 from doctrine/ProxyLoadMethod

Add Proxy#__load()

ac0d54f17371b6b9992c359a6c17941580903aea authored about 13 years ago by Benjamin Eberlei <[email protected]>
Add Proxy#__load()

0cef1652d2159e7aa58c10ce95bd4b50ce168010 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #80 from lsmith77/proxy_interface

added a Proxy interface

3df8b801a148f189e96975704c7784757e1129f4 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #80 from lsmith77/proxy_interface

added a Proxy interface

d96314832d3e4d10a1b3eb328aad89f54147f75a authored about 13 years ago by Benjamin Eberlei <[email protected]>
added a Proxy interface

93b4c2ccf585345f08a4091fc2667afbac1b73f0 authored about 13 years ago by lsmith77 <[email protected]>
Merge pull request #71 from doctrine/AbstractMetadata

Extracted Abstract Mapping Driver & ClassMetadataFactory code from the ORM to be generically use...

634469729e329f432a3e4247ad89bb4026bd0438 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Fix docblocks and CS/indention

aa841c26d145ea27da7d0c29a2af4752c130a030 authored about 13 years ago by Benjamin Eberlei <[email protected]>
merge origin/master

332d6afe42988bd0c1345c376573caee16211b12 authored about 13 years ago by Benjamin Eberlei <[email protected]>
assertContains()

3e641ce308427859422887fd911e7bcc435a275f authored about 13 years ago by Benjamin Eberlei <[email protected]>
Add one more test for StaticPHPDriver

2d0269f4891380bee6084c31498b16618743cd7b authored about 13 years ago by Benjamin Eberlei <[email protected]>
Add Tests for more drivers and the AbstractClassMetadataFactory

30c6154773e2b0a9639d9682daa7773b0bb18935 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Finalized Abstract Metadata Drivers and added tests.

4ba156c2af86895a68f1b357f58eb6664caff574 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Merge pull request #78 from FabioBatSilva/fix-return

Fix wrong return type

e346d4be6ed6f4e5e69c6cbc61813b59267f33ea authored about 13 years ago by Guilherme Blanco <[email protected]>
fix typo

ce3d2373e4e8ba6d2a6c498813288834951e8082 authored about 13 years ago by Fabio B. Silva <[email protected]>
Merge pull request #75 from doctrine/DCOM-79-Events

DCOM-79 - Move lifecycle event args classes to Common

3ed3f2a5c0e501ede96c99992f045e7cfc9f6a92 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Remove tabs

aeaae019e45150d5b1a52c09107310f45713598e authored about 13 years ago by Benjamin Eberlei <[email protected]>
Remove tabs

646e1cf939a72a07c3bc5879a079467f932a0b2a authored about 13 years ago by Benjamin Eberlei <[email protected]>
Fix for stofs comments

157fa97469ffccd59fb9255d372e9f7cdc94e412 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Squashed *FlushEventArgs into ManagerEventArgs

54acfba93641513c4ddce02f8ffe38fea3d57101 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Tried refactoring

a3c007d4cbad4e74ac581a9efc8523064506029f authored about 13 years ago by Benjamin Eberlei <[email protected]>
DCOM-79 - Move lifecycle event args classes to Common

0c4d5726a940727cbfd3231a080884e78aa61632 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Revert previous commit

4a5ad1e00b38bdbbba8e87d25aa5d14c9a71abd8 authored about 13 years ago by Benjamin Eberlei <[email protected]>
Make injectObjectManager accept the case where no object manager was set before

8a55526cce7c87f68e9f1926008a55cd1c6bf31d authored about 13 years ago by Benjamin Eberlei <[email protected]>
DDC-1448 - Add PersistentObject base implementation

5bd7cb9bb01e1b73f0be3ebd81d111c10451be7d authored about 13 years ago by Benjamin Eberlei <[email protected]>
DDC-1448 - Add ObjectManagerAware interface

992408188ad524e95193b1b522ba14333145e38f authored about 13 years ago by Benjamin Eberlei <[email protected]>