From 3a2f3356b0267999933396df5c39250c022bb565 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 23 Sep 2015 13:23:04 +0200 Subject: [PATCH 1/3] changed repo names to the new ones --- book/forms.rst | 2 +- book/from_flat_php_to_symfony2.rst | 4 +- book/http_fundamentals.rst | 2 +- book/validation.rst | 2 +- components/class_loader/introduction.rst | 2 +- components/config/introduction.rst | 2 +- components/console/introduction.rst | 2 +- components/css_selector.rst | 2 +- components/debug.rst | 2 +- .../dependency_injection/introduction.rst | 2 +- components/dom_crawler.rst | 2 +- components/event_dispatcher/introduction.rst | 2 +- components/filesystem.rst | 2 +- components/finder.rst | 2 +- components/form/introduction.rst | 2 +- components/http_foundation/introduction.rst | 2 +- components/http_kernel/introduction.rst | 4 +- components/intl.rst | 2 +- components/options_resolver.rst | 2 +- components/process.rst | 2 +- components/property_access/introduction.rst | 2 +- components/routing/introduction.rst | 2 +- components/security/introduction.rst | 2 +- components/serializer.rst | 2 +- components/stopwatch.rst | 2 +- components/templating/introduction.rst | 2 +- components/translation/introduction.rst | 2 +- components/yaml/introduction.rst | 2 +- contributing/code/core_team.rst | 48 +++++++++---------- reference/events.rst | 2 +- 30 files changed, 55 insertions(+), 55 deletions(-) diff --git a/book/forms.rst b/book/forms.rst index ca018db346f..a909af47426 100644 --- a/book/forms.rst +++ b/book/forms.rst @@ -1959,7 +1959,7 @@ Learn more from the Cookbook * :doc:`/cookbook/security/csrf_in_login_form` * :doc:`/cookbook/cache/form_csrf_caching` -.. _`Symfony Form component`: https://github.com/symfony/Form +.. _`Symfony Form component`: https://github.com/symfony/form .. _`DateTime`: http://php.net/manual/en/class.datetime.php .. _`Twig Bridge`: https://github.com/symfony/symfony/tree/2.3/src/Symfony/Bridge/Twig .. _`form_div_layout.html.twig`: https://github.com/symfony/symfony/blob/2.3/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig diff --git a/book/from_flat_php_to_symfony2.rst b/book/from_flat_php_to_symfony2.rst index d253d39e804..4a2eb1a6a43 100644 --- a/book/from_flat_php_to_symfony2.rst +++ b/book/from_flat_php_to_symfony2.rst @@ -757,8 +757,8 @@ Learn more from the Cookbook .. _`Doctrine`: http://www.doctrine-project.org .. _`download Composer`: https://getcomposer.org/download/ -.. _`Routing`: https://github.com/symfony/Routing -.. _`Templating`: https://github.com/symfony/Templating +.. _`Routing`: https://github.com/symfony/routing +.. _`Templating`: https://github.com/symfony/templating .. _`KnpBundles.com`: http://knpbundles.com/ .. _`Twig`: http://twig.sensiolabs.org .. _`Varnish`: https://www.varnish-cache.org/ diff --git a/book/http_fundamentals.rst b/book/http_fundamentals.rst index fbbc28ae915..64adf82759b 100644 --- a/book/http_fundamentals.rst +++ b/book/http_fundamentals.rst @@ -579,5 +579,5 @@ sensible defaults. For more advanced users, the sky is the limit. .. _`List of HTTP status codes`: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes .. _`List of HTTP header fields`: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields .. _`List of common media types`: https://www.iana.org/assignments/media-types/media-types.xhtml -.. _`Validator`: https://github.com/symfony/Validator +.. _`Validator`: https://github.com/symfony/validator .. _`Swift Mailer`: http://swiftmailer.org/ diff --git a/book/validation.rst b/book/validation.rst index ac03fc8f5fc..dc50634bca8 100644 --- a/book/validation.rst +++ b/book/validation.rst @@ -1282,5 +1282,5 @@ Learn more from the Cookbook * :doc:`/cookbook/validation/custom_constraint` -.. _Validator: https://github.com/symfony/Validator +.. _Validator: https://github.com/symfony/validator .. _JSR303 Bean Validation specification: http://jcp.org/en/jsr/detail?id=303 diff --git a/components/class_loader/introduction.rst b/components/class_loader/introduction.rst index 6bc7a6c70c6..e5e3f581f56 100644 --- a/components/class_loader/introduction.rst +++ b/components/class_loader/introduction.rst @@ -35,7 +35,7 @@ You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/class-loader`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/ClassLoader). +* Use the official Git repository (https://github.com/symfony/class-loader). .. include:: /components/require_autoload.rst.inc diff --git a/components/config/introduction.rst b/components/config/introduction.rst index 154cca424b8..89077ac5916 100644 --- a/components/config/introduction.rst +++ b/components/config/introduction.rst @@ -16,7 +16,7 @@ You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/config`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Config). +* Use the official Git repository (https://github.com/symfony/config). .. include:: /components/require_autoload.rst.inc diff --git a/components/console/introduction.rst b/components/console/introduction.rst index 5e6684c3c7e..d79da79c0b0 100644 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -18,7 +18,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/console`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Console). +* Use the official Git repository (https://github.com/symfony/console). .. include:: /components/require_autoload.rst.inc diff --git a/components/css_selector.rst b/components/css_selector.rst index cbb2e133044..3935f3c85ee 100644 --- a/components/css_selector.rst +++ b/components/css_selector.rst @@ -13,7 +13,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/css-selector`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/CssSelector). +* Use the official Git repository (https://github.com/symfony/css-selector). .. include:: /components/require_autoload.rst.inc diff --git a/components/debug.rst b/components/debug.rst index ecbccb16db7..cec6b52f08f 100644 --- a/components/debug.rst +++ b/components/debug.rst @@ -17,7 +17,7 @@ Installation You can install the component in many different ways: * :doc:`Install it via Composer ` (``symfony/debug`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Debug). +* Use the official Git repository (https://github.com/symfony/debug). .. include:: /components/require_autoload.rst.inc diff --git a/components/dependency_injection/introduction.rst b/components/dependency_injection/introduction.rst index f972a5b3578..24f359cb884 100644 --- a/components/dependency_injection/introduction.rst +++ b/components/dependency_injection/introduction.rst @@ -18,7 +18,7 @@ You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/dependency-injection`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/DependencyInjection). +* Use the official Git repository (https://github.com/symfony/dependency-injection). .. include:: /components/require_autoload.rst.inc diff --git a/components/dom_crawler.rst b/components/dom_crawler.rst index 4ca3203d27f..01f3f2aba40 100644 --- a/components/dom_crawler.rst +++ b/components/dom_crawler.rst @@ -18,7 +18,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/dom-crawler`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/DomCrawler). +* Use the official Git repository (https://github.com/symfony/dom-crawler). .. include:: /components/require_autoload.rst.inc diff --git a/components/event_dispatcher/introduction.rst b/components/event_dispatcher/introduction.rst index a38975a771d..6e0a9ae3e3a 100644 --- a/components/event_dispatcher/introduction.rst +++ b/components/event_dispatcher/introduction.rst @@ -56,7 +56,7 @@ You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/event-dispatcher`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/EventDispatcher). +* Use the official Git repository (https://github.com/symfony/event-dispatcher). .. include:: /components/require_autoload.rst.inc diff --git a/components/filesystem.rst b/components/filesystem.rst index 3f7fe387397..0ab9df9a021 100644 --- a/components/filesystem.rst +++ b/components/filesystem.rst @@ -16,7 +16,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/filesystem`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Filesystem). +* Use the official Git repository (https://github.com/symfony/filesystem). .. include:: /components/require_autoload.rst.inc diff --git a/components/finder.rst b/components/finder.rst index f4c1bde02dd..e8c70b3aabc 100644 --- a/components/finder.rst +++ b/components/finder.rst @@ -14,7 +14,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/finder`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Finder). +* Use the official Git repository (https://github.com/symfony/finder). .. include:: /components/require_autoload.rst.inc diff --git a/components/form/introduction.rst b/components/form/introduction.rst index ec542207a8a..68695977d45 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -20,7 +20,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/form`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Form). +* Use the official Git repository (https://github.com/symfony/form). .. include:: /components/require_autoload.rst.inc diff --git a/components/http_foundation/introduction.rst b/components/http_foundation/introduction.rst index 287a78ac625..c299cacc9a8 100644 --- a/components/http_foundation/introduction.rst +++ b/components/http_foundation/introduction.rst @@ -22,7 +22,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/http-foundation`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/HttpFoundation). +* Use the official Git repository (https://github.com/symfony/http-foundation). .. include:: /components/require_autoload.rst.inc diff --git a/components/http_kernel/introduction.rst b/components/http_kernel/introduction.rst index fe54506c03d..1a808980b5e 100644 --- a/components/http_kernel/introduction.rst +++ b/components/http_kernel/introduction.rst @@ -17,7 +17,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/http-kernel`` on Packagist_); -* Use the official Git repository (https://github.com/symfony/HttpKernel). +* Use the official Git repository (https://github.com/symfony/http-kernel). .. include:: /components/require_autoload.rst.inc @@ -711,4 +711,4 @@ look like this:: .. _`SensioFrameworkExtraBundle`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html .. _`@ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html .. _`@Template`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/view.html -.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php +.. _`EmailSenderListener`: https://github.com/symfony/swiftmailer-bundle/blob/master/EventListener/EmailSenderListener.php diff --git a/components/intl.rst b/components/intl.rst index 75c843f5ee6..dda3830e4d2 100644 --- a/components/intl.rst +++ b/components/intl.rst @@ -23,7 +23,7 @@ Installation You can install the component in two different ways: * :doc:`Install it via Composer` (``symfony/intl`` on `Packagist`_); -* Using the official Git repository (https://github.com/symfony/Intl). +* Using the official Git repository (https://github.com/symfony/intl). If you install the component via Composer, the following classes and functions of the intl extension will be automatically provided if the intl extension is diff --git a/components/options_resolver.rst b/components/options_resolver.rst index b536c1c04e8..c835d16b50a 100644 --- a/components/options_resolver.rst +++ b/components/options_resolver.rst @@ -14,7 +14,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/options-resolver`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/OptionsResolver). +* Use the official Git repository (https://github.com/symfony/options-resolver). .. include:: /components/require_autoload.rst.inc diff --git a/components/process.rst b/components/process.rst index cf4b6fabc13..c848fcc07bc 100644 --- a/components/process.rst +++ b/components/process.rst @@ -13,7 +13,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/process`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Process). +* Use the official Git repository (https://github.com/symfony/process). .. include:: /components/require_autoload.rst.inc diff --git a/components/property_access/introduction.rst b/components/property_access/introduction.rst index d5df21211b1..ae8e6a66e4f 100644 --- a/components/property_access/introduction.rst +++ b/components/property_access/introduction.rst @@ -18,7 +18,7 @@ Installation You can install the component in two different ways: * :doc:`Install it via Composer` (``symfony/property-access`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/PropertyAccess). +* Use the official Git repository (https://github.com/symfony/property-access). .. include:: /components/require_autoload.rst.inc diff --git a/components/routing/introduction.rst b/components/routing/introduction.rst index cd2477548c7..701690663a1 100644 --- a/components/routing/introduction.rst +++ b/components/routing/introduction.rst @@ -14,7 +14,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/routing`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Routing). +* Use the official Git repository (https://github.com/symfony/routing). .. include:: /components/require_autoload.rst.inc diff --git a/components/security/introduction.rst b/components/security/introduction.rst index 982834e6ab6..96ac494470b 100644 --- a/components/security/introduction.rst +++ b/components/security/introduction.rst @@ -17,7 +17,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/security`` on Packagist_); -* Use the official Git repository (https://github.com/symfony/Security). +* Use the official Git repository (https://github.com/symfony/security). .. include:: /components/require_autoload.rst.inc diff --git a/components/serializer.rst b/components/serializer.rst index 64929ea753f..9d1d80df053 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -31,7 +31,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/serializer`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Serializer). +* Use the official Git repository (https://github.com/symfony/serializer). .. include:: /components/require_autoload.rst.inc diff --git a/components/stopwatch.rst b/components/stopwatch.rst index 73512080e71..49b0876a6a5 100644 --- a/components/stopwatch.rst +++ b/components/stopwatch.rst @@ -18,7 +18,7 @@ Installation You can install the component in two different ways: * :doc:`Install it via Composer` (``symfony/stopwatch`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Stopwatch). +* Use the official Git repository (https://github.com/symfony/stopwatch). .. include:: /components/require_autoload.rst.inc diff --git a/components/templating/introduction.rst b/components/templating/introduction.rst index 00539d1ed98..02e82f7d8e7 100644 --- a/components/templating/introduction.rst +++ b/components/templating/introduction.rst @@ -19,7 +19,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/templating`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Templating). +* Use the official Git repository (https://github.com/symfony/templating). .. include:: /components/require_autoload.rst.inc diff --git a/components/translation/introduction.rst b/components/translation/introduction.rst index fcba8ae2d12..035d904be30 100644 --- a/components/translation/introduction.rst +++ b/components/translation/introduction.rst @@ -14,7 +14,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/translation`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Translation). +* Use the official Git repository (https://github.com/symfony/translation). .. include:: /components/require_autoload.rst.inc diff --git a/components/yaml/introduction.rst b/components/yaml/introduction.rst index 66910de0450..adb0d0956e6 100644 --- a/components/yaml/introduction.rst +++ b/components/yaml/introduction.rst @@ -32,7 +32,7 @@ Installation You can install the component in 2 different ways: * :doc:`Install it via Composer ` (``symfony/yaml`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Yaml). +* Use the official Git repository (https://github.com/symfony/yaml). .. include:: /components/require_autoload.rst.inc diff --git a/contributing/code/core_team.rst b/contributing/code/core_team.rst index 4068bcdb936..54b9295f971 100644 --- a/contributing/code/core_team.rst +++ b/contributing/code/core_team.rst @@ -149,30 +149,30 @@ discretion of the **Project Leader**. .. [1] Minor changes comprise typos, DocBlock fixes, code standards violations, and minor CSS, JavaScript and HTML modifications. -.. _BrowserKit: https://github.com/symfony/BrowserKit -.. _Config: https://github.com/symfony/Config -.. _Console: https://github.com/symfony/Console -.. _Debug: https://github.com/symfony/Debug -.. _DependencyInjection: https://github.com/symfony/DependencyInjection -.. _DoctrineBridge: https://github.com/symfony/DoctrineBridge -.. _EventDispatcher: https://github.com/symfony/EventDispatcher -.. _DomCrawler: https://github.com/symfony/DomCrawler -.. _Form: https://github.com/symfony/Form -.. _HttpFoundation: https://github.com/symfony/HttpFoundation -.. _HttpKernel: https://github.com/symfony/HttpKernel -.. _Icu: https://github.com/symfony/Icu -.. _Intl: https://github.com/symfony/Intl -.. _Locale: https://github.com/symfony/Locale -.. _MonologBridge: https://github.com/symfony/MonologBridge -.. _OptionsResolver: https://github.com/symfony/OptionsResolver -.. _Process: https://github.com/symfony/Process -.. _PropertyAccess: https://github.com/symfony/PropertyAccess -.. _Routing: https://github.com/symfony/Routing -.. _Serializer: https://github.com/symfony/Serializer -.. _Translation: https://github.com/symfony/Translation -.. _Stopwatch: https://github.com/symfony/Stopwatch -.. _TwigBridge: https://github.com/symfony/TwigBridge -.. _Validator: https://github.com/symfony/Validator +.. _BrowserKit: https://github.com/symfony/browser-kit +.. _Config: https://github.com/symfony/config +.. _Console: https://github.com/symfony/console +.. _Debug: https://github.com/symfony/debug +.. _DependencyInjection: https://github.com/symfony/dependencyinjection +.. _DoctrineBridge: https://github.com/symfony/doctrine-bridge +.. _EventDispatcher: https://github.com/symfony/event-dispatcher +.. _DomCrawler: https://github.com/symfony/dom-crawler +.. _Form: https://github.com/symfony/form +.. _HttpFoundation: https://github.com/symfony/http-foundation +.. _HttpKernel: https://github.com/symfony/http-kernel +.. _Icu: https://github.com/symfony/icu +.. _Intl: https://github.com/symfony/intl +.. _Locale: https://github.com/symfony/locale +.. _MonologBridge: https://github.com/symfony/monolog-bridge +.. _OptionsResolver: https://github.com/symfony/options-resolver +.. _Process: https://github.com/symfony/process +.. _PropertyAccess: https://github.com/symfony/property-access +.. _Routing: https://github.com/symfony/routing +.. _Serializer: https://github.com/symfony/serializer +.. _Translation: https://github.com/symfony/translation +.. _Stopwatch: https://github.com/symfony/stopwatch +.. _TwigBridge: https://github.com/symfony/twig-bridge +.. _Validator: https://github.com/symfony/validator .. _`fabpot`: https://github.com/fabpot/ .. _`webmozart`: https://github.com/webmozart/ .. _`Tobion`: https://github.com/Tobion/ diff --git a/reference/events.rst b/reference/events.rst index b4bf3aed6cf..d596cab0947 100644 --- a/reference/events.rst +++ b/reference/events.rst @@ -236,4 +236,4 @@ Listener Class Name Prior :class:`Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener` -128 ========================================================================= ======== -.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php +.. _`EmailSenderListener`: https://github.com/symfony/swiftmailer-bundle/blob/master/EventListener/EmailSenderListener.php From 0241228604e4480d73fb126aec477db637257abc Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 23 Sep 2015 23:40:05 +0200 Subject: [PATCH 2/3] update DependencyInjection component repo URL --- contributing/code/core_team.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/core_team.rst b/contributing/code/core_team.rst index 54b9295f971..4f4efd9f6e2 100644 --- a/contributing/code/core_team.rst +++ b/contributing/code/core_team.rst @@ -153,7 +153,7 @@ discretion of the **Project Leader**. .. _Config: https://github.com/symfony/config .. _Console: https://github.com/symfony/console .. _Debug: https://github.com/symfony/debug -.. _DependencyInjection: https://github.com/symfony/dependencyinjection +.. _DependencyInjection: https://github.com/symfony/dependency-injection .. _DoctrineBridge: https://github.com/symfony/doctrine-bridge .. _EventDispatcher: https://github.com/symfony/event-dispatcher .. _DomCrawler: https://github.com/symfony/dom-crawler From 89814fb8643270bbe6dbaf6489d0cd148e3d7b5c Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 23 Sep 2015 23:49:03 +0200 Subject: [PATCH 3/3] update remaining GitHub repository names --- components/asset/introduction.rst | 2 +- components/expression_language/caching.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/asset/introduction.rst b/components/asset/introduction.rst index 40b51bf900e..9c72f9342d5 100644 --- a/components/asset/introduction.rst +++ b/components/asset/introduction.rst @@ -45,7 +45,7 @@ Installation You can install the component in two different ways: * :doc:`Install it via Composer ` (``symfony/asset`` on `Packagist`_); -* Use the official Git repository (https://github.com/symfony/Asset). +* Use the official Git repository (https://github.com/symfony/asset). Usage ----- diff --git a/components/expression_language/caching.rst b/components/expression_language/caching.rst index 9c60ecc67bf..b06176a0375 100644 --- a/components/expression_language/caching.rst +++ b/components/expression_language/caching.rst @@ -70,5 +70,5 @@ Both ``evaluate()`` and ``compile()`` can handle ``ParsedExpression`` and var_dump($language->evaluate($expression)); // prints 5 -.. _DoctrineBridge: https://github.com/symfony/DoctrineBridge +.. _DoctrineBridge: https://github.com/symfony/doctrine-bridge .. _`doctrine cache library`: http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html