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 38252200ACA for ; Thu, 19 May 2016 01:52:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 36C9F160A15; Wed, 18 May 2016 23:52:45 +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 BADDC160A00 for ; Thu, 19 May 2016 01:52:42 +0200 (CEST) Received: (qmail 20011 invoked by uid 500); 18 May 2016 23:52:41 -0000 Mailing-List: contact commits-help@tajo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.apache.org Delivered-To: mailing list commits@tajo.apache.org Received: (qmail 20002 invoked by uid 99); 18 May 2016 23:52:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2016 23:52:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 44AAC1A5409 for ; Wed, 18 May 2016 23:52:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id T8TvITMkIand for ; Wed, 18 May 2016 23:52:31 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 348CD5F4EE for ; Wed, 18 May 2016 23:52:30 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DF232E047F for ; Wed, 18 May 2016 23:52:28 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 092083A095E for ; Wed, 18 May 2016 23:52:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1744468 [2/4] - in /tajo/site: ./ releases/0.10.0/ releases/0.10.1/ releases/0.11.0/ releases/0.11.1/ releases/0.11.2/ releases/0.8.0/ releases/0.9.0/ Date: Wed, 18 May 2016 23:52:27 -0000 To: commits@tajo.apache.org From: hyunsik@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160518235228.092083A095E@svn01-us-west.apache.org> archived-at: Wed, 18 May 2016 23:52:45 -0000 Modified: tajo/site/issue-tracking.html URL: http://svn.apache.org/viewvc/tajo/site/issue-tracking.html?rev=1744468&r1=1744467&r2=1744468&view=diff ============================================================================== --- tajo/site/issue-tracking.html (original) +++ tajo/site/issue-tracking.html Wed May 18 23:52:26 2016 @@ -1,13 +1,13 @@ - + Tajo - A Big Data Warehouse System on Hadoop - Issue Tracking @@ -39,6 +39,21 @@ function addListener(element, type, call } function ga_event_load() { + var dn_src_0_11_3 = document.getElementById('tajo-0.11.3-src'); + var dn_bin_0_11_3 = document.getElementById('tajo-0.11.3-bin'); + var dn_jdbc_0_11_3 = document.getElementById('tajo-jdbc-0.11.3'); + + addListener(dn_src_0_11_3, 'click', function() { + ga('send', 'event', 'tajo-0.11.2-src', 'click', 'tajo-0.11.3-src'); + }); + addListener(dn_bin_0_11_3, 'click', function() { + ga('send', 'event', 'tajo-0.11.2-bin', 'click', 'tajo-0.11.3-bin'); + }); + addListener(dn_jdbc_0_11_3, 'click', function() { + ga('send', 'event', 'tajo-jdbc-0.11.2', 'click', 'tajo-jdbc-0.11.3'); + }); + + var dn_src_0_11_2 = document.getElementById('tajo-0.11.2-src'); var dn_bin_0_11_2 = document.getElementById('tajo-0.11.2-bin'); var dn_jdbc_0_11_2 = document.getElementById('tajo-jdbc-0.11.2'); @@ -187,10 +202,10 @@ window.onload = ga_event_load; Documentation @@ -201,7 +216,7 @@ window.onload = ga_event_load;
  • Source Code
  • -
  • Get Involved +
  • Get Involved
  • How To Contribute @@ -221,16 +236,16 @@ window.onload = ga_event_load; Apache
  • @@ -257,7 +272,7 @@ window.onload = ga_event_load;