diff --git a/swad_changelog.h b/swad_changelog.h index 68ddb0c9c..d44868e16 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -121,13 +121,14 @@ /****************************** 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 JS_FILE "swad15.131.3.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.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: 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) diff --git a/swad_statistic.c b/swad_statistic.c index b87cda686..70368d110 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -3889,6 +3889,10 @@ void Sta_ShowUseOfPlatform (void) /***** Number of tests *****/ Sta_GetAndShowTestsStats (); break; + case Sta_FORUMS: + /***** Number of forums, threads and posts *****/ + Sta_GetAndShowForumStats (); + break; case Sta_NOTIFY_EVENTS: /***** Number of users who want to be notified by e-mail on each event *****/ Sta_GetAndShowNumUsrsPerNotifyEvent (); @@ -3901,10 +3905,6 @@ void Sta_ShowUseOfPlatform (void) /***** Number of sent and received messages *****/ Sta_GetAndShowMsgsStats (); break; - case Sta_FORUMS: - /***** Number of forums, threads and posts *****/ - Sta_GetAndShowForumStats (); - break; case Sta_SURVEYS: /***** Number of surveys *****/ Sta_GetAndShowSurveysStats (); diff --git a/swad_statistic.h b/swad_statistic.h index 12a7de91b..7f0daa763 100644 --- a/swad_statistic.h +++ b/swad_statistic.h @@ -109,10 +109,10 @@ typedef enum Sta_OER, // Number of OERs (Open Educational Resources) Sta_ASSIGNMENTS, // Number of assignments Sta_TESTS, // Number of test questions + Sta_FORUMS, // Number of forums, threads and posts Sta_NOTIFY_EVENTS, // Number of users per notify event Sta_NOTICES, // Number of notices Sta_MESSAGES, // Number of users' (sent and received) messages - Sta_FORUMS, // Number of forums, threads and posts Sta_SURVEYS, // Number of surveys Sta_PRIVACY, // Number of users per privacity Sta_LANGUAGES, // Number of users per language diff --git a/swad_text.c b/swad_text.c index 9d1efb33f..8a4333f60 100644 --- a/swad_text.c +++ b/swad_text.c @@ -37607,6 +37607,26 @@ const char *Txt_STAT_USE_STAT_TYPES[Sta_NUM_FIGURES] = "Testes" #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 "Notificacions" #elif L==2 @@ -37667,26 +37687,6 @@ const char *Txt_STAT_USE_STAT_TYPES[Sta_NUM_FIGURES] = "Mensagens" #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 "Enquestes" #elif L==2