aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/sqlite.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Fix bogus IDatabase method calls in sqlite.phpAaron Schulz2019-08-241-16/+20
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* SQLite syntax checker: Fix support for multiple filesMatthew Flaschen2016-08-251-1/+1
* Many more function case mismatchesReedy2016-03-191-1/+1
* 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
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* Clean up $wgSQLiteDataDir handling and removed standalone sqlite classAaron Schulz2015-03-091-3/+3
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-0/+3
* Pass phpcs-strict on maintenance/ (1/8)Siebrand Mazeland2014-04-221-1/+4
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-09-021-1/+7
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-1/+3
* sqlite.php: don't fail after --check-syntax on a non-SQLite DBMax Semenik2011-06-111-0/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Get rid of a bunch of $wgDBtypes in maintenance/Chad Horohoe2010-12-101-5/+3
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-3/+3
* maintenance/sqlite.php: added the ability to check .sql files for SQLite comp...Max Semenik2010-08-121-0/+20
* Stylize maintenance folder..Sam Reed2010-05-221-3/+3
* Fix child class visibilityChad Horohoe2010-03-101-1/+1
* Don't display useless --dbuser and --dbpass in sqlite.php helpMax Semenik2010-02-211-0/+8
* maintenance/sqlite.php: added an option for safe backupMax Semenik2010-02-211-2/+24
* While coding r58014, I thought that VACUUM on a 0-byte databse results in an ...Max Semenik2009-12-171-0/+3
* Either we write 'bytes' in both cases, or in neitherMax Semenik2009-10-311-1/+1
* That way of percentage calculation was an epic fail:)Max Semenik2009-10-221-1/+1
* Added a script for SQLite-specific maintenance tasksMax Semenik2009-10-181-0/+80