You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2017/05/06 00:41:23 UTC

svn commit: r1794122 - in /manifoldcf/branches/release-2.7-branch: ./ CHANGES.txt connectors/sharepoint/ connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Metadata.html

Author: kwright
Date: Sat May  6 00:41:23 2017
New Revision: 1794122

URL: http://svn.apache.org/viewvc?rev=1794122&view=rev
Log:
Pull up fix for CONNECTORS-1422 from trunk.

Modified:
    manifoldcf/branches/release-2.7-branch/   (props changed)
    manifoldcf/branches/release-2.7-branch/CHANGES.txt
    manifoldcf/branches/release-2.7-branch/connectors/sharepoint/   (props changed)
    manifoldcf/branches/release-2.7-branch/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Metadata.html

Propchange: manifoldcf/branches/release-2.7-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat May  6 00:41:23 2017
@@ -142,4 +142,4 @@
 /manifoldcf/branches/CONNECTORS-981:1605049-1605773
 /manifoldcf/branches/CONNECTORS-989:1611600-1612101
 /manifoldcf/branches/CONNECTORS-990:1610284-1610707
-/manifoldcf/trunk:1791542,1791548,1791603,1791609,1794105
+/manifoldcf/trunk:1791542,1791548,1791603,1791609,1793909,1794105

Modified: manifoldcf/branches/release-2.7-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.7-branch/CHANGES.txt?rev=1794122&r1=1794121&r2=1794122&view=diff
==============================================================================
--- manifoldcf/branches/release-2.7-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-2.7-branch/CHANGES.txt Sat May  6 00:41:23 2017
@@ -6,6 +6,9 @@ $Id$
 CONNECTORS-1423: Fix the new UI to add certificates to connections with certificate stores.
 (Karl Wright, Kishore Kumar)
 
+CONNECTORS-1422: Fix an HTML problem in SharePoint metadata UI.
+(David Hotchkiss)
+
 ======================= Release 2.7 =====================
 
 CONNECTORS-1411: Fix attachment URL template reset bug.

Propchange: manifoldcf/branches/release-2.7-branch/connectors/sharepoint/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat May  6 00:41:23 2017
@@ -61,3 +61,4 @@
 /manifoldcf/branches/CONNECTORS-891/connectors/sharepoint:1568778-1568807
 /manifoldcf/branches/CONNECTORS-912/connectors/sharepoint:1579605-1582723
 /manifoldcf/branches/CONNECTORS-990/connectors/sharepoint:1610284-1610707
+/manifoldcf/trunk/connectors/sharepoint:1793909

Modified: manifoldcf/branches/release-2.7-branch/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Metadata.html
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.7-branch/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Metadata.html?rev=1794122&r1=1794121&r2=1794122&view=diff
==============================================================================
--- manifoldcf/branches/release-2.7-branch/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Metadata.html (original)
+++ manifoldcf/branches/release-2.7-branch/connectors/sharepoint/connector/src/main/resources/org/apache/manifoldcf/crawler/connectors/sharepoint/editSpecification_Metadata.html Sat May  6 00:41:23 2017
@@ -149,7 +149,7 @@
             <nobr>
               <select name="s${SeqNum}_metafields" multiple="true" size="5">
     #foreach($field in $METAFIELDLIST)
-                <option value="$Encoder.attributeEscape($field.getValue())"/>$Encoder.bodyEscape($field.getPrettyName())</option>
+                <option value="$Encoder.attributeEscape($field.getValue())">$Encoder.bodyEscape($field.getPrettyName())</option>
     #end
               </select>
             </nobr>