aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/populateLogUsertext.php
Commit message (Expand)AuthorAgeFilesLines
* Pass '' instead of false for the $conds parameter in select calls.daniel2018-03-021-2/+2
* Remove wfWaitForSlaves when using Maintenance::commitTransactionUmherirrender2018-02-261-1/+0
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-0/+8
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Cast block start to int in maintenace SQLPhantom422017-12-081-1/+2
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-4/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-4/+4
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-301-2/+2
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-0/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-021-0/+7
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* Tweaks to LoggedUpdateMaintenance:Chad Horohoe2011-09-081-16/+13
* Introduced Maintenance::getDB() and corresponding setDB() to control external...Max Semenik2011-05-241-1/+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
* More unused variables, whitespaceSam Reed2010-07-251-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-9/+9
* * 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
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-6/+71
* svn:eol-style nativeAlexandre Emsenhuber2009-07-041-17/+17
* Added script to populate log_user_textAaron Schulz2009-06-271-0/+17