Ecosyste.ms: OpenCollective

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

github.com/doctrine/DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
https://github.com/doctrine/DoctrineMongoDBBundle

updated unit tests

99b7327161c8c5a11517c0f7e6f0b8fc406254ed authored over 13 years ago by Thomas Adam <[email protected]>
updated configuration (replicaSet is now a string and added slaveOkey option to scale reads to all slaves in a set)

SEE https://github.com/mongodb/mongo-php-driver/blob/master/mongo.c#L974

6b51e34054839fa2f042f19ab851f321b2f13749 authored over 13 years ago by Thomas Adam <[email protected]>
Added @Annotation to unique validator

aac447b1c284d72a21644ace9bcfa6972a5fb343 authored over 13 years ago by Vladimir Razuvaev <[email protected]>
Merge pull request #34 from weaverryan/add_readme

Adding a basic README

5418b05bfb28e15db18d2711266e4cd9c57ded57 authored over 13 years ago by Kris Wallsmith <[email protected]>
Adding a basic README

671d2463595fcc98f7f15164a36f2c69075799b6 authored over 13 years ago by Ryan Weaver <[email protected]>
Merge pull request #28 from ornicar/master

Update commands for Symfony changes. Breaks compatibility with beta5

8a9fb48693fdd23167453df0d08ad11e20572003 authored over 13 years ago by Kris Wallsmith <[email protected]>
Update commands for Symfony changes. Breaks compatibility with beta5

6fb5d83f53c07941965eef0d371d97272751dbcf authored over 13 years ago by ornicar <[email protected]>
Merge pull request #26 from ornicar/userProvider

Update DocumentUserProvider to implement the new UserProviderInterface

e2fd661c042eab4234ce2f1c480aa3748bab217c authored over 13 years ago by Kris Wallsmith <[email protected]>
Update DocumentUserProvider to implement the new UserProviderInterface

Breaks compatibility with Symfony2beta4

53e9088abd81a97d6e7c14450e1302fcaa530b82 authored over 13 years ago by ornicar <[email protected]>
Merge pull request #24 from ornicar/yamlParse

Replace Yaml::load with Yaml::parse

b4e3b2753a93012090441c2c0dd66cd3c99c0c65 authored over 13 years ago by Kris Wallsmith <[email protected]>
Replace Yaml::load with Yaml::parse

437a1c8e22ed0f0ab9a142db168d1741877edf26 authored over 13 years ago by ornicar <[email protected]>
Merge pull request #23 from fspillner/33cc66f941ac098ef8884b1097dcbb53cf28ee4a

[Extension] fixed parameter name for database name in the DoctrineMongoDBExtension

7a895691b6a3d56c409b11514025b75c1d0d99b0 authored over 13 years ago by Kris Wallsmith <[email protected]>
fix database parameter in the DoctrineMongoDBExtension #22

33cc66f941ac098ef8884b1097dcbb53cf28ee4a authored over 13 years ago by Fabian Spillner <[email protected]>
cleaned up event manager pass

d9e1a2428d71116ce91be84f2ee0d1f096c79d74 authored over 13 years ago by Kris Wallsmith <[email protected]>
Merge pull request #21 from weaverryan/compiler_phpdoc

[Compiler] Adding PHPDoc that explains how the listener tag compiler pass

760fab27f71d1d6863e95fa2aafb99645c362b58 authored over 13 years ago by Jonathan H. Wage <[email protected]>
[Compiler] Adding PHPDoc that explains how the listener tag compiler pass works

972b76471c3e0695237a2658643a162ae2145518 authored over 13 years ago by Ryan Weaver <[email protected]>
Merge pull request #20 from weaverryan/task_remove_old_method

[Command] Removing out-dated function call from command

8fbda3641d7e7b94bbcbc3e6ed2715256a7f457f authored over 13 years ago by Kris Wallsmith <[email protected]>
updated drivers with latest from DoctrineBundle

