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

moved common configuration classes to a new Config component

6443261204ea0a4e6347fcc13b12e42d277158f5 authored almost 14 years ago by Fabien Potencier <[email protected]>
Revert "moved Resource to the Config component"

This reverts commit f53080860a2de21304ded72f5e6a9b6f8894dc0d.

Revert "[Router] config fixes"

T...

ef6e17b6a609dd2599455b236ce598411d319c66 authored almost 14 years ago by Fabien Potencier <[email protected]>
moved Resource to the Config component

c8ea6ff8b378d68f2ba7286611ca9cc7005707ff authored almost 14 years ago by Fabien Potencier <[email protected]>
moved duplicated files to a new Config component

53fe9d2252b41c4f13eaac246ac5c0953c0b5827 authored almost 14 years ago by Fabien Potencier <[email protected]>
added a FileLocator to DIC so that we can load resources like @BundleName/Resources/...

87bba5f9102717ea3ac8c6292dbb474a53168458 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] use namespace and fix double variable declaration

9230c453976e595d3ef195202e7940d2730eb442 authored almost 14 years ago by hhamon <[email protected]>
[DoctrineBundle, DoctrineAbstractBundle, DoctrineMongoDBBundle] added container aware fixture loader

Updated load data fixtures command in DoctrineMongoDBBundle to be identical to the one in Doctri...

1eb492aea255b9ebd00643fa6d97fb8bb533b197 authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
removed the need to define getNamespace() and getPath() in bundles

d2b64e49d4c0969c3ae2c680234bd313c71824c7 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DependencyInjection] Create explicit factoryClass property for Definitions

Previously, the Definition class was used both for type inference and factory construction (if f...

e9c6f15fea4dab4e8b7624ce9c5073708634a2db authored almost 14 years ago by Jeremy Mikola <[email protected]>
fixed previous commit

0b7d9c9bd9a8e697f9d1cd795e7105346a9d7f89 authored almost 14 years ago by Fabien Potencier <[email protected]>
[Bundle] Make getPath() less error prone by allowing both backward and forward slashes

8176b9d02689ed9a69e76ab945e4424ca5e0e17c authored almost 14 years ago by Victor Berchet <[email protected]>
[DoctrineBundle] Add support to setting the Annotations prefix to @orm: for EntityGeneration beginning with Doctrine ORM 2.0.2-DEV.

4463cf08aac2a3ab735b1984a30a99c90fe85ffa authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Fixed doctrine:generate:entities help message

7b6e0494d497f200558374acf38b55316dbe0d91 authored almost 14 years ago by Christophe Coevoet <[email protected]>
[DoctrineBundle][Form] Implemented EntityFieldFactoryGuesser

beb37c3f8a84706acfe7d3a8fad1e90f0f41f4be authored almost 14 years ago by Bernhard Schussek <[email protected]>
[DoctrineBundle][Form] Implemented EntityChoiceField

8a303d4e4f2dd4adee3aa7dee077d9fcb7b33623 authored almost 14 years ago by Bernhard Schussek <[email protected]>
[Form] Fixed broken namespace paths

f9c0f512e4f24be58c10b926a30ac95d5ac11b3e authored almost 14 years ago by Bernhard Schussek <[email protected]>
removed parameter converters as decided during IRC meeting (supported is still provided by FrameworkExtraBundle)

You must remove the configuration element if you had enabled the feature:

<app:param-c...

357efc107313ee8a8987cb96e0cf26f244735034 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] Shortened Dependency Injection Fixture namespace to avoid Windows filepath length error.

12e7df3e2b51afca913bae3d97f1a99428b45ad6 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Small cleanup of Import Mapping.

6f25ac729856d91577a876a9d2a024e9e84343b7 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] More cleanups of doctrine commands.

dc4e2760859be0a802970d603e64d9c15f1965f9 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] First round of cleanup the Command namespace in DoctrineBundle

e361db286b1b96de08897d3086f3534fe9620467 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Fix getBundleMetadata helper function in DoctrineCommand

112b504fe333f586af04b34aa7c949f58b3efa55 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[HttpFoundation] added static Request::fromGlobals()

The Request constructor no longer uses values from PHP's super globals. If you want a Request po...

6b0b298d4175de61de24008f9239a85a22827b00 authored almost 14 years ago by Kris Wallsmith <[email protected]>
[DoctrineBundle] Refactor doctrine-1.0.xsd

a767b03b8f91b207f3ae434e242e94063a78b7bd authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Add support to configure DBAL Types through the dbal configuration section.

76212f4a06a09d1c30bbb8c47b62f303a2be7014 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
json_encode() syntax (fix commit fb889a2eee33db42ba5e)

