Return-Path: X-Original-To: apmail-manifoldcf-commits-archive@www.apache.org Delivered-To: apmail-manifoldcf-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 9F91210409 for ; Thu, 13 Jun 2013 22:34:55 +0000 (UTC) Received: (qmail 46732 invoked by uid 500); 13 Jun 2013 22:34:55 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 46698 invoked by uid 500); 13 Jun 2013 22:34:55 -0000 Mailing-List: contact commits-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list commits@manifoldcf.apache.org Received: (qmail 46691 invoked by uid 99); 13 Jun 2013 22:34:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 22:34:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,WEIRD_QUOTING X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 22:34:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 54EF42388A29; Thu, 13 Jun 2013 22:34:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1492889 - /manifoldcf/branches/CONNECTORS-714/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java Date: Thu, 13 Jun 2013 22:34:35 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130613223435.54EF42388A29@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Thu Jun 13 22:34:34 2013 New Revision: 1492889 URL: http://svn.apache.org/r1492889 Log: Get javascript working right Modified: manifoldcf/branches/CONNECTORS-714/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java Modified: manifoldcf/branches/CONNECTORS-714/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-714/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java?rev=1492889&r1=1492888&r2=1492889&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-714/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java (original) +++ manifoldcf/branches/CONNECTORS-714/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java Thu Jun 13 22:34:34 2013 @@ -1705,7 +1705,7 @@ public class LivelinkConnector extends o " editconnection.serverhttpcgipath.focus();\n"+ " return false;\n"+ " }\n"+ -" if (editconnection.viewprotocol.options[0].value == \"\" && editconnection.ingestprotocol.options[0].value == \"\")\n"+ +" if (editconnection.viewprotocol.value == \"\" && editconnection.ingestprotocol.value == \"\")\n"+ " {\n"+ " alert(\""+Messages.getBodyJavascriptString(locale,"LivelinkConnector.SelectAViewProtocol")+"\");\n"+ " SelectTab(\"" + Messages.getBodyJavascriptString(locale,"LivelinkConnector.DocumentView") + "\");\n"+ @@ -1800,7 +1800,7 @@ public class LivelinkConnector extends o ingestPort = ""; String ingestCgiPath = parameters.getParameter(LiveLinkParameters.ingestCgiPath); if (ingestCgiPath == null) - ingestCgiPath = "/livelink/livelink.exe"; + ingestCgiPath = ""; String ingestNtlmUsername = parameters.getParameter(LiveLinkParameters.ingestNtlmUsername); if (ingestNtlmUsername == null) ingestNtlmUsername = ""; @@ -1977,7 +1977,7 @@ public class LivelinkConnector extends o " \n"+ " "+Messages.getBodyString(locale,"LivelinkConnector.DocumentFetchProtocol")+"\n"+ " \n"+ -" \n"+ " \n"+ " \n"+ " \n"+