This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  0f01997cdf6dd13a41e7480546a090edf9682694 (commit)
      from  a84736724dd6c262ee4a592c58fe2ffe3e9e3606 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=0f01997cdf6dd13a41e7480546a090edf9682694

commit 0f01997cdf6dd13a41e7480546a090edf9682694
Author: Franck Villaume <[email protected]>
Date:   Sat Jun 12 19:14:51 2021 +0200

    fix [#942]: add missing string for approve_diary

diff --git a/src/common/include/rbac_texts.php 
b/src/common/include/rbac_texts.php
index 0ff80ea..acd14d4 100644
--- a/src/common/include/rbac_texts.php
+++ b/src/common/include/rbac_texts.php
@@ -50,6 +50,8 @@ function setup_rbac_strings () {
                                                                  
'approve_projects1' => _('Approve projects'),
                                                                  
'approve_news0' => _('No Access'),
                                                                  
'approve_news1' => _('Approve news'),
+                                                                 
'approve_diary0' => _('No Access'),
+                                                                 
'approve_diary1' => _('Approve diaries'),
                                                                  
'forge_stats0' => _('No Access'),
                                                                  
'forge_stats1' => _('Read access'),
                                                                  
'forge_stats2' => _('Admin forge stats'),
@@ -188,6 +190,7 @@ function setup_rbac_strings () {
                                                                    
'forge_admin' => _('Forge administration'),
                                                                    
'approve_projects' => _('Approve projects'),
                                                                    
'approve_news' => _('Approve news'),
+                                                                   
'approve_diary' => _('Approve diaries'),
                                                                    
'forge_stats' => _('Forge statistics'),
 
                                                                    
'project_read' => _('Project visibility'),

-----------------------------------------------------------------------

Summary of changes:
 src/common/include/rbac_texts.php | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to