List:Commits« Previous MessageNext Message »
From:paul Date:September 7 2007 1:25pm
Subject:svn commit - mysqldoc@docsrva: r7750 - in trunk: . refman-5.2 tools
View as plain text  
Author: paul
Date: 2007-09-07 15:25:14 +0200 (Fri, 07 Sep 2007)
New Revision: 7750

Log:
 r24677@frost:  paul | 2007-09-07 08:22:22 -0500
 Remove some unneeded mappings.
 Tweak error page template.


Modified:
   trunk/refman-5.2/renamed-nodes.txt
   trunk/tools/map-expired-nodes.pl

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:29982
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:24673
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:29982
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:24677
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005


Modified: trunk/refman-5.2/renamed-nodes.txt
===================================================================
--- trunk/refman-5.2/renamed-nodes.txt	2007-09-07 09:24:52 UTC (rev 7749)
+++ trunk/refman-5.2/renamed-nodes.txt	2007-09-07 13:25:14 UTC (rev 7750)
Changed blocks: 1, Lines Added: 0, Lines Deleted: 3; 825 bytes

@@ -242,11 +242,8 @@
 myodbc-windows-source-requirements myodbc-installation-source-windows
 myodbc-with-net myodbc-examples-programming
 myodbc-with-vb myodbc-examples-programming
-mysql-5-1-cluster-changes mysql-cluster-5-1-changes
 mysql-5-2-nutshell mysql-nutshell
 mysql-apis apis
-mysql-cluster-5-0-changes mysql-cluster-5-1-changes
-mysql-cluster-5-1-roadmap mysql-cluster-5-1-changes
 mysql-cluster-backup-using-management-server mysql-cluster-backup-using-management-client
 mysql-cluster-db-definition mysql-cluster-ndbd-definition
 mysql-cluster-faq faqs-mysql-cluster


Modified: trunk/tools/map-expired-nodes.pl
===================================================================
--- trunk/tools/map-expired-nodes.pl	2007-09-07 09:24:52 UTC (rev 7749)
+++ trunk/tools/map-expired-nodes.pl	2007-09-07 13:25:14 UTC (rev 7750)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 7; 823 bytes

@@ -123,14 +123,14 @@
 
 
 doc_navigation(array(
-    'home' => array('index.html', 'index.html'),
-    'this' => array(),
-    'prev' => array(),
-    'next' => array(),
-    'up'   => array('index.html', 'index.html'),
-    'siblings'  => array('index.html', 'index.html'),
+    'home' => array('', ''),
+    'this' => array('', ''),
+    'prev' => array('', ''),
+    'next' => array('', ''),
+    'up'   => array('', ''),
+    'siblings'  => array(),
     'children'  => array(),
-    'ancestors'  => array('index.html', 'index.html'),
+    'ancestors'  => array(),
 ));
 doc_header();
 ?>


Thread
svn commit - mysqldoc@docsrva: r7750 - in trunk: . refman-5.2 toolspaul7 Sep