0dbda576964e65d4cad3ce5c9f0cdb14a9e7ed4a authored almost 14 years ago by Victor Berchet <[email protected]>
namespace changes

Symfony\Component\Security -> Symfony\Component\Security\Core
Symfony\Component\Security\Acl rem...

cd6efad02656b34e70dbc64d0d837e3e36e6fc33 authored almost 14 years ago by Johannes M. Schmitt <[email protected]>
Revert "[DoctrineBundle][DoctrineMongoDBBundle] Create DIC params for security user provider EM/DM aliases"

This reverts commit 24c7715029548164f93fd671d1e3009ce590637a.

2cb8f2697b5cff30dca59c3dde921736880de06c authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle][DoctrineMongoDBBundle] Create DIC params for security user provider EM/DM aliases

Also changed the default alias to Doctrine's own canonical aliases for the default EM/DM.

2d8f74b70680af8921939df6be3ad33de8bc06f0 authored almost 14 years ago by Jeremy Mikola <[email protected]>
[Security] many improvements, and fixes

ef70b78923dcdcf23b757213b0c81eb7877082fc authored almost 14 years ago by Johannes Schmitt <[email protected]>
replaced some var_export() with json_encode() for better readability

1bd02db6658f736114f4e17129df9765873f3442 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] Remove ProxyDirectoryCachePass from DoctrineBundle

b82cc8df3d431c74c6fc66e22e990e5fe6ef141f authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Stop the cache warmer if proxies are auto-generated anyways.

d79262ff797cb5dd9ad2271b87706f89ea6f1e12 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Remove the CreateProxyDirectoryPass and let the cache directory generation be done by the cache warmer.

9447fee974095b4d29ffd92234aa3100e6477cb0 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] modified XSD to allow expression for Booleans (like %kernel.debug%)

129b8afb117884e41a98085f0d2cb51ca725079e authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] Implement Proxy CacheWarmer

f04d920cc87173c33c0cfb560646a8a37aa3bad4 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Fixed: CollectionToChoiceTransformer should accept null values

f7146f760c17f84b0ea1fbacbd7cfeb877ea1829 authored almost 14 years ago by Bernhard Schussek <[email protected]>
[DoctrineBundle] Fixed loggin in DoctrineExtension not being taken into account

6d24feba9811c5865d4ed5e634dfe6ebcd2b9d9b authored almost 14 years ago by Henrik Bjørnskov <[email protected]>
[DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring

ffb07d47e2111676c79d55b7b619628455a83cda authored almost 14 years ago by beberlei <[email protected]>
Revert "[DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring. Use array_reverse() for $configs to fix incremental merge algorithm assumptions."

This reverts commit 1bc0b54411d6fe35ad816b032ae2c3eb22d7d732.

42c645409bd76eaeaa3f3e8ae56bc16f545fa3b3 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] Fix bug in Auto Proxy Generation introduced with config merge refactoring. Use array_reverse() for $configs to fix incremental merge algorithm assumptions.

fea60ef33e78ea3927a73539518bf04416fcec16 authored almost 14 years ago by beberlei <[email protected]>
[DoctrineBundle] Removing the "doctrine.orm.metadata.annotation_default_namespace" parameter which is unused. Beberlei agreed that this is outdated and can probably go (and it matches the corresponding parameter I've removed in the ODM).

e5871e3a903771975462e1acdcf252b85ceb2c35 authored almost 14 years ago by Ryan Weaver <[email protected]>
removed Kernel::isBooted() method

e52a6e82f29a549e7c42b9c04721c4eb068693df authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] Add new Command doctrine:mapping:info that allows to check what entities are mapped and if their metadata is specified correctly. Added exception when a mapping/bundle directory does not exist.

b10f80c872359e925c662168a72c84fd4d00c1f4 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Revert removal of dic parameter doctrine.orm.auto_generate_proxy_classes.

9eec72c76416d3833ffad0ea57c2b01bcab81946 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Fix CS

ab12c4e7b6cf35df48c86cefa5796ebf405cdb34 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Use doctrine.dbal.logging parameter.

0294cb1551766268e47200fe469de3c8b22a6503 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Changed and simplified dbalLoad() slightly. Made logging explicit with a configuration variable to avoid tons of unnecessary method calls in prod. environment.

520548e26afee7560cc07fc42d9920e2f99ee91b authored almost 14 years ago by Benjamin Eberlei <[email protected]>
Refactored Doctrine Bundle dbalLoad() to make use of config merging.

