From 3c776fbf08a0414fcb18975143d49547a5cfa338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 25 Apr 2016 09:54:01 +0200 Subject: [PATCH] Version 15.204.1 --- css/{swad15.204.css => swad15.204.1.css} | 2 +- swad_changelog.h | 12 ++++++++++-- swad_config.h | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) rename css/{swad15.204.css => swad15.204.1.css} (99%) diff --git a/css/swad15.204.css b/css/swad15.204.1.css similarity index 99% rename from css/swad15.204.css rename to css/swad15.204.1.css index c63d4d8af..b84e6715f 100644 --- a/css/swad15.204.css +++ b/css/swad15.204.1.css @@ -1100,7 +1100,7 @@ a:hover /* Default ==> underlined */ .BT_SUBMIT_INLINE { box-sizing:border-box; - min-width:160px; + min-width:170px; color:white; font-size:15px; font-weight:bold; diff --git a/swad_changelog.h b/swad_changelog.h index d47e138df..c2c48d92d 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -135,13 +135,21 @@ /*****************************************************************************/ #define Log_PLATFORM_VERSION "SWAD 15.204.1 (2016-04-25)" -#define CSS_FILE "swad15.204.css" +#define CSS_FILE "swad15.204.1.css" #define JS_FILE "swad15.197.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 15.204.1: Apr 25, 2016 Fixed bug in changes in database necessary in version 15.201. (201359 lines) + Version 15.204.1: Apr 25, 2016 Fixed bug in changes in database necessary in version 15.201. (201366 lines) + 6 changes necessary in database: +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1565','es','N','Solicitar conf. ID invitado'); +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1566','es','N','Solicitar conf. ID estudiante'); +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1567','es','N','Solicitar conf. ID profesor'); +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1568','es','N','Confirmar ID invitado'); +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1569','es','N','Confirmar ID estudiante'); +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1570','es','N','Confirmar ID profesor'); + Version 15.204: Apr 25, 2016 New form to confirm another user's ID. (201326 lines) Version 15.203.6: Apr 24, 2016 New form to confirm another user's ID. Not finished. (201295 lines) Version 15.203.5: Apr 24, 2016 New form to confirm another user's ID. Not finished. (201230 lines) diff --git a/swad_config.h b/swad_config.h index a9f2b12f6..1a62b72ca 100644 --- a/swad_config.h +++ b/swad_config.h @@ -28,9 +28,9 @@ /** Uncomment one of the following installations of SWAD or create your own **/ /*****************************************************************************/ -#define LOCALHOST_UBUNTU // Comment this line if not applicable +//#define LOCALHOST_UBUNTU // Comment this line if not applicable //#define OPENSWAD_ORG // Comment this line if not applicable -//#define SWAD_UGR_ES // Comment this line if not applicable +#define SWAD_UGR_ES // Comment this line if not applicable //#define WWW_CEVUNA_UNA_PY // Comment this line if not applicable /*****************************************************************************/