Version19.95.2

This commit is contained in:
Antonio Cañas Vargas 2019-12-18 22:28:31 +01:00
parent 230411defe
commit 7a6405c414
3 changed files with 7 additions and 5 deletions

View File

@ -472,6 +472,8 @@ contiene una de las que yo imparto. As
// TODO: ¿Añadir dos columnas a resultados de juegos entre "Preguntas contestadas" y "Puntuación total": Preguntas "Correctas" y Preguntas "Erróneas"?
// Problema: sólo es aplicable a tipo test
// TODO: Poner en swad.cfg varias líneas de swad_config.h para que sea más configurable
/*****************************************************************************/
/****************************** Public constants *****************************/
/*****************************************************************************/

View File

@ -63,11 +63,11 @@
#define Cfg_PLATFORM_LOGO_BIG_FILENAME "swad140x40.png"
#define Cfg_PLATFORM_LOGO_BIG_CLASS "ICO140x40"
#define Cfg_PLATFORM_RESPONSIBLE_NAME "Antonio Cañas Vargas" // Main responsible for the platform
#define Cfg_PLATFORM_RESPONSIBLE_EMAIL "webmaster@openswad.org" // Main responsible for the platform
#define Cfg_AUTOMATIC_EMAIL_SMTP_SERVER "openswad.org" // SMTP server for sending automatic emails
#define Cfg_PLATFORM_RESPONSIBLE_NAME "Responsible name" // Main responsible for the platform
#define Cfg_PLATFORM_RESPONSIBLE_EMAIL "Responsible email address" // Main responsible for the platform
#define Cfg_AUTOMATIC_EMAIL_SMTP_SERVER "Your SMTP server" // SMTP server for sending automatic emails
#define Cfg_AUTOMATIC_EMAIL_SMTP_PORT "465" // SMTP port for sending automatic emails
#define Cfg_AUTOMATIC_EMAIL_FROM "acanas@openswad.org" // Email address from where automatic emails will be sent
#define Cfg_AUTOMATIC_EMAIL_FROM "Sender email address" // Email address from where automatic emails will be sent
#define Cfg_DATABASE_HOST "localhost" // Database host
#define Cfg_DEFAULT_LANGUAGE Lan_LANGUAGE_ES // Default language
#define Cfg_LOG_START_YEAR 2012 // Year when the log started in the database

View File

@ -2960,7 +2960,7 @@ mysql> DESCRIBE usr_data;
"FamilyAddress VARCHAR(2047) NOT NULL DEFAULT ''," // Usr_MAX_BYTES_ADDRESS
"FamilyPhone CHAR(16) NOT NULL DEFAULT ''," // Usr_MAX_BYTES_PHONE
"OriginPlace VARCHAR(2047) NOT NULL DEFAULT ''," // Usr_MAX_BYTES_ADDRESS
"Birthday DATE,"
"Birthday DATE NOT NULL,"
"Comments TEXT NOT NULL," // Cns_MAX_BYTES_TEXT
"Menu TINYINT NOT NULL DEFAULT 0,"
"SideCols TINYINT NOT NULL DEFAULT 3,"