From bce8f69dc8f4cb8b40425f56b17ba2991dfbdf81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 11 Feb 2019 21:39:45 +0100 Subject: [PATCH] Version 18.33.3 --- swad_changelog.h | 5 ++--- swad_statistic.c | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 38da68fba..2a179dfe0 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -367,8 +367,6 @@ Buenos d // TODO: Fix bug: En una ficha de un alumno, al pulsar sobre "Ver test" no se ven los test que ha hecho -// TODO: En Accesos por usuario de una asignatura: cambiar "Tipo" -> "Rol" - // TODO: Sale de vez en cuando un mensaje "Can not get information about a file or folder.", por ejemplo en el timeline. /*****************************************************************************/ @@ -390,10 +388,11 @@ En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 18.33.2 (2019-02-11)" +#define Log_PLATFORM_VERSION "SWAD 18.33.3 (2019-02-11)" #define CSS_FILE "swad18.33.css" #define JS_FILE "swad18.32.1.js" /* + Version 18.33.3: Feb 11, 2019 Changed Type to Role in some stats. (239093 lines) Version 18.33.2: Feb 11, 2019 Icon to view places in centre configuration. (239093 lines) Version 18.33.1: Jan 15, 2019 Fixed bug in file browser, reported by Miguel Damas. SVG icons for folders in file browser. (239076 lines) diff --git a/swad_statistic.c b/swad_statistic.c index d2db197e8..a84faba47 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -1640,7 +1640,7 @@ static void Sta_ShowDetailedAccessesList (unsigned long NumRows,MYSQL_RES *mysql extern const char *Txt_No_INDEX; extern const char *Txt_User_ID; extern const char *Txt_Name; - extern const char *Txt_Type; + extern const char *Txt_Role; extern const char *Txt_Date; extern const char *Txt_Action; extern const char *Txt_LOG_More_info; @@ -1794,7 +1794,7 @@ static void Sta_ShowDetailedAccessesList (unsigned long NumRows,MYSQL_RES *mysql Txt_No_INDEX, Txt_User_ID, Txt_Name, - Txt_Type, + Txt_Role, Txt_Date, Txt_Action, Txt_LOG_More_info); @@ -1916,7 +1916,7 @@ static void Sta_ShowNumHitsPerUsr (unsigned long NumRows,MYSQL_RES *mysql_res) extern const char *Txt_Photo; extern const char *Txt_ID; extern const char *Txt_Name; - extern const char *Txt_Type; + extern const char *Txt_Role; extern const char *Txt_STAT_TYPE_COUNT_CAPS[Sta_NUM_COUNT_TYPES]; extern const char *Txt_ROLES_SINGUL_Abc[Rol_NUM_ROLES][Usr_NUM_SEXS]; MYSQL_ROW row; @@ -1955,7 +1955,7 @@ static void Sta_ShowNumHitsPerUsr (unsigned long NumRows,MYSQL_RES *mysql_res) Txt_Photo, Txt_ID, Txt_Name, - Txt_Type, + Txt_Role, Txt_STAT_TYPE_COUNT_CAPS[Gbl.Stat.CountType]); /***** Write rows *****/