Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CE108200C8F for ; Fri, 9 Jun 2017 17:36:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC9D7160BC8; Fri, 9 Jun 2017 15:36:28 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 45990160B9C for ; Fri, 9 Jun 2017 17:36:28 +0200 (CEST) Received: (qmail 43819 invoked by uid 500); 9 Jun 2017 15:36:27 -0000 Mailing-List: contact commits-help@whimsical.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@whimsical.apache.org Delivered-To: mailing list commits@whimsical.apache.org Received: (qmail 43810 invoked by uid 99); 9 Jun 2017 15:36:27 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jun 2017 15:36:27 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D64DC814D7; Fri, 9 Jun 2017 15:36:25 +0000 (UTC) Date: Fri, 09 Jun 2017 15:36:24 +0000 To: "commits@whimsical.apache.org" Subject: [whimsy] branch public-orgchart updated: add markdown support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <149702258498.12801.16576241590025704568@gitbox.apache.org> From: rubys@apache.org Reply-To: "commits@whimsical.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: whimsy X-Git-Refname: refs/heads/public-orgchart X-Git-Reftype: branch X-Git-Oldrev: 984c26a0adc591ddb730122cb23a4653e7ee6b63 X-Git-Newrev: 52915445e8f969b5d80f30fdf48bf7b415c9f8e0 X-Git-Rev: 52915445e8f969b5d80f30fdf48bf7b415c9f8e0 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Fri, 09 Jun 2017 15:36:29 -0000 This is an automated email from the ASF dual-hosted git repository. rubys pushed a commit to branch public-orgchart in repository https://gitbox.apache.org/repos/asf/whimsy.git The following commit(s) were added to refs/heads/public-orgchart by this push: new 5291544 add markdown support 5291544 is described below commit 52915445e8f969b5d80f30fdf48bf7b415c9f8e0 Author: Sam Ruby AuthorDate: Fri Jun 9 11:36:10 2017 -0400 add markdown support --- www/docs/orgchart.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/www/docs/orgchart.cgi b/www/docs/orgchart.cgi index c4e3b5f..a822f35 100755 --- a/www/docs/orgchart.cgi +++ b/www/docs/orgchart.cgi @@ -6,6 +6,7 @@ require 'whimsy/asf' require 'whimsy/asf/orgchart' # New class not yet in gem; duplicates www/roster/models/orgchart require 'wunderbar' require 'wunderbar/bootstrap' +require 'wunderbar/markdown' OTHER_LINKS = { 'https://people.apache.org/phonebook.html' => 'Apache Project Rosters Listing', 'https://incubator.apache.org/projects/#current' => 'Apache Incubator Podling Listing', -- To stop receiving notification emails like this one, please contact ['"commits@whimsical.apache.org" '].