Version 18.33.3

This commit is contained in:
Antonio Cañas Vargas 2019-02-11 21:39:45 +01:00
parent 9635fc36d6
commit bce8f69dc8
2 changed files with 6 additions and 7 deletions

View File

@ -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)

View File

@ -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 *****/