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 b269a8f Print out agenda name
b269a8f is described below
commit b269a8fe8f53705d54c43944e9aff9f55855c77f
Author: Shane Curcuru <[email protected]>
AuthorDate: Sat Apr 20 18:09:43 2019 -0400
Print out agenda name
---
www/committers/testauth.cgi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/www/committers/testauth.cgi b/www/committers/testauth.cgi
index 5a4c62c..76423ff 100755
--- a/www/committers/testauth.cgi
+++ b/www/committers/testauth.cgi
@@ -19,7 +19,7 @@ _html do
'/status/' => 'Whimsy Server Status'
},
helpblock: -> {
- _ 'This script checks your authorization to use the agenda tool, and
checks if you are listed as attending the current board meeting in the official
agenda.'
+ _ 'This script checks your authorization to use the agenda tool, and
checks if you are listed as attending the current board meeting in the upcoming
official agenda.'
}
) do
FOUNDATION_BOARD = ASF::SVN['foundation_board']
@@ -28,9 +28,10 @@ _html do
roll = agenda.find {|item| item['title'] == 'Roll Call'}
person = ASF::Auth.decode(env)
+ _p %{ Your data for meeting: #{File.basename(agenda)} }
_table do
_tr do
- _td 'User id'
+ _td 'Your id'
_td person.id
end