aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/populateContentModel.php
Commit message (Expand)AuthorAgeFilesLines
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-6/+8
* Rename some cache keys with odd virtual hierarchiesAaron Schulz2017-10-241-1/+1
* Clean up wiki ID and DB domain ID handlingAaron Schulz2017-09-301-3/+3
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-5/+7
* populateContentModel: Invalidate content model and revision cacheMatthew Flaschen2016-11-291-1/+44
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-4/+4
* Convert all array() syntax to []Kunal Mehta2016-02-171-24/+24
* 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
* Re-enable MediaWiki.WhiteSpace.SpaceyParenthesis.SingleSpaceBeforeCloseParent...Reedy2015-09-261-1/+1
* Add maintenance script to populate page,revision,archive.*_content_* fieldsKunal Mehta2015-06-301-0/+207