* (bug 3175) update filenames in documentation files
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 17 Aug 2005 19:48:24 +0000 (19:48 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 17 Aug 2005 19:48:24 +0000 (19:48 +0000)
docs/deferred.txt
docs/globals.txt
docs/hooks.txt
docs/language.txt
docs/linkcache.txt
docs/skin.txt
docs/title.txt
docs/user.txt

index 425395f..445eb0e 100644 (file)
@@ -1,5 +1,5 @@
 
 
-DEFERRED.DOC
+deferred.txt
 
 A few of the database updates required by various functions here
 can be deferred until after the result page is displayed to the
 
 A few of the database updates required by various functions here
 can be deferred until after the result page is displayed to the
index ac1a609..519b416 100644 (file)
@@ -1,4 +1,4 @@
-GLOBALS.DOC
+globals.txt
 
 PHP loves globals. I hate them. This is not a great
 combination, but I manage. I could get rid of most of
 
 PHP loves globals. I hate them. This is not a great
 combination, but I manage. I could get rid of most of
index b285ddc..b4a2679 100644 (file)
@@ -1,4 +1,4 @@
-HOOKS.DOC
+hooks.txt
 
 This document describes how event hooks work in MediaWiki; how to add
 hooks for an event; and how to run hooks for an event.
 
 This document describes how event hooks work in MediaWiki; how to add
 hooks for an event; and how to run hooks for an event.
index 06639f7..9d6a0db 100644 (file)
@@ -1,4 +1,4 @@
-LANGUAGE.DOC
+language.txt
 
 The Language object handles all readable text produced by the
 software. The most used function is getMessage(), usually
 
 The Language object handles all readable text produced by the
 software. The most used function is getMessage(), usually
index b0afbee..ab36587 100644 (file)
@@ -1,4 +1,4 @@
-LINKCACHE.DOC
+linkcache.txt
 
 The LinkCache class maintains a list of article titles and
 the information about whether or not the article exists in
 
 The LinkCache class maintains a list of article titles and
 the information about whether or not the article exists in
index 3b7a74e..82a5b72 100644 (file)
@@ -1,5 +1,5 @@
 
 
-SKIN.DOC
+skin.txt
 
 This document describes the overall architecture of MediaWiki's HTML rendering
 code as well as some history about the skin system. It is placed here rather
 
 This document describes the overall architecture of MediaWiki's HTML rendering
 code as well as some history about the skin system. It is placed here rather
index c86baa9..b404bd3 100644 (file)
@@ -1,4 +1,4 @@
-TITLE.DOC
+title.txt
 
 The MediaWiki software's "Title" class represents article
 titles, which are used for many purposes: as the human-readable
 
 The MediaWiki software's "Title" class represents article
 titles, which are used for many purposes: as the human-readable
index 9278892..3f1c820 100644 (file)
@@ -1,5 +1,5 @@
 
 
-USER.DOC
+user.txt
 
 Documenting the MediaWiki User object.
 
 
 Documenting the MediaWiki User object.