Version19.24.2

This commit is contained in:
Antonio Cañas Vargas 2019-09-30 01:23:24 +02:00
parent 1d0f18e2ce
commit 891aa04cc0
4 changed files with 5 additions and 22 deletions

View File

@ -474,10 +474,11 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.24.1 (2019-09-30)"
#define Log_PLATFORM_VERSION "SWAD 19.24.2 (2019-09-30)"
#define CSS_FILE "swad19.15.css"
#define JS_FILE "swad19.15.js"
/*
Version 19.24.2: Sep 30, 2019 Code refactoring in games and matches. (246742 lines)
Version 19.24.1: Sep 30, 2019 Fixed bug in match results. (246759 lines)
Version 19.24: Sep 30, 2019 Non-editing teachers can not change visibility of matches created by other teachers.
Non-editing teachers can not resume matches created by other teachers. (246755 lines)

View File

@ -32,19 +32,14 @@
#include <stdlib.h> // For calloc
#include <string.h> // For string functions
#include "swad_alert.h"
#include "swad_box.h"
#include "swad_database.h"
#include "swad_form.h"
#include "swad_game.h"
#include "swad_global.h"
#include "swad_group.h"
#include "swad_match.h"
#include "swad_match_result.h"
#include "swad_pagination.h"
#include "swad_parameter.h"
#include "swad_role.h"
#include "swad_setting.h"
#include "swad_table.h"
#include "swad_test.h"

View File

@ -32,23 +32,17 @@
#include <stdlib.h> // For calloc
#include <string.h> // For string functions
#include "swad_alert.h"
#include "swad_box.h"
#include "swad_database.h"
#include "swad_date.h"
#include "swad_form.h"
#include "swad_game.h"
#include "swad_global.h"
#include "swad_group.h"
#include "swad_ID.h"
#include "swad_match.h"
#include "swad_match_result.h"
#include "swad_pagination.h"
#include "swad_parameter.h"
#include "swad_role.h"
#include "swad_setting.h"
#include "swad_table.h"
#include "swad_test.h"
#include "swad_user.h"
/*****************************************************************************/
/************** External global variables from others modules ****************/

View File

@ -32,22 +32,15 @@
#include <stdlib.h> // For calloc
#include <string.h> // For string functions
#include "swad_alert.h"
#include "swad_box.h"
#include "swad_action.h"
#include "swad_database.h"
#include "swad_date.h"
#include "swad_form.h"
#include "swad_game.h"
#include "swad_global.h"
#include "swad_group.h"
#include "swad_ID.h"
#include "swad_match.h"
#include "swad_match_result.h"
#include "swad_pagination.h"
#include "swad_parameter.h"
#include "swad_role.h"
#include "swad_setting.h"
#include "swad_table.h"
#include "swad_test.h"
#include "swad_user.h"
/*****************************************************************************/