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

Merge remote branch 'symfony/master' into experimental

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

8af62c79079d24640fe45d8e88a18ddebdf936a1 authored almost 14 years ago
Merge remote branch 'symfony/master' into experimental

9dc9b83cc02d41c3db182994c585db30f84e28aa authored almost 14 years ago
[DoctrineBundle] fixes issues with $this->container->get('form.context')

when the value of default_connection key of doctrine.dbal is changed
from default in config.yml

b62ac5fa13b5ec40fcb09bd064dc527ca1d48d21 authored almost 14 years ago
[DoctrineBundle] removed unused parameters

a7c45f90a5a2cb97e997a0e06ebbd63a1e9d0fd4 authored almost 14 years ago
[DoctrineBundle] removed unused parameter

e310ded6bf146fefd441792f6aa4745a27c2c00b authored almost 14 years ago
Merge remote branch 'symfony/master' into experimental

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

36a49d83afb95f85e0c63a41192574f23b1412e1 authored almost 14 years ago
[DoctrineBundle] updated tests with shorter bundle names

d274745777e31fe580b2daaaecc5a10953f2115d authored almost 14 years ago
fixed remaining Bundle suffixes

43b5cd96c939dde192f4a8cfa07551d77699e521 authored almost 14 years ago
Merge remote branch 'kriswallsmith/kernel/shorter-bundle-names'

