From: Nick Jenkins Date: Wed, 25 Oct 2006 07:28:02 +0000 (+0000) Subject: Bug 6977 - 404 for autogenerated database documentation in docs/database.txt ; The... X-Git-Tag: 1.31.0-rc.0~55382 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=6fa5563a65b1ad3f3e36615951ea07b56e6fef74;p=lhc%2Fweb%2Fwiklou.git Bug 6977 - 404 for autogenerated database documentation in docs/database.txt ; The meta documentation probably supersedes this. --- 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: