From 58fb4142b7561573702c1ae24ce48d239f63fa28 Mon Sep 17 00:00:00 2001 From: Pontoporeia Date: Sun, 5 Jul 2026 18:03:33 +0200 Subject: [PATCH] =?UTF-8?q?relabel:=20Promoteur=C2=B7ice=20ULB=20=E2=86=92?= =?UTF-8?q?=20Promoteur=C2=B7ice=20universit=C3=A9=20in=20all=20UI=20label?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pure label change across 6 template/controller files — no DB schema change. Migration 043 added to track the change. --- TODO.md | 1 + .../pending/043_relabel_promoteur_ulb.php | 9 +++++++++ app/public/partage/recapitulatif.php | 2 +- app/src/Controllers/ExportController.php | 2 +- app/src/StudentEmail.php | 2 +- app/templates/admin/recapitulatif.php | 2 +- app/templates/partials/form/jury-fieldset.php | 14 +++++++------- app/templates/public/tfe.php | 2 +- 8 files changed, 22 insertions(+), 12 deletions(-) create mode 100644 app/migrations/pending/043_relabel_promoteur_ulb.php diff --git a/TODO.md b/TODO.md index 3488776..b6bfcf7 100644 --- a/TODO.md +++ b/TODO.md @@ -28,3 +28,4 @@ - [x] Fix: deleting contact groups in apropos form not persisted (no change event after DOM removal, autosave never triggered) - [x] Improve h1, h2, h3 size difference in base.css heading scale - [x] Rework TFE page desktop layout: two columns 35vw/1fr, left = author/title/meta/synopsis, right = files, media 100% width; columns scroll independently, content fits 100vw; no bottom padding on main; add &scrollbar=0 to PDF iframe URLs +- [x] 'Promoteur·ice ULB' remplacé par 'Promoteur·ice université' (changement juste l'étiquette) diff --git a/app/migrations/pending/043_relabel_promoteur_ulb.php b/app/migrations/pending/043_relabel_promoteur_ulb.php new file mode 100644 index 0000000..cff771f --- /dev/null +++ b/app/migrations/pending/043_relabel_promoteur_ulb.php @@ -0,0 +1,9 @@ + -
Promoteur·ice(s) ULB
+
Promoteur·ice(s) université
diff --git a/app/src/Controllers/ExportController.php b/app/src/Controllers/ExportController.php index 79ccb05..e83b7be 100644 --- a/app/src/Controllers/ExportController.php +++ b/app/src/Controllers/ExportController.php @@ -259,7 +259,7 @@ class ExportController 'Promoteur·ice(s) interne', 'Lecteur·ice(s) interne', 'Lecteur·ice(s) externe', - 'Promoteur·ice(s) ULB', + 'Promoteur·ice(s) université', 'Format(s)', 'Année', 'AP', diff --git a/app/src/StudentEmail.php b/app/src/StudentEmail.php index 8765cad..adb445e 100644 --- a/app/src/StudentEmail.php +++ b/app/src/StudentEmail.php @@ -33,7 +33,7 @@ class StudentEmail 'Format(s)' => $thesis['formats'] ?? '', 'Mots-clés' => $thesis['keywords'] ?? '', 'Promoteur·ice(s) interne' => $thesis['jury_promoteurs'] ?? '', - 'Promoteur·ice(s) ULB' => $thesis['jury_promoteurs_ulb'] ?? '', + 'Promoteur·ice(s) université' => $thesis['jury_promoteurs_ulb'] ?? '', 'Président·e du jury' => $thesis['jury_president'] ?? '', 'Lecteurs·rices (interne)' => $thesis['jury_lecteurs_internes'] ?? '', 'Lecteurs·rices (externe)' => $thesis['jury_lecteurs_externes'] ?? '', diff --git a/app/templates/admin/recapitulatif.php b/app/templates/admin/recapitulatif.php index 13710e5..59c554d 100644 --- a/app/templates/admin/recapitulatif.php +++ b/app/templates/admin/recapitulatif.php @@ -89,7 +89,7 @@
Promoteur·ice(s)
-
Promoteur·ice(s) ULB
+
Promoteur·ice(s) université
Lecteur·ice(s) interne
diff --git a/app/templates/partials/form/jury-fieldset.php b/app/templates/partials/form/jury-fieldset.php index 753e5d1..0b87fde 100644 --- a/app/templates/partials/form/jury-fieldset.php +++ b/app/templates/partials/form/jury-fieldset.php @@ -105,14 +105,14 @@ if ($addMode) { - + diff --git a/app/templates/public/tfe.php b/app/templates/public/tfe.php index b9a0fe8..b006741 100644 --- a/app/templates/public/tfe.php +++ b/app/templates/public/tfe.php @@ -133,7 +133,7 @@

- Promoteur·ice ULB : + Promoteur·ice université : '' . htmlspecialchars($n) . '',