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 2011/01/10 10:35:26 UTC

svn commit: r1057138 - in /incubator/lcf/branches/release-0.1-incubating-branch: ./ CHANGES.txt site/src/documentation/content/xdocs/site.xml site/src/documentation/skinconf.xml

Author: kwright
Date: Mon Jan 10 09:35:25 2011
New Revision: 1057138

URL: http://svn.apache.org/viewvc?rev=1057138&view=rev
Log:
Pull up fix for CONNECTORS-147

Modified:
    incubator/lcf/branches/release-0.1-incubating-branch/   (props changed)
    incubator/lcf/branches/release-0.1-incubating-branch/CHANGES.txt
    incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/content/xdocs/site.xml
    incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/skinconf.xml

Propchange: incubator/lcf/branches/release-0.1-incubating-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jan 10 09:35:25 2011
@@ -1,2 +1,2 @@
 /incubator/lcf/branches/release-0.1-branch:1056045
-/incubator/lcf/trunk:1039159,1041674,1041679,1041763,1041885,1041968,1042383,1042836-1042837,1042896,1042898,1043728,1044276,1044287,1044294,1044641,1049834,1050183,1050605,1056045,1056054,1056104,1056116,1056131-1056139,1056157,1056170-1056173,1056195,1056245,1056382-1056385,1056474,1056738,1057076,1057120
+/incubator/lcf/trunk:1039159,1041674,1041679,1041763,1041885,1041968,1042383,1042836-1042837,1042896,1042898,1043728,1044276,1044287,1044294,1044641,1049834,1050183,1050605,1056045,1056054,1056104,1056116,1056131-1056139,1056157,1056170-1056173,1056195,1056245,1056382-1056385,1056474,1056738,1057076,1057120,1057137

Modified: incubator/lcf/branches/release-0.1-incubating-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-incubating-branch/CHANGES.txt?rev=1057138&r1=1057137&r2=1057138&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-incubating-branch/CHANGES.txt (original)
+++ incubator/lcf/branches/release-0.1-incubating-branch/CHANGES.txt Mon Jan 10 09:35:25 2011
@@ -4,6 +4,9 @@ $Id$
 ======================= Release 0.1 =======================
 Release Date:  See http://incubator.apache.org/connectors for the official release date.
 
+CONNECTORS-147: Disable PDF's everywhere except for user documentation.
+(Grant Ingersoll, David Crossley, Karl Wright)
+
 CONNECTORS-148: Creating the database in PostgreSQL failed intermittently
 when a parameter was used for the encoding; the PostgreSQL documentation
 specifies that it must be a quoted string in that case.

Modified: incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/content/xdocs/site.xml?rev=1057138&r1=1057137&r2=1057138&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/content/xdocs/site.xml (original)
+++ incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/content/xdocs/site.xml Mon Jan 10 09:35:25 2011
@@ -32,7 +32,8 @@
     <dev label="API Documentation" href="programmatic-operation.html"/>
     <dev label="Javadoc" href="javadoc.html"/>
     <dev label="Building and Deploying" href="how-to-build-and-deploy.html"/>
-    <dev label="End-user Documentation" href="end-user-documentation.html"/>
+    <dev label="End-user Documentation (HTML)" href="end-user-documentation.html"/>
+    <dev label="End-user Documentation (PDF)" href="end-user-documentation.pdf"/>
   </docs>
   
   <resources label="Resources">

Modified: incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/skinconf.xml?rev=1057138&r1=1057137&r2=1057138&view=diff
==============================================================================
--- incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/skinconf.xml (original)
+++ incubator/lcf/branches/release-0.1-incubating-branch/site/src/documentation/skinconf.xml Mon Jan 10 09:35:25 2011
@@ -35,7 +35,7 @@ which will be used to configure the chos
   <!-- Disable the print link? If enabled, invalid HTML 4.0.1 -->
   <disable-print-link>true</disable-print-link>  
   <!-- Disable the PDF link? -->
-  <disable-pdf-link>false</disable-pdf-link>
+  <disable-pdf-link>true</disable-pdf-link>
   <!-- Disable the POD link? -->
   <disable-pod-link>true</disable-pod-link>
   <!-- Disable the Text link? FIXME: NOT YET IMPLEMENETED. -->