Skip to content

Commit 6a01917

Browse files
committed
Merge branch '2.7' into 2.8
2 parents 8d66137 + 89814fb commit 6a01917

32 files changed

+57
-57
lines changed

Diff for: book/forms.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ Learn more from the Cookbook
19531953
* :doc:`/cookbook/security/csrf_in_login_form`
19541954
* :doc:`/cookbook/cache/form_csrf_caching`
19551955

1956-
.. _`Symfony Form component`: https://github.com/symfony/Form
1956+
.. _`Symfony Form component`: https://github.com/symfony/form
19571957
.. _`DateTime`: http://php.net/manual/en/class.datetime.php
19581958
.. _`Twig Bridge`: https://github.com/symfony/symfony/tree/master/src/Symfony/Bridge/Twig
19591959
.. _`form_div_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig

Diff for: book/from_flat_php_to_symfony2.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,8 @@ Learn more from the Cookbook
757757

758758
.. _`Doctrine`: http://www.doctrine-project.org
759759
.. _`download Composer`: https://getcomposer.org/download/
760-
.. _`Routing`: https://github.com/symfony/Routing
761-
.. _`Templating`: https://github.com/symfony/Templating
760+
.. _`Routing`: https://github.com/symfony/routing
761+
.. _`Templating`: https://github.com/symfony/templating
762762
.. _`KnpBundles.com`: http://knpbundles.com/
763763
.. _`Twig`: http://twig.sensiolabs.org
764764
.. _`Varnish`: https://www.varnish-cache.org/

Diff for: book/http_fundamentals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,5 +579,5 @@ sensible defaults. For more advanced users, the sky is the limit.
579579
.. _`List of HTTP status codes`: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
580580
.. _`List of HTTP header fields`: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
581581
.. _`List of common media types`: https://www.iana.org/assignments/media-types/media-types.xhtml
582-
.. _`Validator`: https://github.com/symfony/Validator
582+
.. _`Validator`: https://github.com/symfony/validator
583583
.. _`Swift Mailer`: http://swiftmailer.org/

Diff for: book/validation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1300,5 +1300,5 @@ Learn more from the Cookbook
13001300

13011301
* :doc:`/cookbook/validation/custom_constraint`
13021302

1303-
.. _Validator: https://github.com/symfony/Validator
1303+
.. _Validator: https://github.com/symfony/validator
13041304
.. _JSR303 Bean Validation specification: http://jcp.org/en/jsr/detail?id=303

Diff for: components/asset/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Installation
4545
You can install the component in two different ways:
4646

4747
* :doc:`Install it via Composer </components/using_components>` (``symfony/asset`` on `Packagist`_);
48-
* Use the official Git repository (https://github.com/symfony/Asset).
48+
* Use the official Git repository (https://github.com/symfony/asset).
4949

5050
Usage
5151
-----

Diff for: components/class_loader/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can install the component in 2 different ways:
4040

4141
* :doc:`Install it via Composer </components/using_components>` (``symfony/class-loader``
4242
on `Packagist`_);
43-
* Use the official Git repository (https://github.com/symfony/ClassLoader).
43+
* Use the official Git repository (https://github.com/symfony/class-loader).
4444

4545
.. include:: /components/require_autoload.rst.inc
4646

Diff for: components/config/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can install the component in 2 different ways:
1616

1717
* :doc:`Install it via Composer </components/using_components>` (``symfony/config``
1818
on `Packagist`_);
19-
* Use the official Git repository (https://github.com/symfony/Config).
19+
* Use the official Git repository (https://github.com/symfony/config).
2020

2121
.. include:: /components/require_autoload.rst.inc
2222

Diff for: components/console/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installation
1818
You can install the component in 2 different ways:
1919

2020
* :doc:`Install it via Composer </components/using_components>` (``symfony/console`` on `Packagist`_);
21-
* Use the official Git repository (https://github.com/symfony/Console).
21+
* Use the official Git repository (https://github.com/symfony/console).
2222

2323
.. include:: /components/require_autoload.rst.inc
2424

Diff for: components/css_selector.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in 2 different ways:
1414

1515
* :doc:`Install it via Composer </components/using_components>` (``symfony/css-selector`` on `Packagist`_);
16-
* Use the official Git repository (https://github.com/symfony/CssSelector).
16+
* Use the official Git repository (https://github.com/symfony/css-selector).
1717

1818
.. include:: /components/require_autoload.rst.inc
1919

Diff for: components/debug/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in many different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/debug`` on `Packagist`_);
20-
* Use the official Git repository (https://github.com/symfony/Debug).
20+
* Use the official Git repository (https://github.com/symfony/debug).
2121

2222
.. include:: /components/require_autoload.rst.inc
2323

Diff for: components/dependency_injection/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can install the component in 2 different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/dependency-injection``
2020
on `Packagist`_);
21-
* Use the official Git repository (https://github.com/symfony/DependencyInjection).
21+
* Use the official Git repository (https://github.com/symfony/dependency-injection).
2222

2323
.. include:: /components/require_autoload.rst.inc
2424

Diff for: components/dom_crawler.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Installation
1818
You can install the component in 2 different ways:
1919

2020
* :doc:`Install it via Composer </components/using_components>` (``symfony/dom-crawler`` on `Packagist`_);
21-
* Use the official Git repository (https://github.com/symfony/DomCrawler).
21+
* Use the official Git repository (https://github.com/symfony/dom-crawler).
2222

2323
.. include:: /components/require_autoload.rst.inc
2424

Diff for: components/event_dispatcher/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can install the component in 2 different ways:
5656

5757
* :doc:`Install it via Composer </components/using_components>`
5858
(``symfony/event-dispatcher`` on `Packagist`_);
59-
* Use the official Git repository (https://github.com/symfony/EventDispatcher).
59+
* Use the official Git repository (https://github.com/symfony/event-dispatcher).
6060

6161
.. include:: /components/require_autoload.rst.inc
6262

Diff for: components/expression_language/caching.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ Both ``evaluate()`` and ``compile()`` can handle ``ParsedExpression`` and
7070
7171
var_dump($language->evaluate($expression)); // prints 5
7272
73-
.. _DoctrineBridge: https://github.com/symfony/DoctrineBridge
73+
.. _DoctrineBridge: https://github.com/symfony/doctrine-bridge
7474
.. _`doctrine cache library`: http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html

Diff for: components/filesystem/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in 2 different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/filesystem`` on `Packagist`_);
20-
* Use the official Git repository (https://github.com/symfony/Filesystem).
20+
* Use the official Git repository (https://github.com/symfony/filesystem).
2121

2222
.. include:: /components/require_autoload.rst.inc
2323

Diff for: components/finder.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in 2 different ways:
1515

1616
* :doc:`Install it via Composer </components/using_components>` (``symfony/finder`` on `Packagist`_);
17-
* Use the official Git repository (https://github.com/symfony/Finder).
17+
* Use the official Git repository (https://github.com/symfony/finder).
1818

1919
.. include:: /components/require_autoload.rst.inc
2020

Diff for: components/form/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installation
2020
You can install the component in 2 different ways:
2121

2222
* :doc:`Install it via Composer </components/using_components>` (``symfony/form`` on `Packagist`_);
23-
* Use the official Git repository (https://github.com/symfony/Form).
23+
* Use the official Git repository (https://github.com/symfony/form).
2424

2525
.. include:: /components/require_autoload.rst.inc
2626

Diff for: components/http_foundation/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installation
2222
You can install the component in 2 different ways:
2323

2424
* :doc:`Install it via Composer </components/using_components>` (``symfony/http-foundation`` on `Packagist`_);
25-
* Use the official Git repository (https://github.com/symfony/HttpFoundation).
25+
* Use the official Git repository (https://github.com/symfony/http-foundation).
2626

2727
.. include:: /components/require_autoload.rst.inc
2828

Diff for: components/http_kernel/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in 2 different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/http-kernel`` on Packagist_);
20-
* Use the official Git repository (https://github.com/symfony/HttpKernel).
20+
* Use the official Git repository (https://github.com/symfony/http-kernel).
2121

2222
.. include:: /components/require_autoload.rst.inc
2323

@@ -712,4 +712,4 @@ look like this::
712712
.. _`SensioFrameworkExtraBundle`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
713713
.. _`@ParamConverter`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html
714714
.. _`@Template`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/view.html
715-
.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php
715+
.. _`EmailSenderListener`: https://github.com/symfony/swiftmailer-bundle/blob/master/EventListener/EmailSenderListener.php

Diff for: components/intl.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Installation
2323
You can install the component in two different ways:
2424

2525
* :doc:`Install it via Composer</components/using_components>` (``symfony/intl`` on `Packagist`_);
26-
* Using the official Git repository (https://github.com/symfony/Intl).
26+
* Using the official Git repository (https://github.com/symfony/intl).
2727

2828
If you install the component via Composer, the following classes and functions
2929
of the intl extension will be automatically provided if the intl extension is

Diff for: components/options_resolver.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Installation
1515
You can install the component in 2 different ways:
1616

1717
* :doc:`Install it via Composer </components/using_components>` (``symfony/options-resolver`` on `Packagist`_);
18-
* Use the official Git repository (https://github.com/symfony/OptionsResolver).
18+
* Use the official Git repository (https://github.com/symfony/options-resolver).
1919

2020
.. include:: /components/require_autoload.rst.inc
2121

Diff for: components/process.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in 2 different ways:
1414

1515
* :doc:`Install it via Composer </components/using_components>` (``symfony/process`` on `Packagist`_);
16-
* Use the official Git repository (https://github.com/symfony/Process).
16+
* Use the official Git repository (https://github.com/symfony/process).
1717

1818
.. include:: /components/require_autoload.rst.inc
1919

Diff for: components/property_access/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in two different ways:
1515

1616
* :doc:`Install it via Composer</components/using_components>` (``symfony/property-access`` on `Packagist`_);
17-
* Use the official Git repository (https://github.com/symfony/PropertyAccess).
17+
* Use the official Git repository (https://github.com/symfony/property-access).
1818

1919
.. include:: /components/require_autoload.rst.inc
2020

Diff for: components/routing/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in 2 different ways:
1515

1616
* :doc:`Install it via Composer </components/using_components>` (``symfony/routing`` on `Packagist`_);
17-
* Use the official Git repository (https://github.com/symfony/Routing).
17+
* Use the official Git repository (https://github.com/symfony/routing).
1818

1919
.. include:: /components/require_autoload.rst.inc
2020

Diff for: components/security/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
You can install the component in 2 different ways:
1818

1919
* :doc:`Install it via Composer </components/using_components>` (``symfony/security`` on Packagist_);
20-
* Use the official Git repository (https://github.com/symfony/Security).
20+
* Use the official Git repository (https://github.com/symfony/security).
2121

2222
.. include:: /components/require_autoload.rst.inc
2323

Diff for: components/serializer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Installation
3131
You can install the component in 2 different ways:
3232

3333
* :doc:`Install it via Composer </components/using_components>` (``symfony/serializer`` on `Packagist`_);
34-
* Use the official Git repository (https://github.com/symfony/Serializer).
34+
* Use the official Git repository (https://github.com/symfony/serializer).
3535

3636

3737
.. include:: /components/require_autoload.rst.inc

Diff for: components/stopwatch.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Installation
1313
You can install the component in two different ways:
1414

1515
* :doc:`Install it via Composer</components/using_components>` (``symfony/stopwatch`` on `Packagist`_);
16-
* Use the official Git repository (https://github.com/symfony/Stopwatch).
16+
* Use the official Git repository (https://github.com/symfony/stopwatch).
1717

1818
.. include:: /components/require_autoload.rst.inc
1919

Diff for: components/templating/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Installation
1919
You can install the component in 2 different ways:
2020

2121
* :doc:`Install it via Composer </components/using_components>` (``symfony/templating`` on `Packagist`_);
22-
* Use the official Git repository (https://github.com/symfony/Templating).
22+
* Use the official Git repository (https://github.com/symfony/templating).
2323

2424
.. include:: /components/require_autoload.rst.inc
2525

Diff for: components/translation/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414
You can install the component in 2 different ways:
1515

1616
* :doc:`Install it via Composer </components/using_components>` (``symfony/translation`` on `Packagist`_);
17-
* Use the official Git repository (https://github.com/symfony/Translation).
17+
* Use the official Git repository (https://github.com/symfony/translation).
1818

1919
.. include:: /components/require_autoload.rst.inc
2020

Diff for: components/yaml/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Installation
3232
You can install the component in 2 different ways:
3333

3434
* :doc:`Install it via Composer </components/using_components>` (``symfony/yaml`` on `Packagist`_);
35-
* Use the official Git repository (https://github.com/symfony/Yaml).
35+
* Use the official Git repository (https://github.com/symfony/yaml).
3636

3737
.. include:: /components/require_autoload.rst.inc
3838

Diff for: contributing/code/core_team.rst

+24-24
Original file line numberDiff line numberDiff line change
@@ -149,30 +149,30 @@ discretion of the **Project Leader**.
149149
.. [1] Minor changes comprise typos, DocBlock fixes, code standards
150150
violations, and minor CSS, JavaScript and HTML modifications.
151151
152-
.. _BrowserKit: https://github.com/symfony/BrowserKit
153-
.. _Config: https://github.com/symfony/Config
154-
.. _Console: https://github.com/symfony/Console
155-
.. _Debug: https://github.com/symfony/Debug
156-
.. _DependencyInjection: https://github.com/symfony/DependencyInjection
157-
.. _DoctrineBridge: https://github.com/symfony/DoctrineBridge
158-
.. _EventDispatcher: https://github.com/symfony/EventDispatcher
159-
.. _DomCrawler: https://github.com/symfony/DomCrawler
160-
.. _Form: https://github.com/symfony/Form
161-
.. _HttpFoundation: https://github.com/symfony/HttpFoundation
162-
.. _HttpKernel: https://github.com/symfony/HttpKernel
163-
.. _Icu: https://github.com/symfony/Icu
164-
.. _Intl: https://github.com/symfony/Intl
165-
.. _Locale: https://github.com/symfony/Locale
166-
.. _MonologBridge: https://github.com/symfony/MonologBridge
167-
.. _OptionsResolver: https://github.com/symfony/OptionsResolver
168-
.. _Process: https://github.com/symfony/Process
169-
.. _PropertyAccess: https://github.com/symfony/PropertyAccess
170-
.. _Routing: https://github.com/symfony/Routing
171-
.. _Serializer: https://github.com/symfony/Serializer
172-
.. _Translation: https://github.com/symfony/Translation
173-
.. _Stopwatch: https://github.com/symfony/Stopwatch
174-
.. _TwigBridge: https://github.com/symfony/TwigBridge
175-
.. _Validator: https://github.com/symfony/Validator
152+
.. _BrowserKit: https://github.com/symfony/browser-kit
153+
.. _Config: https://github.com/symfony/config
154+
.. _Console: https://github.com/symfony/console
155+
.. _Debug: https://github.com/symfony/debug
156+
.. _DependencyInjection: https://github.com/symfony/dependency-injection
157+
.. _DoctrineBridge: https://github.com/symfony/doctrine-bridge
158+
.. _EventDispatcher: https://github.com/symfony/event-dispatcher
159+
.. _DomCrawler: https://github.com/symfony/dom-crawler
160+
.. _Form: https://github.com/symfony/form
161+
.. _HttpFoundation: https://github.com/symfony/http-foundation
162+
.. _HttpKernel: https://github.com/symfony/http-kernel
163+
.. _Icu: https://github.com/symfony/icu
164+
.. _Intl: https://github.com/symfony/intl
165+
.. _Locale: https://github.com/symfony/locale
166+
.. _MonologBridge: https://github.com/symfony/monolog-bridge
167+
.. _OptionsResolver: https://github.com/symfony/options-resolver
168+
.. _Process: https://github.com/symfony/process
169+
.. _PropertyAccess: https://github.com/symfony/property-access
170+
.. _Routing: https://github.com/symfony/routing
171+
.. _Serializer: https://github.com/symfony/serializer
172+
.. _Translation: https://github.com/symfony/translation
173+
.. _Stopwatch: https://github.com/symfony/stopwatch
174+
.. _TwigBridge: https://github.com/symfony/twig-bridge
175+
.. _Validator: https://github.com/symfony/validator
176176
.. _VarDumper: https://github.com/symfony/var-dumper
177177
.. _DebugBundle: https://github.com/symfony/debug-bundle
178178
.. _`fabpot`: https://github.com/fabpot/

Diff for: reference/events.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,4 @@ Listener Class Name Prior
236236
:class:`Symfony\\Component\\HttpKernel\\EventListener\\ExceptionListener` -128
237237
========================================================================= ========
238238

239-
.. _`EmailSenderListener`: https://github.com/symfony/SwiftmailerBundle/blob/master/EventListener/EmailSenderListener.php
239+
.. _`EmailSenderListener`: https://github.com/symfony/swiftmailer-bundle/blob/master/EventListener/EmailSenderListener.php

0 commit comments

Comments
 (0)