From ea7ef4f1a52d709851148cd5ecfa7d6e4351602b Mon Sep 17 00:00:00 2001 From: ilona Date: Mon, 2 Sep 2024 07:34:04 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9liore=20l=C3=A8g=C3=A8rement=20pr=C3=A9?= =?UTF-8?q?sentation=20page=20edition=20formation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- app/__init__.py | 4 +- app/scodoc/sco_edit_ue.py | 77 ++++++++++++++++++++++--------------- app/static/css/ue_table.css | 4 ++ tools/debian/control | 2 +- 5 files changed, 52 insertions(+), 37 deletions(-) diff --git a/.gitignore b/.gitignore index 22d1be8b..ec245bea 100644 --- a/.gitignore +++ b/.gitignore @@ -175,7 +175,7 @@ Thumbs.db copy # Symlinks static ScoDoc -app/static/links/[0-9]*.*[0-9] +app/static/links/[0-9]*.* # Essais locaux xp/ diff --git a/app/__init__.py b/app/__init__.py index aab9ef3f..b3944de7 100755 --- a/app/__init__.py +++ b/app/__init__.py @@ -255,7 +255,7 @@ class ScoSMTPHandler(SMTPHandler): return subject -class ReverseProxied(object): +class ReverseProxied: """Adaptateur wsgi qui nous permet d'avoir toutes les URL calculées en https sauf quand on est en dev. La variable HTTP_X_FORWARDED_PROTO est positionnée par notre config nginx""" @@ -649,8 +649,6 @@ def scodoc_flash_status_messages(): def critical_error(msg): """Handle a critical error: flush all caches, display message to the user""" - import app.scodoc.sco_utils as scu - log(f"\n*** CRITICAL ERROR: {msg}") subject = f"CRITICAL ERROR: {msg}".strip()[:68] send_scodoc_alarm(subject, msg) diff --git a/app/scodoc/sco_edit_ue.py b/app/scodoc/sco_edit_ue.py index 48e1c90a..40989539 100644 --- a/app/scodoc/sco_edit_ue.py +++ b/app/scodoc/sco_edit_ue.py @@ -958,7 +958,10 @@ du programme" (menu "Semestre") si vous avez un semestre en cours); """ ) - H.append("