Ecosyste.ms: OpenCollective

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

github.com/doctrine/doctrine-zend-hydrator

Doctrine hydrators for Zend Framework applications
https://github.com/doctrine/doctrine-zend-hydrator

Updated Travis CI configuration - added PHP7.4 builds

3b1f17440da6692fa50c3e3ebbc6eb311e80a451 authored over 5 years ago
Merge branch 'move-to-doctrine-org'

Close webimpress/doctrine-zend-hydrator#1

b115d7a2b011456fea36fc119a02d322ab2a5df4 authored over 5 years ago
Updated to MIT license as it is used by Doctrine org

2dc4d54f96aa7e1aaf90a33019ffc8d2405706a0 authored over 5 years ago
Updated package name - move to doctrine org

# Conflicts:
# composer.lock

d55c225e37bc4ae4534ecacce8b33f84088679c7 authored about 6 years ago
Updated to PHPUnit 7.5

2e5b0e58513848c6900520570a1b67a4009a6665 authored about 6 years ago
Move hotfix from DoctrineModule 2.1.8: hydration with nested entities

See: https://github.com/doctrine/DoctrineModule/pull/663

81edaacc930103b7e59b8302b5a1ecacc5ec5699 authored about 6 years ago
Renamed repository to doctrine-zend-hydrator and changed namespace accordingly

bd2cdf5eaa44ae44c6d49902a431f624ee5bd8f8 authored about 6 years ago
Updated Travis CI configuration - added PHP 7.3 to matrix configuration

Removed nightly, as it is no point to run this build right now.
Removed also 'sudo: false' as it...

58e44615600b25c51fb439877a8bfab2ecf5a5ed authored about 6 years ago
Moved hydrator documentation from doctrine/DoctrineModule

2135dc4944dfe0c00b55ff2c004698083a83fbbf authored about 6 years ago
Updated with latest changes from doctrine/DoctrineModule

20667a15ca38915724df54014b9288a856d12eeb authored about 6 years ago
Extracted Hydrators to new repository

c2ba08c264c967f896bd6b99ed76e32bff164790 authored over 6 years ago
Merge pull request #627 from TomHAnderson/lk/override-hydration-strategy

Lk/override hydration strategy

54ee2b7cc0e4a36cbcc27b3631e845b9e2d8d221 authored almost 7 years ago
Merge pull request #625 from TomHAnderson/hotfix/inflector

Hotfix/inflector

027026a3ef1aaf792c8b8875365f1e3a0d5723cf authored almost 7 years ago
Merge pull request #626 from TomHAnderson/xcame/doctrine-object

Handle Type Conversions

85c2c32531d99728208377b5a5531ef57d114e99 authored almost 7 years ago
Fixed the tests

f49b186035a9ec79513581d783c4930d0a1cee31 authored almost 7 years ago
Added possibility to override default hydration-strategy. This fixes Issue #538.

79e70a316e86a34b27cd5a4e1ac59f5a00309ecf authored almost 7 years ago
Scrutinizer patch

a21397e0e1d71f4e41e17ca79833f63e493ae29f authored almost 7 years ago
Unit tests for all data types

159c9d6b50a0025e26bf62c436d5c0329a57a240 authored almost 7 years ago
Added test for float for handleTypeConversions

dbce78537e2900be509724b69f6364529c89e500 authored almost 7 years ago
Use u secs instead of format to compare exact date

3c924a308312bb1b6d7cab61c221f8d6eb65a962 authored almost 7 years ago
some Unit tests for handleTypeConversions

e82f6ff3a38bcf24a7e22e511f583f570f2f6bef authored almost 7 years ago
Use Inflector instead of ucfirst

979a6f98f88c136f132886898a5121afb364b3a4 authored almost 7 years ago
Merge pull request #624 from carusogabriel/phpunit-assertions

Use dedicated PHPUnit assertions

6566d3731897a70340fcf05ec66a66b3d936433a authored almost 7 years ago
Use dedicated PHPUnit assertions

0625d659c5b210a41391edc2d40e83428761fd70 authored almost 7 years ago
Extend DoctrineModule\Stdlib\Hydrator\DoctrineObject::handleTypeConversions() to handle all basic conversions according to documentation instead of just DateTime object related values

