From 6fa5563a65b1ad3f3e36615951ea07b56e6fef74 Mon Sep 17 00:00:00 2001 From: Nick Jenkins Date: Wed, 25 Oct 2006 07:28:02 +0000 Subject: [PATCH] Bug 6977 - 404 for autogenerated database documentation in docs/database.txt ; The meta documentation probably supersedes this. --- RELEASE-NOTES | 1 + docs/database.txt | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e5378203dc..5beb3a5519 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -84,6 +84,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 7636) Fix typo in Firefox 2 check (tested by Werdna) * (bug 7663) Include language variant switcher links on Nostalgia skin * (bug 6531) Fix PHP fatal error on installation page with bad username input. +* (bug 6977) Remove 404 link for autogenerated database documentation. == Languages updated == diff --git a/docs/database.txt b/docs/database.txt index 679492a112..25dce8b7b8 100644 --- a/docs/database.txt +++ b/docs/database.txt @@ -2,13 +2,18 @@ Some information about database access in MediaWiki. By Tim Starling, January 2006. ------------------------------------------------------------------------ - API + Database layout ------------------------------------------------------------------------ -For a database API reference, please see the auto-generated -documentation: +For information about the MediaWiki database layout, such as a +description of the tables and their contents, please see: + http://meta.wikimedia.org/wiki/Help:Database_layout + http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/maintenance/tables.sql?view=markup + -http://wikipedia.sourceforge.net/doc/MediaWiki/Database.html +------------------------------------------------------------------------ + API +------------------------------------------------------------------------ To make a read query, something like this usually suffices: -- 2.20.1