aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/formatInstallDoc.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* maintenance: Use namespaced classesUmherirrender2024-10-211-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Remove ParserOutput::getText() calls from core (direct pipeline)Isabelle Hurbain-Palatin2024-08-231-1/+6
* installer: Namespace more installer classesReedy2024-01-131-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* ParserOptions: Deprecate fallback to $wgUserDannyS7122020-12-161-1/+1
* Set public for override of Maintenance functionsUmherirrender2019-10-091-2/+2
* maintenance: Replace deprecated global $wgParser with getParser() serviceDerick Alangi2019-03-101-2/+4
* Have class match filename in some maintenance scriptsKunal Mehta2018-05-231-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-4/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Added/Removed spaces around string concatenationumherirrender2013-04-131-1/+1
* style: normalize end of filesAntoine Musso2013-02-031-2/+0
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-101-0/+7
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-06-141-0/+16
* Fix doc for maintenance/Antoine Musso2012-02-081-0/+3
* Maintenance script for exporting the preprocessed wikitext from installer doc...Tim Starling2011-06-141-0/+54