build: Upgrade mediawiki-codesniffer from 26.0.0 to 28.0.0
[lhc/web/wiklou.git] / maintenance / README
index e4c01b5..8d0b1c4 100644 (file)
@@ -10,8 +10,8 @@ proper installation.
 
 Certain scripts will require elevated access to the database. In order to
 provide this, first create a MySQL user with "all" permissions on the wiki
-database, and then place their username and password in an AdminSettings.php
-file in the directory above. See AdminSettings.sample for specifics on this.
+database, and then set $wgDBadminuser and $wgDBadminpassword in your
+LocalSettings.php
 
 === Brief explanation of files ===
 
@@ -51,20 +51,17 @@ installations.
        edit.php
        Edit a page to change its content
 
-       findhooks.php
+       findHooks.php
        Find hooks that aren't documented in docs/hooks.txt
 
        importDump.php
        XML dump importer
-       
+
        importImages.php
        Import images into the wiki
-       
-       importTextFile.php
-       Import the contents of a text file into a wiki page
 
        moveBatch.php
-       Move a batch of pages 
+       Move a batch of pages
 
        namespaceDupes.php
        Check articles name to see if they conflict with new/existing namespaces
@@ -78,7 +75,7 @@ installations.
        rebuildImages.php
        Update image metadata records
 
-       rebuildMessages.php
+       rebuildmessages.php
        Update the MediaWiki namespace after changing site language
 
        rebuildtextindex.php
@@ -93,9 +90,6 @@ installations.
        runJobs.php
        Immediately complete all jobs in the job queue
 
-       stats.php
-       Show all statistics stored in memcached
-
        undelete.php
        Undelete all revisions of a page
 
@@ -106,4 +100,4 @@ installations.
        Update pages restriction to the new schema
 
        userOptions.php
-       Change user options
\ No newline at end of file
+       Change user options