Ecosyste.ms: OpenCollective

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

github.com/doctrine/DoctrineBundle

Symfony Bundle for Doctrine ORM and DBAL
https://github.com/doctrine/DoctrineBundle

[DoctrineBundle] fixed doctrine:generate:entity command when the entity to generate has sub-namespaces

df18f23a99cf705bfba73d6c2bf00057d2b4469c authored over 13 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'origin/master' into annotations

Conflicts:
UPDATE.md
src/Symfony/Bundle/DoctrineBundle/Resources/config/orm.xml
src/Symfony/B...

d566c504996a33eb31b36492e8fc6036192e7c27 authored over 13 years ago by Johannes Schmitt <[email protected]>
[DoctrineBundle] Removed orm reference in DoctrineAbstractBundle

98915dee4347df4a7b5966dfb3dfcfd9be338c4a authored over 13 years ago by Christophe Coevoet <[email protected]>
[DoctrineBundle] changed mapping file suffix from .orm.dcm.yml to .orm.yml

64a7309574a46a476a5f8006574dd656f47c881a authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] added --path option to doctrine:generate:entities

02a0289c56b56aa6c44c0eb6d69b5ab03b8b1a09 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] changed mapping directory

From Resources/config/ to Resources/config/doctrine
From doctrine.orm.dcm.xml to mapping.orm.dcm...

936d4be45661b5ce0735ed12bebe47ee8c55b51f authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] made Doctrine metadata configuration easier

You can now configure your Doctrine metadata in one single file named 'doctrine':

Resources/c...

8fc76342933d619bbd815dfe37fa0df3d6cb873b authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixed doctrine:generate:entities

3f72dcedb7755986bf0d8569298b5bf118bfc54e authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] split Registry::getEntityManager() in two methods

Resetting an entity manager has a lot of consequences and the developer should
be aware of that....

d880526875bdbdbd8781aa02660fada5a8a7bd28 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixed some configuration options

04d1fcc461b79627be69d8915bae35667449716f authored over 13 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'lenar/doctrinebundle'

* lenar/doctrinebundle:
fix variable names

cc869d261a36eb0e301a59b5801fe6b8d75fb9b4 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] moved more DIC definition into orm.xml

f1439c9f35d546bb862e838dd63314d4c7cb4b9f authored over 13 years ago by Fabien Potencier <[email protected]>
fix variable names

dc3a42e681344be3062463b5d3006c4e1ec6495e authored over 13 years ago by lenar <[email protected]>
[DoctrineBundle] fixed previous merge

824537b3042890af62da73eb54e88aa05a72c7e0 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] merged fabpot:doctrine-registry

bdac986ce00b598afce76cda88a12df21b9725d7 authored over 13 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'origin/master' into annotations

Conflicts:
UPDATE.md

3f465780765c3a8a6954396d8002e5201f101a40 authored over 13 years ago by Johannes Schmitt <[email protected]>
[DoctrineBundle] fixed typo

c1f294448704421697dcfab4c9bf70d60c87b34f authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] made doctrine:generate:entities smarter

The doctrine:generate:entities is now able to generate classes
based on a bundle name, a class n...

3d143825f8c432d1d1c7a7372d128df16dd9a357 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] changed the Registry to return a new instance if the current em is closed

$em = $this->get('doctrine')->getEntityManager();

$em->getConnection()->beginTransactio...

ac291fa9eabf2efbd038b49f037b82b908431a3f authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] removed redundant check

377b7e1d7974a725293bbd7741d41c3feb1da2a7 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] introduced a Registry class

The Registry knows all connections and entity managers declared into a service
container. The Re...

d3f5fdf8de2efaa98c6f2903242714ccb01539c9 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] made the ORM configuration service private (there are accessible via the entity manager anyway)

b9dbb1284298e9a34598b150fdb91385e292e729 authored over 13 years ago by Fabien Potencier <[email protected]>
changed Application to have nice error messages when something bad happens early on the CLI

cf47b4dd84d76db66b194a12177a75e067b3b16f authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] removed unused tag

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

