aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/getText.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Add typehints to several methodsDaimona Eaytoy2021-08-311-1/+1
* getText.php: add --revision optiondaniel2021-02-131-2/+17
* Replace uses and hard deprecate Revision::newFromTitleDannyS7122020-04-181-4/+10
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* maintenance: Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-2/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-2/+0
* Pass phpcs-strict on maintenance/ (5/8)Siebrand Mazeland2014-04-231-1/+4
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* get rid of Revision::getTextdaniel2012-09-141-3/+3
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-241-1/+8
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-2/+2
* Follow up r59331.Platonides2010-01-171-7/+12
* Small script to output page text to stdoutMax Semenik2009-11-221-0/+53