Please try it out

2017-11-13 Thread Craig Russell
I've pretty much done with the "invite" part of whimsy.Apache.org/project/icla What is left is to move the validation of the vote and notice link to the invite code from the validate code. And to restrict the invitations of PPMC committers to PPMC members. Currently in order to test using my own

[jira] [Commented] (WHIMSY-155) Whimsy URL snafu reveals SERVER env vars?

2017-11-13 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249882#comment-16249882 ] Chris A. Mattmann commented on WHIMSY-155: -- I guess revealing SERVER env vars. If

[jira] [Commented] (WHIMSY-155) Whimsy URL snafu reveals SERVER env vars?

2017-11-13 Thread Sam Ruby (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249875#comment-16249875 ] Sam Ruby commented on WHIMSY-155: - Chris's URL is processed by: https://github.com/apache

[jira] [Commented] (WHIMSY-156) Shepherd menuitem not present for Director

2017-11-13 Thread Sam Ruby (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249837#comment-16249837 ] Sam Ruby commented on WHIMSY-156: - I've reverted the commit that caused the regression; le

[jira] [Commented] (WHIMSY-156) Shepherd menuitem not present for Director

2017-11-13 Thread Shane Curcuru (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249768#comment-16249768 ] Shane Curcuru commented on WHIMSY-156: -- Manually going to my Shepherd URL gives the c

[jira] [Created] (WHIMSY-156) Shepherd menuitem not present for Director

2017-11-13 Thread Shane Curcuru (JIRA)
Shane Curcuru created WHIMSY-156: Summary: Shepherd menuitem not present for Director Key: WHIMSY-156 URL: https://issues.apache.org/jira/browse/WHIMSY-156 Project: Whimsy Issue Type: Bug

[jira] [Commented] (WHIMSY-155) Whimsy URL snafu reveals SERVER env vars?

2017-11-13 Thread Shane Curcuru (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249719#comment-16249719 ] Shane Curcuru commented on WHIMSY-155: -- Also happens with any /Bogus-end-path Th

[jira] [Updated] (WHIMSY-155) Whimsy URL snafu reveals SERVER env vars?

2017-11-13 Thread Shane Curcuru (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane Curcuru updated WHIMSY-155: - Component/s: BoardAgenda > Whimsy URL snafu reveals SERVER env vars? > ---

[jira] [Resolved] (WHIMSY-154) Username display broken on whimsy.a.o

2017-11-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved WHIMSY-154. - Resolution: Fixed Should be fixed now > Username display broken on whimsy.a.o > -

[jira] [Commented] (WHIMSY-154) Username display broken on whimsy.a.o

2017-11-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249364#comment-16249364 ] Sebb commented on WHIMSY-154: - (... it will be when the fix is propagated shortly) > Username

[jira] [Commented] (WHIMSY-154) Username display broken on whimsy.a.o

2017-11-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/WHIMSY-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16249363#comment-16249363 ] Sebb commented on WHIMSY-154: - Thanks for the report; hopefully fixed now. > Username display

Re: project/icla link validation problem

2017-11-13 Thread Daniel Gruno
On 11/13/2017 11:08 AM, sebb wrote: > On 13 November 2017 at 02:36, Craig Russell wrote: >> When trying to validate links for VOTE and NOTICE, the demo code attempts to >> retrieve the message from lists.apache.org. >> >> # attempt to fetch the page >> if @votelink =~ /^https?:/i >> uri =

Re: project/icla link validation problem

2017-11-13 Thread sebb
On 13 November 2017 at 02:36, Craig Russell wrote: > When trying to validate links for VOTE and NOTICE, the demo code attempts to > retrieve the message from lists.apache.org. > > # attempt to fetch the page > if @votelink =~ /^https?:/i > uri = URI.parse(@votelink) > http = Net::HTTP