From b278f2c9c6a868ba0f076d15d714e24959d6789f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 6 Mar 2011 12:40:06 +0100 Subject: [PATCH] replaced symfony-project.org by symfony.com --- CacheWarmer/HydratorCacheWarmer.php | 2 +- CacheWarmer/ProxyCacheWarmer.php | 2 +- Command/CreateSchemaDoctrineODMCommand.php | 2 +- Command/DoctrineODMCommand.php | 2 +- Command/DropSchemaDoctrineODMCommand.php | 2 +- Command/GenerateDocumentsDoctrineODMCommand.php | 4 ++-- Command/GenerateHydratorsDoctrineODMCommand.php | 4 ++-- Command/GenerateProxiesDoctrineODMCommand.php | 4 ++-- Command/GenerateRepositoriesDoctrineODMCommand.php | 4 ++-- Command/LoadDataFixturesDoctrineODMCommand.php | 4 ++-- Command/QueryDoctrineODMCommand.php | 4 ++-- DataCollector/DoctrineMongoDBDataCollector.php | 4 ++-- DependencyInjection/DoctrineMongoDBExtension.php | 6 +++--- DoctrineMongoDBBundle.php | 4 ++-- Logger/DoctrineMongoDBLogger.php | 4 ++-- Resources/config/mongodb.xml | 4 ++-- Resources/config/schema/mongodb-1.0.xsd | 4 ++-- Security/DocumentUserProvider.php | 2 +- Tests/CacheWarmer/HydratorCacheWarmerTest.php | 2 +- Tests/CacheWarmer/ProxyCacheWarmerTest.php | 2 +- Tests/ContainerTest.php | 2 +- .../DependencyInjection/AbstractMongoDBExtensionTest.php | 2 +- .../config/xml/mongodb_service_multiple_connections.xml | 8 ++++---- .../xml/mongodb_service_simple_single_connection.xml | 8 ++++---- .../config/xml/mongodb_service_single_connection.xml | 8 ++++---- .../Fixtures/config/xml/odm_imports.xml | 8 ++++---- .../Fixtures/config/xml/odm_imports_import.xml | 8 ++++---- Tests/DependencyInjection/XmlMongoDBExtensionTest.php | 2 +- Tests/DependencyInjection/YamlMongoDBExtensionTest.php | 2 +- Tests/TestCase.php | 2 +- Validator/Constraints/Unique.php | 2 +- Validator/Constraints/UniqueValidator.php | 2 +- 32 files changed, 60 insertions(+), 60 deletions(-) diff --git a/CacheWarmer/HydratorCacheWarmer.php b/CacheWarmer/HydratorCacheWarmer.php index 2accb2e8..ca875c01 100644 --- a/CacheWarmer/HydratorCacheWarmer.php +++ b/CacheWarmer/HydratorCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/CacheWarmer/ProxyCacheWarmer.php b/CacheWarmer/ProxyCacheWarmer.php index 9305d8d7..0fb78705 100644 --- a/CacheWarmer/ProxyCacheWarmer.php +++ b/CacheWarmer/ProxyCacheWarmer.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Command/CreateSchemaDoctrineODMCommand.php b/Command/CreateSchemaDoctrineODMCommand.php index 9068c135..0e46801b 100644 --- a/Command/CreateSchemaDoctrineODMCommand.php +++ b/Command/CreateSchemaDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Command/DoctrineODMCommand.php b/Command/DoctrineODMCommand.php index f9359fd2..bd08cb5d 100644 --- a/Command/DoctrineODMCommand.php +++ b/Command/DoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Command/DropSchemaDoctrineODMCommand.php b/Command/DropSchemaDoctrineODMCommand.php index 58306c96..d095e2ee 100644 --- a/Command/DropSchemaDoctrineODMCommand.php +++ b/Command/DropSchemaDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Command/GenerateDocumentsDoctrineODMCommand.php b/Command/GenerateDocumentsDoctrineODMCommand.php index 7eece24e..363bec7d 100644 --- a/Command/GenerateDocumentsDoctrineODMCommand.php +++ b/Command/GenerateDocumentsDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -20,7 +20,7 @@ /** * Generate document classes from mapping information * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateDocumentsDoctrineODMCommand extends DoctrineODMCommand diff --git a/Command/GenerateHydratorsDoctrineODMCommand.php b/Command/GenerateHydratorsDoctrineODMCommand.php index 03503d81..2a52aede 100644 --- a/Command/GenerateHydratorsDoctrineODMCommand.php +++ b/Command/GenerateHydratorsDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ /** * Generate the Doctrine ORM document hydrators to your cache directory. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateHydratorsDoctrineODMCommand extends GenerateHydratorsCommand diff --git a/Command/GenerateProxiesDoctrineODMCommand.php b/Command/GenerateProxiesDoctrineODMCommand.php index 180b5674..03f4391e 100644 --- a/Command/GenerateProxiesDoctrineODMCommand.php +++ b/Command/GenerateProxiesDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ /** * Generate the Doctrine ORM document proxies to your cache directory. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateProxiesDoctrineODMCommand extends GenerateProxiesCommand diff --git a/Command/GenerateRepositoriesDoctrineODMCommand.php b/Command/GenerateRepositoriesDoctrineODMCommand.php index e753bf76..694556d6 100644 --- a/Command/GenerateRepositoriesDoctrineODMCommand.php +++ b/Command/GenerateRepositoriesDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ /** * Command to generate repository classes for mapping information. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class GenerateRepositoriesDoctrineODMCommand extends DoctrineODMCommand diff --git a/Command/LoadDataFixturesDoctrineODMCommand.php b/Command/LoadDataFixturesDoctrineODMCommand.php index 1a448b42..545fc5e8 100644 --- a/Command/LoadDataFixturesDoctrineODMCommand.php +++ b/Command/LoadDataFixturesDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -28,7 +28,7 @@ /** * Load data fixtures from bundles. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class LoadDataFixturesDoctrineODMCommand extends DoctrineODMCommand diff --git a/Command/QueryDoctrineODMCommand.php b/Command/QueryDoctrineODMCommand.php index 014eb7c0..1a0cd3a6 100644 --- a/Command/QueryDoctrineODMCommand.php +++ b/Command/QueryDoctrineODMCommand.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -21,7 +21,7 @@ /** * Execute a Doctrine MongoDB ODM query and output the results. * - * @author Fabien Potencier + * @author Fabien Potencier * @author Jonathan H. Wage */ class QueryDoctrineODMCommand extends QueryCommand diff --git a/DataCollector/DoctrineMongoDBDataCollector.php b/DataCollector/DoctrineMongoDBDataCollector.php index 0b4d5af1..e6c14eca 100644 --- a/DataCollector/DoctrineMongoDBDataCollector.php +++ b/DataCollector/DoctrineMongoDBDataCollector.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -19,7 +19,7 @@ /** * Data collector for the Doctrine MongoDB ODM. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class DoctrineMongoDBDataCollector extends DataCollector { diff --git a/DependencyInjection/DoctrineMongoDBExtension.php b/DependencyInjection/DoctrineMongoDBExtension.php index f504cdec..184f1b29 100644 --- a/DependencyInjection/DoctrineMongoDBExtension.php +++ b/DependencyInjection/DoctrineMongoDBExtension.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -25,7 +25,7 @@ * Doctrine MongoDB ODM extension. * * @author Bulat Shakirzyanov - * @author Kris Wallsmith + * @author Kris Wallsmith * @author Jonathan H. Wage */ class DoctrineMongoDBExtension extends AbstractDoctrineExtension @@ -381,7 +381,7 @@ protected function getMappingResourceConfigDirectory() */ public function getNamespace() { - return 'http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb'; + return 'http://symfony.com/schema/dic/doctrine/odm/mongodb'; } /** diff --git a/DoctrineMongoDBBundle.php b/DoctrineMongoDBBundle.php index 6c7ce910..10526751 100755 --- a/DoctrineMongoDBBundle.php +++ b/DoctrineMongoDBBundle.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -22,7 +22,7 @@ * Doctrine MongoDB ODM bundle. * * @author Bulat Shakirzyanov - * @author Kris Wallsmith + * @author Kris Wallsmith * @author Jonathan H. Wage */ class DoctrineMongoDBBundle extends Bundle diff --git a/Logger/DoctrineMongoDBLogger.php b/Logger/DoctrineMongoDBLogger.php index 816f16d5..41b7e49e 100644 --- a/Logger/DoctrineMongoDBLogger.php +++ b/Logger/DoctrineMongoDBLogger.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. @@ -17,7 +17,7 @@ /** * Logger for the Doctrine MongoDB ODM. * - * @author Kris Wallsmith + * @author Kris Wallsmith */ class DoctrineMongoDBLogger { diff --git a/Resources/config/mongodb.xml b/Resources/config/mongodb.xml index 296f54b1..c66a68ea 100755 --- a/Resources/config/mongodb.xml +++ b/Resources/config/mongodb.xml @@ -1,8 +1,8 @@ - + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> default diff --git a/Resources/config/schema/mongodb-1.0.xsd b/Resources/config/schema/mongodb-1.0.xsd index b0523756..f214496b 100644 --- a/Resources/config/schema/mongodb-1.0.xsd +++ b/Resources/config/schema/mongodb-1.0.xsd @@ -1,8 +1,8 @@ - diff --git a/Security/DocumentUserProvider.php b/Security/DocumentUserProvider.php index 17388946..583933d4 100644 --- a/Security/DocumentUserProvider.php +++ b/Security/DocumentUserProvider.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/CacheWarmer/HydratorCacheWarmerTest.php b/Tests/CacheWarmer/HydratorCacheWarmerTest.php index 2e40b024..6444c6b7 100644 --- a/Tests/CacheWarmer/HydratorCacheWarmerTest.php +++ b/Tests/CacheWarmer/HydratorCacheWarmerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/CacheWarmer/ProxyCacheWarmerTest.php b/Tests/CacheWarmer/ProxyCacheWarmerTest.php index 31e5057b..9184b2f3 100644 --- a/Tests/CacheWarmer/ProxyCacheWarmerTest.php +++ b/Tests/CacheWarmer/ProxyCacheWarmerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/ContainerTest.php b/Tests/ContainerTest.php index a9344845..c1a103dc 100644 --- a/Tests/ContainerTest.php +++ b/Tests/ContainerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php b/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php index c20979f7..ca9e928a 100644 --- a/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php +++ b/Tests/DependencyInjection/AbstractMongoDBExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_multiple_connections.xml b/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_multiple_connections.xml index eed523fc..6b98c8d3 100644 --- a/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_multiple_connections.xml +++ b/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_multiple_connections.xml @@ -1,10 +1,10 @@ - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> diff --git a/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_single_connection.xml b/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_single_connection.xml index d10a1e78..b5f50a79 100644 --- a/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_single_connection.xml +++ b/Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_single_connection.xml @@ -1,10 +1,10 @@ - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> diff --git a/Tests/DependencyInjection/Fixtures/config/xml/odm_imports.xml b/Tests/DependencyInjection/Fixtures/config/xml/odm_imports.xml index 5590adf1..1e215a16 100644 --- a/Tests/DependencyInjection/Fixtures/config/xml/odm_imports.xml +++ b/Tests/DependencyInjection/Fixtures/config/xml/odm_imports.xml @@ -1,10 +1,10 @@ - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> diff --git a/Tests/DependencyInjection/Fixtures/config/xml/odm_imports_import.xml b/Tests/DependencyInjection/Fixtures/config/xml/odm_imports_import.xml index 35aa44df..489fbe0e 100644 --- a/Tests/DependencyInjection/Fixtures/config/xml/odm_imports_import.xml +++ b/Tests/DependencyInjection/Fixtures/config/xml/odm_imports_import.xml @@ -1,10 +1,10 @@ - + xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb" + xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd + http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd"> + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/DependencyInjection/YamlMongoDBExtensionTest.php b/Tests/DependencyInjection/YamlMongoDBExtensionTest.php index 94bf1af0..2c56e63d 100644 --- a/Tests/DependencyInjection/YamlMongoDBExtensionTest.php +++ b/Tests/DependencyInjection/YamlMongoDBExtensionTest.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Tests/TestCase.php b/Tests/TestCase.php index 762c96f1..3e14e1bb 100644 --- a/Tests/TestCase.php +++ b/Tests/TestCase.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Validator/Constraints/Unique.php b/Validator/Constraints/Unique.php index ad73774d..48b7803e 100755 --- a/Validator/Constraints/Unique.php +++ b/Validator/Constraints/Unique.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/Validator/Constraints/UniqueValidator.php b/Validator/Constraints/UniqueValidator.php index fdf9908b..37087609 100755 --- a/Validator/Constraints/UniqueValidator.php +++ b/Validator/Constraints/UniqueValidator.php @@ -3,7 +3,7 @@ /* * This file is part of the Symfony package. * - * (c) Fabien Potencier + * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code.