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 2017/07/02 12:21:29 UTC

[whimsy] branch master updated: Show if id is a committer

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 c0b9a43  Show if id is a committer
c0b9a43 is described below

commit c0b9a435af42a1077b5c907763a226773223bd75
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jul 2 13:21:27 2017 +0100

    Show if id is a committer
---
 www/secretary/public-names.cgi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/www/secretary/public-names.cgi b/www/secretary/public-names.cgi
index 815fe30..7bdb995 100755
--- a/www/secretary/public-names.cgi
+++ b/www/secretary/public-names.cgi
@@ -223,6 +223,7 @@ _html do
         _th 'id'
         _th 'cn'
         _th 'mail'
+        _th 'Committer?' # non-committers won't have iclas (usually)
       end
 
       ldap.each do |person|
@@ -235,6 +236,7 @@ _html do
           end
           _td person.cn
           _td person.mail.first
+          _td person.asf_committer?
         end
       end
     end

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].