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 6ab3762 Revert 5aae43a
6ab3762 is described below
commit 6ab37625527f6a743e00d45639ed81e94365bfdb
Author: Sebb <[email protected]>
AuthorDate: Sun Sep 27 13:14:34 2020 +0100
Revert 5aae43a
---
www/members/nominations.cgi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/www/members/nominations.cgi b/www/members/nominations.cgi
index c6945f6..2ed4788 100755
--- a/www/members/nominations.cgi
+++ b/www/members/nominations.cgi
@@ -142,3 +142,12 @@ _html do
end
end
end
+
+# produce JSON output of reports
+_json do
+ _ reports do |mail|
+ _subject mail.subject
+ _link MBOX + URI.escape('<' + mail.message_id + '>')
+ _missing missing.any? {|title| mail.subject.downcase =~ /\b#{title}\b/}
+ end
+end