This is an automated email from the ASF dual-hosted git repository.
curcuru 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 7bba40d Add copyable list per request clr
7bba40d is described below
commit 7bba40de8f3bdd768526bd77c73b6120dc2361f4
Author: Shane Curcuru <[email protected]>
AuthorDate: Mon Feb 3 18:52:00 2020 -0500
Add copyable list per request clr
---
www/members/subscriptions.cgi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/www/members/subscriptions.cgi b/www/members/subscriptions.cgi
index f263248..efd9779 100755
--- a/www/members/subscriptions.cgi
+++ b/www/members/subscriptions.cgi
@@ -51,6 +51,8 @@ _html do
_ 'Separate tables below show '
_a 'Members not subscribed to the list', href: "#unsub"
_ ', and '
+ _a 'Copyable list of Members not subscribed', href: "#unsublist"
+ _ ', and '
_a 'Entries in LDAP but not members.txt', href: "#ldap"
_ '.'
end
@@ -131,6 +133,12 @@ _html do
end
end
end
+ _h3_.unsublist! 'Handy List of Unsubscribed Emails'
+ _p do
+ missing.each do |person|
+ _ "#{person.id}@apache.org, "
+ end
+ end
end
extras = ldap - members