From bd015b81f5d3b489c73fc2c4bbfd5bd02181b00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Fri, 14 Feb 2020 19:57:55 +0100 Subject: [PATCH] Version19.122.4 --- swad_changelog.h | 7 +++---- swad_enrolment.c | 4 ++-- swad_user.c | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 83e4a3d7d..9afafc6e6 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -497,7 +497,7 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - * En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 19.122.3 (2020-02-14)" +#define Log_PLATFORM_VERSION "SWAD 19.122.4 (2020-02-14)" #define CSS_FILE "swad19.118.css" #define JS_FILE "swad19.91.1.js" /* @@ -505,12 +505,11 @@ ps2pdf source.ps destination.pdf // TODO: Impedir la creación y edición de proyectos si no son editables. // TODO: No se puede entrar con DNI '1' suponiendo que no tenga password ¿por qué? // TODO: En la lista de conectados central, poner el logo de la institución a la que pertenece el usuario -// TODO: En la lista de solicitudes de inscripción, alinear a la izquierda el nombre de la asignatura // TODO: Urgente: Añadir nuevos niveles de realimentación tras sugerencia de Mancia y conversación con Javier. -// TODO: Urgente: en swad.ugr.es sale error al refrescar una titulación en la orla de titulaciones. + Version 19.122.4: Feb 14, 2020 Fixed bug refreshing degree average photo. (278699 lines) Version 19.122.3: Feb 14, 2020 Fixed bug in games, reported by Gustavo Romero López. - Fixed bug in listing of departments, reported by Daniel Haro Contreras. (278698 lines) + Fixed bug in listing of departments, reported by Daniel Haro Contreras. (278700 lines) Version 19.122.2: Feb 13, 2020 Increased quality in images. (278698 lines) Version 19.122.1: Feb 07, 2020 Fixed bug removing test tags, reported by Mancia Anguita López. (278692 lines) Version 19.122: Jan 30, 2020 Some options changed in system tab. (278690 lines) diff --git a/swad_enrolment.c b/swad_enrolment.c index bd142b098..19691b2e0 100644 --- a/swad_enrolment.c +++ b/swad_enrolment.c @@ -2833,11 +2833,11 @@ static void Enr_ShowEnrolmentRequestsGivenRoles (unsigned RolesSelected) Crs_GetDataOfCourseByCod (&Crs); Deg.DegCod = Crs.DegCod; Deg_GetDataOfDegreeByCod (&Deg); - HTM_TD_Begin ("class=\"DAT LT\""); + HTM_TD_Begin (NULL); Frm_StartFormGoTo (ActSeeCrsInf); Crs_PutParamCrsCod (Crs.CrsCod); HTM_BUTTON_SUBMIT_Begin (Hie_BuildGoToMsg (Crs.FullName), - "BT_LINK DAT",NULL); + "BT_LINK LT DAT",NULL); Hie_FreeGoToMsg (); HTM_TxtF ("%s > %s",Deg.ShrtName,Crs.ShrtName); HTM_BUTTON_End (); diff --git a/swad_user.c b/swad_user.c index 1bcae0e34..bd8f05506 100644 --- a/swad_user.c +++ b/swad_user.c @@ -5343,7 +5343,7 @@ static void Usr_GetGstsLst (Hie_Level_t Scope) void Usr_GetUnorderedStdsCodesInDeg (long DegCod) { - char *Query; + char *Query = NULL; /***** Get the students in a degree from database *****/ DB_BuildQuery (&Query,