diff --git a/icon/clipboard-list.svg b/icon/clipboard-list.svg new file mode 100644 index 000000000..5c4988549 --- /dev/null +++ b/icon/clipboard-list.svg @@ -0,0 +1 @@ + diff --git a/swad_changelog.h b/swad_changelog.h index df7ce0f9a..3b1b927a7 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -487,6 +487,14 @@ ps2pdf source.ps destination.pdf #define CSS_FILE "swad19.29.css" #define JS_FILE "swad19.15.js" /* +// TODO: Perico: poner un candado de bloqueo de creación/edición de proyectos (por ejemplo en asignaturas obsoletas) + + Version 19.29.1: Oct 01, 2019 Changed refreshing time in matches. + Fixed bug in icon reported by Francisco Javier Fernández Baldomero. + Fixed bug in closing window in matches. (246900 lines) + Copy the following icons to icon public directory: +sudo cp icon/clipboard-list.svg /var/www/html/swad/icon/ + Version 19.29: Oct 01, 2019 Show podium at the end of the match. (246894 lines) Version 19.28.2: Sep 30, 2019 Changed position of column in list of match results with the name of the match. (246762 lines) Version 19.28.1: Sep 30, 2019 New column in list of match results with the name of the match. (246760 lines) diff --git a/swad_config.h b/swad_config.h index 1a4407d0f..b2a5f9b25 100644 --- a/swad_config.h +++ b/swad_config.h @@ -503,7 +503,7 @@ #define Cfg_TIME_TO_REFRESH_TIMELINE ((time_t)( 2UL * 1000UL)) // Initial refresh period of social timeline in miliseconds // This delay is increased 1 second on each refresh -#define Cfg_SECONDS_TO_REFRESH_MATCH 1 // Refresh period of game being played in seconds +#define Cfg_SECONDS_TO_REFRESH_MATCH 2 // Refresh period of game being played in seconds #define Cfg_TIME_TO_REFRESH_MATCH ((time_t)(Cfg_SECONDS_TO_REFRESH_MATCH * 1000UL)) // Refresh period of game being played in miliseconds #define Cfg_TIME_TO_REFRESH_LAST_CLICKS ((time_t)( 1UL * 1000UL)) // Refresh period of last clicks in miliseconds diff --git a/swad_match.c b/swad_match.c index 0375954d1..88ee59e23 100644 --- a/swad_match.c +++ b/swad_match.c @@ -2681,7 +2681,7 @@ static void Mch_PutBigButtonClose (void) /***** Put icon with link *****/ fprintf (Gbl.F.Out,"
" "" "" ""