aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/deleteEqualMessages.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Consistent spelling of "subpage"Amir E. Aharoni2024-08-061-1/+1
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* Fix typo in maintenance scriptNiklas Laxström2023-12-131-1/+1
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Namespace 'special' Pagers under \MediaWiki\PagerJames D. Forrester2023-09-181-0/+1
* Merge "maintenance: Replace usages of deprecated WikiPage::doDeleteArticleReal"jenkins-bot2023-09-111-5/+4
|\
| * maintenance: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2021-11-081-5/+4
* | maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+2
* | Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* | Use LanguageNameUtils::AUTONYMS/SUPPORTED instead of hard coded valueUmherirrender2022-12-291-1/+2
* | Various doc fixes about false on method arguments/return typesUmherirrender2022-11-101-1/+1
* | Merge "maintenance: Use $this->waitForReplication()"jenkins-bot2022-10-271-2/+1
|\ \
| * | maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-2/+1
| |/
* / Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
|/
* Emit deprecation warnings reading from $wgUserDannyS7122021-09-151-2/+1
* Hard deprecate User group methodsvladshapik2021-07-231-1/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Merge "Inject services into SpecialAllMessages"jenkins-bot2020-11-201-1/+5
|\
| * Inject services into SpecialAllMessagesUmherirrender2020-11-021-1/+5
* | Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-5/+6
|/
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+2
* Maintenance: Change ::doDeleteArticle to WikiPage::doDeleteArticleRealDannyS7122020-03-251-7/+7
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-3/+6
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-8/+9
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-7/+7
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* User: Mostly remove password handlingBrad Jorsch2015-10-131-1/+1
* maintenance: Handle errors in deleteEqualMessages.phpTimo Tijhof2015-08-261-3/+8
* deleteEqualMessages.php: Avoid "Transaction already in progress" warningKevin Israel2015-08-261-2/+3
* Fix up php syntax that accidentally became part of a string literalTimo Tijhof2014-08-271-6/+6
* Add missing @param to function docsumherirrender2014-08-181-0/+1
* Break some long lines in maintenance, skins, testsumherirrender2014-07-241-7/+13
* Capitalise Message in SpecialAllMessages filesReedy2014-06-161-1/+1
* Removed begin/commit calls that result in error spamAaron Schulz2014-05-211-2/+0
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+2
* deleteEqualMessages: Exclude messages that are empty by defaultTimo Tijhof2013-10-091-1/+7
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Move the global to the place it is needed.Platonides2013-05-201-1/+2
* deleteEqualMessages: Refactor to support all langcode subpagesTimo Tijhof2013-05-171-32/+64
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* deleteEqualMessages: Include list of pages in dry runTimo Tijhof2013-05-031-6/+17
* (bug 43915) Implement deleteEqualMessages.phpTimo Tijhof2013-01-311-0/+143