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 213C3200CAF for ; Thu, 22 Jun 2017 21:42:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1FDF7160BD3; Thu, 22 Jun 2017 19:42:52 +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 63971160BF1 for ; Thu, 22 Jun 2017 21:42:51 +0200 (CEST) Received: (qmail 37201 invoked by uid 500); 22 Jun 2017 19:42:50 -0000 Mailing-List: contact commits-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list commits@carbondata.apache.org Received: (qmail 37164 invoked by uid 99); 22 Jun 2017 19:42:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2017 19:42:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4231EE02B4; Thu, 22 Jun 2017 19:42:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chenliang613@apache.org To: commits@carbondata.apache.org Date: Thu, 22 Jun 2017 19:42:51 -0000 Message-Id: <2af5cddc46ff4d67b1701b89ed07e6e3@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/4] carbondata-site git commit: Enhance And Fixed UI Bugs archived-at: Thu, 22 Jun 2017 19:42:52 -0000 Enhance And Fixed UI Bugs Project: http://git-wip-us.apache.org/repos/asf/carbondata-site/repo Commit: http://git-wip-us.apache.org/repos/asf/carbondata-site/commit/69cfd212 Tree: http://git-wip-us.apache.org/repos/asf/carbondata-site/tree/69cfd212 Diff: http://git-wip-us.apache.org/repos/asf/carbondata-site/diff/69cfd212 Branch: refs/heads/asf-site Commit: 69cfd21218934b95d97087229afaa79e320eafad Parents: 20e101e 0a70c06 Author: chenliang613 Authored: Fri Jun 23 03:40:22 2017 +0800 Committer: chenliang613 Committed: Fri Jun 23 03:40:22 2017 +0800 ---------------------------------------------------------------------- src/main/resources/application.conf | 3 +- src/main/scala/MDFileConverter.scala | 21 +++++ src/main/scala/html/header.html | 2 +- src/main/webapp/.htaccess | 1 + src/main/webapp/configuration-parameters.html | 14 ++- src/main/webapp/css/style.css | 46 +++++----- src/main/webapp/data-management.html | 2 +- .../webapp/ddl-operation-on-carbondata.html | 18 ++-- .../webapp/dml-operation-on-carbondata.html | 9 +- src/main/webapp/errorpage.html | 92 +++++++++++++++++++ src/main/webapp/faq.html | 10 +- .../webapp/file-structure-of-carbondata.html | 2 +- src/main/webapp/images/404error.png | Bin 0 -> 15082 bytes src/main/webapp/index.html | 2 +- src/main/webapp/installation-guide.html | 58 ++++++------ src/main/webapp/js/custom.js | 73 ++++----------- src/main/webapp/mainpage.html | 3 +- src/main/webapp/pdf/maven-pdf-plugin.pdf | Bin 193057 -> 230816 bytes src/main/webapp/quick-start-guide.html | 40 ++++++-- .../supported-data-types-in-carbondata.html | 2 +- src/main/webapp/troubleshooting.html | 9 +- src/main/webapp/useful-tips-on-carbondata.html | 27 +++--- 22 files changed, 273 insertions(+), 161 deletions(-) ----------------------------------------------------------------------