Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49EF217722 for ; Tue, 10 Mar 2015 16:35:33 +0000 (UTC) Received: (qmail 8389 invoked by uid 500); 10 Mar 2015 16:35:33 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 8354 invoked by uid 500); 10 Mar 2015 16:35:33 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 8345 invoked by uid 99); 10 Mar 2015 16:35:33 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Mar 2015 16:35:33 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 12ED3AC02E7 for ; Tue, 10 Mar 2015 16:35:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r943210 - in /websites/staging/ctakes/trunk: cgi-bin/ content/ content/people.html Date: Tue, 10 Mar 2015 16:35:33 -0000 To: commits@ctakes.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150310163533.12ED3AC02E7@hades.apache.org> Author: buildbot Date: Tue Mar 10 16:35:32 2015 New Revision: 943210 Log: Staging update by buildbot for ctakes Modified: websites/staging/ctakes/trunk/cgi-bin/ (props changed) websites/staging/ctakes/trunk/content/ (props changed) websites/staging/ctakes/trunk/content/people.html Propchange: websites/staging/ctakes/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Mar 10 16:35:32 2015 @@ -1 +1 @@ -1665590 +1665608 Propchange: websites/staging/ctakes/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Mar 10 16:35:32 2015 @@ -1 +1 @@ -1665590 +1665608 Modified: websites/staging/ctakes/trunk/content/people.html ============================================================================== --- websites/staging/ctakes/trunk/content/people.html (original) +++ websites/staging/ctakes/trunk/content/people.html Tue Mar 10 16:35:32 2015 @@ -172,7 +172,7 @@ $.getJSON( "https://projects-new.apache.org/json/foundation/committers.json", function( data ) { var persons = []; - $.each( data.ctakes, function( person ) { + $.each( data.ctakes, function( index, person ) { persons.push( "
  • " + person + "
  • " ); }); $( "#people-names" ).append( persons.join( "" ) );