aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/importTextFiles.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* maintenance: Use namespaced classesUmherirrender2024-10-211-0/+1
* build: Use inline ignore for Generic.CodeAnalysis.AssignmentInConditionUmherirrender2024-09-011-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Remove WikiRevision::downloadSourceMatěj Suchánek2022-11-041-1/+1
* Use a constant for 'Maintenance script' usernameGergő Tisza2021-05-031-1/+1
* importTextFiles.php: Replace deprecated WikiRevision:setText()Ammar Abdulhamid2020-11-101-1/+2
* importTextFiles: Don't get the content and not use itReedy2020-10-071-1/+0
* MCR importdaniel2020-07-181-3/+3
* importTextFiles: Remove use of Revision objectsDannyS7122020-06-031-5/+10
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* Remove unnecessary semi-colonsDerick Alangi2019-06-121-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-231-1/+3
* Fix importation of weird file names in importTextFiles.phpThis, that and the other2016-09-211-5/+5
* Make importTextFiles.php work with wildcards on the Windows shellThis, that and the other2016-07-161-1/+10
* Fix typo in 'log-action-filter-suppress-block'Bartosz Dziewoński2016-06-161-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Add parameters to importTextFiles.phpAndrew H2016-01-121-19/+85
* Add maintenance script importTextFiles.phpAndrew H2016-01-081-0/+131