b614327d64c7d7827dd844a4d8d29d4b51a988cf authored over 13 years ago by Kris Wallsmith <[email protected]>
[Command] Removing out-dated function call from before the annotations changes

88bee867924db486947ef56366da3405b4e068ba authored over 13 years ago by Ryan Weaver <[email protected]>
removed duplicate options

67f47caf7039e207d42fc566f8eb1a9a1abb717c authored over 13 years ago by Kris Wallsmith <[email protected]>
Merge pull request #18 from mruflin/patch-1

Reversed filtering by document class

002f2b1027cebe6a0471df742ee781cded0dcb25 authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed incomplete test

dcfbd8ced75f060f76d5c63ba0ed51a9f47d6b07 authored over 13 years ago by Kris Wallsmith <[email protected]>
updated event listener

dfcab4a0397af85ae852037d4d37cd34d4ac1130 authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed test suite bootstrap autoload of bundle classes so it works when not installed in a PSR-0 directory structure

partial revert of 95a482729292f9fef1cbf31c2e5153ca1c9a5302

b3579b6bca3370a7c120cf8dd81ae135721fb945 authored over 13 years ago by Kris Wallsmith <[email protected]>
Merge remote-tracking branch 'excelwebzone/3.0.x'

84b4b3877901e688cc37206365664686726b3e32 authored over 13 years ago by Kris Wallsmith <[email protected]>
Uses annotation_reader service as an alias for doctrine.odm.mongodb.metadata.annotation_reader

5acb1fdc96ba2d5d7277540ac533222b5543eb97 authored over 13 years ago by excelwebzone <[email protected]>
Set to use the build-in Symfony\Bundle\DoctrineBundle\Annotations\IndexedReader

f17c636722c71482bdd9049de54c4006807a5e37 authored over 13 years ago by excelwebzone <[email protected]>
Reversed filtering by document class

36fb31fe1e3141bf9da25f829ed0c586cdd8d80a authored over 13 years ago by mruflin <[email protected]>
Removed all IndexedReader

ff9d06a0a5b3a4525de98202d2a060c4ff455da8 authored over 13 years ago by excelwebzone <[email protected]>
removed document and collection transformers -- use @ornicar's instead

a25ac3cd0dce210cf64790bab2d3b849e07c4ad4 authored over 13 years ago by Kris Wallsmith <[email protected]>
The bundle is now compatible with the current "annotations" branch on the ODM and the current "2.1-DEV" branch of common.

Merge branch 'annotations'

1d95118c237efc8dae6c6db15e2eb1c761f5d4f7 authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed annotations

63986a4f115377f535ae310165ce7bb83f1206d5 authored over 13 years ago by Kris Wallsmith <[email protected]>
added missing service to test container

b16611215ddab0b5c636284a48eb233867669e2e authored over 13 years ago by Kris Wallsmith <[email protected]>
removed old test

91b39aa58265a5a019eaa1f34ba490541237ba79 authored over 13 years ago by Kris Wallsmith <[email protected]>
removed IndexedReader since it's in Common 2.1.x now

e670620dad15d095232c6232d0580b502e5b5d86 authored over 13 years ago by Kris Wallsmith <[email protected]>
Merge remote-tracking branch 'excelwebzone/annotations'

cd119c693c6bcd42b2802df40ce8c7afd05ef0a6 authored over 13 years ago by Kris Wallsmith <[email protected]>
Updated Annotations integration

2d6442ff93b5b594d89374aa98e7475651163863 authored over 13 years ago by excelwebzone <[email protected]>
added missing method

ffef822490891ab609c86c75073f87d76290962f authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed setting of validator annotation namespace alias

f8f89ae9808fc501046d560a4e4c67d56e338006 authored over 13 years ago by Kris Wallsmith <[email protected]>
Merge pull request #12 from ornicar/master

Variable renaming and code simplification

1db5a2289beae8ca6db14c7a72704cca3acc1923 authored over 13 years ago by Jonathan H. Wage <[email protected]>
Simplify code as we won't have composite identifiers

