aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/deleteDefaultMessages.php
Commit message (Expand)AuthorAgeFilesLines
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+5
* Maintenance: Change ::doDeleteArticle to WikiPage::doDeleteArticleRealDannyS7122020-03-251-2/+1
* User: Allow newSystemUser() to create over anonymous actorsBrad Jorsch2019-11-011-1/+1
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-4/+10
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* maintenance: Add --dry-run option to deleteDefaultMessages.phpTimo Tijhof2017-07-181-4/+14
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-2/+2
* deleteEqualMessages.php: Avoid "Transaction already in progress" warningKevin Israel2015-08-261-3/+2
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-1/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-081-0/+7
* Fix newline in the message per CRsaper2012-03-221-1/+1
* Unbreak maintenance/deleteDefaultMessages.php for PostgreSQLMarcin Cieślak2012-03-151-1/+1
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* * Use WikiPage instead of Article to call doDeleteArticle()Alexandre Emsenhuber2011-12-281-9/+8
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-0/+3
* Removed useless check for existence of wfWaitForSlaves()Alexandre Emsenhuber2011-06-171-3/+1
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-2/+2
* Rewrite messenging for old message deletion. The old one is boring.Antoine Musso2010-09-281-7/+16
* Add a post-update maintenance script list, moved deleteDefaultMessages into it.Chad Horohoe2010-08-161-4/+5
* Stylize maintenance folder..Sam Reed2010-05-221-1/+1
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Forgot that updaters.inc relies on deleteDefaultMessages.php. Move its requir...Chad Horohoe2009-08-021-1/+5
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-32/+52
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-37/+32
* Merge maintenance-work branch:Chad Horohoe2009-06-241-32/+37
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+3
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-2/+2
* * ensure 'MediaWiki default' user is a bot when running batch deletion of med...Brion Vibber2007-01-071-0/+2
* * The MediaWiki namespace is no longer pre-filled with default messages on in...Tim Starling2007-01-051-0/+43