* kriswallsmith/kernel/shorter-bundle-names:
updated codebase to use shorter bundle names
[H...

bc86a7a5ddcfbe853bb59580cfc0f6d1d7a2d09e authored almost 14 years ago
[DoctrineBundle] made sure that the Doctine cache is not shared between different applications

2e6e291a4d57d797d9bda92405bb83861c4c9b97 authored almost 14 years ago
updated codebase to use shorter bundle names

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

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

cb3005d0e7e22915c3c7c02cc58d020180fc523f authored almost 14 years ago
Merge remote branch 'symfony/master' into experimental

5ed1bbd8374a41fee007a4155c649970b7e1a1a2 authored almost 14 years ago
moved the Filesystem class form FrameworBundle to HttpKernel (refactored it slightly)

f96517fa1a630c497835bb01a25b17526e88e5e9 authored almost 14 years ago
[Form] Added EntityType DIC configuration to DoctrineBundle

720bcecdfe64004987d915f6d61d508aea69f3b0 authored almost 14 years ago
Merge remote branch 'symfony/master' into experimental

bcb7cb8e829589dcaade364c6ee6bfce96ce8776 authored almost 14 years ago
Merge remote branch 'thesalla/generate_repos_fix'

0b609e6065c7caf9a0a11f1b597a2ac8d57aae2c authored almost 14 years ago
Merge remote branch 'symfony/master' into experimental

a88d8f8e82fb2843863b94c8ba23efe01faafc8e authored almost 14 years ago
Fix DoctineBundle "doctrine:generate:entities" filter

2c422a110344a45809ff98f9e42fb4e4eea02ba1 authored almost 14 years ago
Merge remote branch 'symfony/master' into experimental

fb28a77cb19c6e1f1de9e82834cd2b762b685f02 authored almost 14 years ago
refactored if elseif to switch and throw an exception on unknown option

1184985c2895fe7de2368e26de3c5bef11feb77b authored almost 14 years ago
[Form] Moved namespace FieldGuesser to Type\Guesser

ff58ce6be24c4dd94d40370020dbe5cf594e3d89 authored almost 14 years ago
[FrameworkBundle] Fixed DI configuration for field types

8f7b1f12d3f4b969836f355f97d96f76e64f9c42 authored almost 14 years ago
Merge remote branch 'symfony/master' into experimental

f4399b13ba7c8d9dc90156e151a414956d9853fd authored almost 14 years ago
Merge remote branch 'schmittjoh/security'

3b9b3b4f177469b4d4be876f7e7edfd8f9881d01 authored almost 14 years ago
[Security] removed un-needed event parameter from many interfaces

ae977c3aaa4a7cea346744d452282388795497e5 authored almost 14 years ago
[DoctrineBundle] Fixed method calls for listener/subscriber services

18bf3ec6fa28e598af6fdf3a0770d3e26a82690b authored almost 14 years ago
=Fixed a Notice level error thrown when running doctrine:mapping:import, was undefined.

118221f2f36ab39c81714e22829759aa6180decb authored almost 14 years ago
[WebProfileBundle] added the controller callable name in the WDT (also tweaked the CSS to free some space)

26b771c84bcbe5b26a7ef47fd5b63a116a6acd3f authored almost 14 years ago
Added monolog tags to create all core channels

5566b5355dc7101d0b901abd29a939dc72a861cb authored almost 14 years ago
[DoctrineBundle] fixed configuration class

fc9854347565a748b5db516f9817d970fe094c41 authored almost 14 years ago
Merge remote branch 'stof/custom_dql'

ac224a9b94d0d1b1b591cec75b568153edc36daa authored almost 14 years ago
Merge remote branch 'vicb/cfg_rebase'

* vicb/cfg_rebase:
[Config] Ability to add and override node types without having to subclass ...

2580cc245087c7d844deca624f91e81d12008ea0 authored almost 14 years ago
Merge remote branch 'symfony/master' into experimental

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

0e32a23b9686b595a071393cb2b70f499fc6c314 authored almost 14 years ago
[DoctrineBundle] Fix some typos

76723af01abd3b43ef6afb3248ca4dde6a539fc7 authored almost 14 years ago
Tweak PHPDocs in the extension configuration files

0a44f2e542913d7f12772cb58b14ea187b1062d1 authored almost 14 years ago
[Config] Component refactoring

The Config component API have changed and the extension configuration files must be updated acco...

a391079739b92fbc231202d7fd3d9ebda105d473 authored almost 14 years ago
renamed some methods in the event dispatcher

3ce9bc12617946698a35548a8808e87f57412d66 authored almost 14 years ago
Merge branch 'event-manager' into experimental

Conflicts:
src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php
src...

eb1e582b9d29d7252a7ff4ad90c328b300c33a2b authored almost 14 years ago
Merge remote branch 'symfony/master' into event-manager

Conflicts:
src/Symfony/Bundle/AsseticBundle/CacheWarmer/AssetWriterCacheWarmer.php
src/Symfony...

174a4c5d782b5da688ce79f23502866a615a143a authored almost 14 years ago
[DoctrineBundle] renamed data_collector to be coherent with all others

17f0bc9a60693337580dd7ff07aba7c408df0566 authored almost 14 years ago
Merge remote branch 'symfony/master' into experimental

Conflicts:
src/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php
src...

2bbafd99ebc30e576fb782f08144a6410eeea1c7 authored almost 14 years ago
removed unused use statements in DIC extensions

4fe594f4a6bab1a91f54fe3cfec634bda6156c61 authored almost 14 years ago
[DoctrineBundle] Added a way to register custom DQL functions through the configuration

fe287f2e3e47e5de7724eeefa2b0f679f0181a73 authored almost 14 years ago
Merge remote branch 'ajessu/HelpMessage'

0347869939dc9d1c6eb63e71afa8d17ab1c27d60 authored almost 14 years ago
Merge remote branch 'vicb/profiler_again'

9234f4dd4686c3bee7646bb05b151ead86a757e2 authored almost 14 years ago
Improved default message on doctrine:database:drop command

189ef47d472b6f176a8c47c34ed6e63bc486d0a4 authored almost 14 years ago
[WebProfilerBundle] Revert the support for a status in data collectors

e9f3757b05b08cf961c5b492d9d0ea3e3a30a14a authored almost 14 years ago
Merge remote branch 'mweimerskirch/master'

a0bfc196d6c1804ffdf350d2195229e11f4a9966 authored almost 14 years ago
[DoctrineBundle] fixed a unit test

d8a9c62b30dae6a83a3efe147f5cbc6e97861160 authored almost 14 years ago
fixed PHP warnings

346cc254d7f9360af7cbe0f2f74c0ae23bf2f131 authored almost 14 years ago
Merge remote branch 'jwage/master'

f5c2874ac7bd403b626f3446a5bc69550f675971 authored almost 14 years ago
[DoctrineBundle] Use the first entity manager as default one when no configuration is set

0caa285c95491245c47f82ef3a7be0153a0e8c5b authored almost 14 years ago
Merge branch 'event-manager' into experimental

Conflicts:
src/Symfony/Component/Form/BirthdayField.php
src/Symfony/Component/Form/CheckboxFie...

948285edb09228b45f74bf8753b941a8421ca4cb authored almost 14 years ago
Switched from Doctrine's EventManager implementation to the EventManager clone in Symfony2 (now called EventDispatcher again)

73ea4777e26087c59c8622fff7b172eede83db54 authored almost 14 years ago
[DoctrineBundle] Improving error exceptions thrown when loading data fixtures.

5273722a092aee838f14bdd88d221edd4888dbaa authored almost 14 years ago
Improving output of doctrine:mapping:info command.

3062a62df3485903449755ef0e271fc25a590f15 authored almost 14 years ago
[Profiler] Profilers now return a status which is used for visual feedback

548ab9f6eec946c5014f56eae7e95c25e30f0ac2 authored almost 14 years ago
[WebProfilerBundle] Add shortcuts to the panels in the toolbar

f8b8aeea2a6ae0a9167b2cfd1c19d7c628793045 authored almost 14 years ago
[WebProfilerBundle] Introduce a template for toolbar items

f1c77afbbe34c5a5aa4011336bf792e5882d0d90 authored almost 14 years ago
moved most protected to private in the Console component

57d30b5fe675dc94a5b434241c58b0870861d870 authored almost 14 years ago
fixed some emails

6b4aa32902b030a9a98007d905df79556c975820 authored almost 14 years ago
Removed the short syntax in DoctrineBundle

f1986d18c9a66928bc577fdc44e2e58dcf01b764 authored almost 14 years ago
Fixed test

6d40f035136f479551421e19b535acd707573097 authored almost 14 years ago
Removed default value for the DBAL charset

02015d7bde4b94e9449dcb3c5dcbaaa84801bb8a authored almost 14 years ago
Changed default logging param to kernel.debug and fixed container unit test

071f0ddf96f175f71809234d97559917b0b9b5ec authored almost 14 years ago
Refactored the config to use the right parameters instead of using the default values

7db48cbdd67b16f1a959c979c89ef0c7d60054a8 authored almost 14 years ago
Made mandatory to have at least one entity manager when using the ORM and one connection when using DBAL

260282d8f24e465262d20fca770c347c0b7e5be7 authored almost 14 years ago
Updated the tests

cdfad23fd861641e28ea1aa4a40920a7192e24e8 authored almost 14 years ago
Updated the XSD schema

4a113bab772962d0529b9bf2d0c444a83e5059e6 authored almost 14 years ago
Completed the Configuration class and refactored the extension to use it

441a000ea64a9a69ce24c6eb10ef9f73653beb6d authored almost 14 years ago
Added a Configuration class for DoctrineBundle

49093d6eeae3c2a686f34c4d6bb60340f9532878 authored almost 14 years ago
[DoctrineBundle][DoctrineMongoDBBUndle]Fixed generate:repositories throws exception using the general bundle naming conventions (VendorBundleName)

6cc1e665a6b2452177a702da4951abff5224c211 authored almost 14 years ago
removed superfluous use statement

0e72d8ab46c517d2316694d47be20dab77b93b47 authored almost 14 years ago
Fixed the Profiler-Layout of MongoDBBundle to work without actuvating the DoctrineBundle

3212a4586c14158e1c1220e41d44a5fe209ec940 authored almost 14 years ago
[WebProfiler] Fixed integration of web debug toolbar

d76f4c04bb0b86a81334a288179fe3f023ba8f3d authored almost 14 years ago
replaced symfony-project.org by symfony.com

d1d6721d6d143093cc4a65234e5d1486d83d62b5 authored almost 14 years ago
Change the doctrine image resource

976b646b5d3b8745dc65975c96c27083ad4f3db1 authored almost 14 years ago
Remove png_fix class

1c759c1c163d21677f4f528479fe06fe90d87e71 authored almost 14 years ago
Change profiler menu entry images to be in template

113755d5dd23c8307b6a55f5adf962b754e63661 authored almost 14 years ago
[DoctrineBundle] simplified database web profiler menu

23b040bc145f465ba48bb7f507e9ecb156c8398a authored almost 14 years ago
[DoctrineBundle] fix database tab for the new web debug toolbar layout

8e5eeb66fd49390645db5db29badf2e4a99e80bf authored almost 14 years ago
[DoctrineMongoDBBundle] implemented new web profiler layout

5da9575128d2ac383b60bce22c4df4ce3d7507b6 authored almost 14 years ago
[Form] Refactored FieldFactory and moved new implementation into the DIC. FormTest fails now.

0072c01d26c194d7aeaa7893cba27d8dff77cb36 authored almost 14 years ago
Documentation corrected in EnsureProductionSettingsDoctrineCommand.php

611e26e09b3403ac68a9656fe88de816893cd50b authored almost 14 years ago
[Doctrine*Bundle] Fixed Typo

34c5b867478b032020d3827c9eeb006dd1a0f26f authored almost 14 years ago
Documentation corrected in EnsureProductionSettingsDoctrineCommand.php

510222f2efb0d5ca49b2e07d9f6de68b02cc667d authored almost 14 years ago
fixed merge

5f311e11b6bd86d6724a11265d7b1d723208905f authored almost 14 years ago
Fixed CS

5caca48865a946b9a7d7496aca7c570e06dab112 authored almost 14 years ago
[DoctrineBundle] Removed useless sprintf

0240cc393487e9b8fddf6ff89049ebc76f1c4114 authored almost 14 years ago
[Doctrine*Bundle] Removed old use namespace (Doctrine\Common\Cli)

2b5d5e716de8ffb1f4661e1c73b586006dc7c0b7 authored almost 14 years ago
[DoctrineBundle] Fixed typo

d4782a1e93af9e539a2c34b12847361a329ac0bb authored almost 14 years ago
added nowrap style to WDT toolbar so image and text stays together when the toolbar wraps

a18e73f8a3810f689300640b7647250e0da97ce5 authored almost 14 years ago
changed all extensions to use the default Extension::getAlias() impl

43798462b78f4dc11876a07bca48036fe69e3d61 authored almost 14 years ago
[Security] moved Security classes out of DoctrineBundle, cleaned-up SecurityExtension accordingly

Note that this commit removes the built-in support for MongoDB user providers.
This code can be ...

22924625b5f1d3b7bdd68ad99449a4b53d384f2b authored almost 14 years ago
[Security] use 'database_connection' as default connection for ACL

1a7e884b97c0559a0db5f856391f48c2c374f129 authored almost 14 years ago
made DIC extensions members of the Container instead of static members

9f7c8f82c3ef2bc651a2c38021140b5cc6add1ef authored almost 14 years ago
refactored previous commit, fixed tests

How to upgrade?

For XML configuration files:

* All extensions should now use the config tag (...

6353bad0f33f99418dd9dd61dc28f9256d0b1ba8 authored almost 14 years ago
implicitly load all registered bundles, all loading is now handled by load(), disable loading of an extension explcitly via setting the extension config to false (for now only Yaml is implemented)

801fbcd59da0cda396c0d1fae46b5c697cb1b647 authored almost 14 years ago
added the concept of a main DIC extension for bundles

This allows for better conventions and better error messages if you
use the wrong configuration ...

9784e6b0402001498acd0ba13340cb224da275d3 authored almost 14 years ago
[DoctrineBundle] Typo

b937fc866150d9dbeaaf7fd42c77f4a792521298 authored almost 14 years ago