8933d02e80396bf6990cad4079ac092848cc91a2 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Use a Merge Config algorithm for the ORM bundle. Simplified configuration and got rid of unnecessary ways to configure the same thing in several different ways.

38cb156087afbdb54043c91220a12605cc494e93 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle] Fix load data fixtures command

679db6d40fe5a8eb2e969054eda986a835c688e5 authored almost 14 years ago by Antoine Hérault <[email protected]>
refactors extensions to call XXXLoad only once with all config sections

3b9d622c5de0a01267f972b8270b4cc1ca3b88d1 authored almost 14 years ago by Johannes M. Schmitt <[email protected]>
[FrameworkBundle] Renderer is once more the last of the templates

03c0a90e2e450fa4f001ddb313aec8a6cff837a6 authored almost 14 years ago by Henrik Bjørnskov <[email protected]>
Template rename fix files

545c419e40aa02c9204a0ead364329ee9716a3ba authored almost 14 years ago by Henrik Bjørnskov <[email protected]>
made XSD less strict when possible

a12aa0dbf89d3dea1bf9cabe4686a624fc7ca98a authored almost 14 years ago by Fabien Potencier <[email protected]>
[Standards] Changing many instances of "boolean" to "Boolean".

5a2c7fabc1f8112359441971d542fe8d78e79757 authored almost 14 years ago by Ryan Weaver <[email protected]>
refactored bundle management

Before I explain the changes, let's talk about the current state.

Before this patch, the regist...

fc997f65e9d469f96c118dbffc989435584d163f authored almost 14 years ago by Fabien Potencier <[email protected]>
DI Extension: use the base class from the HttpKernel Component

8764fc961f8fc34b085e5ed6a33799f8d9d1037e authored almost 14 years ago by Victor Berchet <[email protected]>
simplified Doctrine unit tests

d7067e33358069aec6eecab76cfbb7aebd64d9c8 authored almost 14 years ago by Fabien Potencier <[email protected]>
fixed Doctrine commands help message

051dbc09f90be2b31dedacccdea2a4e0c6839a7a authored almost 14 years ago by Fabien Potencier <[email protected]>
if( -> if (

e110718e734752296f80ebe17c23df34be8b627a authored almost 14 years ago by Lukas Kahwe Smith <[email protected]>
[DoctrineBundle] cleaned up doctrine:generate:entity

fec6f2f0c87fa47ccc06ffe44571ea8ee7ba11aa authored almost 14 years ago by Fabien Potencier <[email protected]>
normalized license messages in PHP files

b3eebeef3c1fa2e57c2bf32638ca8772630f9f64 authored almost 14 years ago by Dominique Bongiraud <[email protected]>
made data collectors private

59f56232b9aff1c8a33d9e8047b14651f76deced authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineMongoDBBundle] switched to compiler passes for proxy/hydrator directory creation and event listeners

74fd1c0669201ebc75e52169a07b1fd5a76fc0ea authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
[DependencyInjection] added the possibility to pass the type of compiler pass in ContainerBuilder::addCompilerPAss

4ad5136a9944932fc4c225b868c869c87d5b49bd authored almost 14 years ago by Fabien Potencier <[email protected]>
renamed Container::freeze() to Container::compile()

a88685f96c7a8ecb749e607e74e2e684ccccea6a authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixed compiler pass, to stop if orm wasn't enabled

87e0d6cf8b63513977081294e1c23ad4a86612ce authored almost 14 years ago by Bulat Shakirzyanov <[email protected]>
some refactorings/improvements

3643e5379811cf667afd0c76af57e0afa8732524 authored almost 14 years ago by Johannes Schmitt <[email protected]>
Allow to override platform with your own by defining a service name.

6bf120f4f679216cc007e9bf500431bfc2855e20 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
Add support for MySQL Session Init Listener, refactored driver and driverClass approach to follow the Doctrine DBAL factory more closely for this to work easily.

60492f1fa690260f5227d36217320979a5316d12 authored almost 14 years ago by Benjamin Eberlei <[email protected]>
changed the bundle name to be the class name of the bundle, not the last part of the namespace

Let's take some examples to explain the change.

First, if you don't use any vendored bundles, t...

353326bd52ee126ba710451f44905991e43e3f26 authored almost 14 years ago by Fabien Potencier <[email protected]>
changed the template name format

Before

bundle:section:template.format.renderer

After

bundle:section:template.renderer.format
...

c570e9cb683df3ab4287dde563c7d9cc65d50f41 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixed XSD

d3ff42d33aeabceebe46acda94bed09ac98654ae authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] added missing entry in XSD

dc90793e03bdad2bc7100617c7110e4f1b03521b authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] added missing entry in XSD

