aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Revision.php
Commit message (Expand)AuthorAgeFilesLines
* WikiPage::doModify: Reuse old revision while null-editingZhuyifei19992017-11-041-0/+1
* Add deprecation notices for selectFields() methods deprecated in Idcfd1556Brad Jorsch2017-11-011-0/+10
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-18/+141
* Revision split __construct methodaddshore2017-10-121-141/+157
* Revision: test and fix __construct exceptionsaddshore2017-10-121-4/+4
* Clean up wiki ID and DB domain ID handlingAaron Schulz2017-09-301-2/+2
* Add basic IP range support to Special:ContributionsMusikAnimal2017-09-051-1/+11
* Merge "Handle comment truncation in CommentStore"jenkins-bot2017-09-051-4/+1
|\
| * Handle comment truncation in CommentStoreBrad Jorsch2017-09-011-4/+1
* | Remove reference to deprecated IDatabase->nextSequenceValue()Brad Jorsch2017-09-011-7/+4
|/
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-5/+19
* Use short type bool/int in param documentationUmherirrender2017-08-201-2/+2
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-1/+1
* Fix minor issues found with phanWMDE-Fisch2017-08-091-3/+3
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-3/+3
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-211-2/+0
* Fix usage of $db->nextSequenceValue()Brad Jorsch2017-05-101-1/+4
* Move Database and subclasses to Rdbms namespaceAaron Schulz2017-04-121-0/+1
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+2
* Fix undefined ExternalStore::decompressRevisionTextPaladox2017-03-221-1/+1
* Make Revision::getRevisionText() cache the converted textAaron Schulz2017-03-221-11/+14
* Make MessageCache use the immutable text cache during cache rebuildsAaron Schulz2017-03-081-12/+38
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-0/+3
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Revision::getText() was removedReedy2017-01-191-22/+0
* 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