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/01/17 23:43:24 UTC

[whimsy] branch master updated (49d163d -> 004bf37)

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 49d163d  add /srv/icla to the list
     new f4b171b  zap toll-free number from the agenda
     new fab9018  progress towards strict support
     new 004bf37  Merge branch 'master' of github.com:apache/whimsy

The 3 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/templates/agenda.erb      |  1 -
 www/board/agenda/views/models/agenda.js.rb | 21 ++++++++++++++++-----
 2 files changed, 16 insertions(+), 6 deletions(-)

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

[whimsy] 02/03: progress towards strict support

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 fab90182cc457c354fe29e2c60631b770cb67d67
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Jan 17 18:34:01 2018 -0500

    progress towards strict support
---
 www/board/agenda/views/models/agenda.js.rb | 21 ++++++++++++++++-----
 1 file changed, 16 insertions(+), 5 deletions(-)

diff --git a/www/board/agenda/views/models/agenda.js.rb b/www/board/agenda/views/models/agenda.js.rb
index 4b2e2d0..446a732 100644
--- a/www/board/agenda/views/models/agenda.js.rb
+++ b/www/board/agenda/views/models/agenda.js.rb
@@ -9,6 +9,7 @@ class Agenda
   @@etag = nil
   @@digest = nil
   Vue.util.defineReactive @@date, ''
+  @@color = 'blank'
 
   # (re)-load an agenda, creating instances for each item, and linking
   # each instance to their next and previous items.
@@ -28,8 +29,8 @@ class Agenda
 
     # remove president attachments from the normal flow
     @@index.each do |pres|
-      match = (pres.title == 'President') and pres.text and pres.text.
-        match(/Additionally, please see Attachments (\d) through (\d)/)
+      match = (pres.title == 'President' and pres.text and pres.text.
+        match(/Additionally, please see Attachments (\d) through (\d)/))
       next unless match
 
       first = last = nil
@@ -142,10 +143,14 @@ class Agenda
   end
 
   # provide read-only access to a number of properties 
-  attr_reader :attach, :title, :owner, :shepherd, :index, :timestamp, :digest
+  attr_reader :attach, :title, :owner, :shepherd, :timestamp, :digest
   attr_reader :approved, :roster, :prior_reports, :stats, :people, :notes
   attr_reader :chair_email, :mail_list, :warnings, :flagged_by
 
+  # provide read/write access to other properties
+  attr_accessor :index
+  attr_writer :color
+
   def fulltitle
     @fulltitle || @title
   end
@@ -265,7 +270,11 @@ class Agenda
 
   # the default banner color to use for the agenda as a whole
   def self.color
-    'blank'
+    @@color
+  end
+
+  def self.color=(color)
+    @@color = color
   end
 
   # fetch the start date
@@ -487,7 +496,9 @@ class Agenda
 
   # banner color for this agenda item
   def color
-    if not @title
+    if @color
+      @color 
+    elsif not @title
       'blank'
     elsif @warnings
       'missing'

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

[whimsy] 01/03: zap toll-free number from the agenda

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 f4b171ba43e30b098a98075acb6e02a630dbe50e
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Jan 17 18:30:42 2018 -0500

    zap toll-free number from the agenda
---
 www/board/agenda/templates/agenda.erb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/board/agenda/templates/agenda.erb b/www/board/agenda/templates/agenda.erb
index 9c040c7..a32b9a5 100644
--- a/www/board/agenda/templates/agenda.erb
+++ b/www/board/agenda/templates/agenda.erb
@@ -17,7 +17,6 @@
     Cloudera:
 
             International   : +1-650-479-3208
-            U.S. Toll-Free  : +1-877-668-4493
             Other numbers   : http://s.apache.org/webex-numbers
             Access Code     : 2329 5771
 

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

[whimsy] 03/03: 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 004bf37a3eb4a36ab148de15164c520a19363a92
Merge: fab9018 49d163d
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Jan 17 18:34:24 2018 -0500

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

 DEPLOYMENT.md                                        |  2 +-
 www/board/agenda/templates/agenda.erb                | 20 ++++++++------------
 www/board/agenda/views/actions/commit.json.rb        |  1 +
 www/board/agenda/views/pages/fy23.js.rb              |  4 ++--
 www/board/agenda/views/router.js.rb                  |  2 +-
 www/project/icla/Gemfile                             |  2 +-
 www/project/icla/main.rb                             |  3 ++-
 www/project/icla/views/app.html.rb                   |  2 +-
 .../workbench/templates/icla-invalid-id.erb          |  9 ++++++---
 .../workbench/templates/icla-pmc-notified.erb        |  7 ++++++-
 10 files changed, 29 insertions(+), 23 deletions(-)


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