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/14 11:51:45 UTC

[whimsy] branch master updated (3fc49d9 -> 97522ce)

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 3fc49d9  WHIMSY-139 Inconsistent log comments for acreq requests
     add 9277266  put script in body
     new 97522ce  Merge branch 'master' into roster_on_vue

The 1 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:

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

[whimsy] 01/01: Merge branch 'master' into roster_on_vue

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 97522ce1c9a8612b2ecfaf714b692aa81f85f4fa
Merge: 9277266 3fc49d9
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Sep 14 07:50:48 2017 -0400

    Merge branch 'master' into roster_on_vue

 lib/whimsy/asf/board.rb                            |  65 ++++++
 lib/whimsy/asf/rack.rb                             |   2 +-
 lib/whimsy/asf/themes.rb                           |   6 +-
 tools/toucher.rb                                   |  12 +-
 www/board/agenda/Gemfile                           |   3 +-
 www/board/agenda/data/agenda.erb                   | 223 +++++++++++++++++++++
 www/board/agenda/main.rb                           |   5 +
 www/board/agenda/routes.rb                         |  37 +++-
 www/board/agenda/views/elements/pns.rb             |   6 +
 www/index.html                                     |   1 +
 www/members/security-subs.cgi                      |  99 +++++++++
 www/officers/acreq.cgi                             |   2 +-
 www/roster/main.rb                                 |  43 ++--
 www/roster/models/committee.rb                     |  16 +-
 www/roster/models/ppmc.rb                          |   1 +
 www/roster/public/stylesheets/app.css              |  13 ++
 www/roster/views/actions/ppmc.json.rb              |   4 +-
 www/roster/views/app.js.rb                         |   6 +-
 www/roster/views/committee.html.rb                 |  14 +-
 www/roster/views/committees.html.rb                |  12 +-
 www/roster/views/committer.html.rb                 |  11 +-
 www/roster/views/committers.html.rb                |   2 +-
 www/roster/views/duties.html.rb                    |   7 +-
 www/roster/views/errors.html.rb                    |   2 +-
 www/roster/views/group.html.rb                     |  14 +-
 www/roster/views/groups.html.rb                    |   2 +-
 www/roster/views/index.html.rb                     |   2 +-
 www/roster/views/members.html.rb                   |   2 +-
 www/roster/views/mixins/add.js.rb                  |  67 +++++++
 www/roster/views/mixins/mod.js.rb                  |  65 ++++++
 www/roster/views/not_found.html.rb                 |   2 +-
 www/roster/views/orgchart.html.rb                  |   2 +-
 www/roster/views/pmc/add.js.rb                     | 112 ++++-------
 www/roster/views/pmc/committers.js.rb              |  13 +-
 www/roster/views/pmc/main.js.rb                    |  21 +-
 www/roster/views/pmc/mod.js.rb                     | 123 ++++--------
 www/roster/views/pmc/pmc.js.rb                     |  16 +-
 www/roster/views/podlings.html.rb                  |   2 +-
 www/roster/views/ppmc.html.rb                      |   5 +-
 www/roster/views/ppmc/add.js.rb                    | 113 ++++-------
 www/roster/views/ppmc/committers.js.rb             |  32 ++-
 www/roster/views/ppmc/main.js.rb                   |  19 +-
 www/roster/views/ppmc/members.js.rb                |  42 +---
 www/roster/views/ppmc/mentors.js.rb                |  60 +-----
 www/roster/views/ppmc/mod.js.rb                    | 126 ++++--------
 www/roster/views/ppmc/roster.js.rb                 |  70 -------
 www/roster/views/ppmcs.html.rb                     |  19 +-
 .../{pmc/roster.js.rb => projectSearch.js.rb}      |  12 +-
 www/roster/views/vue-config.js.rb                  |   9 +-
 www/secretary/workbench/Gemfile                    |   2 +-
 www/secretary/workbench/server.rb                  |   2 +
 .../workbench/templates/icla-account-requested.erb |   3 +-
 www/secretary/workbench/views/actions/icla.json.rb |   2 +-
 www/secretary/workbench/views/body.html.rb         |   4 +-
 www/status/monitors/git.rb                         |  15 ++
 www/test/icla/Gemfile                              |   4 +-
 www/test/icla/main.rb                              |   4 +-
 www/test/icla/package.json                         |  15 --
 www/test/icla/views/actions/validate.json.rb       |   2 +-
 www/test/icla/views/app.html.rb                    |   6 +-
 www/test/icla/views/app.js.rb                      |   2 +
 www/test/icla/views/main.js.rb                     |  11 +-
 www/test/icla/views/markdown.js.rb                 |  15 +-
 www/test/icla/views/pages/complete.js.rb           |   2 +-
 www/test/icla/views/pages/form.js.rb               |  11 +-
 www/test/icla/views/pages/interview.js.rb          |   2 +-
 www/test/icla/views/pages/invite.js.rb             |   8 +-
 www/test/icla/views/pages/preview.js.rb            |   2 +-
 www/test/vhost-generator.cgi                       |  12 +-
 69 files changed, 982 insertions(+), 684 deletions(-)

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