68e32d68e71b7af381c39c15a09a5d72a8d40ba4 authored almost 7 years ago
Merge pull request #615 from Slamdunk/phpunit6

Move to PHPUnit 6

1eb39d8aefe1abd886f13ab0212fb692abeb81fd authored almost 7 years ago
PHPUnit 6 and tests pass

b6bd17612574571b1c43a54359307710f41afb38 authored about 7 years ago
Merge pull request #617 from mikeSimonson/license-removal

Removing the license header

93579b258ede05639b16fa3d397ceee19ae398c5 authored about 7 years ago
Removing the license header

dbd2fdcf05f72e5f268696ad28f32c22bc510497 authored about 7 years ago
Merge pull request #575 from webimpress/fix/cs

General cs fixes;

5d3fe758aca517ac4b22dc6edc9900fe8f5bae5f authored over 8 years ago
General code fixes

- updated PHP CodeSniffer to version 2.7
- added phpcs.xml with defined CS rules
- fixed code to ...

19a312546cac5cc985076669545aabfcc743bc1d authored over 8 years ago
Merge pull request #560 from PowerKiKi/patch-2

Hydrator ignores private/protected getter/setter

daf9c9fe0e094df49a654c321eea83175f07164c authored over 8 years ago
Merge pull request #567 from webimpress/feature/zf3compat

ZF3 compatibility

b80140bcf3cf19b80ab182c32dbc06c5a7d28b62 authored over 8 years ago
ZF3 compatibility, PHP5.5 support dropped

bbb7f2dc77e7d24a25f5b7844f9ed90b52f60222 authored over 8 years ago
Hydrator ignores private/protected getter/setter

If the entity had a getter/setter which was private or protected the hydrator tried to call it a...

6c2f70a14106b92227f79946baf28ca147fafb8d authored almost 9 years ago
Merge pull request #557 from svycka/hotfix/include-only-required-dependancies

fixed require-dev dependancies

ebd26adb38c81b43972785997a83c2241d5b5797 authored almost 9 years ago
Merge branch '0.10/drop_php5.4'

* 0.10/drop_php5.4:
Update changelog and Version.php
Fixed service listener
Fixed PHP vers...

f5996d4d78ce1d4634e38a2578ada93bc66554fd authored almost 9 years ago
Merge pull request #547 from EvolverGroup/allow-for-zend-cache-storage-cache-abstract-service-factory

Allow for the use of Zend\Cache\Service\StorageCacheAbstractServiceFactory

f4647192b4a64237aeac1d41a6b9fd48276f0369 authored about 9 years ago
Merge pull request #523 from gianarb/feature/remove-depreciated-api

Remove deprecated api call from test

478d859517aa7d15e1cce948fae91b29ae72022e authored about 9 years ago
Merge pull request #535 from phpboyscout/feature/hydrate-complex-to-many

Adds additional processing for DoctrineObject::toMany

af3f8116093c19acd2d13c179c976cdc9e98af03 authored about 9 years ago
Merge pull request #539 from doctrine/feature/snake_case

Feature/snake case

75505b8e3e9b39cf1fc7dd8be5067330e141ef7d authored about 9 years ago
CS FIX

e417bf71cfe4d8aa495ba15150565dbb4c693204 authored about 9 years ago
Better support for snake_case field names.

* Affects hydrateByValue and extractByValue.
* foo_var_name becomes setFooVarName instead of set...

e5ffe28ebc3e54f06b889a726061bae4ed41fcd4 authored about 9 years ago
reverted change to casting of traversable as unecessary change to pre-existing functionality

fb9cea97d31323353288b94fb05b70b785940bf3 authored about 9 years ago
fixes issues identified by codesniffer

d65babddd162f18f2be225fac749074490382928 authored about 9 years ago
corrects invalid casting of traversable to array

0f498a453a217ae3968e12487376bc4fb8765ce0 authored about 9 years ago
corrected handling of Traversable objects in toMany()

e3dc748b72c3ac0875029d4c4d1211ba0bc7bd0a authored about 9 years ago
removes accidentally committed var_dump

