List:Internals« Previous MessageNext Message »
From:paul Date:August 12 2005 10:38pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3252)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.3252 05/08/12 17:38:27 paul@stripped +1 -0
  mysqlweb-chunk.xsl:
    Add page ancestor list to doc_navigation() info.

  xsl.d/mysqlweb-chunk.xsl
    1.10 05/08/12 17:37:20 paul@stripped +17 -0
    Add page ancestor list to doc_navigation() info.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysqldoc

--- 1.9/xsl.d/mysqlweb-chunk.xsl	2005-06-15 14:12:10 -05:00
+++ 1.10/xsl.d/mysqlweb-chunk.xsl	2005-08-12 17:37:20 -05:00
@@ -103,6 +103,23 @@
   </xsl:if>
  </xsl:for-each>
 
+ <xsl:text disable-output-escaping="yes">
+    ),
+    'ancestors'  =&gt; array(</xsl:text>
+ 
+ <xsl:for-each select="ancestor::*">
+  <xsl:variable name="ischunk"><xsl:call-template name="chunk"/></xsl:variable>
+  <xsl:if test="$ischunk='1'">
+   <xsl:text>
+      </xsl:text>
+   <xsl:call-template name="phpdoc.nav.array">
+    <xsl:with-param name="node" select="."/>
+    <xsl:with-param name="useabbrev" select="'1'"/>
+   </xsl:call-template>
+   <xsl:text>,</xsl:text>
+  </xsl:if>
+ </xsl:for-each>
+
  <xsl:text>
     ),
 ));
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3252)paul13 Aug