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 34BC2106A5 for ; Thu, 24 Oct 2013 15:16:01 +0000 (UTC) Received: (qmail 7685 invoked by uid 500); 24 Oct 2013 15:16:00 -0000 Delivered-To: apmail-manifoldcf-commits-archive@manifoldcf.apache.org Received: (qmail 7618 invoked by uid 500); 24 Oct 2013 15:15:57 -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 7611 invoked by uid 99); 24 Oct 2013 15:15:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 15:15:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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, 24 Oct 2013 15:15:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 727EC23888D7; Thu, 24 Oct 2013 15:15:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1535407 - in /manifoldcf/branches/CONNECTORS-792/framework: crawler-ui/src/main/webapp/ pull-agent/src/main/java/org/apache/manifoldcf/crawler/repository/ ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/ Date: Thu, 24 Oct 2013 15:15:29 -0000 To: commits@manifoldcf.apache.org From: kwright@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131024151529.727EC23888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: kwright Date: Thu Oct 24 15:15:28 2013 New Revision: 1535407 URL: http://svn.apache.org/r1535407 Log: Hook up authgroups into repository connections Modified: manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editconnection.jsp manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/listconnections.jsp manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/viewconnection.jsp manifoldcf/branches/CONNECTORS-792/framework/pull-agent/src/main/java/org/apache/manifoldcf/crawler/repository/RepositoryConnectionManager.java manifoldcf/branches/CONNECTORS-792/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_en_US.properties manifoldcf/branches/CONNECTORS-792/framework/ui-core/src/main/native2ascii/org/apache/manifoldcf/ui/i18n/common_ja_JP.properties Modified: manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editconnection.jsp URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editconnection.jsp?rev=1535407&r1=1535406&r2=1535407&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editconnection.jsp (original) +++ manifoldcf/branches/CONNECTORS-792/framework/crawler-ui/src/main/webapp/editconnection.jsp Thu Oct 24 15:15:28 2013 @@ -32,7 +32,7 @@ IRepositoryConnectionManager connMgr = RepositoryConnectionManagerFactory.make(threadContext); // Also get the list of available connectors IConnectorManager connectorManager = ConnectorManagerFactory.make(threadContext); - IAuthorityConnectionManager authConnectionManager = AuthorityConnectionManagerFactory.make(threadContext); + IAuthorityGroupManager authGroupManager = AuthorityGroupManagerFactory.make(threadContext); // Figure out what the current tab name is. String tabName = variableContext.getParameter("tabname"); @@ -422,10 +422,10 @@ - <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"editconnection.AuthorityColon")%> + <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"editconnection.AuthorityGroupColon")%> <% - IAuthorityConnection[] set2 = authConnectionManager.getAllConnections(); + IAuthorityGroup[] set2 = authGroupManager.getAllGroups(); int i = 0; %>