b9c3a4c708b4208968d3fe2676802053409d950c authored about 9 years ago
adds test for hyreation using traversable

949516d9ef0f98ea6efbec82105292d81211a474 authored about 9 years ago
initialises to improve scruitinizr results

d0ee82ad7f0c6981b71b1262ef4998a1698f5157 authored about 9 years ago
corrects sloppy typo

1259f5dbae82f9676931b7a9bb509ad7664c4cc8 authored about 9 years ago
fixes formatting for codesniffer

e21b6d5df8625d25d2489d0d0a14581ef62caf37 authored about 9 years ago
updates DoctrineObject to correct issues with Tests

also introduces tests to validate hydration of data for toMany entities from array

5a7bf9dae479f3ce17eb7d30d3403093850a0a7c authored about 9 years ago
Updates DoctrineObject::toMany() to allow complex Hydration

impements appropriate functionality to allow for lookup
of related entities to avoid throwing of...

e729e140d8ca2845ea0239a15b1a0476e153a182 authored about 9 years ago
CS Fixed

bd2b5df8c5df502aabce513b66d31e55963e9452 authored over 9 years ago
Merge pull request #505 from manuakasam/feature/form-element-data-attributes-support

Feature/form element data attributes support

3bfed8cbc964a248eaff61895d73cf7db462de67 authored over 9 years ago
Merge pull request #459 from branch 'kokx/hotfix/hydrate-zero-identifer-456'

0976cd991f8a143c9878e32d9bad97f638119dcb authored almost 10 years ago
Removed check to allow zero-identifiers.

c77d89df6045386507cd5b84195e27fb24d469fe authored almost 10 years ago
Created unit test for #456.

d8ce0ec8ff79995b31a5aa8663c270b675c80bcf authored almost 10 years ago
Merge pull request #493 from sasezaki/patch-1

update hydrator's documentation url to "current"

c15907ce14e9eb244eef3fa9e59e9a4f63c5255d authored almost 10 years ago
Merge pull request #478 from 'jaapio/hotfix/doctrine-cs'

e982464c2a7f7219148d4ffbadc9ddc6604da13a authored almost 10 years ago
Run Fix

c617eb06772c9e6c81d88c2d5a9c73426b94a31c authored almost 10 years ago
cs fixes

8cc29cfc64870f6d92b5032a2eaf549b0a9c56d6 authored almost 10 years ago
Merge branch 'feature/#428-support-isser-method-on-is-fields'

Close #428

5cc8103212bbaf986b426654b19fb18d23fa1ace authored over 10 years ago
#428 - minor cs fixes, using strict comparison for strings

17bbad01d8f07077c0b38f1b28408de99461a224 authored over 10 years ago
Added new test instead of modifying existing test

4de4f9350ce2b997e6f7a3a686384e29edca1fc8 authored over 10 years ago
Added isActive to object manager mapping

8f40299c23caf4a2c6a23c4cfc0bbbc1f3b0e2dd authored over 10 years ago
Added test

8eeb086704cd0d415c90ef70283dd3de60742245 authored over 10 years ago
Hydrator doesn't work for boolean field types that start with "is"

My Doctrine entity has a isApproved method and a setIsApproved method. But my field is also call...

fbbc3f92fc2a0e500ec7376e53312835fe6c9a44 authored over 10 years ago
Merge pull request #421 from MidnightDesign/naming-strategies

Make DoctrineObject use AbstractHydrator's namingStrategy

b88fe4eee6e44293fe832077df7f0fb6b6ccc0b6 authored over 10 years ago
Fix code style

5530603d98ae0d979a51d7a56c2ed760c195f193 authored over 10 years ago
Remove short array syntax

17049e01fc5b7ce4a18f16a738d88dfdb62bb6d9 authored over 10 years ago
Fix implementation and add tests

739cbf75980e5dbc927e352997da8d8f31548603 authored over 10 years ago
DRY up the naming strategy check code

d9bf991bea25edd776bfaab323702157546c239b authored over 10 years ago
if(...) -> if (...)

026d24505c3997ddf0d23b75ce4149a1225d89f0 authored over 10 years ago
Make DoctrineObject use AbstractHydrator's namingStrategy

5a5ac2c7f96ce44226aca20cdce8cb7fa5fcb5bf authored over 10 years ago
Merge pull request #406 from bakura10/fix-context-unique

Fix context unique

883230f30b9fc838c2b548d96987e119a9c4602c authored almost 11 years ago
Revert alignment

ada6d9c89e194b0c5e2b4f6a87c74b095d2e0649 authored almost 11 years ago
Merge branch 'master' of https://github.com/doctrine/DoctrineModule

9508e4355c4f54912255a0cc846af4fecd317aa3 authored almost 11 years ago
Fix conflicts

48b8aacc9e3a64262ee61a58f074a6c7d34bb6ac authored almost 11 years ago
Merge pull request #326 from netiul/hotfix/array

Initialize findMethodParams as array

82a79aaf0586dc875f8f7079ae2101d3ea9378f9 authored about 11 years ago
Merge pull request #356 from doctrine/hotfix/issue-#354-empty-console-usage

Empty console usage fix (#354)

6b627e1674d220d51d0c442379ca513b7c7ff129 authored about 11 years ago
Merge branch 'bugfix-171'

154ada37c5bc873d536fdb7468e8ac1ec215e33e authored about 11 years ago
Spacing in DoctrineObjectTest::testCanHydrateByReferenceWithStringId()

a07e4068328a721cc747e604194d2e9272438f9c authored about 11 years ago
Added support for arbitrary id in hydrateByValue()

Added test

4290e1377eb98b59129a53f97956cc2665ec74e2 authored about 11 years ago
Merge pull request #334 from abstractionnl/form-multiple-values-bug

Fix bug to allow multi value elements to map to set the correct identifi...

5a927235029a92d0c41b88577f8d07ef926d2960 authored about 11 years ago
Merge remote-tracking branch 'origin/form-multiple-values-bug'

a7ba2f1b88ae846fc719c6187312b2ae367ae03c authored about 11 years ago
Merge remote-tracking branch 'upstream/master'

f301b41669b2e2976258535c6a99ccc080eecc93 authored about 11 years ago
Merge pull request #302 from elyobo/obey-filters-in-hydration

Adds support for Zend Hydrator Filters in the DoctrineObject Hydrator.

a083e591c7c8fd637dc7229c39126a84a908e031 authored about 11 years ago
Merge pull request #335 from freemanirl/fix-hydrate-datetimetz

fix to add datetimetz to the type conversion

b2abf37bc27d2c3b1ecc9a03d5f6d7e13761bbd6 authored over 11 years ago
fix to add datetimetz to the type conversion

bd424c63e844a60c58e4c1366e330e7760b357a6 authored over 11 years ago
Merge pull request #307 from elyobo/fix-error-message

Correct error message when strategy methods are missing.

efb24b8467a95eb496d2e3ac048dd9aae804031c authored over 11 years ago
Correct error message when strategy methods are missing.

10fed3e2056195c2ecd81c913aeb31e08bd9de43 authored over 11 years ago
Adds support for Zend Hydrator Filters in the DoctrineObject Hydrator.

Zend Hydrators normally support filters [1] to modify the results returned.
This patch adds chec...

5066bb5f7994fc3c8ef78ade61e5fc8b0c7cce93 authored over 11 years ago
Merge pull request #262 from doctrine/hotfix/byref-nullable-association

Hydrator is calling `find` on OM even with null id

6d6d740b5bdd69c8e6595986b7674ea8766954c9 authored over 11 years ago
Reverting visibility change

2516b13b0e6a454e5cd9299937b5e2f81452af56 authored over 11 years ago
Applying hotfix for #262 - null identifiers are checked upfront OM lookup

d6436507e5331453eb4a6ed2b2af3b2438c8d3bd authored over 11 years ago
Hydrator is calling `find` on OM even with null id

7b39f1c3d863aca372d51d27acb585d03a4b8ce5 authored over 11 years ago
Merge pull request #260 from spiffyjr/pr/patch-2

Updated DoctrineObject to support context aware strategies.

6b625dbb207549d69855fee6c7cb42e03d592035 authored over 11 years ago
Fixed array usage for php 5.3

f52e6c4ae17cd0927f59bb199c6b28d36631f7b0 authored over 11 years ago