You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by jo...@apache.org on 2017/07/06 00:43:10 UTC

[whimsy] branch master updated: Open links for podling status in new window. Add explanation why podlings are in danger.

This is an automated email from the ASF dual-hosted git repository.

johndament 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 e979fca  Open links for podling status in new window.  Add explanation why podlings are in danger.
e979fca is described below

commit e979fca68a071660ba0401e905c74ca5c346c658
Author: John D. Ament <jo...@apache.org>
AuthorDate: Wed Jul 5 20:43:04 2017 -0400

    Open links for podling status in new window.  Add explanation why podlings are in danger.
---
 www/roster/views/ppmc/main.js.rb | 8 ++++----
 www/roster/views/ppmcs.html.rb   | 8 +++++++-
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/www/roster/views/ppmc/main.js.rb b/www/roster/views/ppmc/main.js.rb
index e626c91..c5f2a12 100644
--- a/www/roster/views/ppmc/main.js.rb
+++ b/www/roster/views/ppmc/main.js.rb
@@ -121,16 +121,16 @@ class PPMC < React
     _h3 'Resources'
     _ul do
       _li do
-        _a "GitHub", href: 'https://github.com/apache?q=incubator-' + @ppmc.id
+        _a "GitHub", href: 'https://github.com/apache?q=incubator-' + @ppmc.id, target: '_new'
       end if @ppmc.podlingStatus.sourceControl == 'github'
       _li do
-        _a "Git Repositories", href: 'https://git-wip-us.apache.org/repos/asf?s=incubator-' + @ppmc.id
+        _a "Git Repositories", href: 'https://git-wip-us.apache.org/repos/asf?s=incubator-' + @ppmc.id, target: '_new'
       end if !@ppmc.podlingStatus.sourceControl || @ppmc.podlingStatus.sourceControl == 'git' || @ppmc.podlingStatus.sourceControl == 'asfgit'
       _li do
-        _a 'https://issues.apache.org/jira/browse/' + @ppmc.podlingStatus.jira,href: 'https://issues.apache.org/jira/browse/' + @ppmc.podlingStatus.jira
+        _a 'https://issues.apache.org/jira/browse/' + @ppmc.podlingStatus.jira,href: 'https://issues.apache.org/jira/browse/' + @ppmc.podlingStatus.jira, target: '_new'
       end if @ppmc.podlingStatus.jira
       _li do
-        _a 'https://cwiki.apache.org/confluence/display/' + @ppmc.podlingStatus.wiki,href: 'https://cwiki.apache.org/confluence/display/' + @ppmc.podlingStatus.wiki
+        _a 'https://cwiki.apache.org/confluence/display/' + @ppmc.podlingStatus.wiki,href: 'https://cwiki.apache.org/confluence/display/' + @ppmc.podlingStatus.wiki, target: '_new'
       end if @ppmc.podlingStatus.wiki
     end
 
diff --git a/www/roster/views/ppmcs.html.rb b/www/roster/views/ppmcs.html.rb
index 35bc6ce..bd5ae9e 100644
--- a/www/roster/views/ppmcs.html.rb
+++ b/www/roster/views/ppmcs.html.rb
@@ -37,7 +37,13 @@ _html do
 
             _td ppmc.startdate
 
-            _td ppmc.description
+            _td do
+              if project_names.include? ppmc.name
+                _p ppmc.description
+              else
+                _p ppmc.description + " (not in ldap)"
+              end
+            end
           end
         end
       end

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