e0a8f59833a47fb20d145db2a219ef2f3536a34d authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] Changed visibility of doctrine db connections to public

d0c4e263cc4a987a2917661242e0f9ce4d9f6150 authored almost 14 years ago by Gustavo Adrian <[email protected]>
adds visibility to aliases

6d8d3e686bc181caf62b8edb9a1d34705c68c3ca authored almost 14 years ago by Johannes Schmitt <[email protected]>
fixed typo

bb701edde886f07822639192caf87a993b57cec8 authored almost 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] fixed invalid parameter error

57874ad0b58e851250b24e723a3924eee34ffe13 authored almost 14 years ago by Kris Wallsmith <[email protected]>
[DoctrineBundle] Fixed invalid regex in DoctrineCommand

2a8e60eeb8e0ee11f694baf1668dd46ad953c52a authored almost 14 years ago by fivestar <[email protected]>
service visibility changes

8e5fb5e95c9cca058127e1329b0bc17a8bb2347a authored about 14 years ago by Johannes M. Schmitt <[email protected]>
DI container optimization

18ba0278291111d23f4eb732a86102d7578b8e3b authored about 14 years ago by Johannes M. Schmitt <[email protected]>
[DoctrineBundle] Added class_metadata_factory_name Configuration option

087ac55ffdbc28879cbc2af6dbf8193c6f7bdd90 authored about 14 years ago by GordonsLondon <[email protected]>
Corrected according to bugfix at Doctrine-jira

63521858a403499997f50789b1c1af6f175897c3 authored about 14 years ago by chesteroni <[email protected]>
Refactor Doctrine Bundle to use Symfony DIC Enabled EventManager.

53ccbd048a6633f82ce9f206b02c4654a1e6695e authored about 14 years ago by Benjamin Eberlei <[email protected]>
Introduced meta-bundle DoctrineAbstractBundle to squash 400+ loc of code duplication from ORM and MongoDB Bundles.

4fd5b29936d3231ff8e4289db49d2447c238da46 authored about 14 years ago by Benjamin Eberlei <[email protected]>
[TwigBundle] replaced the asset tag with an asset function (from {% asset css/foo.css %} to {{ asset('css/foo.css') }}

ee9f33548e99b2628a51a8e0515b27e7b3fef103 authored about 14 years ago by Fabien Potencier <[email protected]>
added ACL system to the Security Component

484b4e969cfbd7a56f100f0d0de44179dd4715f7 authored about 14 years ago by Johannes Schmitt <[email protected]>
fixed inconsistency between MongoDB and ORM Annotation Reader definition that lead to a bug in the "common" code

4da9eba6f2b743206d0f7509e68251e3a0d8bd2e authored about 14 years ago by Benjamin Eberlei <[email protected]>
Fixed a typo

a71fa1f48800d6c1f5a9b5826beb1f19542c2fff authored about 14 years ago by Christophe Coevoet <[email protected]>
fixed (and now with tests) false/null confusion

c6875aee13f8226fbc5a5f1ef0b2e6911b3bbbb5 authored about 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] Optimized param converter

02d23c89e085db1c4087253f8849ede999f06ce8 authored about 14 years ago by Fabien Pennequin <[email protected]>
[DoctrineBundle] Added tests for DoctrineConverter class

eaeb5f7b27126542ceb7f80aca8a1fce9e040bb1 authored about 14 years ago by Fabien Pennequin <[email protected]>
fixed previous commit

6e204ffb74aee75aa7c3312796e60c49c88c374c authored about 14 years ago by Fabien Potencier <[email protected]>
[DoctrineBundle] DoctrineConverter::find($class, $request) and DoctrineConverter::findOneBy($class, $request) should return null

0ed812a92d8f66eba0ffc2c5ec0f4ceb02cbabc7 authored about 14 years ago by Jimmy Leger <[email protected]>
Fixed inconsistency

20739c7612826ca67f4519e23c2ad6325334a011 authored about 14 years ago by Henrik Bjørnskov <[email protected]>
tweaked DI container

c87c3475870e883522d4f53c0c108615e99130f5 authored about 14 years ago by Johannes Schmitt <[email protected]>
refactored Doctrine*Bundle to allow a much more flexible configuration

ce98095023d36da8514983943e939a15a6580d31 authored about 14 years ago by Benjamin Eberlei <[email protected]>
[DoctrineBundle][DoctrineMongoDBBundle] Makes it possible to use shortcuts for defining document or entity classes when using the DaoAuthenticationProvider

9918244ea95bbe8e560685a3e655cf1a22ddce92 authored about 14 years ago by Henrik Bjørnskov <[email protected]>