index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
sqlite.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
maintenance: Fix bogus IDatabase method calls in sqlite.php
Aaron Schulz
2019-08-24
1
-16
/
+20
*
Update suppressWarning()/restoreWarning() calls
Reedy
2018-02-10
1
-2
/
+2
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-1
/
+1
*
SQLite syntax checker: Fix support for multiple files
Matthew Flaschen
2016-08-25
1
-1
/
+1
*
Many more function case mismatches
Reedy
2016-03-19
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-1
/
+1
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-1
/
+1
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-2
/
+2
*
Clean up $wgSQLiteDataDir handling and removed standalone sqlite class
Aaron Schulz
2015-03-09
1
-3
/
+3
*
Update formatting in maintenance/ (4/4)
Siebrand Mazeland
2014-04-23
1
-0
/
+3
*
Pass phpcs-strict on maintenance/ (1/8)
Siebrand Mazeland
2014-04-22
1
-1
/
+4
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-09-02
1
-1
/
+7
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Remove some unused getting of non existent arguments
Sam Reed
2011-10-18
1
-1
/
+3
*
sqlite.php: don't fail after --check-syntax on a non-SQLite DB
Max Semenik
2011-06-11
1
-0
/
+1
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
Get rid of a bunch of $wgDBtypes in maintenance/
Chad Horohoe
2010-12-10
1
-5
/
+3
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-3
/
+3
*
maintenance/sqlite.php: added the ability to check .sql files for SQLite comp...
Max Semenik
2010-08-12
1
-0
/
+20
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-3
/
+3
*
Fix child class visibility
Chad Horohoe
2010-03-10
1
-1
/
+1
*
Don't display useless --dbuser and --dbpass in sqlite.php help
Max Semenik
2010-02-21
1
-0
/
+8
*
maintenance/sqlite.php: added an option for safe backup
Max Semenik
2010-02-21
1
-2
/
+24
*
While coding r58014, I thought that VACUUM on a 0-byte databse results in an ...
Max Semenik
2009-12-17
1
-0
/
+3
*
Either we write 'bytes' in both cases, or in neither
Max Semenik
2009-10-31
1
-1
/
+1
*
That way of percentage calculation was an epic fail:)
Max Semenik
2009-10-22
1
-1
/
+1
*
Added a script for SQLite-specific maintenance tasks
Max Semenik
2009-10-18
1
-0
/
+80