Version 16.235.1

This commit is contained in:
Antonio Cañas Vargas 2017-06-04 18:55:22 +02:00
parent 8b1b690dd4
commit ee38af9390
3 changed files with 13 additions and 5 deletions

View File

@ -1103,6 +1103,15 @@ a:hover /* Default ==> underlined */
color:#398000; color:#398000;
font-size:12pt; font-size:12pt;
} }
.CON_USR_NARROW_TIT
{
max-width:136px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
text-align:center;
vertical-align:middle;
}
.CON_USR_NARROW .CON_USR_NARROW
{ {
width:68px; width:68px;

View File

@ -230,19 +230,18 @@
// TODO: Link names are too short ==> add more length, for example: "A guide to building and understanding the physics of Water Rockets" // TODO: Link names are too short ==> add more length, for example: "A guide to building and understanding the physics of Water Rockets"
// TODO: Fix bug: Error when a link end in a dot. Example: "A guide to building..." --> "A guide to building._..url" (two dots) // TODO: Fix bug: Error when a link end in a dot. Example: "A guide to building..." --> "A guide to building._..url" (two dots)
// TODO: Fix length of connected non-editing teachers at right column
/*****************************************************************************/ /*****************************************************************************/
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.235 (2017-06-04)" #define Log_PLATFORM_VERSION "SWAD 16.235.1 (2017-06-04)"
#define CSS_FILE "swad16.226.css" #define CSS_FILE "swad16.235.1.css"
#define JS_FILE "swad16.206.3.js" #define JS_FILE "swad16.206.3.js"
// Number of lines (includes comments but not blank lines) has been got with the following command: // 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 // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1
/* /*
Version 16.235.1: Jun 04, 2017 Limited length of connected users at right column. (221027 lines)
Version 16.235: Jun 04, 2017 Fixed bug in notifications about enrolment as a non-editing teacher. Version 16.235: Jun 04, 2017 Fixed bug in notifications about enrolment as a non-editing teacher.
Fixed bugs and code refactoring related to users enrolment. (221018 lines) Fixed bugs and code refactoring related to users enrolment. (221018 lines)
1 change necessary in database: 1 change necessary in database:

View File

@ -592,7 +592,7 @@ static void Con_ShowConnectedUsrsWithARoleBelongingToCurrentCrsOnRightColumn (Ro
Gbl.Usrs.Connected.NumUsrsToList = Cfg_MAX_CONNECTED_SHOWN; Gbl.Usrs.Connected.NumUsrsToList = Cfg_MAX_CONNECTED_SHOWN;
fprintf (Gbl.F.Out,"<tr>" fprintf (Gbl.F.Out,"<tr>"
"<td colspan=\"3\" class=\"CENTER_TOP\">" "<td colspan=\"3\" class=\"CON_USR_NARROW_TIT\">"
"%u %s" "%u %s"
"</td>" "</td>"
"</tr>", "</tr>",