From 4b2a522cd8d0afff85873bca2fa82a21415d14d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Fri, 10 Nov 2017 14:31:51 +0100 Subject: [PATCH] Version 17.26.1 --- swad_changelog.h | 8 ++++++-- swad_theme.h | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index f56014e56..1df174d59 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -258,19 +258,23 @@ // TODO: A superuser can not see records of teachers? Why? +// TODO: After "Do not show it again" nothing is displayed. + /*****************************************************************************/ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 17.26 (2017-11-08)" +#define Log_PLATFORM_VERSION "SWAD 17.26.1 (2017-11-10)" #define CSS_FILE "swad17.25.4.css" #define JS_FILE "swad17.17.1.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1 /* + Version 17.26.1: Nov 10, 2017 Default theme is white. (234380 lines) Version 17.26: Nov 08, 2017 Tables converted to MyISAM. - ? changes necessary in database: + Cleaning database. (234379 lines) + 15 changes necessary in database: UPDATE crs_usr SET LastAccTst=FROM_UNIXTIME(0) WHERE LastAccTst=0; DROP TABLE IF EXISTS deg_admin; DROP TABLE IF EXISTS imported_groups; diff --git a/swad_theme.h b/swad_theme.h index e5e2ef776..23a6d8718 100644 --- a/swad_theme.h +++ b/swad_theme.h @@ -45,7 +45,7 @@ typedef enum The_THEME_YELLOW = 3, The_THEME_UNKNOWN = 4, } The_Theme_t; -#define The_THEME_DEFAULT The_THEME_GREY +#define The_THEME_DEFAULT The_THEME_WHITE /*****************************************************************************/ /***************************** Public prototypes *****************************/