On 22.10.2010, at 10:27, Lukas Kahwe Smith wrote:
>
> On 22.10.2010, at 10:21, Antoine Hérault wrote:
>
>> Hello,
>>
>> I think flash messages must be issued by the controller to inquire about the
>> status of
>> the process. However, it is the responsibility of the integrator to display
>>
On 22.10.2010, at 10:21, Antoine Hérault wrote:
> Hello,
>
> I think flash messages must be issued by the controller to inquire about the
> status of
> the process. However, it is the responsibility of the integrator to display a
> message to
> the user's eyes. Internationalization should al
On 22.10.2010 10:21, Antoine Hérault wrote:
> Maybe it would be interesting to create a management system based on a
> flashes
> registry (another configuration file). Thus, the controller simply pass
> the key of the
> wanted flash message.
>
> In the template side, a helper would display the m
Hello,
I think flash messages must be issued by the controller to inquire about the
status of
the process. However, it is the responsibility of the integrator to display
a message to
the user's eyes. Internationalization should also be taken into account.
Maybe it would be interesting to create a
Hi,
During the work on twigyfing DoctrineUserBundle we stumbled over another thing
that made us wonder:
http://github.com/liip/DoctrineUserBundle/blob/master/Resources/views/User/show_content.twig
{% if _view.session.hasFlash('doctrine_user_user_create/success') %}
{% trans 'The user has be