From b5aa626f20838435cb447a6ce5b927668682ef9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Fri, 11 Jan 2019 10:14:33 +0100 Subject: [PATCH] Version 18.31.3 --- icon/iconset/nuvola/chart-bar.svg | 522 ++++++++++++++++++++++++++++-- swad_action.c | 2 +- swad_changelog.h | 13 +- swad_statistic.c | 2 +- swad_tab.c | 2 +- 5 files changed, 514 insertions(+), 27 deletions(-) diff --git a/icon/iconset/nuvola/chart-bar.svg b/icon/iconset/nuvola/chart-bar.svg index bb1707c21..caaea8c16 100644 --- a/icon/iconset/nuvola/chart-bar.svg +++ b/icon/iconset/nuvola/chart-bar.svg @@ -1,22 +1,500 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/swad_action.c b/swad_action.c index ed00572d9..a11a4fd7e 100644 --- a/swad_action.c +++ b/swad_action.c @@ -3093,7 +3093,7 @@ struct Act_Actions Act_Actions[Act_NUM_ACTIONS] = /* ActReqUseGbl */{ 761, 0,TabAna,ActReqUseGbl ,0x3F8,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Sta_ReqShowFigures ,"chart-pie" }, /* ActSeePhoDeg */{ 447, 1,TabAna,ActSeePhoDeg ,0x3F8,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Pho_ShowPhotoDegree ,"graduation-cap" }, /* ActReqStaCrs */{ 767, 2,TabAna,ActReqStaCrs ,0x3F8,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,0x3C7,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Ind_ReqIndicatorsCourses ,"tasks" }, - /* ActReqAccGbl */{ 591, 3,TabAna,ActReqAccGbl ,0x3F8,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,Act_CONT_NORM,Act_BRW_1ST_TAB,Sta_SetIniEndDates ,Sta_AskShowGblHits ,"chart-bar" }, + /* ActReqAccGbl */{ 591, 3,TabAna,ActReqAccGbl ,0x3F8,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,Act_CONT_NORM,Act_BRW_1ST_TAB,Sta_SetIniEndDates ,Sta_AskShowGblHits ,"chart-line" }, /* ActReqMyUsgRep */{1586, 4,TabAna,ActReqMyUsgRep ,0x3F8,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,Rep_ReqMyUsageReport ,"file-alt" }, /* ActMFUAct */{ 993, 5,TabAna,ActMFUAct ,0x3F8,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,0x3C6,Act_CONT_NORM,Act_BRW_1ST_TAB,NULL ,MFU_ShowMyMFUActions ,"heart" }, diff --git a/swad_changelog.h b/swad_changelog.h index 1ec92506d..8691a044b 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -348,7 +348,7 @@ Buenos d // TODO: Fix bug: un usuario no identificado no debería ver el icono para acceder a sus asignaturas en la opción de buscar. -// TODO: Preferencias -> Ajustes: icono herramienta. Frecuentes: icono corazón +// TODO: La pestaña Evaluación debería estar visible para un usuario identificado sin asignatura seleccionada, al menos para ver las encuestas globales. /*****************************************************************************/ /****************************** Public constants *****************************/ @@ -369,10 +369,19 @@ En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 18.31.2 (2019-01-11)" +#define Log_PLATFORM_VERSION "SWAD 18.31.3 (2019-01-11)" #define CSS_FILE "swad18.31.css" #define JS_FILE "swad17.17.1.js" /* + Version 18.31.3: Jan 11, 2019 Changes in some icons. (239533 lines) + Copy the following icons to icon public directory: +sudo cp icon/chart-line.svg /var/www/html/swad/icon/ + +sudo cp icon/iconset/awesome/chart-line.svg /var/www/html/swad/icon/iconset/awesome/ + +sudo cp icon/iconset/nuvola/chart-bar.svg /var/www/html/swad/icon/iconset/nuvola/ +sudo cp icon/iconset/nuvola/chart-line.svg /var/www/html/swad/icon/iconset/nuvola/ + Version 18.31.2: Jan 11, 2019 Changes in test import. (239527 lines) Version 18.31.1: Jan 11, 2019 Changes in lists of degrees and courses. (239526 lines) Version 18.31: Jan 11, 2019 Some new SVG icons. diff --git a/swad_statistic.c b/swad_statistic.c index b8b04c631..27af138ed 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -625,7 +625,7 @@ void Sta_AskShowGblHits (void) case Rol_TCH: case Rol_SYS_ADM: Lay_PutContextualLink (ActReqAccCrs,NULL,NULL, - "chart-bar.svg", + "chart-line.svg", Txt_Visits_to_course,Txt_Visits_to_course, NULL); break; diff --git a/swad_tab.c b/swad_tab.c index 64b980fed..dca40b1b4 100644 --- a/swad_tab.c +++ b/swad_tab.c @@ -54,7 +54,7 @@ const char *Tab_TabIcons[Tab_NUM_TABS] = /* TabUsr */ "users", /* TabSoc */ "comment-dots", /* TabMsg */ "envelope", - /* TabAna */ "poll-h", + /* TabAna */ "chart-bar", /* TabPrf */ "user", };