aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/createBotPassword.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* Fully test createBotPassword.phpDreamy Jazz2024-08-301-1/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Maintenance: Print errors from StatusValue objects in a consistent wayBartosz Dziewoński2024-06-121-4/+2
* createBotPassword: Use plain text for rights infoGergő Tisza2024-02-041-1/+1
* Split User::getRightDescription into two methodsSamuel Guebo2024-01-311-1/+1
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-201-0/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+2
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-4/+2
* maintenance: Replace deprecated User::idFromNameUmherirrender2022-12-211-2/+2
* Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-1/+1
* Use GrantsInfo and GrantsLocalization instead of MWGrantsAlexander Vorwerk2022-07-101-3/+7
* Cleanup mixed space/tab line indentUmherirrender2021-09-041-1/+1
* Validate max length of bp_restrictions and bp_grantsReedy2020-12-051-5/+12
* Add a maintenance script to create bot passwords.Alex Dean2020-08-211-0/+141