cef81bd4d4ffdd47ebe9dd4cec41a2198d6202ab authored over 13 years ago by ornicar <[email protected]>
Rename variables in choice list and transformer

23b22089c377d52a8187487290375e4ce0f36ae7 authored over 13 years ago by ornicar <[email protected]>
Merge pull request #11 from ornicar/typeGuesserExpanded

Form TypeGuesser: default multiple document choice to expanded

c5fce06e1b31b98c4e476f8f77c91ce4dfe9f866 authored over 13 years ago by Kris Wallsmith <[email protected]>
Form TypeGuesser: default multiple document choice to expanded

8b8b4feb2396c4a5ec2224cff911034ced2c4c31 authored over 13 years ago by ornicar <[email protected]>
Merge pull request #7 from ornicar/form

Form integration

de193e4c29b581f99dcb351bf64acb864e1b1f57 authored over 13 years ago by Kris Wallsmith <[email protected]>
Update the form extension and copy the merge collection listener

While some of the form classes share some code with their ORM
equivalents, the MergeCollectionLi...

68e5e2c6de24be28b570193a5c6ce3d2f7ed0056 authored over 13 years ago by ornicar <[email protected]>
Autoload Symfony\\Tests

a7874a529d7c68f5ec0678a4f3ddb7662a17a662 authored over 13 years ago by ornicar <[email protected]>
Add form.type.mongodb_document service definition

57c4f3c7e8577785d450dcca10cc94702ab22d48 authored over 13 years ago by ornicar <[email protected]>
Add DocumentsToArrayTransformer and DocumentToIdTransformer

c593e848849579c047260937058a048d5a761229 authored over 13 years ago by ornicar <[email protected]>
Add type guesser

9d16471afa0e8857213ff6bbe283c7f008568457 authored over 13 years ago by ornicar <[email protected]>
Implement DocumentChoiceList and DocumentType

f0a36e6a1144432a655864e6161a54cc16ef0463 authored over 13 years ago by ornicar <[email protected]>
Remove unneeded loc from tests bootstrap

08bc269335b14da59ffb66b7cbe98ad4eda461e2 authored over 13 years ago by ornicar <[email protected]>
Improve tests class autoloading

95a482729292f9fef1cbf31c2e5153ca1c9a5302 authored over 13 years ago by ornicar <[email protected]>
Add tests for DocumentChoiceList and DocumentType

98811b15adc3338f00131567eb138559796f789e authored over 13 years ago by ornicar <[email protected]>
added support for global mapping files

d38f1136ff3dff7d13b38db2e10630809719fcf5 authored over 13 years ago by Kris Wallsmith <[email protected]>
moved xml and yml mapping files to Resources/config/doctrine/*.mongodb.(x|y)ml

72522723660dad7acf7ff17c26c2519f453a4e1c authored over 13 years ago by Kris Wallsmith <[email protected]>
added missing method

9a1248bbcd8a6eebace8aa2376c1f219f329b524 authored over 13 years ago by Kris Wallsmith <[email protected]>
updated email address

03f29798f1ccbc02efe6ee8d901796bff2265a26 authored over 13 years ago by Kris Wallsmith <[email protected]>
fixed tests

28d7563f88f41edef63d7e187931734fa5bb8eca authored over 13 years ago by Kris Wallsmith <[email protected]>
changed yaml extension alias from "doctrine_mongo_db" to "doctrine_mongodb"

6f9a3aad43123e12e93c261bac113c20e709386b authored over 13 years ago by Kris Wallsmith <[email protected]>
added mapping node for compat with core

decc14edbc85a467c4fab8c782016f52a94f5a26 authored over 13 years ago by Kris Wallsmith <[email protected]>
merged configuration build into fewer methods

0de05dcd963efdec480462f83265b889660571bb authored over 13 years ago by Kris Wallsmith <[email protected]>
added auto_mapping configuration for compat with core, although it doesn't do anything yet

a99a041fdf556ceccc828079a5a01e2fcee86116 authored over 13 years ago by Kris Wallsmith <[email protected]>
added support for empty values to transformers

46069e0b41853a9bd00e875786ec5642d1b1e232 authored over 13 years ago by Kris Wallsmith <[email protected]>
added document and collection data transformers

29260bb2a5578c38eaeda00811edb58001db04ed authored over 13 years ago by Kris Wallsmith <[email protected]>
Merge remote-tracking branch 'tecbot/master'

Conflicts:
.gitignore
Tests/bootstrap.php
phpunit.xml.dist

e5398b650da91456f84922eeab011a7bba6df8c3 authored over 13 years ago by Kris Wallsmith <[email protected]>
added phpunit configuration and bootstrap

d47e8cc2eb653552800322d693b46eb4c46211fb authored over 13 years ago by Kris Wallsmith <[email protected]>
added phpunit test case and updated unit tests

2740abd05370f0fcbb593eacf78b452af5ec469c authored over 13 years ago by Thomas Adam <[email protected]>
renamed DIC class parameters (they end with .class instead of _class to follow the convention of other bundles)

2b2ace279e8c10e1ee8f6d48decc547277f71cd1 authored over 13 years ago by Thomas Adam <[email protected]>
Changed command :data:load to fixtures:load and fix loader reference

43e4c25651fce97af8f84d82ddc5e4628cc9cf10 authored over 13 years ago by Albert Jessurum <[email protected]>
[DependencyInjection] renamed Definition::setArgument() as replaceArgument() to be more specific

36f4e3a6d546c1fcbbba47a79f5cc974ede382dd authored over 13 years ago by Kris Wallsmith <[email protected]>
Merge remote branch 'kriswallsmith/mongodb/validator-annot-alias'

* kriswallsmith/mongodb/validator-annot-alias:
[DoctrineMongoDBBundle] set annotation constrai...

b17e0fbb03d89e5d1f25076641101e356c32c06a authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineMongoDBBundle] set annotation constraint namespace alias to assertMongoDB

5dc60fef7686b6e704849047e3af043fda205f9c authored over 13 years ago by Kris Wallsmith <[email protected]>
[DoctrineMongoDbBundle] fixed data:load command (--append does not need a value)

c30fa8ed5ba1198bd788b1240d69cc1d2e3018ff authored over 13 years ago by Fabien Potencier <[email protected]>
fixed typos

e8a4b8a9208d0fcc00e314376ae37aacf573ccab authored over 13 years ago by Fabien Potencier <[email protected]>
fixed CS

d269a967efea755bd47ff85aa6ecbd6d05bda616 authored over 13 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'ivanrey/master'

* ivanrey/master:
BugFix reflClass is not always initialized getReflClass should be used inste...

bd8109f03cd42fe3fd78cfdcf25cc6ba88e02026 authored over 13 years ago by Fabien Potencier <[email protected]>
Better Exception Message

1153e84b1f297e517bbcdeba5c108e4ac23d81e2 authored over 13 years ago by Ivan Rey <[email protected]>
BugFix: In windows environments it is necessary to replace backslash with forward slash in search string as well

69f2af262096ad50145b16f75222208ee8aeb61b authored over 13 years ago by Ivan Rey <[email protected]>
removed empty lines/trailing spaces

f1f9de960cbe0a7b055c66d86ef2b624b28e3659 authored over 13 years ago by Brikou CARRE <[email protected]>
Merge remote branch 'henrikbjorn/doctrine-mongodb-hydrator-dir'

* henrikbjorn/doctrine-mongodb-hydrator-dir:
[DoctrineMongoDBBundle] Fixed unit tests for hydr...

46699c8fedb90be537aa74d3c027be452da8db88 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineMongoDBBundle] Fixed unit tests for hydrator_dir and proxy_dir

9ad4b25bbaa90ec045c0f3baf312acacb5012ff0 authored over 13 years ago by Henrik Bjørnskov <[email protected]>
[DoctrineMongoDBBundle] fixed logging of null values

667ea6c8ef7af792b028e12321bcde17f0ce1915 authored over 13 years ago by Kris Wallsmith <[email protected]>
[DoctrineMongoDBBundle] Made hydrator_dir and proxy_dir configurable. Moved default values for the params to Configuration class

a6d4e7ee7c9514c9e35299155f97d2d1065d8635 authored over 13 years ago by Henrik Bjørnskov <[email protected]>
[Config] Introduction of an ConfigurationInterface

659ae457a155e70f9496c3fd4c3e75101bb3d399 authored over 13 years ago by Victor Berchet <[email protected]>
merged stof/monolog

cbb1135c9f7f97f57dfdb0744b4efa578c8f2c8d authored almost 14 years ago by Fabien Potencier <[email protected]>
reverted Merge remote branch 'kriswallsmith/kernel/shorter-bundle-names'

963e8b6c775792bd3c7ae8aa44c53d6d4fef4642 authored almost 14 years ago by Fabien Potencier <[email protected]>
Revert "[DoctrineMongoDBBundle] updated tests with shorter bundle names"

This reverts commit 751ba4db5e5644029e9f3313ffe1c36bebfae7ca.

1df08064f2c94b3a155096546be03162ed2c2f29 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineMongoDBBundle] added a FIXME not for non-working code

899956488be74b9ecf0d37c9fe90af5a892d3bcc authored almost 14 years ago by Fabien Potencier <[email protected]>
[Validator] renamed methods that do not follow CS

requiredOptions -> getRequiredOptions
targets -> getTargets
defaultOption -> getDefaultOption

25b1be39e51f89e85e9baa937cd2f6c9237f58ed authored almost 14 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'kriswallsmith/doctrine/test-fixes'

* kriswallsmith/doctrine/test-fixes:
[FrameworkBundle] fixed shorter bundle name in test
[Ht...

0dad940bfd1adacf9fe59ed492c40eb63d1697c2 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineMongoDBBundle] updated tests with shorter bundle names

1fdf7d54b922693e8e65d708beabc33088d00fba authored almost 14 years ago by Kris Wallsmith <[email protected]>
Merge remote branch 'tecbot/master'

* tecbot/master:
fixed CS for previous commit
[DoctrineMongoDBBundle] fixed logger when valu...

89f6199e937d3428bc6ffffa39942dcf8337b2c0 authored almost 14 years ago by Fabien Potencier <[email protected]>
fixed CS for previous commit

deae8cf4d7026727451e0826141fafceb14412d1 authored almost 14 years ago by Thomas Adam <[email protected]>
[DoctrineMongoDBBundle] fixed logger when value is a GridFS file

63678eb0dda522ff9c6d1fd3d3904716dc1b856e authored almost 14 years ago by Thomas Adam <[email protected]>
updated codebase to use shorter bundle names

Controllers:
"BlogBundle:Post:show" is now "Blog:Post:show"

Templates:
"BlogBundle:Post:show.ht...

dedaaf7eeff807187ce9d6b0b838e7800aa13616 authored almost 14 years ago by Kris Wallsmith <[email protected]>
moved the Filesystem class form FrameworBundle to HttpKernel (refactored it slightly)

80c125cc00306e07e77a9627750e1a937553d7d5 authored almost 14 years ago by Fabien Potencier <[email protected]>
sanitize die (exit)

832e2f9a52c884bd9d223a89b8b58c07f6dd14cc authored almost 14 years ago by stealth35 <[email protected]>
Merge remote branch 'thesalla/generate_repos_fix'

5e307dd8369ab43b2d7c8a472f78201483d9d4cf authored almost 14 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'snc/clear_cache_meta'

22019882d5c015e40fe412f185ebf194d6e9140f authored almost 14 years ago by Fabien Potencier <[email protected]>