Skip to content

Commit b278f2c

Browse files
committed
replaced symfony-project.org by symfony.com
1 parent 98adf36 commit b278f2c

32 files changed

+60
-60
lines changed

CacheWarmer/HydratorCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

CacheWarmer/ProxyCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Command/CreateSchemaDoctrineODMCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Command/DoctrineODMCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Command/DropSchemaDoctrineODMCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Command/GenerateDocumentsDoctrineODMCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -20,7 +20,7 @@
2020
/**
2121
* Generate document classes from mapping information
2222
*
23-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
23+
* @author Fabien Potencier <[email protected]>
2424
* @author Jonathan H. Wage <[email protected]>
2525
*/
2626
class GenerateDocumentsDoctrineODMCommand extends DoctrineODMCommand

Command/GenerateHydratorsDoctrineODMCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -21,7 +21,7 @@
2121
/**
2222
* Generate the Doctrine ORM document hydrators to your cache directory.
2323
*
24-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
24+
* @author Fabien Potencier <[email protected]>
2525
* @author Jonathan H. Wage <[email protected]>
2626
*/
2727
class GenerateHydratorsDoctrineODMCommand extends GenerateHydratorsCommand

Command/GenerateProxiesDoctrineODMCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -21,7 +21,7 @@
2121
/**
2222
* Generate the Doctrine ORM document proxies to your cache directory.
2323
*
24-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
24+
* @author Fabien Potencier <[email protected]>
2525
* @author Jonathan H. Wage <[email protected]>
2626
*/
2727
class GenerateProxiesDoctrineODMCommand extends GenerateProxiesCommand

Command/GenerateRepositoriesDoctrineODMCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -21,7 +21,7 @@
2121
/**
2222
* Command to generate repository classes for mapping information.
2323
*
24-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
24+
* @author Fabien Potencier <[email protected]>
2525
* @author Jonathan H. Wage <[email protected]>
2626
*/
2727
class GenerateRepositoriesDoctrineODMCommand extends DoctrineODMCommand

Command/LoadDataFixturesDoctrineODMCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -28,7 +28,7 @@
2828
/**
2929
* Load data fixtures from bundles.
3030
*
31-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
31+
* @author Fabien Potencier <[email protected]>
3232
* @author Jonathan H. Wage <[email protected]>
3333
*/
3434
class LoadDataFixturesDoctrineODMCommand extends DoctrineODMCommand

Command/QueryDoctrineODMCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -21,7 +21,7 @@
2121
/**
2222
* Execute a Doctrine MongoDB ODM query and output the results.
2323
*
24-
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
24+
* @author Fabien Potencier <[email protected]>
2525
* @author Jonathan H. Wage <[email protected]>
2626
*/
2727
class QueryDoctrineODMCommand extends QueryCommand

DataCollector/DoctrineMongoDBDataCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -19,7 +19,7 @@
1919
/**
2020
* Data collector for the Doctrine MongoDB ODM.
2121
*
22-
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com>
22+
* @author Kris Wallsmith <[email protected]>
2323
*/
2424
class DoctrineMongoDBDataCollector extends DataCollector
2525
{

DependencyInjection/DoctrineMongoDBExtension.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -25,7 +25,7 @@
2525
* Doctrine MongoDB ODM extension.
2626
*
2727
* @author Bulat Shakirzyanov <[email protected]>
28-
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com>
28+
* @author Kris Wallsmith <[email protected]>
2929
* @author Jonathan H. Wage <[email protected]>
3030
*/
3131
class DoctrineMongoDBExtension extends AbstractDoctrineExtension
@@ -381,7 +381,7 @@ protected function getMappingResourceConfigDirectory()
381381
*/
382382
public function getNamespace()
383383
{
384-
return 'http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb';
384+
return 'http://symfony.com/schema/dic/doctrine/odm/mongodb';
385385
}
386386

387387
/**

DoctrineMongoDBBundle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -22,7 +22,7 @@
2222
* Doctrine MongoDB ODM bundle.
2323
*
2424
* @author Bulat Shakirzyanov <[email protected]>
25-
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com>
25+
* @author Kris Wallsmith <[email protected]>
2626
* @author Jonathan H. Wage <[email protected]>
2727
*/
2828
class DoctrineMongoDBBundle extends Bundle

Logger/DoctrineMongoDBLogger.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -17,7 +17,7 @@
1717
/**
1818
* Logger for the Doctrine MongoDB ODM.
1919
*
20-
* @author Kris Wallsmith <kris.wallsmith@symfony-project.com>
20+
* @author Kris Wallsmith <[email protected]>
2121
*/
2222
class DoctrineMongoDBLogger
2323
{

Resources/config/mongodb.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" ?>
22

3-
<container xmlns="http://www.symfony-project.org/schema/dic/services"
3+
<container xmlns="http://symfony.com/schema/dic/services"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd">
5+
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
66

77
<parameters>
88
<parameter key="doctrine.odm.mongodb.default_document_manager">default</parameter>

Resources/config/schema/mongodb-1.0.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22

3-
<xsd:schema xmlns="http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb"
3+
<xsd:schema xmlns="http://symfony.com/schema/dic/doctrine/odm/mongodb"
44
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
5-
targetNamespace="http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb"
5+
targetNamespace="http://symfony.com/schema/dic/doctrine/odm/mongodb"
66
elementFormDefault="qualified">
77

88
<xsd:element name="config" type="config" />

Security/DocumentUserProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Tests/CacheWarmer/HydratorCacheWarmerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Tests/CacheWarmer/ProxyCacheWarmerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Tests/ContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Tests/DependencyInjection/AbstractMongoDBExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_multiple_connections.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" ?>
22

3-
<container xmlns="http://www.symfony-project.org/schema/dic/services"
3+
<container xmlns="http://symfony.com/schema/dic/services"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xmlns:doctrine="http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb"
6-
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd
7-
http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
5+
xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb"
6+
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
7+
http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
88

99
<doctrine:mongodb
1010
metadata-cache-driver="apc"

Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_simple_single_connection.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" ?>
22

3-
<container xmlns="http://www.symfony-project.org/schema/dic/services"
3+
<container xmlns="http://symfony.com/schema/dic/services"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xmlns:doctrine="http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb"
6-
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd
7-
http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
5+
xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb"
6+
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
7+
http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
88

99
<doctrine:mongodb server="mongodb://localhost:27017" default_database="mydb">
1010
<metadata-cache-driver type="memcache">

Tests/DependencyInjection/Fixtures/config/xml/mongodb_service_single_connection.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" ?>
22

3-
<container xmlns="http://www.symfony-project.org/schema/dic/services"
3+
<container xmlns="http://symfony.com/schema/dic/services"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xmlns:doctrine="http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb"
6-
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd
7-
http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
5+
xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb"
6+
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
7+
http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
88

99
<doctrine:mongodb>
1010
<doctrine:connections>

Tests/DependencyInjection/Fixtures/config/xml/odm_imports.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" ?>
22

3-
<container xmlns="http://www.symfony-project.org/schema/dic/services"
3+
<container xmlns="http://symfony.com/schema/dic/services"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xmlns:doctrine="http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb"
6-
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd
7-
http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
5+
xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb"
6+
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
7+
http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
88

99
<imports>
1010
<import resource="odm_imports_import.xml" />

Tests/DependencyInjection/Fixtures/config/xml/odm_imports_import.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" ?>
22

3-
<container xmlns="http://www.symfony-project.org/schema/dic/services"
3+
<container xmlns="http://symfony.com/schema/dic/services"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xmlns:doctrine="http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb"
6-
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd
7-
http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb http://www.symfony-project.org/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
5+
xmlns:doctrine="http://symfony.com/schema/dic/doctrine/odm/mongodb"
6+
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
7+
http://symfony.com/schema/dic/doctrine/odm/mongodb http://symfony.com/schema/dic/doctrine/odm/mongodb/mongodb-1.0.xsd">
88

99
<doctrine:mongodb
1010
auto-generate-proxy-classes="false"

Tests/DependencyInjection/XmlMongoDBExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

Tests/DependencyInjection/YamlMongoDBExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the Symfony package.
55
*
6-
* (c) Fabien Potencier <fabien.potencier@symfony-project.com>
6+
* (c) Fabien Potencier <[email protected]>
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.

0 commit comments

Comments
 (0)