Skip to content

Commit

Permalink
Version18.109
Browse files Browse the repository at this point in the history
  • Loading branch information
acanas committed Apr 9, 2019
1 parent 7f890b9 commit 48ba865
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
21 changes: 8 additions & 13 deletions swad_changelog.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,13 @@ Antonio

// 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.
Expand All @@ -437,14 +440,6 @@ Antonio
// 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 *****************************/
/*****************************************************************************/
Expand All @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion swad_global.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 48ba865

Please sign in to comment.