Version 15.134.2

This commit is contained in:
Antonio Cañas Vargas 2016-01-30 00:07:23 +01:00
parent 149357fefc
commit 7f624c7dab
4 changed files with 27 additions and 26 deletions

View File

@ -121,13 +121,14 @@
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.134.1 (2016-01-29)" #define Log_PLATFORM_VERSION "SWAD 15.134.2 (2016-01-29)"
#define CSS_FILE "swad15.134.css" #define CSS_FILE "swad15.134.css"
#define JS_FILE "swad15.131.3.js" #define JS_FILE "swad15.131.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 15.134.2: Jan 29, 2016 New order of figures. (195327 lines)
Version 15.134.1: Jan 29, 2016 Changes in lists of following/followers. (195326 lines) Version 15.134.1: Jan 29, 2016 Changes in lists of following/followers. (195326 lines)
Version 15.134: Jan 29, 2016 Change in menu of social tab. (195328 lines) Version 15.134: Jan 29, 2016 Change in menu of social tab. (195328 lines)
Version 15.133.8: Jan 29, 2016 Link to request a user's profile. (195328 lines) Version 15.133.8: Jan 29, 2016 Link to request a user's profile. (195328 lines)

View File

@ -3889,6 +3889,10 @@ void Sta_ShowUseOfPlatform (void)
/***** Number of tests *****/ /***** Number of tests *****/
Sta_GetAndShowTestsStats (); Sta_GetAndShowTestsStats ();
break; break;
case Sta_FORUMS:
/***** Number of forums, threads and posts *****/
Sta_GetAndShowForumStats ();
break;
case Sta_NOTIFY_EVENTS: case Sta_NOTIFY_EVENTS:
/***** Number of users who want to be notified by e-mail on each event *****/ /***** Number of users who want to be notified by e-mail on each event *****/
Sta_GetAndShowNumUsrsPerNotifyEvent (); Sta_GetAndShowNumUsrsPerNotifyEvent ();
@ -3901,10 +3905,6 @@ void Sta_ShowUseOfPlatform (void)
/***** Number of sent and received messages *****/ /***** Number of sent and received messages *****/
Sta_GetAndShowMsgsStats (); Sta_GetAndShowMsgsStats ();
break; break;
case Sta_FORUMS:
/***** Number of forums, threads and posts *****/
Sta_GetAndShowForumStats ();
break;
case Sta_SURVEYS: case Sta_SURVEYS:
/***** Number of surveys *****/ /***** Number of surveys *****/
Sta_GetAndShowSurveysStats (); Sta_GetAndShowSurveysStats ();

View File

@ -109,10 +109,10 @@ typedef enum
Sta_OER, // Number of OERs (Open Educational Resources) Sta_OER, // Number of OERs (Open Educational Resources)
Sta_ASSIGNMENTS, // Number of assignments Sta_ASSIGNMENTS, // Number of assignments
Sta_TESTS, // Number of test questions Sta_TESTS, // Number of test questions
Sta_FORUMS, // Number of forums, threads and posts
Sta_NOTIFY_EVENTS, // Number of users per notify event Sta_NOTIFY_EVENTS, // Number of users per notify event
Sta_NOTICES, // Number of notices Sta_NOTICES, // Number of notices
Sta_MESSAGES, // Number of users' (sent and received) messages Sta_MESSAGES, // Number of users' (sent and received) messages
Sta_FORUMS, // Number of forums, threads and posts
Sta_SURVEYS, // Number of surveys Sta_SURVEYS, // Number of surveys
Sta_PRIVACY, // Number of users per privacity Sta_PRIVACY, // Number of users per privacity
Sta_LANGUAGES, // Number of users per language Sta_LANGUAGES, // Number of users per language

View File

@ -37607,6 +37607,26 @@ const char *Txt_STAT_USE_STAT_TYPES[Sta_NUM_FIGURES] =
"Testes" "Testes"
#endif #endif
, ,
#if L==1 // Sta_FORUMS
"Fòrums"
#elif L==2
"Foren"
#elif L==3
"Forums"
#elif L==4
"Foros"
#elif L==5
"Forums"
#elif L==6
"Foros" // Okoteve traducción
#elif L==7
"Forum"
#elif L==8
"Forums" // Potrzebujesz tlumaczenie
#elif L==9
"Fóruns"
#endif
,
#if L==1 // Sta_NOTIFY_EVENTS #if L==1 // Sta_NOTIFY_EVENTS
"Notificacions" "Notificacions"
#elif L==2 #elif L==2
@ -37667,26 +37687,6 @@ const char *Txt_STAT_USE_STAT_TYPES[Sta_NUM_FIGURES] =
"Mensagens" "Mensagens"
#endif #endif
, ,
#if L==1 // Sta_FORUMS
"Fòrums"
#elif L==2
"Foren"
#elif L==3
"Forums"
#elif L==4
"Foros"
#elif L==5
"Forums"
#elif L==6
"Foros" // Okoteve traducción
#elif L==7
"Forum"
#elif L==8
"Forums" // Potrzebujesz tlumaczenie
#elif L==9
"Fóruns"
#endif
,
#if L==1 // Sta_SURVEYS #if L==1 // Sta_SURVEYS
"Enquestes" "Enquestes"
#elif L==2 #elif L==2