aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/fixTimestamps.php
Commit message (Expand)AuthorAgeFilesLines
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* Replace remaining usages of IDatabase::fetchObject()Alexander Vorwerk2022-01-191-1/+1
* Explicit cast TS_UNIX to int for arithmetic operations and int argsUmherirrender2022-01-111-1/+1
* maintenance: Cleanup use of exit in Maintenance::execute implementationUmherirrender2021-08-301-1/+1
* Remove unneeded continue/return statementsUmherirrender2021-08-171-2/+0
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-3/+3
* Pass phpcs-strict on maintenance/ (5/8)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
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-101-5/+12
* 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-15/+15
* Big commit: kill almost every freeResult() call as uselessChad Horohoe2010-08-081-1/+0
* Stylize maintenance folder..Sam Reed2010-05-221-9/+9
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+3
* * 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
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-3/+2
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-92/+107
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+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-1/+1
* fix line endingsBrion Vibber2006-04-181-104/+104
* Some semblance of working orderTim Starling2006-04-161-8/+19
* Untested fixup script, committing for test on wikimedia cluster.Tim Starling2006-04-101-0/+93