Development #65803
laisser chaque moyen d'authentification/inscription faire le rendu de son titre
0%
Description
Suivre ce qu'est fait dans #53264.
Faire un tour des thèmes surchargeant les titres des blocs.
Files
Related issues
Associated revisions
revert "misc: move custom authentication titles to dedicated block (#65803)"
This reverts commit 2caac3ccde1ddb6ae7d14666edb8c4c0b78d0972.
History
Updated by Serghei Mihai 8 months ago
- Related to Development #53264: Déplacer titre de methode de connexion au sein de son template added
Updated by Serghei Mihai 8 months ago
- File 0001-misc-move-custom-authentication-titles-to-dedicated-.patch 0001-misc-move-custom-authentication-titles-to-dedicated-.patch added
- Status changed from Nouveau to Solution proposée
- Patch proposed changed from No to Yes
Updated by Frédéric Péters 8 months ago
Je n'arrive pas comme ça à bien capter ce que fait le patch côté authentic et les effets que ça aurait mais je dirais 1/ attention aux intégrations imio, 2/ et chez nous aussi, des choses comme metz, rouen, strasbourg, toulouse, (git grep block.name),
templates/variants/metz-metropole-2019/authentic2/login.html:{% if login_block.name != "SAML" %}<h2>{% if id == "password" %}S’identifier{% else%}{{ login_block.name }}{% endif %}</h2>{% endif %} templates/variants/rouen/registration/registration_form.html: <h2>avec {{ block.name }}</h2> templates/variants/strasbourg-2018/registration/registration_form.html: <h3>S’inscrire avec {{ block.name }}</h3> templates/variants/toulouse-metropole/authentic2/login.html:<h2>{% if id == "password" %}Vos identifiants{% else %}{{ login_block.name }}{% endif %}</h2> templates/variants/toulouse/authentic2/login.html:<h2>{% if id == "password" %}Vos identifiants{% else %}{{ login_block.name }}{% endif %}</h2>
ça se comporte bien.
(à nouveau je n'ai pas cherché à capter le patch authentic mais j'ai l'impression que dans l'idée du ticket ça peut amener à avoir des titres doublés).
Updated by Thomas Jund 4 months ago
- Blocks Development #70451: utiliser class générique .cell--body pour contenu des .block et a2-block added
Updated by Gitea (Bot) Gitea 3 months ago
- Assignee set to Serghei Mihai
Serghei Mihai (smihai) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://gitea.entrouvert.org/entrouvert/publik-base-theme/pulls/20
- Titre : WIP: move themes custom authentication titles to dedicated block (#65803)
Updated by Serghei Mihai 22 days ago
- File 0001-templates-move-authentication-titles-to-dedicated-bl.patch 0001-templates-move-authentication-titles-to-dedicated-bl.patch added
- Status changed from En cours to Solution proposée
Je colle ici le patch pour les thèmes IMIO.
Comme la plupart des variantes surchargent complètement les templates de login, ils ne sont pas impactés par les changements.
misc: move custom authentication titles to dedicated block (#65803)