aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision.php
Commit message (Expand)AuthorAgeFilesLines
* Avoid passing $this by reference in hooksYuriy Shnitkovskiy2017-01-021-1/+3
* Merge "Cleanup some incorrect return annotations"jenkins-bot2016-12-161-2/+2
|\
| * Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-2/+2
* | Remove empty lines from PHP and JavaScript comment blocksThiemo Mättig2016-12-091-2/+2
|/
* Refactor rev_delete handling on deletionumherirrender2016-10-271-0/+1
* objectcache: use a default "since" timestamp in getWithSetCallback()Aaron Schulz2016-10-141-1/+2
* Revision->insertOn: Set READ_LATEST flagMatthew Flaschen2016-10-061-0/+5
* Make Revision::getText() emit deprecation warnings.Reedy2016-10-051-2/+1
* Merge "Make $wgRevisionCacheExpiry default to one week"jenkins-bot2016-09-091-7/+8
|\
| * Make $wgRevisionCacheExpiry default to one weekAaron Schulz2016-09-081-7/+8
* | Only apply DB_MASTER fallback in Revision::fetchText() if READ_LATESTAaron Schulz2016-09-081-10/+23
|/
* objectcache: add "pcGroup" option to WANObjectCache::getWithSetCallback()Aaron Schulz2016-09-071-17/+10
* Revision: Simplify loadText() with nested getWithSetCallbackTimo Tijhof2016-09-071-27/+28
* Revert "Revision: Simplify loadText() with nested getWithSetCallback"Mattflaschen2016-09-071-28/+27
* Revision: Simplify loadText() with nested getWithSetCallbackTimo Tijhof2016-09-071-27/+28
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-9/+9
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-4/+4
* Cache revision lookups done by ParserAaron Schulz2016-09-051-29/+114
* Convert Revision::fetchFromConds() to using more modern selectRow()Aaron Schulz2016-09-021-16/+12
* Revert "If rev_content_model is null, use page_content_model."Legoktm2016-07-101-2/+2
* If rev_content_model is null, use page_content_model.daniel2016-07-081-2/+2
* Improvements to {{REVISIONUSER}} handlingAaron Schulz2016-06-141-1/+18
* Remove wfDebug() from Revision::loadText()Aaron Schulz2016-05-091-1/+0
* Namespace LinkTarget under MediaWiki\LinkerKunal Mehta2016-04-211-0/+1
* Remove Revision::getRawText()Florian2016-04-011-13/+0
* Request-local caching of revision textOri Livneh2016-03-221-0/+11
* Convert all array() syntax to []Kunal Mehta2016-02-171-71/+71
* Use LinkTarget in Revision::newFromTitleaddshore2016-02-031-6/+6
* Merge "Avoid races on null revision insertion"jenkins-bot2016-01-251-2/+4
|\
| * Avoid races on null revision insertionAaron Schulz2016-01-131-2/+4
* | Prevent revisions with rev_page = 0 from being inserted into the DBThis, that and the other2016-01-201-0/+11
|/
* Replace wfBaseConvert with Wikimedia\base_convertReedy2015-11-241-1/+1
* Don't claim model validation failed if the content couldn't be loadedMarius Hoch2015-11-161-4/+11
* Convert some users to WANObjectCache for consistencyAaron Schulz2015-10-191-3/+4
* Update various @params from DatabaseBase to IDatabaseAaron Schulz2015-10-051-13/+13
* Fix Generic.Files.LineLength phpcs failure in 11 files under includes/Amir E. Aharoni2015-10-031-1/+2
* Retry getting CatChange RC from masteraddshore2015-09-301-2/+9
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-4/+4
* Revision::newNullRevision: Make sure the Title is set in the constructorKunal Mehta2015-07-311-1/+2
* Revision: Interpret a NULL rev_content_model as the default modelKunal Mehta2015-07-021-2/+6
* Remove unneeded empty lines at begin of if/else/foreach bodyumherirrender2015-06-191-2/+2
* Avoid data loss if compression failsdaniel2015-06-041-2/+13
* Merge "Add checks to try to catch T92046"jenkins-bot2015-04-021-0/+8
|\
| * Add checks to try to catch T92046Brad Jorsch2015-03-311-0/+8
* | Added slave/master fallback logic in RevisionAaron Schulz2015-03-311-2/+19
|/
* Merge "Truncate null revision comment for whole multibyte characters"jenkins-bot2015-03-181-1/+4
|\
| * Truncate null revision comment for whole multibyte charactersumherirrender2015-03-121-1/+4
* | Merge "Removed newFromConds master fallback logic; obsoleted by $flags"jenkins-bot2015-03-131-10/+0
|\ \
| * | Removed newFromConds master fallback logic; obsoleted by $flagsAaron Schulz2015-03-101-10/+0
| |/
* / Avoid excess master queries in getTimestampFromIdAaron Schulz2015-03-111-10/+8
|/