aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/deleteEqualMessages.php
Commit message (Expand)AuthorAgeFilesLines
* 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