This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Doctrine
Fabien Potencier d699a929e0 Merge branch '2.2'
* 2.2: (70 commits)
  change wrapped exception message to be more usefull
  updated VERSION for 2.0.23
  update CONTRIBUTORS for 2.0.23
  updated CHANGELOG for 2.0.23
  [Form] fixed failing test
  [DomCrawler] added support for query string with slash
  Fixed invalid file path for hiddeninput.exe on Windows.
  fix xsd definition for strict-requirements
  [WebProfilerBundle] Fixed the toolbar styles to apply them in IE8
  [ClassLoader] fixed heredocs handling
  fixed handling of heredocs
  Add a public modifier to an interface method
  removing xdebug extension
  [HttpRequest] fixes Request::getLanguages() bug
  [HttpCache] added a test (cached content should be kept after purging)
  [DoctrineBridge] Fixed non-utf-8 recognition
  [Security] fixed HttpUtils class tests
  replaced new occurences of 'Request::create()' with '::create()'
  changed sub-requests creation to '::create()'
  fixed merge issue
  ...

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php
	src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.html.twig
	src/Symfony/Component/DomCrawler/Link.php
	src/Symfony/Component/Translation/Translator.php
2013-03-20 15:03:03 +01:00
..
CacheWarmer Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataCollector Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataFixtures [DoctrineBridge] Rename data fixtures loader class 2012-02-11 16:48:09 -05:00
DependencyInjection Merge branch '2.1' 2013-01-04 18:02:19 +01:00
Form [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
HttpFoundation Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
Logger Merge branch '2.1' into 2.2 2013-03-19 21:41:20 +01:00
Security/User [DoctrineBridge][Security] Fixes bug that prevents repository's refreshUser from being called 2012-02-21 13:38:07 +01:00
Tests Merge branch '2.1' into 2.2 2013-03-15 11:14:31 +01:00
Validator Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
.gitignore made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
CHANGELOG.md [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
composer.json changed dependencies to allow all 2.3 versions of the components (closes #6983) 2013-02-11 11:13:11 +01:00
ContainerAwareEventManager.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
LICENSE updated license year 2013-01-04 17:59:43 +01:00
ManagerRegistry.php fixed getting the alias for a namespace 2011-09-25 14:23:16 +02:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
README.md made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
RegistryInterface.php added missing use statment (closes #5825) 2012-10-24 17:10:37 +02:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony2 components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/Doctrine/
$ composer.phar install --dev
$ phpunit