Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3c7bfd

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Renamed the WebLink component pages Fix grammar error Document logout success_handler configuration Update IsTrue.rst
2 parents049742d +b5d3340 commitc3c7bfd

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

‎_build/redirection_map‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,3 +398,5 @@
398398
/security/host_restriction /security/firewall_restriction
399399
/security/acl_advanced /security/acl
400400
/security/password_encoding /security
401+
/weblink /web_link
402+
/components/weblink /components/web_link
File renamed without changes.

‎http_cache/esi.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ First, to use ESI, be sure to enable it in your application configuration:
9595
9696
Now, suppose you have a page that is relatively static, except for a news
9797
ticker at the bottom of the content. With ESI, you can cache the news ticker
98-
independent of the rest of the page::
98+
independently of the rest of the page::
9999

100100
// src/Controller/DefaultController.php
101101

@@ -158,7 +158,7 @@ used ``render()``.
158158
specification that is supported out of the box by the Symfony reverse
159159
proxy.
160160

161-
The embedded action can now specify its own caching rules, entirelyindependent
161+
The embedded action can now specify its own caching rules entirelyindependently
162162
of the master page::
163163

164164
// src/Controller/NewsController.php

‎reference/configuration/security.rst‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,14 @@ The user is considered to have changed when the user class implements
175175
required by the:class:`Symfony\\Component\\Security\\Core\\User\\UserInterface`
176176
(like the username, password or salt) changes.
177177

178+
success_handler
179+
~~~~~~~~~~~~~~~
180+
181+
**type**: ``string`` **default**: ``'security.logout.success_handler'``
182+
183+
The service ID used for handling a successful logout. The service must implement
184+
:class:`Symfony\\Component\\Security\\Http\\Logout\\LogoutSuccessHandlerInterface`.
185+
178186
.. _reference-security-ldap:
179187

180188
LDAP functionality

‎reference/constraints/IsTrue.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Also see :doc:`IsFalse <IsFalse>`.
1313
| Options| - `message`_|
1414
|| - `payload`_|
1515
+----------------+---------------------------------------------------------------------+
16-
| Class|:class:`Symfony\\Component\\Validator\\Constraints\\True`|
16+
| Class|:class:`Symfony\\Component\\Validator\\Constraints\\IsTrue`|
1717
+----------------+---------------------------------------------------------------------+
18-
| Validator|:class:`Symfony\\Component\\Validator\\Constraints\\TrueValidator`|
18+
| Validator| :class:`Symfony\\Component\\Validator\\Constraints\\IsTrueValidator`|
1919
+----------------+---------------------------------------------------------------------+
2020

2121
Basic Usage
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp