From e4c817a9441fa245a16169ddb7cbcb351ca79a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Wed, 11 Oct 2017 14:27:25 +0200 Subject: [PATCH] Version 17.25.2 --- css/{swad17.25.css => swad17.25.2.css} | 7 +++++++ swad_changelog.h | 8 +++---- swad_project.c | 29 +++----------------------- 3 files changed, 14 insertions(+), 30 deletions(-) rename css/{swad17.25.css => swad17.25.2.css} (99%) diff --git a/css/swad17.25.css b/css/swad17.25.2.css similarity index 99% rename from css/swad17.25.css rename to css/swad17.25.2.css index 272dd0faf..5388b09d4 100644 --- a/css/swad17.25.css +++ b/css/swad17.25.2.css @@ -2259,6 +2259,13 @@ a:hover img.CENTRE_PHOTO_SHOW /********************** Number of question, project, etc. ********************/ .BIG_INDEX {color:#808080; font-size:20pt; font-weight:bold;} +/******************************** Projects ***********************************/ +.PRJ_LST_USR + { + margin:0; + padding-left:1em; + } + /********************************** Tests ************************************/ .TAG_SEL {box-sizing:border-box; width:346px;} .TAG_TXT {box-sizing:border-box; width:346px;} diff --git a/swad_changelog.h b/swad_changelog.h index 98ced3f0c..e680c76e2 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -248,19 +248,19 @@ // TODO: "Administrar varios profesores no editores" -> debería poder hacerlo un profesor (Perico) -// TODO: Los profesores no editores no deberían recibir notificaciones de solicitudes de inscripción. - /*****************************************************************************/ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 17.25.1 (2017-10-10)" -#define CSS_FILE "swad17.25.css" +#define Log_PLATFORM_VERSION "SWAD 17.25.2 (2017-10-11)" +#define CSS_FILE "swad17.25.2.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.25.2: Oct 11, 2017 Students' IDs removed from listing of projects. Suggested by Pedro Villar Castro. + Fixed bug in listing of projects. (234345 lines) Version 17.25.1: Oct 10, 2017 Fixed problem in layout of projects. (234357 lines) Version 17.25: Oct 10, 2017 New column with the number of the project in listing of projects. (234336 lines) Version 17.24.2: Oct 10, 2017 Code refactoring in projects filter. (234209 lines) diff --git a/swad_project.c b/swad_project.c index 1d9ff3fcb..c373ecc94 100644 --- a/swad_project.c +++ b/swad_project.c @@ -1692,14 +1692,6 @@ static void Prj_ShowOneProjectMembersWithARole (const struct Project *Prj, "PHOTO21x28",Pho_ZOOM,false); fprintf (Gbl.F.Out,""); - /* Write user's IDs */ - if (RoleInProject == Prj_ROLE_STD) - { - fprintf (Gbl.F.Out,""); - ID_WriteUsrIDs (&Gbl.Usrs.Other.UsrDat,NULL); - fprintf (Gbl.F.Out,""); - } - /* Write user's name */ fprintf (Gbl.F.Out,"%s", Gbl.Usrs.Other.UsrDat.FullName); @@ -1765,7 +1757,7 @@ static void Prj_ShowTableAllProjectsMembersWithARole (const struct Project *Prj, if (NumUsrs) { /***** Write users *****/ - fprintf (Gbl.F.Out,"