You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/06/03 12:20:01 UTC

[whimsy] branch master updated: Whimsy does not subscribe users automatically

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 5031007  Whimsy does not subscribe users automatically
5031007 is described below

commit 50310074d37bac6366e93a0b1551151000669ef9
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 3 13:19:52 2020 +0100

    Whimsy does not subscribe users automatically
---
 www/roster/views/nonpmc/main.js.rb | 5 +++++
 www/roster/views/pmc/main.js.rb    | 5 +++++
 www/roster/views/ppmc/main.js.rb   | 5 +++++
 3 files changed, 15 insertions(+)

diff --git a/www/roster/views/nonpmc/main.js.rb b/www/roster/views/nonpmc/main.js.rb
index 682edf4..0916792 100644
--- a/www/roster/views/nonpmc/main.js.rb
+++ b/www/roster/views/nonpmc/main.js.rb
@@ -63,6 +63,11 @@ class NonPMC < Vue
           _p do
             _br
             _ 'Note: to Add existing committers to the Committee, please select the committer from the list below and use the Modify button instead.'
+            _br
+            _ 'N.B. please ask the committer to subscribe themselves to the private list, for example by using the'
+            _br
+            _ 'Mailing List Subscription Helper '
+            _a 'https://whimsy.apache.org/committers/subscribe', href: 'https://whimsy.apache.org/committers/subscribe'
           end
         end
       end
diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index 40c5f17..f74ad86 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -81,6 +81,11 @@ class PMC < Vue
           _p do
             _br
             _ 'Note: to Add existing committers to the PMC, please select the committer from the list below and use the Modify button instead.'
+            _br
+            _ 'N.B. please ask the committer to subscribe themselves to the private list, for example by using the'
+            _br
+            _ 'Mailing List Subscription Helper '
+            _a 'https://whimsy.apache.org/committers/subscribe', href: 'https://whimsy.apache.org/committers/subscribe'
           end
         end
       end
diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index 3752f84..7e9524f 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -88,6 +88,11 @@ class PPMC < Vue
           _p do
             _br
             _ 'Note: to Add existing committers to the PPMC, please select the committer from the list below and use the Modify button instead.'
+            _br
+            _ 'N.B. please ask the committer to subscribe themselves to the private list, for example by using the'
+            _br
+            _ 'Mailing List Subscription Helper '
+            _a 'https://whimsy.apache.org/committers/subscribe', href: 'https://whimsy.apache.org/committers/subscribe'
           end
         elsif not @ppmc.hasLDAP? and (@@auth.root or @@auth.secretary)
           _button.btn.btn_primary 'Create project in LDAP', onClick: self.post,