You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/04/18 01:48:27 UTC

[whimsy] branch master updated (8516602 -> e8a8d76)

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

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


    from 8516602  WHIMSY-191 site checker ignore proper license link
     new 5426474  fix Ace in Termination report
     new fb7ab2f  Merge branch 'master' of github.com:apache/whimsy
     new 193dce0  Merge branch 'master' of github.com:apache/whimsy
     new e8a8d76  fix typo preventing correct reflow of discussion items

The 4 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:
 tools/collate_minutes.rb                  | 2 +-
 www/board/agenda/views/buttons/post.js.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.

[whimsy] 01/04: fix Ace in Termination report

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5426474422d8eae0643803d9b16beaab514832b0
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Apr 9 13:53:41 2018 -0400

    fix Ace in Termination report
    
    also remove terminal output made redundant by addition of logging
---
 tools/collate_minutes.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/collate_minutes.rb b/tools/collate_minutes.rb
index f3bae69..680494a 100755
--- a/tools/collate_minutes.rb
+++ b/tools/collate_minutes.rb
@@ -583,6 +583,7 @@ seen={}
     report.title.sub! 'Orc', 'ORC'
     report.title.sub! 'Steve', 'STeVe'
     report.title.sub! 'Openmeetings', 'OpenMeetings'
+    report.title.sub! 'Ace', 'ACE' # WHIMSY-31
 
     pending[title] = report
   end
@@ -728,7 +729,6 @@ end
 
 # output each individual report by owner
 agenda.sort.each do |title, reports|
-  puts title
   page = layout(title) do |x|
     info = site[canonical[title.downcase]]
     if info

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.

[whimsy] 04/04: fix typo preventing correct reflow of discussion items

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e8a8d76f15107fcc3e46b6887c7d6873e2bb9491
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Apr 17 21:48:04 2018 -0400

    fix typo preventing correct reflow of discussion items
---
 www/board/agenda/views/buttons/post.js.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/views/buttons/post.js.rb b/www/board/agenda/views/buttons/post.js.rb
index b53abe3..e756982 100644
--- a/www/board/agenda/views/buttons/post.js.rb
+++ b/www/board/agenda/views/buttons/post.js.rb
@@ -382,7 +382,7 @@ class Post < Vue
 
     if @header == 'Add Resolution' or @@item.attach =~ /^[47]/
       @indent = '        '
-    elsif @header == 'Add Disussion Item' 
+    elsif @header == 'Add Discussion Item' 
       @indent = '        '
     elsif @@item.attach == '8.'
       @indent = '    '

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.

[whimsy] 03/04: Merge branch 'master' of github.com:apache/whimsy

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 193dce010345b36a3ceaebfbcd81f7fd90c12bf5
Merge: fb7ab2f 8516602
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Apr 17 21:47:54 2018 -0400

    Merge branch 'master' of github.com:apache/whimsy

 DEVELOPMENT.md                             |  6 +++---
 tools/site-scan.rb                         |  6 ++++--
 www/board/agenda/views/models/agenda.js.rb | 16 ++++++++++++++--
 3 files changed, 21 insertions(+), 7 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.

[whimsy] 02/04: Merge branch 'master' of github.com:apache/whimsy

Posted by ru...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fb7ab2fa19c88dca1cd8ae0f33ed0c90da7c8b74
Merge: 5426474 452b475
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Apr 11 20:55:27 2018 -0400

    Merge branch 'master' of github.com:apache/whimsy

 .travis.yml        | 14 --------------
 MACOSX.md          | 24 ++++++++++--------------
 tools/site-scan.rb |  2 +-
 www/site.cgi       | 48 ++++++++++++++++++++++++++++++------------------
 4 files changed, 41 insertions(+), 47 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.