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 2017/09/20 18:39:34 UTC

[whimsy] branch agenda_on_vue updated (0a52627 -> 40bc0b7)

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

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


    from 0a52627  cleanup: round 1; primarily replacing ~ with DOM calls
     new 5e981b9  skip non-standard agenda in parsing for historical comments
     new 40bc0b7  remove debug statement

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:
 www/board/agenda/models/comments.rb        | 1 -
 www/board/agenda/views/layout/header.js.rb | 1 -
 2 files changed, 2 deletions(-)

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

[whimsy] 01/02: skip non-standard agenda in parsing for historical comments

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

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

commit 5e981b995f29960307895cde3d2cd274ca7a1bdf
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Sep 19 07:54:47 2017 -0400

    skip non-standard agenda in parsing for historical comments
---
 www/board/agenda/models/comments.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/board/agenda/models/comments.rb b/www/board/agenda/models/comments.rb
index 2ad5d10..20a36a9 100644
--- a/www/board/agenda/models/comments.rb
+++ b/www/board/agenda/models/comments.rb
@@ -30,7 +30,6 @@ class HistoricalComments
     agendas.reverse.each do |agenda|
       date = agenda[/\d+_\d+_\d+/]
       begin
-        puts agenda
         ASF::Board::Agenda.parse(File.read(agenda), true).each do |report|
           next if report['comments'].to_s.empty?
           comments[report['title']][date] = report['comments']

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

[whimsy] 02/02: remove debug statement

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

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

commit 40bc0b70a178cf47b442f5ebbc79723ecb0d540e
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Tue Sep 19 07:54:47 2017 -0400

    remove debug statement
---
 www/board/agenda/views/layout/header.js.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/board/agenda/views/layout/header.js.rb b/www/board/agenda/views/layout/header.js.rb
index 4c3e0fc..5ba3590 100644
--- a/www/board/agenda/views/layout/header.js.rb
+++ b/www/board/agenda/views/layout/header.js.rb
@@ -129,6 +129,5 @@ class Header < Vue
   # toggle info dropdown
   def toggleInfo
     @infodropdown = (@infodropdown ? nil : 'open')
-    console.log 'toggle'
   end
 end

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