From 48ba86551391bfbc9b8d7516e2b22be3136b1ad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 9 Apr 2019 20:05:16 +0200 Subject: [PATCH] Version18.109 --- swad_changelog.h | 21 ++++++++------------- swad_global.h | 4 +++- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index e4b28064..60aac153 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -423,10 +423,13 @@ Lo de mutear anuncios, en principio prefiero hacer una opci // TODO: Chequear todos los iconos .gif y .png que restan, concretamente los de file_browser -// TODO: Víctor González Argudo: Como sugerencia, estaría bien que cuando te dieran like -// mas de 5 personas se pudiera saber quienes son -// por ejemplo dejando encima el cursor de los 3 puntos -// y que saliera una lista con los nombres +// TODO: Check if Feedback is set to "(null)" when importing test questions. Change columns Feedback "(null)" to "" in test questions + +// TODO: Select users individually in action to send email + +// TODO: Allow timeline posting only for users belonging to courses or admins to avoid user who create accounts only to post + +// TODO: Ver cómo recibir un fichero desde el cliente (SWADroid) en gsoap // TODO: Pedro Villar Castro: // Al asignar un TFG a alumnos, no escribir el DNI del alumno, sino escogerlo de una lista de entre los alumnos inscritos en la asignatura. @@ -437,14 +440,6 @@ Lo de mutear anuncios, en principio prefiero hacer una opci // Para bloquear/desbloquear se usará un icono candado // Para preasignado/no preasignado usar otro icono (usuario/usuario tachado, por ej.) -// TODO: Check if Feedback is set to "(null)" when importing test questions. Change columns Feedback "(null)" to "" in test questions - -// TODO: Select users individually in action to send email - -// TODO: Allow timeline posting only for users belonging to courses or admins to avoid user who create accounts only to post - -// TODO: Ver cómo recibir un fichero desde el cliente (SWADroid) en gsoap - /*****************************************************************************/ /****************************** Public constants *****************************/ /*****************************************************************************/ @@ -468,7 +463,7 @@ ps2pdf source.ps destination.pdf #define CSS_FILE "swad18.92.css" #define JS_FILE "swad18.92.js" /* - Version 18.109: Apr 09, 2019 Code refactoring in edition of plugins. (242423 lines) + Version 18.109: Apr 09, 2019 Code refactoring in edition of plugins. (242421 lines) Version 18.108: Apr 09, 2019 Code refactoring in edition of links. (242336 lines) Version 18.107: Apr 09, 2019 Code refactoring in edition of banners. (242275 lines) Version 18.106: Apr 09, 2019 Code refactoring in edition of mail domains. (242208 lines) diff --git a/swad_global.h b/swad_global.h index 98413688..2dc6ce9c 100644 --- a/swad_global.h +++ b/swad_global.h @@ -154,7 +154,9 @@ struct Globals bool HiddenParamsInsertedIntoDB; // If parameters are inserted in the database in this execution /* To compute execution time of the program */ - struct timeval tvStart,tvPageCreated,tvPageSent; + struct timeval tvStart; + struct timeval tvPageCreated; + struct timeval tvPageSent; struct timezone tz; long TimeGenerationInMicroseconds; long TimeSendInMicroseconds;