diff --git a/book/controller.rst b/book/controller.rst index b2426c5c5b8..0a1a5ef8298 100644 --- a/book/controller.rst +++ b/book/controller.rst @@ -806,7 +806,7 @@ Just like when creating a controller for a route, the order of the arguments of order of the arguments, Symfony will still pass the correct value to each variable. -.. _checking-the-validity-of-a-csrf-token:: +.. _checking-the-validity-of-a-csrf-token: Validating a CSRF Token ----------------------- diff --git a/components/security/authentication.rst b/components/security/authentication.rst index e2ecd695d9a..06fdc8faaeb 100644 --- a/components/security/authentication.rst +++ b/components/security/authentication.rst @@ -274,14 +274,14 @@ Authentication Events The security component provides 4 related authentication events: -=============================== ================================================ ========================================================================= +=============================== ================================================ ============================================================================== Name Event Constant Argument Passed to the Listener -=============================== ================================================ ========================================================================= -security.authentication.success ``AuthenticationEvents::AUTHENTICATION_SUCCESS`` :class:`Symfony\Component\Security\Core\Event\AuthenticationEvent` -security.authentication.failure ``AuthenticationEvents::AUTHENTICATION_FAILURE`` :class:`Symfony\Component\Security\Core\Event\AuthenticationFailureEvent` -security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN`` :class:`Symfony\Component\Security\Http\Event\InteractiveLoginEvent` -security.switch_user ``SecurityEvents::SWITCH_USER`` :class:`Symfony\Component\Security\Http\Event\SwitchUserEvent` -=============================== ================================================ ========================================================================= +=============================== ================================================ ============================================================================== +security.authentication.success ``AuthenticationEvents::AUTHENTICATION_SUCCESS`` :class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationEvent` +security.authentication.failure ``AuthenticationEvents::AUTHENTICATION_FAILURE`` :class:`Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent` +security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN`` :class:`Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent` +security.switch_user ``SecurityEvents::SWITCH_USER`` :class:`Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent` +=============================== ================================================ ============================================================================== Authentication Success and Failure Events ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/cookbook/assetic/_standard_edition_warning.inc b/cookbook/assetic/_standard_edition_warning.inc index 1ceab3eba35..bab5c7ce994 100644 --- a/cookbook/assetic/_standard_edition_warning.inc +++ b/cookbook/assetic/_standard_edition_warning.inc @@ -1,5 +1,5 @@ .. caution:: - + Starting from Symfony 2.8, Assetic is no longer included by default in the Symfony Standard Edition. Refer to :doc:`this article ` to learn how to install and enable Assetic in your Symfony application.