4c54fdbd9baab49e2e225d9a7ad2321ee2e69cb3 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixed CS, removed some use statements

a2625a5987660004ebcd4bd25b4957dceb35dd6d authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] made some services private

ccd888874461cb296f5b8b0dfa45bbcc66a7af16 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] moved Doctrine proxy commands to their own sub-namespace

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

3cd696c13f53dacf0d07e2454280e0d8f55eabdd authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] added connections and entity managers in web profiler

5df792c8add17d0307cf2db313b5a555ca6a8ed4 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] removed a reference to doctrine.orm.%s_entity_manager

3269589c349539bfb045ddebcd88ca8456f4f227 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] refactored commands

1abe0191c8974b2ce723159598f31f5e0f77b1e3 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] made an error message clearer

b8cea01744468ce25a1b33410bfc8aefe9d11438 authored over 13 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'pborreli/tests-fix-typos'

* pborreli/tests-fix-typos:
Various typos
[WebProfilerBundle] Fixed typo
[WebProfilerBundl...

02785af1ab22f9818ca7471322326f25307382bf authored over 13 years ago by Fabien Potencier <[email protected]>
Various typos

02b92ef842d891a30700a23aee9fd798f52bab25 authored over 13 years ago by Pascal Borreli <[email protected]>
[DoctrineBundle] fixed auto-mapping

When auto_mapping is true, you can avoid a bundle to be
automatically mapped by setting the valu...

ec166d2f6a08805810584bca8ca5d3b0e920e1b6 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixes undefined index notice

d6ade80c292f38ea1357620a3863c9f438749bdc authored over 13 years ago by Tobias Naumann <[email protected]>
Merge remote branch 'origin/master' into annotations

Conflicts:
UPDATE.md

f03ddb5b2b61df1a5c9e928ba9515397efc2e723 authored over 13 years ago by Johannes Schmitt <[email protected]>
updated Annotations integration

cdd6270703d2fd9409d3c3cd69d198768e5d9263 authored over 13 years ago by Johannes Schmitt <[email protected]>
[DoctrineBundle] fixed typo

b359de10bc8cfcc0925025bd75a0375abf8e6499 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] removed unneeded parameter definition

9286110a0c49f325083ed09a9dbef3fb148621d5 authored over 13 years ago by Fabien Potencier <[email protected]>
removed the doctrine.orm.class_metadata_factory_name parameter

cf379f96fc488d99ec43364a1a9cd7a247fa1539 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] refactored event listeners/subscribers to not rely on parameter name conventions

* Doctrine event subscribers now all use the same "doctrine.event_subscriber" tag. To specify a...

983692936564ffa1f0d5030a133d25549d3a8aa5 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] added a doctrine.dbal.connections parameter that keeps the list of registered DBAL connections

5467abdaddb24b026ddda8f260a1bfbee73a9cd9 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] changed doctrine.orm.entity_managers parameter to store the names and the ids

6a63998d33467836aa738abb0a540c47911c2c20 authored over 13 years ago by Fabien Potencier <[email protected]>
added Annotations library

fb0eceb846591772d687a96457d30a05746cc0c6 authored over 13 years ago by Johannes Schmitt <[email protected]>
added Definition::getArgument() (very useful when unit testing a Container)

8956bd5efc5c16ae4b2b9101f45a01d43944433d authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] simplified code

0c864bae4031e3b53c27b47a028fac0ba8b1c202 authored over 13 years ago by Fabien Potencier <[email protected]>
fixed Doctrine EntityType when the identifier is a string

fcd90a43d50d2c7f5a11aca74d7c33f3229572a4 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixed regression

048dccd85e718a0db347a83980adccc06521bd88 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] removed the possibility to use auto_mapping when you have more than one entity manager

dfe6bfdc079435d6ab27c50c003dc83dd21a9113 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] added auto-mapping support in XSD

52b4ae8f3340e0cd748598855cfb5d8fe7361b1f authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] added an auto-mapping option to let Symfony register all enabled bundle mappings

Most of the time, you just want to register all your bundle mappings. It's a bit
tedious to do i...

e25e1821bfa33e09ac18e26ad183dd417509202a authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixed service visibility

ef64a8869161cd236a8f36dd8f1d3c302f1ba33e authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] reindented some code for clarity

ee3931a67f94842897fa50c97fe3385dc1145139 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] added back the possibility to define a single entity manager with a shorter syntax (same reasonning as the previous commit for DBAL)

ae0a3c649af899f95a2f45fa7dca79ba6a7b27c9 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixed a unit test

0da10faf800b91cd37be543d327589b50a47a5f9 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] added back the possibility to easily define one DBAL connection

The reasonning reads as follows:

Most users will only ever use one database connection (and pro...

ab047c6f24420c44c7ad08cf2487ab47d4cba46d authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] removed the possibility to define an empty configuration for the DBAL (which does not make sense in real-life)

1eabe8c4775b14c1d776856b5533a13ae56a34c0 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] tweaked various exceptions to make it clear that the issue is related to Doctrine

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

ebc0ade07f839474e9ae7cd7546f27a974bdf3d6 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] moved some more definition to abstract definition

8c5a9120e10fe52f29e81b1218bc4df4532530cc authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] removed parameters from orm.xml as they already have default values in the Configuration class

29a077a211808f098399b0899c8b55b2e8acd9c5 authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] converted DBAL definition templates to abstract definitions

244e52cb2c96889a42178fe1f9f36c93cb1b3174 authored over 13 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'vicb/cast-array'

* vicb/cast-array:
Make casting scalar to array consistent

90e2155b176b8bc424c4f7c5dcb83c772e62076b authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] removed doctrine.dbal.types parameter

5d1d01f3c9409ab7dea133b14b65c4d6c0c3df4d authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] renamed DIC class parameters (they end with .class instead of _class to follow the convention of other bundles)

0d6c905782f9eba01f438a3cabbdefc37d5ec812 authored over 13 years ago by Fabien Potencier <[email protected]>
Make casting scalar to array consistent

9d340567211548f818f7199cdefc7fda6b81219c authored over 13 years ago by Victor Berchet <[email protected]>
[Phpdoc] Cleaning/fixing

651aa8ba45b9a63d98630afe029d9c9780ea2b81 authored over 13 years ago by Pascal Borreli <[email protected]>
Merge remote branch 'bschussek/form-extensions'

* bschussek/form-extensions:
[Form] Refactored code from CoreExtension to new ValidatorExtensi...

4bf6c6118fa0c84a82bd066281a5392223d2caa3 authored over 13 years ago by Fabien Potencier <[email protected]>
Fixed various typo

c8bac1c5d6bbbe700c9e5e3d4c2feed078fb5b26 authored over 13 years ago by Pascal Borreli <[email protected]>
[Form] Reorganized code into "form extensions"

The extension classes are now the only constructor argument of the FormFactory class. They repla...

4f0d9f65cf5ff1086c673c949d4354005c049abf authored over 13 years ago by Bernhard Schussek <[email protected]>
removed data fixtures from core (moved to https://github.com/symfony/DoctrineFixturesBundle)

f9c4e8f598aeb43adc0474d6d5fa72c87331e173 authored over 13 years ago by Fabien Potencier <[email protected]>
Merge branch 'master' into form-frameworkbundle-form-guessers-fix

Conflicts:
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddFormGuessersPass....

23c4c51000fb41eb8df11a7da7f355862ae774be authored over 13 years ago by Eriksen Costa <[email protected]>
Merge remote branch 'krymen/fixtures_command'

* krymen/fixtures_command:
[DoctrineBundle] Fix data:load command (--append w/o value)

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

d4bf0baeaf4ed4be066f2a2406391bdd5772a6cf authored over 13 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] Fix data:load command (--append w/o value)

3d82b691ac1dbd6cc9f2e35b87f3271eb78c1f68 authored over 13 years ago by Krzysztof Menżyk <[email protected]>
fixed CS

c9f8eb1a59b0ed9ec70df53aa72afadcfa389c51 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...

