From e8ffe8b6c68da76fe5a54daffde37b54ac3e3767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sun, 13 Nov 2016 21:19:41 +0100 Subject: [PATCH] Version 16.56.5 --- swad_changelog.h | 3 ++- swad_help.c | 2 ++ swad_profile.c | 3 ++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 1daeddea5..ad3e7cc1f 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -156,13 +156,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.56.4 (2016-11-13)" +#define Log_PLATFORM_VERSION "SWAD 16.56.5 (2016-11-13)" #define CSS_FILE "swad16.51.css" #define JS_FILE "swad16.46.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 16.56.5: Nov 13, 2016 Contextual help on view public profile. (206963 lines) Version 16.56.4: Nov 13, 2016 Contextual help on public activity. (206960 lines) Version 16.56.3: Nov 13, 2016 Contextual help on attendance. (206955 lines) Version 16.56.2: Nov 13, 2016 Contextual help on groups. (206938 lines) diff --git a/swad_help.c b/swad_help.c index 012c68093..9b6d5adc4 100644 --- a/swad_help.c +++ b/swad_help.c @@ -99,6 +99,8 @@ const char *Hlp_USERS_Attendance = WIKI "USERS.Attendance"; const char *Hlp_SOCIAL_Activity = WIKI "SOCIAL.Activity"; +const char *Hlp_SOCIAL_Profiles_view_public_profile = WIKI "SOCIAL.Profiles#view-public-profile"; + /***** STATS tab *****/ const char *Hlp_STATS_Surveys = WIKI "STATS.Surveys"; diff --git a/swad_profile.c b/swad_profile.c index ab1838fb0..684e15a23 100644 --- a/swad_profile.c +++ b/swad_profile.c @@ -159,6 +159,7 @@ void Prf_RequestUserProfile (void) static void Prf_RequestUserProfileWithDefaultNickname (const char *DefaultNickname) { + extern const char *Hlp_SOCIAL_Profiles_view_public_profile; extern const char *Txt_View_public_profile; extern const char *The_ClassForm[The_NUM_THEMES]; extern const char *Txt_Nickname; @@ -168,7 +169,7 @@ static void Prf_RequestUserProfileWithDefaultNickname (const char *DefaultNickna Act_FormStart (ActSeePubPrf); /***** Start frame *****/ - Lay_StartRoundFrame (NULL,Txt_View_public_profile,NULL,NULL); + Lay_StartRoundFrame (NULL,Txt_View_public_profile,NULL,Hlp_SOCIAL_Profiles_view_public_profile); /***** Form to request user's @nickname *****/ fprintf (Gbl.F.Out,"