You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2020/02/03 18:04:18 UTC

[whimsy] branch master updated (70e22cb -> 21b2b43)

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

curcuru pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git.


    from 70e22cb  Refactor, add some time links, use ics files for accurate times
     new 21ee4e0  Point to the new meeting page
     new 21b2b43  Separate out committer/member items

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 lib/whimsy/logparser.rb | 4 +++-
 www/members/index.cgi   | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)


[whimsy] 02/02: Separate out committer/member items

Posted by cu...@apache.org.
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

commit 21b2b4344e87714a39f059587e7a50354e9eb046
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Mon Feb 3 13:04:06 2020 -0500

    Separate out committer/member items
---
 lib/whimsy/logparser.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/whimsy/logparser.rb b/lib/whimsy/logparser.rb
index 4d1c6c6..b9b57b3 100755
--- a/lib/whimsy/logparser.rb
+++ b/lib/whimsy/logparser.rb
@@ -22,7 +22,9 @@ module LogParser
     'site.cgi' => 'TLP Site Checker',
     'pods.cgi' => 'Podling Site Checker',
     'foundation/orgchart' => 'Public OrgChart',
-    'status' => 'Server Status'
+    'status' => 'Server Status',
+    'committers' => 'Other Committer Private Tools',
+    'members' => 'Other Member Private Tools'
   }
   RUSER = 'remote_user'
   REFERER = 'referer'


[whimsy] 01/02: Point to the new meeting page

Posted by cu...@apache.org.
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

commit 21ee4e040a69feaec39a1177a169d4f2e02dae1c
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Mon Feb 3 12:57:34 2020 -0500

    Point to the new meeting page
---
 www/members/index.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/members/index.cgi b/www/members/index.cgi
index e42bb5d..8f7e776 100755
--- a/www/members/index.cgi
+++ b/www/members/index.cgi
@@ -8,6 +8,7 @@ require 'wunderbar'
 require 'wunderbar/bootstrap'
 
 MEETING = {
+  'meeting.cgi' => "Member's Meeting FAQ, Timeline, How-Tos",
   'proxy.cgi' => "Assign a proxy for the (current) Member's meeting",
   'watch.cgi' => "Potential Member Watch List - tracking candidates for future nominations",
   'memberless-pmcs.cgi' => "Crosscheck PMCs with few/no ASF Members, for future nominations",