aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/README
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete showCacheStats.php and showCacheStats.phpTimo Tijhof2015-12-071-3/+0
| | | | | | | | These scripts interact with keys that used to be set by ParserCache.php. However this hasn't been the case for a long time now. They use wfIncrStats(), which is configured by $wgStatsdServer. Change-Id: Id6a62aec57801085ed684af9362a96eca0914e92
* maintenance/README: Remove importTextFile.phpKevin Israel2014-07-211-4/+1
| | | | | | | | Follows-up 14303bfea4fd. Also corrected the capitalization of findHooks.php. Change-Id: I6de35e368b8b091592b150a17cbce92b49c5ecf2
* normalize filenames of maintenance scriptsWaldir Pimenta2013-03-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use lowerCamelCase.php format for all files (per [[mw:CC#File_naming]]), and make filenames more specific: - clear_stats.php -> clearCacheStats.php - clear_interwiki_cache.php -> clearInterwikiCache.php - initStats.php -> initSiteStats.php - proxy_check.php -> proxyCheck.php - stats.php -> showCacheStats.php - showStats.php -> showSiteStats.php Also changed the class names accordingly (per [[mw:CC/PHP#Naming]]), and make class names more specific: - clear_stats -> ClearCacheStats - InitStats -> InitSiteStats - CacheStats -> ShowCacheStats - ShowStats -> ShowSiteStats Updated files that made references to the changed files/classes: - DefaultSettings.php and SpecialBlockme.php (proxy_check.php -> proxyCheck.php) - maintenance/showSiteStats.php (initStats.php -> initSiteStats.php) - maintenance/README and docs/memcached.txt (stats.php -> showCacheStats.php) - docs/maintenance.txt and docs/memcached.txt (clear_stats.php -> clearCacheStats.php) Thanks Hashar for the initial help and encouragement :) Change-Id: I60f76fc971e06e1b710dcda35f9c2d931b93bdd7
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-201-3/+3
| | | | Change-Id: I52ae3c55044bc8c53698e356bad74969406670bf
* * (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setupChad Horohoe2009-07-231-3/+3
| | | | | | | * (bug 18768) Remove AdminSettings requirements. Maintenance environment will still load it if it exists, but it's not required for anything Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/53664
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-2/+2
| | | | | | | | Seems to have broken a bunch of stuff. Don't commit giant non-critical changes that break Setup.php and all maint scripts. Thanks! Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/52340
* Merge maintenance-work branch:Chad Horohoe2009-06-241-2/+2
| | | | | | | | | | | | * (bug 16322) Allow maint scripts to accept DB user/pass over input or params if no AdminSettings.php * (bug 18768) Remove AdminSettings.php from MediaWiki core * (bug 19157) createAndPromote error on bad password * (bug 14201) Create AdminSettings.php during wiki installation, in the same way as LocalSettings.php * Introduce new Maintenance class framework and port a good number of scripts over; the ones that are left are a little more complicated. Read the docs. * Not deleting "unused" files yet, don't want to break everything at once :) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/52336
* (bug 18122) Fix fatal require() errors and typo in the README.Chad Horohoe2009-03-241-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/48743
* docs updateAlexandre Emsenhuber2008-03-131-2/+23
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/31933
* * Add option to maintenance/createAndPromote.php to give the user bureaucrat ↵Rob Church2007-07-061-2/+5
| | | | | | | | | | permissions (--bureaucrat) * Some --help on maintenance/createAndPromote.php * Tweak maintenance/README Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/23808
* Add newline at end of file. (Done mainly to test the new svn server, but ↵Brion Vibber2007-05-311-1/+1
| | | | | | | it's nice eh?) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/22611
* Maintenance script to import multiple files into the wikiRob Church2006-05-151-0/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/14236
* Maintenance script to import the contents of a text file into a wiki pageRob Church2006-04-141-0/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/13641
* Extend documentation on maintenance scriptsRob Church2006-03-281-8/+77
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/13376
* archives not archiveÆvar Arnfjörð Bjarmason2005-04-061-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8094
* Initial revisionLee Daniel Crocker2003-04-141-0/+10
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1284 http://mediawiki.org/wiki/Special:Code/MediaWiki/1286