6b1bdf3e30f59bccb864397639a87c8e85ca6714 authored over 13 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'brikou/coding_standards'

* brikou/coding_standards:
removed empty lines/trailing spaces

12c8dd9ffda571a3a870614162abf9ef45756748 authored over 13 years ago by Fabien Potencier <[email protected]>
moved Doctrine2 Entity Type guesser to the Doctrine bridge

7c128769cf7e676cf0564d06f2af845640e5e81e authored over 13 years ago by Fabien Potencier <[email protected]>
BugFix reflClass is not always initialized getReflClass should be used instead since it initializes the variable if it's not set

afac2ad4c3b05d1767e1796ff90a064d8833e7c2 authored over 13 years ago by Ivan Rey <[email protected]>
Better Exception Message

489444872700dbdee6d9d057514676d02f586584 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

fb9e6d26fb7c90b0010b30ecefee339580eb64bf authored over 13 years ago by Ivan Rey <[email protected]>
[DoctrineBundle] removed unused file

e4ff2af715946872ac8d1876d3e1839872aecb19 authored over 13 years ago by Fabien Potencier <[email protected]>
removed empty lines/trailing spaces

dd441d6559d17aea99d403bd03f5e1cc3daaa85f authored over 13 years ago by Brikou CARRE <[email protected]>
removed a lot of special normalization logic in the configuration by using xml values instead of attributes

c486cbc3a45ac8af9ad2f79d6812d67808d21dc8 authored over 13 years ago by Kris Wallsmith <[email protected]>
Merge remote branch 'symfony/master' into experimental

Conflicts:
src/Symfony/Bundle/FrameworkBundle/Debug/TraceableEventDispatcher.php

fb75c012c758f276feabec114a1a7f20adda43ae authored almost 14 years ago by Bernhard Schussek <[email protected]>
[Config] Introduction of an ConfigurationInterface

b356ce557bf07229279ae1098be8026ea08f01ba authored almost 14 years ago by Victor Berchet <[email protected]>
[DoctrineBundle] fixed unit tests

fe85762d332e655de52ef9a434ea408c6061aa57 authored almost 14 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'francisbesset/doctrine_orm_custom_hydrator'

* francisbesset/doctrine_orm_custom_hydrator:
[DoctrineBundle] Added tests for add custom hydr...

4f2b88c312f1331b7fa38045c074792dbbdd4e57 authored almost 14 years ago by Fabien Potencier <[email protected]>
Merge remote branch 'symfony/master' into experimental

Conflicts:
src/Symfony/Bundle/FrameworkBundle/Resources/views/Form/money_field.html.php
src/Sy...

e2cf63394b16b0ac05aefdb8b18213b50d30f8cc authored almost 14 years ago by Bernhard Schussek <[email protected]>
merged stof/monolog

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

2efe2ea333409ac4e95fbccd4835b75a8334eddf authored almost 14 years ago by Fabien Potencier <[email protected]>
Revert "fixed remaining Bundle suffixes"

This reverts commit 315147c6c83ca39dd2af22816cc6b2085fce9da6.

1aef70de448898467fb53bf4a4071339d5efce33 authored almost 14 years ago by Fabien Potencier <[email protected]>
Revert "[DoctrineBundle] updated tests with shorter bundle names"

This reverts commit 082fd73b3ce2a534e8df609a81b0753a60bfc589.

fb1ebf2e18e6c47a0860e0aa2adeb810e866cb71 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] Added tests for add custom hydration mode

7e4a69c45099310e0505b79f6de2d57ee583c8f6 authored almost 14 years ago by Francis Besset <[email protected]>
Updated XSD schema

16f928b26dd1066198113ef4187de6aa61cb4d7d authored almost 14 years ago by Francis Besset <[email protected]>
Moved hydrators configuration in entity manager

b43930e4b3a98df0105b7d1a5c07b61f4a728ed8 authored almost 14 years ago by Francis Besset <[email protected]>
[DoctrineBundle] Added custom hydrator for the EntityManager from configuration

8534fdb0d572675b8531f495c09e375f18660aff authored almost 14 years ago by Francis Besset <[email protected]>